Invisible text in saved document

If you are a VB developer and have questions about using our products from VB, here is the place to post them.
Post Reply
lewshouse
Posts: 1
Joined: Thu Jan 19 2006

Invisible text in saved document

Post by lewshouse »

Hi

I am new to Amyuni, but have managed to muddle through with the exception of a problem I have when saving a document.

When I save some of the text in the saved document is invisible. I have viewed the save document in both Acrobat and Amyuni and it is the same (in acrobat it recognises the text is there and allows me to do web searches on it).

The code I use for saving is:

cdReport.CancelError = True
cdReport.FileName = mstrReportTitle & ".pdf"
cdReport.Filter = "PDF File (*.pdf)|*.pdf"
cdReport.DefaultExt = ".pdf"
cdReport.Flags = cdlOFNOverwritePrompt
' Display the Save dialog box.
cdReport.ShowSave
strFileName = cdReport.FileName

PDFReport.Save strFileName, acFileSaveView


I have also tried saving the document using SavePage, but get the same results.

For your information I am using version 1.5 of your product.

Can you help me?
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Version 1.5 is a little bit old, I advise you to try our latest version 2.0, you can download the new version from our site www.amyuni.com

I didn't know why you are using two objects cdReport and PDFReport. I can see that PDFReport is the PDF Creator object you are using but what is cdReport?

Thanks.
Post Reply