Search found 12 matches

by jon
Wed Apr 21 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: blank user password
Replies: 3
Views: 6369

I download the latest version but I have always the problem.
by jon
Tue Apr 20 2004
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: blank user password
Replies: 3
Views: 6369

blank user password

Hello, I would like to protect a pdf document while also leaving the user password empty.

Code:
PdfCrea.Encrypt('ownerpwd','',StrToInt('$FFFFFFC0'));
PdfCrea.save('pdffile',1);

But it doesn't work.
With a password filled in no problem.

A solution?
by jon
Wed Apr 14 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: encrypt pdf
Replies: 1
Views: 3696

encrypt pdf

Hi, I use pdf converter 2.1 pro and I try to encrypt a document by using the method encrypt(ownerpwd, userpwd,permission) but a dialog box appears and tell me "this the demo version[...] passwords are aaaaaa and bbbbbb[...]". I don't think using the demo version... and I need to encrypt my...
by jon
Fri Apr 02 2004
Forum: Delphi Community
Topic: Protect Level
Replies: 1
Views: 12472

Protect Level

Hello, I use the version 1.5 of PdfCreator. I can easily open a encrypted Pdf file, set the different level of encryption but I would know what is the level of protection when I open a file, to disabled my print button for example.

Any solution?
Thxs
by jon
Thu Feb 19 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: PDF Version
Replies: 1
Views: 3517

PDF Version

Hello,

Is PDFConverter able to make pdf file version 1.4?

Thxs
by jon
Wed Dec 03 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: page rotation
Replies: 6
Views: 9521

Jose,

I tried your code and it works well for a 90 degree rotation at the first go, but when I execute it a second time, the plain text object contained within the page seems to rotate out of view while the page remains at its initial angle/position.

Could you please explain?
by jon
Wed Dec 03 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: problem converting Tiff to PdF with converter 2.10f
Replies: 2
Views: 4967

no more problem with new version of converter ;)
by jon
Fri Nov 28 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: page rotation
Replies: 6
Views: 9521

Thxs ;)
by jon
Fri Nov 28 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: problem converting Tiff to PdF with converter 2.10f
Replies: 2
Views: 4967

problem converting Tiff to PdF with converter 2.10f

Hello,
I have some problems to convert some fax's tiff to pdf files with pdf converter 2.10f.

After printing, I obtain(?) a totally black pdf file, like white & black are inverted...

I haven't this problems with an other file but with all my fax's tif...

An idea
by jon
Fri Nov 21 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: page rotation
Replies: 6
Views: 9521

Another problem... when i do this:

Code: Select all

pdf.open("cdintfex.document")
pdf^open(Filename.pdf)
pdf^rotate(90)
pdf^save(filename.pdf)
The document rotates... but when I do a new time the manipulation, The document stay the same...

I would like to do a complete rotation (180°)
by jon
Thu Nov 20 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: page rotation
Replies: 6
Views: 9521

Re: page rotation

jon wrote:The only way I fund it's to print the page and reinsert it into the file...
I would say, a solution is to rotate page with converter's dll and save the file...

A solution with creator?
by jon
Thu Nov 20 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: page rotation
Replies: 6
Views: 9521

page rotation

Hello,

I would like to rotate one or more page in a pdf file by programmation.

It seem's that it isn't possible to do this with creator.

The only way I fund it's to print the page and reinsert it into the file...

Have you a better solution?

Thxs