2
Use the pReport
of the extinct VTK Tools as a report generator in the Delphi XE7
. It does not have native export to PDF
.
Today, I export to PDF
calling a virtual printer with parameters.
But I don’t want to have to install a virtual printer on each client anymore.
How can I natively export a report to PDF
?
I even thought about studying how to create a virtual printer for PDF
to then create some similar algorithm... but found nothing.
give a look if it has in this palette of components something like
Filter
– Junior Moreira
@Júniormoreira Não possui... is an old reed, I have no way to migrate to another more modern. It has export (
Filter
) forExcel
andHTML
.– Andrey
As it is a Report tool, I do not believe it is possible to add another. As it is old and 'extinct', I recommend you make a greater effort and build your report into a more modern model! It’s too boring to mess with it, but in case it’s necessary! Fastreport, Quickreport, both native and efficient, among others!
– Junior Moreira
@I’ve set up a converter
pReport
forFastReport
, but no conditions... There are many variables and many layouts cusmotizados in the clients. To make this conversion at that time of the championship is very unviable. But what I want is to be able to generatePostScript
of the report and convert it toPDF
. I know it’s possible, I just don’t know how yet...– Andrey
To Gnostice has some very interesting tools I don’t know if it has support for your generator but worth a look. Another point, consider taking some open source suite and trying to adapt or create a PDF filter for your generator, I point out the Fortesreport, if you have the sources of course.
– Patrick Alves
Patrick, just as I suggested to him to use Fastreport and Quickreport, I also know Gnostice and we use it together with Quickreport, responds well to generate PDF. As for creating Filter I also thought about this, but the level is Very High.
– Junior Moreira
Well, in your case, the best option is actual migration. You can circumvent temporarily using applications similar to those that simulate printers, such as doPDF. When sending the print to her, just save the document.
– Victor Tadashi
I thank you all, but as I can already generate the
PDF
by means of a virtual printer, I’ll try to develop aFilter PDF
. Any news, I inform...– Andrey