Search found 3 matches

by Gabhan
Thu Jun 25 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Visual Studio 2008 Document.Save error
Replies: 1
Views: 10685

Visual Studio 2008 Document.Save error

Below is the error I get trying to call: System.IO.FileStream stream = new System.IO.FileStream("test.pdf", FileMode.Create, FileAccess.Write, FileShare.Read); //this line causes the error below: pdfCreator1.Document.Save(stream, IacFileSaveOption.acFileSaveAll); Error: Amyuni.PDFCreator.I...
by Gabhan
Mon Jun 08 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Attaching to events
Replies: 2
Views: 10899

Re: Attaching to events

Tested the new version and it worked perfectly for me.

Many thanks for the prompt response and updates.

Regards,

Gabhan O'Loughlin
Input Systems
by Gabhan
Mon Jun 08 2009
Forum: Amyuni PDF Creator .NET (PDF Viewer / Editor)
Topic: Attaching to events
Replies: 2
Views: 10899

Attaching to events

I am using Visual Studio 2008 (c#) on Vista SP1 PC. When I drop a Amyuni.PDFCreator.PDFCreator object onto my Windows Forms app, and hook up the pdfCreator1_FireMouseDown event, it never fires. I have tried manually attaching the event, or using the IDE to create the event, but no code I put in the ...