Search found 5 matches

by holing1123
Thu Aug 18 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: SendMail can not return to the application after message sen
Replies: 1
Views: 3945

SendMail can not return to the application after message sen

I'm using the Amyuni PDF Converter version 2.50d. I use SendMail method to send email by ms outlook express. I can send email by this method successfully. But the problem is, the handle can not return to the application after the mail sent. On the other hand, the handle can return if I cancel the em...
by holing1123
Thu Nov 25 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing problem under windows xp sp2
Replies: 3
Views: 6121

Hi

I have download the last version and test it.
But the error still happen.

What can I do?

Thanks
by holing1123
Thu Nov 25 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing problem under windows xp sp2
Replies: 3
Views: 6121

Printing problem under windows xp sp2

Hello, I'm using the PDFConverter version 2.02 to print pdf under WinXp (SP2) environment. The file can generate without any error code return. But the file was damage when I open it by the aclobe reader. But this issue is not frequently happen. I was try my program under Win2000. It's no problem to...
by holing1123
Tue Aug 31 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: EncryptPDFDocument doesn't work in DLL interface
Replies: 3
Views: 6710

Hi, I'm using "dumpbin cdintf.dll /exports" to export the functions included in the DLL. As following: 1 0 00002CE5 BatchConvertEx 3 1 00002422 CDICreateDC 4 2 00001BBB CaptureEvents 5 3 00002B30 ConcatenateFiles 6 4 00001531 DllCanUnloadNow 7 5 0000151D DllGetClassObject 8 6 00001536 DllR...
by holing1123
Tue Aug 31 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: EncryptPDFDocument doesn't work in DLL interface
Replies: 3
Views: 6710

EncryptPDFDocument doesn't work in DLL interface

I'm using the PDF Converter developer version 2.02, and using the DLL api interface to generate the PDF file. I'm trying to protect a pdf file using EncryptPdfDocument. But the DLL does not have a function declaration call "SetLicenseKeyA". So I just run the function as follow EncryptPdfDo...