This is interesting that you got this to work.
I have been trying to work with PDFBox with GAE as well, and have not
been able to get very far. I am attempting to open a pdf document as
follows but only get a IOException:
URL url = new URL("http://www.pbs.org/newshour/extra/teachers/
lessonplans/media/clock_gettysburg_9-3.pdf");
PDDocument doc = PDDocument.load(url);
PDDocumentInformation info = doc.getDocumentInformation();
I am not sure what I am doing wrong.
Ken
On Apr 20, 1:00 pm, Fabrizio <[email protected]> wrote:
> If anyone is interested...
>
> PdfBoxtext extration & GAE
> How to do text extraction from pdf files usingPdfBoxon Google App
> Enginehttp://fhtino.blogspot.com/2010/04/pdfbox-text-extration-gae.html
>
> fabrizio
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group
> athttp://groups.google.com/group/google-appengine-java?hl=en.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.