Re: Dynamic PDFs?

This WebDNA talk-list message is from

2004


It keeps the original formatting.
numero = 58951
interpreted = N
texte = Ok, HTMLdoc isn't quite what I need (I don't think)... the concept there, (I believe) is to take a webpage (dynamically-genereated or otherwise) and then create a PDF file of the webpage. Fine for most uses, but this client specifically requested that a 'pretty' pre-formatted PDF doc be created... basically, their actual, printable, current PDF contract, but with sales-rep entered data from a web form. Pretty cool, actually, if I can get it to work right :) http://www.adobe.com/support/techdocs/27f9a.htm <-- Great info Basically, it looks like there is a file format called FDF that is simply a text file (database...) that can be written in a specific format for parsing by an exisiting PDF file (form) .... I'm good up to this point... now onto the hard part :) Oh, btw, sorry for the rambling, but someone may find this useful when searching the archives. -Dan On Tue, 03 Aug 2004 09:30:18 -0700 "Dan Strong" wrote: >I'll check that out now. What I am thinking is more along the lines of having an actual, >printable .pdf file waiting on the server, like a template or something, that can receive vars >like a mail merge doc in Word, then write itself out as a unique, printable pdf doc. In my >fantasy world, it would work like this: >http://www.mysite.com/[cart].pdf?var1=whatever&var2=whatever, etc. Yeah right ;) Thanks, guys. >-Dan > > >On Tue, 03 Aug 2004 17:10:58 +0100 > Steve Craig wrote: >>Hi >> >>On OSX I use a thing called HTMLDoc version 1.8.23 which is free to use I >>think. Basically you can point it to a url, which can be your populated >>content, and it makes a pdf on the fly. You then you send it off to the >>user. Works well for me and includes all tables, graphics etc. >> >>It's not to hot on CSS so as long as your html is basic it will work ok. >> >>Can give you a URL if you need to see example. >> >>Cheers >>======================================== >>Steve Craig - Asylum Interactive Ltd >>Tel +44 1224 642960 Fax +44 1224 642962 >>======================================== >>http://www.asylumweb.com >>Email: steve@asylumweb.com >>======================================== >> >> >> >>> From: Dan Strong >>> Reply-To: WebDNA Talk >>> Date: Tue, 03 Aug 2004 08:55:23 -0700 >>> To: WebDNA Talk >>> Subject: Dynamic PDFs? >>> >>> Hey everybody, >>> >>> Just began my thinking on this right this second...will Google immediately >>> after sending this, but >>> wanted to get any opinions, two cents, etc. about this: Simple 'contract' site >>> (webform --> Webdna >>> populates .db --> which populates 'contract', blah blah, basic stuff), but at >>> the end variables >>> are fed to a PDF file for printout/download... this happens, right? Anybody >>> have a preferred >>> method? Is it as 'easy' as talking to Distiller on the server via [shell] or >>> something like that, >>> or is there something automated. Googling now. >>> >>> TIA >>> >>> -Dan >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> >> >> >>------------------------------------------------------------- >>This message is sent to you because you are subscribed to >> the mailing list . >>To unsubscribe, E-mail to: >>To switch to the DIGEST mode, E-mail to >>Web Archive of this list is at: http://webdna.smithmicro.com/ > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to >Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ Associated Messages, from the most recent to the oldest:

    
  1. Re: Dynamic PDFs? ( Stuart Tremain 2004)
  2. Re: Dynamic PDFs? ( Michael Quattrone 2004)
  3. Re: Dynamic PDFs? ( Michael Quattrone 2004)
  4. Re: Dynamic PDFs? ( "WebDna @ Inkblot Media" 2004)
  5. Re: Dynamic PDFs? ( Jay Van Vark 2004)
  6. Re: Dynamic PDFs? ( "Dan Strong" 2004)
  7. Re: Dynamic PDFs? ( Bob Minor 2004)
  8. Re: Dynamic PDFs? ( John Hill 2004)
  9. Re: Dynamic PDFs? ( Alex McCombie 2004)
  10. Re: Dynamic PDFs? ( "Dan Strong" 2004)
  11. Re: Dynamic PDFs? ( "Dan Strong" 2004)
  12. Re: Dynamic PDFs? ( Steve Craig 2004)
  13. Re: Dynamic PDFs? ( Dave Hurley 2004)
  14. Dynamic PDFs? ( "Dan Strong" 2004)
  15. Re: Dynamic PDFs? (Dan Strong 2002)
  16. Re: Dynamic PDFs? (Andrew Simpson 2002)
  17. Re: Dynamic PDFs? (Dan Strong 2002)
  18. Re: Dynamic PDFs? (Alex McCombie 2002)
  19. Re: Dynamic PDFs? (Bob Minor 2002)
  20. Re: Dynamic PDFs? (Andrew Simpson 2002)
  21. Re: Dynamic PDFs? (Dan Strong 2002)
