Hi, I hope this is to the right place, my first time using this list.
I'm working with a 2.0 maven trunk I found and I have a couple issues.
I can't seem to find this class which is in some online javadocs
referencing pdfbox 1.8:

   - org.apache.pdfbox.pdfviewer.PDFPagePanel


Now, I'm trying to use pdfbox on a server to get pdf pages, then serialize
one page at a time to render on a client.  What's the best way to do this?
I'm trying to avoid serializing the entire document since the load time is
much faster doing single pages, but PDPage is not serializable.
 org.apache.pdfbox.rendering.PDFRenderer accepts the document on the
constructor but doesn't seem to need it to render a single page, other than
to get the page from it in renderPageToGraphics which could easily add an
overload to just accept the PDPage object.

Reply via email to