Problem with Displaying PNG Files
Posted: Thu May 05, 2011 11:35 pm
I have been using Quartam PDF Library 1.0.0 for a while now and have it successfully running in one of my apps that generates PDF reports. Today, I downloaded version 1.1.0 and found that when I attempt to display my graphics, they appear black. If I display them in the old version they display fine.
I have attached two png files that I am attempting to generate in a pdf report.
the code I am using is the following:
thank you in advance.
I have attached two png files that I am attempting to generate in a pdf report.
the code I am using is the following:
Code: Select all
set thte defaultFolder to specialFolderPath("Desktop")
put "importChart.png" into importChartPath
put qrtPDF_SetImageScale tDocRef, 60
qrtPDF_DrawImage tDocRef, 12,22,0,0 importChartPath