HP Forums
documents in the Prime - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: HP Prime (/forum-5.html)
+--- Thread: documents in the Prime (/thread-5474.html)



documents in the Prime - salvomic - 01-07-2016 10:23 PM

hi,
a user of another forum asked to me if it's possible to store in the Prime documents (doc, docx, txt) and read it with no issues in their own filetype, i.e. in Notes, Gallery...
If yes, what's the greatest size for a such file?

thank you,
Salvo


RE: documents in the Prime - cyrille de brébisson - 01-08-2016 05:24 AM

Hello,

You could create an app that would read these files, but none exists at this point.
.txt would be relatively easy, but doc files are unlikely.

Cyrille


RE: documents in the Prime - salvomic - 01-08-2016 07:43 AM

(01-08-2016 05:24 AM)cyrille de brébisson Wrote:  Hello,

You could create an app that would read these files, but none exists at this point.
.txt would be relatively easy, but doc files are unlikely.

Cyrille

thanks a lot, Cyrille!
I'll refer to the user.

Salvo


RE: documents in the Prime - luisphysics - 01-08-2016 03:22 PM

I'd like to point out that a .doc or any such pretty text document is a binary. And you need a program like word to open read them.


RE: documents in the Prime - Carlos295pz - 01-09-2016 07:27 AM

(01-08-2016 05:24 AM)cyrille de brébisson Wrote:  Hello,

You could create an app that would read these files, but none exists at this point.
.txt would be relatively easy, but doc files are unlikely.

Cyrille

He podido enviar un archivo .txt guardándolo con codificación Unicode y cambiando la extensión a .hpnote, la calculadora parece no tener problemas en la lectura pero agrega un caracter extraño al inicio del documento.


RE: documents in the Prime - salvomic - 01-09-2016 09:05 AM

(01-09-2016 07:27 AM)Carlos295pz Wrote:  He podido enviar un archivo .txt guardándolo con codificación Unicode y cambiando la extensión a .hpnote, la calculadora parece no tener problemas en la lectura pero agrega un caracter extraño al inicio del documento.
hi Carlos,
what strange character is it?
Have you tried also with a doc conversion?

Salvo


RE: documents in the Prime - jrozsas - 01-09-2016 08:25 PM

I use the Windows Notepad and save as .hpnote and UNICODE
The character that appears in the row start causes no problems and can easily delete
[Image: L4PyX.jpg]
[Image: IsENf.jpg]


RE: documents in the Prime - Marcus von Cube - 01-09-2016 08:40 PM

(01-09-2016 09:05 AM)salvomic Wrote:  what strange character is it?

I'm pretty sure this is the "byte order mark" which helps identify the endianess (16 bit byte ordering) of the rest of the file. There should be editors which allow to save in UTF-16 format without the byte order mark.


RE: documents in the Prime - salvomic - 01-09-2016 08:52 PM

(01-09-2016 08:40 PM)Marcus von Cube Wrote:  I'm pretty sure this is the "byte order mark" which helps identify the endianess (16 bit byte ordering) of the rest of the file. There should be editors which allow to save in UTF-16 format without the byte order mark.

it's interesting, thank you.
However that character is not a problem...
The problem for the user is to save his doc(x), that are binaries...
I already told him to use only txt...

Salvo