Re: [WebDNA] writing pdfs on the fly (Avery labels #5160)

This WebDNA talk-list message is from

2010


It keeps the original formatting.
numero = 105047
interpreted = N
texte = I have also had success using FDF, Adobe's Form Data Format. FDF works very well with WebDNA, allowing one to "plug values into an existing pdf form". Marc Bob Minor wrote: > we use a few different tools for pdf on the fly > > htmldocs and wkpdf for html to pdf conversions, each has their drawbacks and benefits. > > for form integration with pdf we use pdftk, this lets you plug values into an existing pdf form. > > > On Mar 16, 2010, at 11:54 AM, Donovan Brooke wrote: > >> Govinda wrote: >> [snip] >>> What are people doing to write pdfs on the fly? PHP? Or any good (easy to instal/run) freeware/shareware out there. >>> All we need is Avery label #5160 dynamic pdfs, populated with our webdna db data. >>> -Govinda >> >> Hi Govinda, I hate to discourage the use of WebDNA, but when dealing with client deadlines... >> >> I am currently looking at: >> >> http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf >> >> It's an open source PDF utility for PHP. I will be calling >> a PHP page with a WebDNA tcpconnect.. or maybe even through >> the commandline to accomplish my goals. >> >> There may be other better solutions for your needs out there, I don't >> know. >> >> tcpdf consists of basically one main file and a couple supporting >> small files and does not require any special external objects/frameworks >> etc.. It could be rewritten in WebDNA.. but I don't have the time >> to rewrite 17,000 lines of code right now. ;-) >> >> Anyway, I'm looking at it for DRM purposes, but it is fairly versatile. It utilizes ImageMagick for image manipulation. >> >> Acrobat has a DOM interface (similar to browsers but different). I suppose you could hack something there by running Acrobat on your >> server and then calling javascript through WebDNA using [shell]. >> That may just drive a person past the crazy line. :-) >> >> I'll be getting more into this in the coming weeks myself. >> >> Donovan >> >> >> >> >> -- >> Donovan Brooke >> Euca Design Center >> [Practical-Ethical-Efficient] >> www.euca.us >> egg.bz >> artglass-forum.com >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> old archives: http://dev.webdna.us/TalkListArchive/ >> Bug Reporting: http://forum.webdna.us/eucabb.html?page=topics&category=288 > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: http://forum.webdna.us/eucabb.html?page=topics&category=288 > . > -- ------------------------------------------- Marc Thompson Software Engineer Office of Information Technology University of Utah 801.585.9264 marc.thompson@utah.edu ------------------------------------------- Associated Messages, from the most recent to the oldest:

    
  1. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Govinda 2010)
  2. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Govinda 2010)
  3. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Grant Hulbert 2010)
  4. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Patrick McCormick 2010)
  5. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Grant Hulbert 2010)
  6. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Donovan Brooke 2010)
  7. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Govinda 2010)
  8. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Bob Minor 2010)
  9. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Marc Thompson 2010)
  10. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Bob Minor 2010)
  11. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Tom Duke 2010)
  12. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Marc Thompson 2010)
  13. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Brian Fries 2010)
  14. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Donovan Brooke 2010)
  15. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Govinda 2010)
  16. Re: [WebDNA] writing pdfs on the fly (Avery labels #5160) (Marc Thompson 2010)
  17. [WebDNA] writing pdfs on the fly (Avery labels #5160) (Govinda 2010)
I have also had success using FDF, Adobe's Form Data Format. FDF works very well with WebDNA, allowing one to "plug values into an existing pdf form". Marc Bob Minor wrote: > we use a few different tools for pdf on the fly > > htmldocs and wkpdf for html to pdf conversions, each has their drawbacks and benefits. > > for form integration with pdf we use pdftk, this lets you plug values into an existing pdf form. > > > On Mar 16, 2010, at 11:54 AM, Donovan Brooke wrote: > >> Govinda wrote: >> [snip] >>> What are people doing to write pdfs on the fly? PHP? Or any good (easy to instal/run) freeware/shareware out there. >>> All we need is Avery label #5160 dynamic pdfs, populated with our webdna db data. >>> -Govinda >> >> Hi Govinda, I hate to discourage the use of WebDNA, but when dealing with client deadlines... >> >> I am currently looking at: >> >> http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf >> >> It's an open source PDF utility for PHP. I will be calling >> a PHP page with a WebDNA tcpconnect.. or maybe even through >> the commandline to accomplish my goals. >> >> There may be other better solutions for your needs out there, I don't >> know. >> >> tcpdf consists of basically one main file and a couple supporting >> small files and does not require any special external objects/frameworks >> etc.. It could be rewritten in WebDNA.. but I don't have the time >> to rewrite 17,000 lines of code right now. ;-) >> >> Anyway, I'm looking at it for DRM purposes, but it is fairly versatile. It utilizes ImageMagick for image manipulation. >> >> Acrobat has a DOM interface (similar to browsers but different). I suppose you could hack something there by running Acrobat on your >> server and then calling javascript through WebDNA using [shell]. >> That may just drive a person past the crazy line. :-) >> >> I'll be getting more into this in the coming weeks myself. >> >> Donovan >> >> >> >> >> -- >> Donovan Brooke >> Euca Design Center >> [Practical-Ethical-Efficient] >> www.euca.us >> egg.bz >> artglass-forum.com >> --------------------------------------------------------- >> This message is sent to you because you are subscribed to >> the mailing list . >> To unsubscribe, E-mail to: >> archives: http://mail.webdna.us/list/talk@webdna.us >> old archives: http://dev.webdna.us/TalkListArchive/ >> Bug Reporting: http://forum.webdna.us/eucabb.html?page=topics&category=288 > > --------------------------------------------------------- > This message is sent to you because you are subscribed to > the mailing list . > To unsubscribe, E-mail to: > archives: http://mail.webdna.us/list/talk@webdna.us > old archives: http://dev.webdna.us/TalkListArchive/ > Bug Reporting: http://forum.webdna.us/eucabb.html?page=topics&category=288 > . > -- ------------------------------------------- Marc Thompson Software Engineer Office of Information Technology University of Utah 801.585.9264 marc.thompson@utah.edu ------------------------------------------- Marc Thompson

DOWNLOAD WEBDNA NOW!

Top Articles:

Talk List

The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...

Related Readings:

Max Record length restated as maybe bug (1997) copyfile (2003) Understanding texta (1997) webcat sendmail error - unix sendmail failed to deliver this email (2000) Showing unopened cart (1997) Text variables do not show (1999) OFF-TOPIC: Check www.godaddy.com for me ... (2003) Almost a there but..bye bye NetCloak (1997) Setting up shop (1997) Searchable WebCat (etc.) Docs ? (1997) Error Lob.db records error message not name (1997) A little syntax help (1997) Interpret twice? (1997) Emailer question (1998) [ConvertChars] problem (1997) [cart] not being interpreted inside [founditems] (1997) Banner DNA (1997) Date Time Oddness (1999) Press Release hit the NewsWire!!! (1997) Webcat Manual and TeaRoom Examples Uses Different Examples. (1997)