Search found 8 matches

by ebuchner
Tue Aug 31 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Using PDF Converter from Java
Replies: 6
Views: 9156

But is it posible to use the linux driver in java? Setting the file name, directory, etc?
by ebuchner
Fri Aug 27 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Using PDF Converter from Java
Replies: 6
Views: 9156

Thanks, that works for windows, but what about linux?
by ebuchner
Thu Aug 26 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Using PDF Converter from Java
Replies: 6
Views: 9156

Using PDF Converter from Java

¿Is it posible to use de Developer version of the driver with java?
by ebuchner
Fri Dec 12 2003
Forum: C/C++/C# Community
Topic: Encrypted PDF
Replies: 10
Views: 21471

I have see that EncryptPDFDocument128 encrypts a PDF after it is created.
is it posible to generate a pdf encrypted directly?
I tried with EncryptDocument128 option (SetFileNameOptions) but I dont know how to set de owner and clieent password, and haw to disable printing, editing, etc.
by ebuchner
Thu Dec 11 2003
Forum: C/C++/C# Community
Topic: Encrypted PDF
Replies: 10
Views: 21471

We have the Amyuni PDF Converter version "pdfdevpro 2.08.exe"

Is the 128 bits encription implemented in this driver?
by ebuchner
Tue Dec 09 2003
Forum: C/C++/C# Community
Topic: Encrypted PDF
Replies: 10
Views: 21471

Jose, How can I get a CDC (hdc) from de document, or how can I set this properties to de CDC (hdc). In a previous version of Amyuni I use : HINSTANCE hLib = LoadLibrary("pdfintf.dll"); if (hLib != NULL) { SetDefaultFileNameProc SetDefaultFileName = NULL; SetFileNameOptionProc SetFileNameOp...
by ebuchner
Tue Dec 09 2003
Forum: C/C++/C# Community
Topic: Encrypted PDF
Replies: 10
Views: 21471

Hello Jose, thanks for your reply, but in the install.ini the only thing I have is : [Default] PrinterName="Amyuni PDF Converter" Licensee="Evaluation Version Developer Pro" LicCode="07EFCDAB010001001A62D63AAE364ADFD58E5C771E417CBC1622CE145AA431E6CCCF852963C57AE96ECB09167E30...
by ebuchner
Mon Dec 08 2003
Forum: C/C++/C# Community
Topic: Encrypted PDF
Replies: 10
Views: 21471

Encrypted PDF

Where can I get a demonstration code to generate encripted pdf's in c++ using the CDINTF.DLL api?