Hi, Gesendet: Fr, 03. Sep 2010 Von: Grant Overby<[email protected]>
> We're looking to use PDFBox in an applet; however, its large size isn't > appealing. We don't need many of the features or languages, so we're > thinking of building it with only what we need. > > Any pointers on what to remove? It depends on the needed/unneeded features. Possible candidates for a removal could be: - ICU4J (right to left charactersets) - bouncycastle jars (encryption/decryption) - jempbox (metadata information) - examples [1] disscuses a similar issue/approach. BR Andreas Lehmkühler [1] https://issues.apache.org/jira/browse/PDFBOX-586

