Google App EngineとJAVAでPDFとか

Google App Engine (GAE)

JAVAでPDFを扱う

iTextとPDFBoxとPDFjetの3つ。

Re: Comparison with PDFBoxによればiTextはPDF作成のためのものでPDFBoxはPDFから文字や画像を抽出したり編集したりするためのもの。PDFjetはiTextに近いと思う。

iTextとPDFjetはGAE/Jで使えるとのこと。

iText is a PDF Generation and Modification library.

PDFBox is a PDF Content Extraction and basic modification library.

Re: Comparison with PDFBox

I don't think iText and PDFBox do the exactly same thing. Both have different strengths. PDFBox, for example, can display and print PDFs which iText can't. It also has a strong focus on text extraction. But iText, on the other side, is probably stronger when it comes to creating new PDFs. I'm sure there are other details where the two differ. One difference is certainly the license.

Re: iText vs PDFBox - Jeremias Maerki - org.apache.pdfbox.users - MarkMail
PDFBox

PDFBoxをGAE/Jで動かすのは不可能ではないらしいが機能はそれなりに制限されるだろう。