Search found 15 matches

by lukenine45
Tue Aug 24 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to attach things to PDF files?
Replies: 1
Views: 4519

Re: How to attach things to PDF files?

Is this forum still monitored? I really need an answer for this!

Thank you!
by lukenine45
Tue Aug 17 2010
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to attach things to PDF files?
Replies: 1
Views: 4519

How to attach things to PDF files?

Neither the online documentation nor the documentation that came with PDF Converter 4.0 seems to explain this. Where can I find the documentation, or an example? I'm using the CdIntf.h interface from C++, if it matters. Is it possible to create a hyperlink in a PDF that will open an embedded attachm...
by lukenine45
Mon Oct 05 2009
Forum: C/C++/C# Community
Topic: DocDigitalSignatureA corrupts signer and reason fields
Replies: 0
Views: 9797

DocDigitalSignatureA corrupts signer and reason fields

Hi, I just updated to version 4. The function DocDigitalSignatureA no longer seems to work correctly, any string passed to SignedBy or Reason gets displayed in Adobe reader as Chinese characters or squares. I have switched to using DocDigitalSignatureW, which works as intended. I'm using the dll via...
by lukenine45
Mon Apr 28 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: error -41
Replies: 2
Views: 7214

Thanks, I will have the purchaser contact you guys.
by lukenine45
Thu Apr 24 2008
Forum: C/C++/C# Community
Topic: open file
Replies: 1
Views: 10199

Since I'm a C++ developer, I can't help but ask the dumb question:

Since you delete it and set it to null, do you new it again before calling open?

m_myCtl = new XXXXXX;
by lukenine45
Thu Apr 24 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: error -41
Replies: 2
Views: 7214

error -41

Hi,

I'm trying to upgrade our product to version 3. I'm getting error -41, which is supposed to mean I have the wrong code, but the emails you guys sent us when we upgraded said to use the same activation code. Any ideas?
by lukenine45
Wed Apr 18 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to install on a particular COM port?
Replies: 7
Views: 11905

Any news??

Is there any further information on this issue? We really need to get this taken care of!

Thanks!
by lukenine45
Fri Feb 23 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to install on a particular COM port?
Replies: 7
Views: 11905

Yes, we can manually change it to a different port after it's been installed, too. But we don't want to have to tell our end-users to do that after installing! :) Just to be clear, what I meant by "monopolizing COM 1" is that after installing the printer, no one is able to open or use the ...
by lukenine45
Wed Feb 21 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to install on a particular COM port?
Replies: 7
Views: 11905

Alright, I checked just now. I'm pretty sure I have d. I checked the properties on my cdinf.dll, it says it's version 2.5.1.4-- is that right? How can I tell what version I've got? Different files say different versions. And we've confirmed very throughly that it does install to COM1, and that after...
by lukenine45
Wed Feb 21 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to install on a particular COM port?
Replies: 7
Views: 11905

I will double check the version when I get to work. I may have d already.

So the -o "PORT:" option I saw somewhere on this forum-- does that work?
by lukenine45
Tue Feb 20 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to install on a particular COM port?
Replies: 7
Views: 11905

How to install on a particular COM port?

Hi, we are using (i.e. distributing) the Amyuni PDF Converter with our program, which sometimes needs to use a com port to connect with an external device. It seems that version 2.51b of the converter automatically installs to COM1, and it does it in such a way that nothing (including HyperTeminal) ...
by lukenine45
Thu Jan 19 2006
Forum: C/C++/C# Community
Topic: Question about digitally signing PDF's
Replies: 9
Views: 18681

Thank you once again, I didn't notice the icon there.

One last question: Is there a way to enumerate the available certificates on a computer? Or must I have the user type in the cert's name?
by lukenine45
Mon Jan 16 2006
Forum: C/C++/C# Community
Topic: Question about digitally signing PDF's
Replies: 9
Views: 18681

Thanks, that helps. I was passing 0 for the page and I guess that was why it was failing. That seems odd though, since I wasn't specifying the associated image flag (8). When I gave it a page number (1) it then succeeded, but adobe reader still didn't pop up the message to say the document was signe...
by lukenine45
Fri Jan 13 2006
Forum: C/C++/C# Community
Topic: Question about digitally signing PDF's
Replies: 9
Views: 18681

Thank you very much, that helps a lot.

However, DocDigitalSignatureA is failing for me, returning error -1099 (0xfffffbb5).

Can you direct me to a list of possible error codes and what they mean?

Thanks for your help!
by lukenine45
Wed Jan 11 2006
Forum: C/C++/C# Community
Topic: Question about digitally signing PDF's
Replies: 9
Views: 18681

Question about digitally signing PDF's

Hi, I've been using your PDF printer for some time now from C++, and it works great, but I can't figure out how to digitally sign a PDF from C++. There doesn't appear to be any documentatation for the non-activeX version of the DigitalSignature function. I found this in another thread on this board:...