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?

