Search found 10 matches

by jggori
Mon Dec 11 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Bitmaps
Replies: 2
Views: 7240

:) My mistake, the Bitmap was corrupt. Another question with respect to bitmaps, what does the pallete object look like in the bitmap.
by jggori
Thu Dec 07 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Bitmaps
Replies: 2
Views: 7240

Bitmaps

Is there anything that needs to be done differently to load a bitmap into a pdf versus a jpeg. It appears a Jpeg will load, but not a bitmap? I do the following Create Set the filename Set the Coordinates if i do this with a jpeg BITMAPDATA has data, if i Do this with a bitmap Nothing in BitmapData?...
by jggori
Mon Dec 04 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Pictures and Palettes
Replies: 0
Views: 5361

Pictures and Palettes

How do you extract the Palette from a picture obeject? The Palette attribute is a number, what does this represent?
by jggori
Mon Nov 27 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: BitmapData Question
Replies: 0
Views: 5554

BitmapData Question

Can you Set BitmapData with ObjectAttributeStr ?
by jggori
Mon Nov 27 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Copying Pictures fron one PDF to another
Replies: 2
Views: 7156

I tried the following oSource = CREATEOBJECT("PDFCreactiveX.PDFCreactiveX.3") oDest = CREATEOBJECT("PDFCreactiveX.PDFCreactiveX.3") oSource.OpenEx("foo.pdf") oSource.CurrentPage = 1 oDest.InitBlank() oDest.ReportState = acReportStateDesign oDest.DoCommandTool(acCommandT...
by jggori
Wed Nov 22 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Copying Pictures fron one PDF to another
Replies: 2
Views: 7156

Copying Pictures fron one PDF to another

Is there an easy way to copy a Picture Object from One PDF Document to another PDF Document that I am creating. Assume that it is not an External file?

I am using the PDF Creator.

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

I set the Currentpage to n and that seemed to help, I'm in the same boat
by jggori
Wed Nov 22 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Extract bitmap from PDFCreator
Replies: 4
Views: 11787

Picture attributes

Where are BitmapData and the related attributes documented. There seems to be a number of attributes related to the Picture object missing from the documentation
by jggori
Wed Nov 22 2006
Forum: Visual FoxPro Community
Topic: Foxpro User. Trying Demo and having problems.
Replies: 2
Views: 16552

Hi I tried to compile the samples under VFP 8 SP1 and they have problems? is there an updated set of these?
by jggori
Thu Nov 02 2006
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Copying a Page to a New Document
Replies: 0
Views: 5150

Copying a Page to a New Document

Is there a way to Copy a Page from one PDF to a New PDF, where that is the lone page.

Joe Gori