Hi guys, We are using PDFBox(1.x) and Itext(4.x) to split a PDF in multiples pages. The Itext has a very useful class, UnembedFontPdfSmartCopy, that "Makes a copy of a PDF, unembedding all embedded fonts. All font headers and descriptors are preserved and only the font file is removed."
How can I do it using PDFBox? Any ideas? Thanks

