copying PDF to palm?

AddThis Social Bookmark Button

Hi,

I have a new Palm T|X, and it plays well with Linux, thanks to palm-link. BUT I can't seem to copy PDF files to the device. The T|X accepts PDF files in its memory, so is there a way to do that now with pilot-link? If not, are there any plans to allow pilot-link to do this in the future?

thanks

The first real PDF Viewer

The first real PDF Viewer for all Palm OS 5.x devices. PalmPDF is a port based on Xpdf (copyright 1996-2005 Glyph & Cog, LLC). Please have a look into the ReadMe_PalmOS.txt file to see the changes between the different versions. Check the ToDo.txt file to see what's planed for the future.
During development great importance was attached to stability. If you find an error please don't hesitate to contact me. I will try to remove it in the next release. Nevertheless, if you like PalmPDF, it would be great if you support my work with a donation

Features:
Native PDF on almost every Palm OS 5 device
File Browser to pick up your PDF file from anywhere on your card
Handles received PDF files from EMail, Bluetooth or WWW
Very small on-device memory footprint by moving the renderer to the card
"Find" support in your PDF files
Scratchpad and personal bookmarks
Support for links inside the PDF
Support for custom skins
Presentation mode for PDA based overhead presentations
On-device conversion of your PDF files to plain text
Easy to use, fast and free!!!
Compatible with RescoExplorer, ZLauncher and MobiSystems OfficeSuite
network printing, page save, page send as Jpeg
reflow mode (text-only reformatted text display) for better viewability on small screens

Something about memory on PalmOS:

On-device memory in Palm OS is devided into two parts: dynamic memory and storage memory. They are sometimes called dynamic heap and storage heap.

Dynamic memory: Is actually memory in which the processor can read and write without any restriction and which is used for temporarly buffers. One can compare it with the main memory on a desktop system. It is unfortunately always limited. There are hacks which allow you to grow it: FHR (Fargo Heap Resizer) or UDMH (Unlimited Dynamic Memory Hack).

FHR only runs on some older Devices and can only add a small amount of additional memory. But it adds formerly unused memory and is therefore very safe to use.

UDMH allows you to use the whole storage memory as dynamic memory. This can be dangerous in some situations as all your databases are unprotected. But it allows you to get quite a large amount of dynamic memory.

Storage memory: Is actually memory which is write protected by the MMU. Applications can't just write to it. They have to use special OS functions, which also check the data integrity. One can compare it a bit with the storage space on the harddisk of a desktop system.

The OS launcher reports the size of storage memory and deleting apps on the device frees storage memory not dynamic memory.

Applications like PalmPDF needs a lot of dynamic memory, therefore the size of free dynamic memory is reported in PalmPDF

Help:

An English speaking forum for help can be found at www.1src.com.

_______________________________________

Libros Gratis

Thanks!!

I have tried it on my Palm and it works fine!!!
Clément D´tarot

What -D option?

Hi,

pilot-xfer replied, "pilot-xfer: invalid option -- D"

My version appears to be 0.11.8. I see from the webpage that I'll need to upgrade.

Thanks,
jack perry

Palm devices do not accept "files" on them, including PDF

What you're probably referring to is a conduit that converts .pdf files to records that the Palm can handle, in a .pdf.pdb file. Palm devices don't have a "filesystem" on them, and can't accept "files" in their main RAM, including PDFs.

In order for us to support PDF files, we'll have to deconstruct (i.e. read) the PDF files and convert them to a proprietary format that applications that support PDF on the Palm can read. Since none of those applications provide the API or documentation for how they support that format, we can't do it.

Also, we'd be in violation of the DMCA for circumventing the copyright protection controls put into PDFs by Adobe... and as we've already seen with Dmitry Sklyarv, they're not going to let us just do that without a lawsuit or a fight.

You can, however, use pilot-link to copy PDF files to the external storage card on your T|X, via pilot-xfer's "-D" paramter. This will copy the PDF file to your SD card, where other applications can read it. Try that, I know other people use this approach already.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.