Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
RAP
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
PDF
rbuser
February 2006
edited February 2006
in
RAP
Hi
Is it posible to Make a PDF file, from the print?
Regards
Brian
Comments
rbuser
February 2006
edited February 2006
this is the code, i use, BUT i get Access violation at address 00405444 in
module 'AGBooking.exe'. Write of address 0000032C.
ppReport1.AllowPrintToFile := True;
ppReport1.DeviceType := dtPDF;
ppReport1.PDFSettings.Author := 'ReportBuilder';
ppReport1.PDFSettings.Title := 'Export to PDF Demo';
ppReport1.PDFSettings.OpenPDFFile := True;
ppReport1.TextFileName := PathToFile+'log\faktura\FAKnytest.pdf';
ppReport1.PrintDialog.DeviceType := dtPDF;
ppReport1.PrintDialog.PrintToFile := True;
rbuser
February 2006
edited February 2006
i Have put thus q in another maillist
nicocizik
February 2006
edited February 2006
Hi Brian,
Thanks, I gave a response to this question in the Devices newsgroup.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Best Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
This discussion has been closed.
Comments
module 'AGBooking.exe'. Write of address 0000032C.
ppReport1.AllowPrintToFile := True;
ppReport1.DeviceType := dtPDF;
ppReport1.PDFSettings.Author := 'ReportBuilder';
ppReport1.PDFSettings.Title := 'Export to PDF Demo';
ppReport1.PDFSettings.OpenPDFFile := True;
ppReport1.TextFileName := PathToFile+'log\faktura\FAKnytest.pdf';
ppReport1.PrintDialog.DeviceType := dtPDF;
ppReport1.PrintDialog.PrintToFile := True;
Thanks, I gave a response to this question in the Devices newsgroup.
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com