Hi,
This would be similar to my idea, which is to make it possible to import custom graphic as background (page type). My suggestion was to use svg, but pdf makes more sense perhaps.
/Lars
For now, by the way, you can use ezPdf Reader Pro on Android for annotations :)
Sounds great!My plan was to have arbitrary binary objects saved with the notebook, identified by UUID. Images are so far the only example, but I had in mind that this is extendable to backgrounds / audio / etc.
The aspect ratio can be any floating point number and are saved internally as such. The predefined aspect ratio objects are just for the GUI.
I think it would be generally useful to have mupdf jni bindings as an independent Android library so that not everybody has to reinvent the wheel. In principle this should be easy, but I think that in practice this'll need some love to correctly deal with all kinds of pdf files that one might encounter. And not crash&burn when facing invalid/broken pdf files.