php - FPDF, FPDI - using fonts embedded in the source document -
I am using FPDF / FPDI to create a PDF templateing system. A PDF is used as a background and there are many editable areas (stored in the database) defined within it. An editable area can be an image, text or both, although this is not my question, only a bit of background. Some backgrounds (FPDI source pdf) are embedded in PDF or 'template' fonts, I want to be able to get two things and wondering if this is possible. I want to be able to use any fonts embedded in the source document in the output document. I need to calculate these fonts so that they can be included in the UI font list. To clarify, I want to reuse these fonts, not only import them to implement, but option to present new text in one of the embedded fonts. give. Any sign will be highly appreciated. If I remember correctly on fonts and pdf, when a font was included in pdf All fonts can be included, or only a subset of fonts that cover the faces being used can be embedded. Some PDF 'compre...