How to replace or modify the font or glyphs embedded in a PDF file? -


I want to change the font embedded in an existing PDF file programmatically (with iText)

IText does not provide any data models for glyphs and fonts, but I believe this can allow me to recover and update a binary stream that contains the font.

This is fine if I do not know which glyph is connected, so what I want to do to change those fonts. To be precise, I want to push all the glyphs into a PDF document.

Instead of fonts in the rendering time, there is not an option because the output should be PDF with all types of protected information.

Is there anyone who has done this with iText or any other PDF library before?

PDF files set of fonts (i.e. F, F1, F2) and then separately Define so that you can theoretically rewrite the entry for F0. You have to make sure that there is only one space in 2 fonts (or you have to rewrite the PDF), and possibly hack the PDF manually.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -