Search found 3 matches

by dotz
Mon May 11 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Save issue with SaveAll - Bug found in 4.0
Replies: 1
Views: 9659

Save issue with SaveAll - Bug found in 4.0

pdfCreator.Document.Save(dialog.OpenFile(), Amyuni.PDFCreator.IacFileSaveOption.acFileSaveAll); When I perform a save with this code, any fields, labels, or checkboxes in the PDF added design time are duplicated. So if the document only has acField1. After the save there is acField1 & acField2 n...
by dotz
Thu Apr 23 2009
Forum: Visual Basic Community
Topic: No event fired in VS 2005
Replies: 2
Views: 10822

Re: No event fired in VS 2005

I have VS 2008 & a trial version of amyuni.... I have the same exact issue. (same for all events) no matter what.

What is the resolution for this????? :evil:
by dotz
Thu Apr 23 2009
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Currently Evaluating Amyuni Creator
Replies: 1
Views: 10310

Currently Evaluating Amyuni Creator

Currently using pdfCreator.DoCommandTool(Amyuni.PDFCreator.IacCommandTool.acCommandToolField); to add a new field from a toolbar. However, when I draw the field on the PDF....pdfControl_FireNewObject is not firing off. pdfCreator.FireNewObject += new Amyuni.PDFCreator.OnFireNewObjectDelegate(pdfCont...