Hi,
I have a problem generating the pdf from the HTML. When I display the
HTML everything is fine. But when I convert it to pdf (using abcpdf)
all I get blank pages where the content should be.
Tryed reducing the html pages down to a single page and still get the
same problem. Loading the code using the following
docPDF = new Doc();
docPDF.Rect.Magnify(1 / dSCALE, 1 / dSCALE);
docPDF.Transform.Magnify(dSCALE, dSCALE, 0, 0);
docPDF.Rect.Inset(18 / dSCALE, 36 / dSCALE);
int intID = docPDF.AddImage("file://" + sHTML,1);
Then cycling through the pages. All written in c#.
Any ideas. Thanks in advance
Andy
|
|
0
|
|
|
|
Reply
|
andrew
|
4/15/2005 9:40:23 AM |
|