Search found 8 matches

by CodespringsMike
Wed Aug 02 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: What versions are 64-bit compliant?
Replies: 1
Views: 4427

What versions are 64-bit compliant?

Hello, We are using version 2.06 of the Amyuni PDF converter and are having a problem installing to a 64-bit operating system. We also have version 2.10e and are having a different problem, but still while installing to a 64-bit system. Can you tell me the earliest version that was 64-bit compatible...
by CodespringsMike
Wed Jan 28 2004
Forum: C/C++/C# Community
Topic: Help with particular C++ Syntax for obtaining a list of obj
Replies: 4
Views: 10100

Forgot details...

I forgot to tell you where the Access Violation is occurring, when the code gets to the line:

AfxMessageBox( CString( text.bstrVal ) );

The program throws an Unhandled Exception error but I think this is simply because the text.bstrVal has not bee set to equal anything.

Thanks Again,

Mike W.
by CodespringsMike
Wed Jan 28 2004
Forum: C/C++/C# Community
Topic: Help with particular C++ Syntax for obtaining a list of obj
Replies: 4
Views: 10100

Sample code not working

Jose, This snippet is giving me an exception error when I try to use it. When I walk through the debugger, I see the lstart = 0 and lend = -1, telling me that the GetObjectAttribute call is not returning any objects. I verified that the document is being opened successfully. Not sure how to proceed....
by CodespringsMike
Thu Jan 22 2004
Forum: C/C++/C# Community
Topic: Help with particular C++ Syntax for obtaining a list of obj
Replies: 4
Views: 10100

Help with particular C++ Syntax for obtaining a list of obj

Hello. I have been evaluating the software and am now ready to start implementation. While evaluating, I was using the following VB Code to retrieve and set particular objects from a page: Dim pdfobj As Object Dim objarray As Variant Set pdfobj = CreateObject("PDFCreactiveX.PDFCreactiveX")...
by CodespringsMike
Wed Jan 21 2004
Forum: Visual Basic Community
Topic: Can someone post an example of Opening, editing and saving?
Replies: 2
Views: 6178

Thank You.

This works great. Sorry to be such a newbie!! :D
by CodespringsMike
Wed Jan 21 2004
Forum: Visual Basic Community
Topic: Editing Form Fields in an existing document
Replies: 2
Views: 6377

Thank You!!

That does it!! Thanks. :D
by CodespringsMike
Tue Jan 20 2004
Forum: Visual Basic Community
Topic: Can someone post an example of Opening, editing and saving?
Replies: 2
Views: 6178

Can someone post an example of Opening, editing and saving?

Hi. Can someone put up an example of Opening an existing PDF document (Created in Adobe Acrobat), Filling in a form field called txtField1, and then saving the document?

I am currently evaluating the software and need this kind of functionality.

Thank You!
by CodespringsMike
Tue Jan 20 2004
Forum: Visual Basic Community
Topic: Editing Form Fields in an existing document
Replies: 2
Views: 6377

Editing Form Fields in an existing document

Hello. I am trying to open an existing PDF document, Enter text into a particular form field, then save to a different name. I have found documentation on the ObjectAttribute function, but my question is How do I get the existing Form Field object without using Coordinates or creating a new one? Is ...