Quote:
Originally Posted by rtdog
I'm sorry I wasn't more specific. My understanding is that there is an application called pdfviewer.app that I can install to view PDFs that is not the build-in reader. If the build-in reader is called pdfviewer, where in the file system is it and more importantly, can I pass a command line parameter to it from a custom application to launch it? I can do this easily with things like calc.app and other applications that actually appear in the applications folder.
|
The built-in reader is in /ebrmain/bin/. You can see the source code for it (or probably an older version) at:
http://pocketbook-free.sourceforge.n...urcecode.shtml, and can look to see what arguments it can take (it looks to me like it will just take filename and page number). I'm sure you can call it directly from another application, say using some form of 'execve' in C/C++, or from a shell if available.