Sorry, I don't understand the "partial trust" issue. I've been away from Windows administration for a few years now.
Is that specific to Windows Vista / 2008? Or am I misunderstanding entirely? As far as the creation of the .Net code for PDFBox, IKVM handles that. If there are compiler settings associated with it, you might check what the corresponding IKVM switches are. Daniel On Mon, Jan 25, 2010 at 4:15 PM, James Montagne IV <[email protected]>wrote: > Hi, > > I am attempting to PDFBox in a partially trusted environment. When I > attempt to call PDDocument.load I recieve the following: > > [SecurityException: That assembly does not allow partially trusted > callers.] > at org.apache.pdfbox.pdfparser.PDFParser.__<clinit>() > at org.apache.pdfbox.pdmodel.PDDocument.load(InputStream input, > RandomAccess scratchFile) > at org.apache.pdfbox.pdmodel.PDDocument.load(InputStream input) > > Is it possible to somehow use PDFBox without needing to give the assembly > full trust? >

