Has anyone used PDFlib to create PDF documents within FWH? Are reference documentation or source code samples available? I need to create a PDF document with embedded FDF data. Can anyone help?
Has anyone used PDFlib to create PDF documents within FWH? Are reference documentation or source code samples available? I need to create a PDF document with embedded FDF data. Can anyone help?
function creapdf()
local opdf := tpdf():new('mipdf.pdf')
opdf:Pdfnewpage("A4","P")
opdf:Pdfatsay("HOLA MUNDO!!!!!!!!!!!",800,10,.t.)
opdf:Pdfclosepage()
opdf:pdfclose()
return .t.
function filesize(cfile)
LOCAL nfiles := directory(cfile)
return nfiles[1,2]Hello Mr.Antonio,
Can I get a link to "PDFLIB.LIB" and "ZLIB.LIB" please ?
Thanks,
Dear Ramesh
Link to download PDF LIB
http://www.fivetechsoft.com/files/utilities/pdflib.zip
Zlib will be available in the Folder c:\xHarbour\Lib\
or you may downlaod from the following link
http://rapidshare.com/files/151683290/zlib.zip.html
Regards
Anser
RAMESHBABU wrote:Hello Mr.Antonio,
Can I get a link to "PDFLIB.LIB" and "ZLIB.LIB" please ?
Thanks,
- Ramesh Babu P
Thank you Anser and thank you Enrico for your advise.