Delphi & Adobe ActiveX control

Posted by Shane on April 07, 2005

I am trying to use the Adobe Pdf activex control in my program for printing PDF files which the path to is store in a database table.

pdfMain.Enabled:= True;
if pdfMain.LoadFile(frmData.tblParents.FieldByName('File').asString) = True then
pdfMain.PrintAll;

This loads fine (takes a second sometimes), however, the printing does not work.

sholmes

Also, my ultimate goal is to print this file (above) and any children files (child table) which belong to it. - however, i can't even get the first file to print.

Related Articles and Replies