Hello,
I am looking at a better way to create PDF documents from my application. I am using a third party tool to create the PDF via WaitRun/Command line method. This process seems to take longer depending on the size of the input file I create.
Can we create PDFs directly from from FWH 0811 that allows me to draw lines and include images?
Thank you,
PDF Creator
- Otto
- Posts: 6401
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 12 times
- Been thanked: 2 times
- Contact:
Re: PDF Creator
Hello,
have a look at FASTREPORT.
viewtopic.php?f=3&t=16503&p=100487&hilit=silent#p100487
Best regards,
Otto
have a look at FASTREPORT.
viewtopic.php?f=3&t=16503&p=100487&hilit=silent#p100487
Code: Select all | Expand
//here you can use export
oFr:SetProperty("PDFExport", "FileName", ".\Myfile.pdf")
oFr:SetProperty("PDFExport", "UserPassword", "PW…" )
oFr:SetProperty("PDFExport", "OwnerPassword", "PW…" )
oFr:SetProperty("PDFExport", "OpenAfterExport", .f.)
oFr:SetProperty("PDFExport", "UserPassword", "test")
oFr:SetProperty("PDFExport", "ShowDialog",.f.)
oFr:PrepareReport()
oFr:DoExport("PDFExport")
Best regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
- Rick Lipkin
- Posts: 2668
- Joined: Fri Oct 07, 2005 1:50 pm
- Location: Columbia, South Carolina USA
Re: PDF Creator
Darrell
The newer versions of FWH have the export to PDF or to Word built into rpreview.prg and Prev32.dll.
If you can afford to upgrade .. That is a good reason.
Rick Lipkin
![Image](http://img690.imageshack.us/img690/4163/prev1e.jpg)
The newer versions of FWH have the export to PDF or to Word built into rpreview.prg and Prev32.dll.
If you can afford to upgrade .. That is a good reason.
Rick Lipkin
![Image](http://img690.imageshack.us/img690/4163/prev1e.jpg)
- cdmmaui
- Posts: 693
- Joined: Fri Oct 28, 2005 9:53 am
- Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong
- Contact:
Re: PDF Creator
Thanks Otto and Rick.
I need to upgrade FWH, however I need to create PDFs without preview interface as PDF need to be created automatically via an automated process.
Thanks Again!
I need to upgrade FWH, however I need to create PDFs without preview interface as PDF need to be created automatically via an automated process.
Thanks Again!
- Otto
- Posts: 6401
- Joined: Fri Oct 07, 2005 7:07 pm
- Has thanked: 12 times
- Been thanked: 2 times
- Contact:
Re: PDF Creator
Hello Darrell,
>however I need to create PDFs without preview interface as PDF
This is what the code I posted for you does.
Regards,
Otto
>however I need to create PDFs without preview interface as PDF
This is what the code I posted for you does.
Regards,
Otto
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
Re: PDF Creator
We use image2pdf dll pdf creator
Excellent and fast and low cost
http://www.utilitywarrior.com/Image-to- ... ibrary.htm
Excellent and fast and low cost
http://www.utilitywarrior.com/Image-to- ... ibrary.htm
Peter