Ok, HTMLdoc isn't quite what I need (I don't think)... the concept there, (I believe) is to take a webpage (dynamically-genereated or otherwise) and then create a PDF file of the webpage. Fine for most uses, but this client specifically requested that a 'pretty' pre-formatted PDF doc be created... basically, their actual, printable, current PDF contract, but with sales-rep entered data from a web form. Pretty cool, actually, if I can get it to work right :) http://www.adobe.com/support/techdocs/27f9a.htm <-- Great info Basically, it looks like there is a file format called FDF that is simply a text file (database...) that can be written in a specific format for parsing by an exisiting PDF file (form) .... I'm good up to this point... now onto the hard part :) Oh, btw, sorry for the rambling, but someone may find this useful when searching the archives. -Dan On Tue, 03 Aug 2004 09:30:18 -0700 "Dan Strong" wrote: >I'll check that out now. What I am thinking is more along the lines of having an actual, >printable .pdf file waiting on the server, like a template or something, that can receive vars >like a mail merge doc in Word, then write itself out as a unique, printable pdf doc. In my >fantasy world, it would work like this: >http://www.mysite.com/[cart].pdf?var1=whatever&var2=whatever, etc. Yeah right ;) Thanks, guys. >-Dan > > >On Tue, 03 Aug 2004 17:10:58 +0100 > Steve Craig wrote: >>Hi >> >>On OSX I use a thing called HTMLDoc version 1.8.23 which is free to use I >>think. Basically you can point it to a url, which can be your populated >>content, and it makes a pdf on the fly. You then you send it off to the >>user. Works well for me and includes all tables, graphics etc. >> >>It's not to hot on CSS so as long as your html is basic it will work ok. >> >>Can give you a URL if you need to see example. >> >>Cheers >>======================================== >>Steve Craig - Asylum Interactive Ltd >>Tel +44 1224 642960 Fax +44 1224 642962 >>======================================== >>http://www.asylumweb.com >>Email: steve@asylumweb.com >>======================================== >> >> >> >>> From: Dan Strong >>> Reply-To: WebDNA Talk >>> Date: Tue, 03 Aug 2004 08:55:23 -0700 >>> To: WebDNA Talk >>> Subject: Dynamic PDFs? >>> >>> Hey everybody, >>> >>> Just began my thinking on this right this second...will Google immediately >>> after sending this, but >>> wanted to get any opinions, two cents, etc. about this: Simple 'contract' site >>> (webform --> Webdna >>> populates .db --> which populates 'contract', blah blah, basic stuff), but at >>> the end variables >>> are fed to a PDF file for printout/download... this happens, right? Anybody >>> have a preferred >>> method? Is it as 'easy' as talking to Distiller on the server via [shell] or >>> something like that, >>> or is there something automated. Googling now. >>> >>> TIA >>> >>> -Dan >>> >>> ------------------------------------------------------------- >>> This message is sent to you because you are subscribed to >>> the mailing list . >>> To unsubscribe, E-mail to: >>> To switch to the DIGEST mode, E-mail to >>> >>> Web Archive of this list is at: http://webdna.smithmicro.com/ >> >> >> >> >>------------------------------------------------------------- >>This message is sent to you because you are subscribed to >> the mailing list . >>To unsubscribe, E-mail to: >>To switch to the DIGEST mode, E-mail to >>Web Archive of this list is at: http://webdna.smithmicro.com/ > > >------------------------------------------------------------- >This message is sent to you because you are subscribed to > the mailing list . >To unsubscribe, E-mail to: >To switch to the DIGEST mode, E-mail to >Web Archive of this list is at: http://webdna.smithmicro.com/ ------------------------------------------------------------- This message is sent to you because you are subscribed to the mailing list . To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/ "Dan Strong"

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:

Append probs, please help (2001) Some Advise needed (1997) Associative lookup style? (1997) New Web Site Developers Database (1996) Type 11 errors setting up WebCAt 2 (1997) Some basic help (2000) Why don't my carts expire (1998) Can this be done? (2003) links to .db's ? (1999) Size issues (2001) quantity limit (1998) 2cd pair.. [math] and European Date format (2004) WebDNA 6 (2004) Applescript, WebDNA, and PDF (1997) Three new problems, maybe a fourth (1997) Hard Questions ? (1997) list/menus (2000) Bug or syntax error on my part? (1997) How is it done? (1998) TeaRoom Order fields email account remain empty even thoughthewy are filled. (1997)