Why is no default font chosen by my mobile PDFNet viewer?

14 views
Skip to first unread message

Aaron

unread,
Nov 24, 2014, 10:01:31 PM11/24/14
to pdfne...@googlegroups.com
Q:

Whenever I load a document with an unembedded font, the text is blank!  Why?

A:

It sounds like the resource file may not be registered.  Kindly verify that you have the following lines of code in your app, perhaps listed after the call to [PDFNet initialize]  (as in http://blog.pdftron.com/2013/07/19/getting-started-on-ios/):


    // Register the resource file
    NSString* resourcePath = [[NSBundle mainBundle] pathForResource:@"pdfnet" ofType:@"res"];
    [PDFNet SetResourcePath:resourcePath];

Reply all
Reply to author
Forward
0 new messages