Search found 10 matches

by cmorant
Tue Oct 14 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDFConverter printing to the real printer
Replies: 2
Views: 5625

PDFConverter printing to the real printer

Hi all, I have a problem with the PDF Converter I'm printing from a VB Outlook addin, the I print the email to be sent to the PDFConverter using this code : Public Function PrintMailToPDF(InMail As MailItem, OutPath As String, Password As String, bCanCopy As Boolean, bCanPrint As Boolean) As String ...
by cmorant
Wed Apr 09 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Deployment info
Replies: 3
Views: 7512

Hi, It doesn't help, sorry My message was maybe a little unclear. "install -s" is called by the microsoft installer but it seems that the return code from install.exe is 2 even when everything goes right. (When i posted the message I didn't know about this error code, I just knew the insta...
by cmorant
Fri Apr 04 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Deployment info
Replies: 3
Views: 7512

Deployment info

Hi, I'm in the process of creating an msi (installer) file. For this I need to create an custom action to register the PDFprinter. But when I use the 'installer.exe "Printer PDF" -u' the installer setup give me a message "The is a problem with... A program run as part of the setup did...
by cmorant
Thu Feb 13 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: "Protection of the document failed" Error
Replies: 5
Views: 9898

Hello Christian, Hello joan, Sorry about being a little harsh but your first answer was little "light". As I understand, you are trying to use the Encrypt function from the DLL interface, right? Right. You can encrypt a pdf file from the DLL interface after it is generated. To do this ple...
by cmorant
Thu Feb 13 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: "Protection of the document failed" Error
Replies: 5
Views: 9898

Hi, You get this error in general if you are trying to Encrypt a pdf file and the Enctyption failed. MMMMMMhhhhhh... Didn't think of that one... Encryption is available in the Professional version of the driver. Which I happen to have bought for that very purpose : encrypt PDF files. Hope this helps...
by cmorant
Tue Feb 11 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Security while printing...
Replies: 14
Views: 26566

Well Kenneth, I agree with EVERYTHING you wrote. Could you tell me what I should do to make encryption work ? because your Create/Print your document as "A4" format Here the "Encryption Failed" Error dialogbox pops up Now change Printerdriver to be the same as your desired format...
by cmorant
Tue Feb 11 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: "Protection of the document failed" Error
Replies: 5
Views: 9898

"Protection of the document failed" Error

Hi, I get this strange error : "La protection du document a échoué" which means in english "Protection of the document failed". I'd like to know a little more about this error... Where does it come from, what did I do wrong ? Did anybody got that ? Could you help ? Thanks Christian
by cmorant
Mon Sep 30 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Security while printing...
Replies: 14
Views: 26566

No need, thanks, found it...

Declare Function EncryptPDFDocument Lib "CDIntf" (ByVal Path As String, ByVal OwnerPWD As String, ByVal UserPWD As String, ByVal Params As Long) As Long
by cmorant
Mon Sep 30 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Security while printing...
Replies: 14
Views: 26566

Cool, now all I have to do is wait for 2.1
By the way, is there (and what is exactly) an API to encrypt a file when user from VB but as a DLL ?

Thanks
by cmorant
Fri Sep 27 2002
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Security while printing...
Replies: 14
Views: 26566

Security while printing...

What would be really cool would be that the printer driver could support the security mechanism WHILE printing. Even cooler would be to be able to use the security plugin architecture so that one could write a custom plugin to enable all sorts of access rights/ encryption.... Just a wish to be added...