Search found 8 matches

by ryanfure
Tue Feb 21 2006
Forum: C/C++/C# Community
Topic: Transparent bitmaps
Replies: 1
Views: 7455

Transparent bitmaps

Hello, I am using the PDFCreator Active X controls and am trying to overlay two bitmap images on a pdf document with the top bitmap being transparent. I have tried making the bitmap itself transparent but the background still is covering up the bottom bitmap. Is there a way to set the top bitmap as ...
by ryanfure
Tue May 03 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Change font size
Replies: 9
Views: 17195

I received a fix from the support team. You will need to set the text in the object before the the font is set. So in you example: This does not change font size: pdf.CreateObject ot, s pdf.ObjectAttribute(s, "LEFT") = xPos - pMarkerSize * 100 pdf.ObjectAttribute(s, "TOP") = yPos...
by ryanfure
Mon Apr 11 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Change font size
Replies: 9
Views: 17195

Thanks for the response Jose.

Yes, I have tried multiple type faces including Times New Roman and Arial, but none have worked for changing font sizes. Is there a specific font that you used that worked that I could try?
by ryanfure
Wed Apr 06 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Change font size
Replies: 9
Views: 17195

I am using PDF Creator version 2.0.
by ryanfure
Tue Apr 05 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Change font size
Replies: 9
Views: 17195

Change font size

Hello, I am using the PDF Creator in a custom application written in C++. I am creating a report in the application and am trying to use 2 different font sizes within a page. I am using the following code to change the sizes but the sizes stay the same. Here is the font for the header: pdfX->ObjectA...
by ryanfure
Fri Jan 07 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Extracting a bitmap from existing PDF document.
Replies: 1
Views: 5675

Extracting a bitmap from existing PDF document.

Hello,

I am evaluating the PDF Creator software and our users need the ability to extract a section of the PDF document and save it as a bitmap. The section would be selected by the user. Is there a way to accomplish this with this software? I am using c++ to create the application.
by ryanfure
Fri Jan 07 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Can not load a pdf with evaluation software
Replies: 2
Views: 6288

I figured it out, and it was my mistake. I was not converting the strings used by Borland Builder C++ to a wchar_t* correctly, thus giving the wrong input into the paramaters.

Thanks for the prompt reply!
by ryanfure
Thu Jan 06 2005
Forum: Amyuni PDF Creator ActiveX (PDF Viewer / Editor)
Topic: Can not load a pdf with evaluation software
Replies: 2
Views: 6288

Can not load a pdf with evaluation software

Hello, I am trying to evaluate the PDF Creater developer software and I am not able to open any pdfs from my application. I have supplied the name and license code included in the install.ini file that came with the download and have set the license key according to the documentation. Any suggestion...