Return-Path: Delivered-To: apmail-pdfbox-users-archive@www.apache.org Received: (qmail 12502 invoked from network); 10 Jan 2011 00:07:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Jan 2011 00:07:57 -0000 Received: (qmail 93900 invoked by uid 500); 10 Jan 2011 00:07:57 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 93881 invoked by uid 500); 10 Jan 2011 00:07:56 -0000 Mailing-List: contact users-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@pdfbox.apache.org Delivered-To: mailing list users@pdfbox.apache.org Received: (qmail 93873 invoked by uid 99); 10 Jan 2011 00:07:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jan 2011 00:07:56 +0000 X-ASF-Spam-Status: No, hits=1.5 required=10.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of apetresc@gmail.com designates 209.85.218.48 as permitted sender) Received: from [209.85.218.48] (HELO mail-yi0-f48.google.com) (209.85.218.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Jan 2011 00:07:50 +0000 Received: by yib17 with SMTP id 17so5595194yib.21 for ; Sun, 09 Jan 2011 16:07:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=/eR00LO0ocnFbJ+0srvTNrjJkPP37k7J44xD33IY+tM=; b=e6fSpwJxQ5KAnGxQMaw4smBt/qIzkO4ghCwhtIIBIIZr8xd4Hb1psg2FGevy9niIqS YTX3LdckVdF8IT5SoMYTs4EDGhZAAjPK5bUn0YIvW2oayfYQ5DqKz+0zdrpizshLl6Wk dEzH4D/q1E25GnzQ4gfzXfWx3S7wlvKTz2Iew= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=orKKa6o2RpWbaJO2CfYcH7gRzpKQ3fH/0xVm8FMzWMXzys7c9dOfzJydktqsZ2r6b0 5kiImSM5zsm/SGaYfYbxJ1bL+S/aX4GJf2YLrHwPPmYpbCL39j0RH0zOtTn+BZ3Ahl1g 6VENN+Zr8bEr65ydooXYrxiu3ZzPgLOr40DVw= MIME-Version: 1.0 Received: by 10.236.103.19 with SMTP id e19mr17586360yhg.15.1294617579011; Sun, 09 Jan 2011 15:59:39 -0800 (PST) Received: by 10.236.111.33 with HTTP; Sun, 9 Jan 2011 15:59:38 -0800 (PST) Date: Sun, 9 Jan 2011 18:59:38 -0500 Message-ID: Subject: PDFBox on Google App Engine From: Adrian Petrescu To: users@pdfbox.apache.org Content-Type: multipart/alternative; boundary=0023547c92c7eabfbd049972a45b --0023547c92c7eabfbd049972a45b Content-Type: text/plain; charset=ISO-8859-1 Hey guys, I've been looking around online and doing a lot of experimentation around running PDFBox on a Google App Engine instance, to: a) Parse some PDFs and get text location information b) Generate images from the PDF I have this working locally, but on the instance, I've been running into a long series of problems. I've overcome the issues with all the parts of PDFBox that try to write temporary files by replacing those with a RandomAccessBuffer, but now GAE is complaining that it can't load non-whitelisted classes like java.awt.Color (!!) I've seen some conflicting reports online about whether it's possible to get this to work, so I thought I'd ask here before I begin investigating what it would entail to rip out all of java.awt from PDFBox: has anyone had any success running this on GAE before? If so, do you have any code or guidance to share? Thanks :) -Adrian --0023547c92c7eabfbd049972a45b--