Search found 25 matches

by Kiefer
Wed Nov 22 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Error getting ObjectAttribute array
Replies: 2
Views: 6905

Set On Error Resume Next and it will work

The error is actually a spurious error, and can be ignored. If you set

On Error Resume Next

or similar syntax, it will work fine. :)
by Kiefer
Mon Nov 13 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Error getting ObjectAttribute array
Replies: 2
Views: 6905

Error getting ObjectAttribute array

I am trying to iterate through several files and look at their attributes. I can load the first file and see the attributes fine, but when I get to the second file, when I try to load the ObjectAttribute array, I get: This array is fixed or temporarily locked for the Object array. Suggestions? Sampl...
by Kiefer
Fri Mar 04 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Applying Digital Signatures through code
Replies: 6
Views: 9081

SWEET! Thanks very much.
by Kiefer
Thu Mar 03 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Applying Digital Signatures through code
Replies: 6
Views: 9081

Displaying "Select Signature" dialog

OK, but is there an API call that will allow me to show the "Select Signature" dialog box, the way you do with your selection button on the driver?
by Kiefer
Mon Feb 28 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer Not Activated Error -30
Replies: 1
Views: 4658

Printer Not Activated Error -30

I get this error when printing a large file that is coming over a WAN link. Could it be that there is a timeout in the printer driver between the activation call and the time the file actually is printed? If so, how can I adjust this timeout?
by Kiefer
Mon Feb 28 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Set Watermark on First Page Only in 2.5
Replies: 2
Views: 4837

Watermark Page 1 only

OK. Thank you very much.
by Kiefer
Mon Feb 28 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Applying Digital Signatures through code
Replies: 6
Views: 9081

Selecting Digital Signature

OK, thanks. What are acceptable values for this? PVK files? How do I select a digital signature from my signature store the way (I assume) the selector button on your full version does (I don't have this, so I am guessing as to its functionality based on the way Acrobat operates...)?
by Kiefer
Sun Feb 27 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Applying Digital Signatures through code
Replies: 6
Views: 9081

Applying Digital Signatures through code

I see the calls to do this in the new 2.5 Pro API, but how do I specify which digital signature I want to use?
by Kiefer
Sun Feb 27 2005
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Set Watermark on First Page Only in 2.5
Replies: 2
Views: 4837

Set Watermark on First Page Only in 2.5

I see that this is a new option in the driver. How do I set this on in code?
by Kiefer
Wed Nov 05 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Creating Hyperlinks with SetHyperlink or other method
Replies: 2
Views: 5324

SetHyperlink Help Please!!!

55 views and Zero responses in 11 months!!! A little help here!
by Kiefer
Wed Nov 05 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How to use PageMode?
Replies: 2
Views: 5470

How to use PageMode?

I've tried setting all of the different page modes, but none of these apperar to work.
by Kiefer
Wed Nov 05 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: How do I use ConcatenateFiles function?
Replies: 1
Views: 4109

How do I use ConcatenateFiles function?

How can I use this function in a VB app?
by Kiefer
Fri Jan 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Proper Values for Merge and MergeEx
Replies: 1
Views: 4859

Never Mind

I figured it out, at least I think so. I don't know why Options would be Long, when it is really a Repeat value: 1 = Repeat, 0 = Once Only.
by Kiefer
Fri Jan 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printing with hyperlinks and WebOptimization failed
Replies: 5
Views: 10093

Capability Not Supported

I was notified by Amyuni Support that this capability is not supported:

-------

Yes, Converting hyperlinks will not work if the file is optimized or if Multilanguage support is checked.

We will be working on these limitations for our future versions.
by Kiefer
Fri Jan 17 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Proper Values for Merge and MergeEx
Replies: 1
Views: 4859

Proper Values for Merge and MergeEx

I can find no documentation for the values for Options when using Merge and MergeEx. Is there correct documentation somewhere?