Hi,
The "rich content PDF" setting is three parts:
- tagged PDF: supported on low level only by PDFBox. No tool available.
There are one or two examples on stackoverflow.
- linearized PDF: not supported, possibly in the future, see PDFBOX-4567.
- embed fonts: supported when creating a PDF, unless one uses the
"standard 14" fonts. But we have no tool that takes an existing PDF and
then embeds all the fonts.
Tilman
PS: please don't use these URL redirecting services. This is very
suspicious. I clicked on these from my mobile device from an unusual
browser to prevent any trouble.
Am 06.07.2019 um 09:32 schrieb Mahesh Mehandiratta:
Hello team,
Hope you are doing well.
We want to use the Adobe PDF presets or similar implementation ("ebook"
preset to be specific) in our application but we're having a hard time
finding it in the documentation of PDFBox. You can find them on Adobe's
site here
<https://urldefense.proofpoint.com/v2/url?u=https-3A__helpx.adobe.com_in_acrobat_using_pdf-2Dconversion-2Dsettings.html&d=DwMFaQ&c=ZgVRmm3mf2P1-XDAyDsu4A&r=6XWzR24MIXpsq3DAjRyU-RGuRRjp8nKjVFqCS478tkU&m=uSrupLI4jtZruI1qKYfBp9pEY_OCYN7M74MaYTjkXSM&s=5ZII8fKwhrHIwe9BQyhAOOu8G-BMMEluW8Z2UXmhxM8&e=>
.
We basically want to apply the ebook preset settings (recently renamed to
"Rich content PDF") on the PDF before saving the PDF to the file system.
This helps in compressing the PDF but retains the quality to a good level.
Ghostscript supports it (mentioned here
<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.ghostscript.com_doc_9.23_VectorDevices.htm&d=DwMFaQ&c=ZgVRmm3mf2P1-XDAyDsu4A&r=6XWzR24MIXpsq3DAjRyU-RGuRRjp8nKjVFqCS478tkU&m=uSrupLI4jtZruI1qKYfBp9pEY_OCYN7M74MaYTjkXSM&s=-6aeRRq2tZAOA5r9KjlXoHbfw8Qz9HVZMdtk8wlz9Ww&e=>)
but we want to know if PDFBox can do it as PDFBox is our preferred tool. It
would be of great help if you could provide any code examples for this
requirement.
Thank you for your time.
Regards,
Mahesh
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]