PDF Creator

PDF Creator

Postby cdmmaui » Fri Aug 31, 2012 6:02 pm

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,
*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
User avatar
cdmmaui
 
Posts: 689
Joined: Fri Oct 28, 2005 9:53 am
Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong

Re: PDF Creator

Postby Otto » Fri Aug 31, 2012 6:12 pm

Hello,
have a look at FASTREPORT.

viewtopic.php?f=3&t=16503&p=100487&hilit=silent#p100487


Code: Select all  Expand view
//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
********************************************************************
User avatar
Otto
 
Posts: 6270
Joined: Fri Oct 07, 2005 7:07 pm

Re: PDF Creator

Postby Rick Lipkin » Fri Aug 31, 2012 7:39 pm

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
User avatar
Rick Lipkin
 
Posts: 2658
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: PDF Creator

Postby cdmmaui » Fri Aug 31, 2012 7:42 pm

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!
*~*~*~*~*~*~*~*~*~*
Darrell Ortiz
CDM Software Solutions, Inc.
https://www.cdmsoft.com
User avatar
cdmmaui
 
Posts: 689
Joined: Fri Oct 28, 2005 9:53 am
Location: Houston ∙ Chicago ∙ Los Angeles ∙ Miami ∙ London ∙ Hong Kong

Re: PDF Creator

Postby Otto » Fri Aug 31, 2012 8:56 pm

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
********************************************************************
mod harbour - Vamos a la conquista de la Web
modharbour.org
https://www.facebook.com/groups/modharbour.club
********************************************************************
User avatar
Otto
 
Posts: 6270
Joined: Fri Oct 07, 2005 7:07 pm

Re: PDF Creator

Postby peterk » Tue Sep 04, 2012 4:13 am

We use image2pdf dll pdf creator

Excellent and fast and low cost

http://www.utilitywarrior.com/Image-to- ... ibrary.htm
Peter
peterk
 
Posts: 47
Joined: Thu Jul 13, 2006 2:39 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 39 guests