Hi,
Am 26.07.2010 14:24, schrieb Charith Madusanka:
H! And, ya i'm visit your home page, I need to find documentation about rendering. I'm planning to build a javascript PDF reader there for i need to find about PDFBox rendering mechanism......
I saw your proposal on [email protected] [1] and I'm not sure if I really understood the details of your approach: - pdfs will by rendered page by page - the whole "thing" will be splitted in two parts, one on the client the other on the server side - serverside: the java based PDF Renderer from the Javaswinglabs [2] will be used to render an image of each page to be shown within the client - the client will display the images of each page one by one Is that correct? If I'm right: -you won't need any information about rendering, as the library will do that for you - you should think about using PDFBox instead of PDF Renderer. It has a more friendly license: ASL vs. LGPL BR Andreas Lehmkühler [1] http://markmail.org/thread/bfwe7ydtd7lsweva [2] https://pdf-renderer.dev.java.net/

