Question

I'm generating PDF documents with PDFKit and I'd like to have it not embed the standard PDF fonts (Times, Helvetica, Courier) if possible.

Is there a way to accomplish this?

Was it helpful?

Solution

No, there isn't.

Once the PDF is produced, you may call other tools to remove these fonts, e.g. iText (see here).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top