Couldnot find font inthe ResourceDictionary-using Helvetica.

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
kamleshvgujarathi
Posts: 39
Joined: Fri Jan 09 2004
Location: Bombay ( INDIA)
Contact:

Couldnot find font inthe ResourceDictionary-using Helvetica.

Post by kamleshvgujarathi »

When I use this following code and then It is giving me error

Code: Select all

Private Sub Command1_Click()

   Dim cdi_doc As New CDIntfEx.Document
   Dim h As CDIntfEx.CDIntfEx
   Dim bln As Boolean
   
      bln = cdi_doc.Open("e:\testpdf\f4868.pdf")
      cdi_doc.SetLicenseKey "Evaluation Version", "07EFCDAB01000100C71720CB68064821476D5694497DB50A43E40D4A14E5D47EF707562F287274F4AA099D562E4F6DC6F5CF1F74904B9BFE995AC248306749C9092EA202478B0E1D72748B5D78870EC142CC8B9A4ABF6AA49DDF7E8AB55D617055803A"
      cdi_doc.Save "C:\Hello1.pdf"
      
End Sub
ie.

Could not find a font in the Resources dictionary - using Helvetica instead.

There was a problem reading this document (14)

What I am doing wrong ? I Tested this example on two three type of the pdf.


Please guide me.

:?:
Kamlesh Gujarathi
kamlesh@itshastra.com

[/b][/quote]
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

I guess you are not using our latest demo version, please feel free to downlaod the latest demo 2.10h from: http://www.amyuni.com/en/products/pdf_c ... /demo.html

If you are still facing the same problem, please send us the file you are trying to open to support@amyuni.com along with the below code and the error you are getting so we can check it.

Thanks.
Post Reply