[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cgiapp] OT: PDF::API2 help!


In my limited PDF experience, what I ended up doing was just using HTML::Template file, merging it with the necessary data and then writing it to a temp file and then running htmldoc[1] on it to convert it to PDF. Then e-mailing the PDF file or I guess you could pass it through the Web browser.

system( "/usr/bin/htmldoc --webpage -f /tmp/$filebase.pdf /tmp/$filebase.html" );

HTH,

Jason

[1]: htmldoc: http://www.htmldoc.org/

Eric Olson wrote:
Hello list,

   I know this is off topic, but I am running out of places to look for
answers.

   I am using PDF::API2 in a web based application to be able to print
reports generated by mod_perl scripts. My problem is this: I can not
find any documentation or examples to help out with image
replacement,text problems or the myriad of other problems I am having.

   Where can I go to find examples or better documentation for
PDF::API2?
Thanks guys,
Eric


---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/suppressed/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/suppressed/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: suppressed
For additional commands, e-mail: suppressed


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.