0

Possible Duplicate:
How can I extract embedded fonts from a PDF as valid font files?

I would like to create a font file (TTF file) from the PDF document. The stream of fontfile2 does not contain CMAP table. How to create a cmap table to make a valid TTF file?

https://i.stack.imgur.com/sm799.png

Please find the font stream in the above screen shot.

Thanks in Advance.

Community
  • 1
  • 1
George
  • 71
  • 11
  • 2
    http://stackoverflow.com/questions/3488042/how-can-i-extract-embedded-fonts-from-a-pdf-as-valid-font-files – vulkanino Feb 28 '12 at 09:51

1 Answers1

2

If it is subsetted it may contain only those glyfs displayed on the PDF page.

mark stephens
  • 3,205
  • 16
  • 19
  • My goal is to rasterize the Pdf, so not a problem for me if it is subsetted. Need to make a valid TTF file which need to draw a string in GDI – George Mar 02 '12 at 09:04