Embed a custom font in a PDF file created by iPad

Overview

I am creating a four-page PDF in an iPad application that uses a custom Trade Gothic font. It is correctly embedded in the application and looks great.

However, part of the application is sending a PDF file by email. This sent file displays the entire font as the default sans type, and on several systems, I got an error. Cannot find or create font "RVYPRT + TradeGothicLTStd-Light". Some characters may not display or print correctly.

I am creating a PDF using the UIKit Framework. Here is a tutorial that uses the same process: http://www.ioslearner.com/generate-pdf-programmatically-iphoneipad/

My question

How to embed a font in PDF output so that it displays correctly as a custom font, and not the default type after sending it.

Thanks in advance!

Update 1: Similar Unanswered Questions I Found

IOS embed font in PDF

iOS Quartz embeds font in pdf

Update 2: Additional Font Information

The font http://store1.adobe.com/cfusion/store/html/index.cfm?store=OLS-US&event=displayFont&code=TRDQ10003000 , is an OpenType font and allows licensed embedding.

A standard default font is also used.

PDF , Adobe Acrobat Adobe Reader , Master Master, . , , , , , . Multiple Master, : Adobe Serif MM Adobe Sans MM

: http://www.prepressure.com/pdf/basics/fonts

3: PDF,

, , . → :

enter image description here

, , , 1, OpenType. , , " " - Sans MM (, , .)

4: PDF ( Adobe, iPad) . , , .

enter image description here

+5
2

, " ", TradeGothic, PDF ( ) .

( . , , , ? - [ ] , " " , , PDF ...)

, .

, , , , " ":

  • OpenType . () TrueType, Type1/PostScript. , Type1.
  • , ( ). , HONOR " " , .
  • PDF-, " " RVYPRT + TradeGothicLTStd-Light ". ". ...

    • ... ,
    • ... Adobe Multiple Master
    • ... Adobe Reader Acrobat ( MM ).

, :

  • PDF . ( ).
  • ( ) , . ( , , .)

Update:

, " " () . ( TrueType OpenTypes, PostScript Type1. : fsType, , OS/2 TrueType OpenType....)

, ( PDF, Word, OpenOffice :

  • .
    , , . , : Adobe PostScript , PostScript. .
  • .
    , ( ). (, ). + . , ( ) .
  • .
    ( ). , . "i", "!" , "!"....
  • .
    . . ( , Microsoft , , Word -, .) , : ' ' -.

( ) , "" :

  • ( , , .)
  • ( .)

Adobe , fsType , , + .

Adobe Whitepaper " .

+8

, ?

0

All Articles