A sollution for missing graphics when viewing PDF in a custom PDF viewer.

Q:

when we try to load document for viewing in our code some text and
links are missing. But same code working fine in pdftron sample.
Please give us solution for this. We used the sample code in different
project(c#) it is not displaying document properly in our project but
the same document displaying properly in pdftron sample.
----
A:

Usually this means that your resource path is not correct (i.e.
PDFNet.SetResourcePath(...) returns false). For more information
please see http://www.pdftron.com/net/faq.html#pdfnet_res and
http://www.pdftron.com/net/faq.html#missing_resources.