Search found 22 matches

by charlesd
Thu Dec 22 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: ColorSpace Attribute
Replies: 2
Views: 7508

ColorSpace Attribute

What are the possible values for the ColorSpace attribute on a Picture object?
by charlesd
Tue Nov 29 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: XP Manifest causes buttons to lose images
Replies: 1
Views: 5527

XP Manifest causes buttons to lose images

When the PDF Creator ActiveX object is included in an application that uses XP style controls (by including an XP manifest) the buttons to advance pages and to change zoom are missing their images. They appear blank. I can send a screen shot to support@amyuni.com if you'd like. Have you encountered ...
by charlesd
Wed Nov 23 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Selected Pages in Thumb Control
Replies: 1
Views: 5152

Selected Pages in Thumb Control

How can I query the thumb control to know which pages a user has selected?
by charlesd
Tue Oct 25 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Inserting Image Objects
Replies: 4
Views: 11311

1 bit images

I've tested the above code and found that it works well, except for 1 bit images. At the end of my post is some sample Delphi code I've been using. It works fine for 24 bit images, but breaks on 1-bit images. I've found that by doubling the size of my pixels array the following code will "work&...
by charlesd
Tue Oct 25 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Inserting Image Objects
Replies: 4
Views: 11311

That helps quite a bit

Thanks for the reply. What other undocumented image attributes are available? or is this anywhere they are documented?

Charles
by charlesd
Thu Oct 20 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Inserting Image Objects
Replies: 4
Views: 11311

More questions...

If a document has a picture object is there any way I can access the image data? Can I get a handle to the data or save it out separately to another file, etc...?
by charlesd
Thu Oct 20 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Inserting Image Objects
Replies: 4
Views: 11311

Inserting Image Objects

Two related questions: I am searching for a way to insert quickly insert images into document. If an image is already loaded into memory can I create a picture based on an image handle, a stream, or some other in-memory device? Woul the format of this image be restricted to BMP and JPEG? From the De...