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 <fht...@gmail.com> 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 google-appengine-j...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> 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 google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to