[/b][/quote]When I use this following code and then It is giving me error
ie.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
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
Couldnot find font inthe ResourceDictionary-using Helvetica.
-
- Posts: 39
- Joined: Fri Jan 09 2004
- Location: Bombay ( INDIA)
- Contact:
Couldnot find font inthe ResourceDictionary-using Helvetica.
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.
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.