Search found 22 matches

by charlesd
Tue Jun 05 2007
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Internet Explorer 7 on Vista
Replies: 1
Views: 5531

Internet Explorer 7 on Vista

I just downloaded the latest PDF Converter PRO Developer update an installed it on a Windows Vista 32 bit machine. Everything works as expected until trying to print to the Amyuni PDF Converter printer from Internet Explorer 7. Nothing happens. When printing from any other application I either get a...
by charlesd
Wed Sep 13 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: WordPerfect freezes when using PDF Converter
Replies: 0
Views: 5070

WordPerfect freezes when using PDF Converter

One of our customers has reported strange behaviour when using PDF Converter and WordPerfect 12. I've verified her report through a desktop sharing session. Here's the scenario: 1) Open any document in WordPerfect 2) Open a document in another application (Notepad for example) 3) Print to Amyuni PDF...
by charlesd
Fri Aug 04 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Events when re-arranging pages
Replies: 3
Views: 6413

I am already handling the ThumbActivated event. It does not appear to give the information I am looking for. As far as I understand the ThumbActivated event is fired when the user clicks on a pdf thumbnail image. That doesn't help me know if and when the user drags said thumbnail to a new location t...
by charlesd
Thu Aug 03 2006
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Events when re-arranging pages
Replies: 3
Views: 6413

Events when re-arranging pages

Our application has both the thumbnail control and the PDFCreactiveX control. Is there a simple way to know when the user has re-arranged the pages of the current document using the thumbnail control?
by charlesd
Tue Jul 18 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Extract bitmap from PDFCreator
Replies: 4
Views: 11766

The above approach works great for getting the raw image data in a pdf file. However, pdf files can contain quite a range of image types and color spaces that each require custom processing given only this raw data. For example some images have a "ColorSpace" attribute of "Indexed&quo...
by charlesd
Mon Jul 17 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: ColorSpace Attribute
Replies: 2
Views: 7486

If the ColorSpace is -1 (Indexed), is there a way to get the values of the lookup table?
by charlesd
Thu May 25 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Specifying Passwords when Loading from a Stream
Replies: 1
Views: 5882

Specifying Passwords when Loading from a Stream

The documentation for the PDF Creator describes how to use an IStream interface to load pdf data directly from a stream. This is working great. I can even tell if the pdf data is password protected by looking at the Protected flag of the PDFCreactiveX object. My question is, how can I specify a pass...
by charlesd
Thu May 25 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Double Click Event
Replies: 1
Views: 5708

Double Click Event

I've noticed that the PDF Creator exposes a OnMouseDown event. I tried to use this to detect when the user double clicked the control. However, the OnMouseDown event only fires if a click is not the second click of a double click. Is there any other way to detect a double click?
by charlesd
Thu May 25 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: document default compression setting
Replies: 0
Views: 5461

document default compression setting

The documentation for the PDF Creator mentions that the Compression attribute of a picture object can be set to 0 to indicate the "document default setting". How can I tell what, if any, compression is being used if a picture object has this setting? Also, is there a way to specify the doc...
by charlesd
Thu May 18 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Does PDF Creator 1.5 support invisible text (3 Tr)?
Replies: 8
Views: 15886

Another solution is to set the 'TextRenderingMode' attribute to 3.
by charlesd
Mon May 15 2006
Forum: Wish List
Topic: Documentation
Replies: 1
Views: 12583

Documentation

It would be great if all of the current features were fully documented. Some of the things I've had to discover myself or learn directly from support include: the 'Hidden' attribute of text objects the 'ColorSpace' attribute of picture objects the entire acThumbnail control the side effects of Batch...
by charlesd
Fri May 12 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Does PDF Creator 1.5 support invisible text (3 Tr)?
Replies: 8
Views: 15886

Adding Invisible Text

When adding a text object to a pdf document how can you specify that it should be invisible?
by charlesd
Fri Apr 14 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: GetObjectXY
Replies: 1
Views: 6127

GetObjectXY

What is the behavior of GetObjectXY if there are overlapping objects at the specified location? Is there a simple way to iterate through all such objects?

Is there a way to tell which objects are an top or bottom. In other words, can I tell the z-order or layering order of overlapped objects?
by charlesd
Fri Jan 27 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Locking the pdf file on Open
Replies: 1
Views: 6053

Locking the pdf file on Open

Is there any way to put the ActiveX control in a "preview" type mode where it doesn't lock write access to the the files it opens? For example, I would like to be able to show a pdf file without keeping other programs from modifying that same file. Any thoughts?
by charlesd
Wed Jan 04 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Thumbnails Control Properties
Replies: 1
Views: 5453

Thumbnails Control Properties

Is there any way to modify the look and feel of the thumbnail control? Specifically, I would like to adjust the background color and the selection colors.

Thanks,

Charles