I am converting EMF to PDF, but I went into a problematic field. I have some EMF spool files, which contain some undocumented EMR structures such as EMR_FORCEUFIMAPPING
and EMR_GDICOMMENT
.
The MSDN is not so descriptive about these records, so searching these keywords didn't help me to find my answers. As i know these records can help me to embed fonts into my generated PDFs. Does anyone have experience in this field? Can you recommend me some books or tutorials or source code repositories or some examples,
How to process these records?
Thank you.