views:

135

answers:

1

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?

+4  A: 

No, there isn't.

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

FX
That's kind of what I was expecting. Was sort of hoping there was something I was missing somewhere in the CGPDF* calls.
Ashley Clark
Yeah, I was hoping someone else might chime in. Looks like that won't be happening though :(
Ashley Clark