Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: PDF again... was: Can Rebol Do?

From: deryk::iitowns::com at: 4-May-2001 14:13

Paolo Russo wrote:
> >At 15:10 3.5.2001 -0700, you wrote: > >>See how your country scores in worldwide REBOL interest... > >> > >>http://www.rebol.com/sitehits.html > > > >Wow.. Is there anything that can't be done with Rebol??? > >(I'm newbie with Rebol, not with computers: C64, Amiga, VMS, msdos, > >Unix, os/2, Beos Windowse etc) > > > >A question.. Is this possible? > > > >We have a client who has (in Linux RH7 server Apache,Mysq+php) Web > >form that is filled by client (we make form).. Now we need to send > >form data on Email as plain text (easy so far) and as a PDF > >attachment. > > > >To make things more difficult there is Image (jpeg/gif/png) upload > >option .. This image must be sen as e-mail attachment and inserted > >into PDF file.. > > > >So, could this be done in Rebol? > > > > PDF pops up again... I've been trying for a while to find PDF public > (?) specs to implement PDF output in make-spec. Has anyone a hint?
Try using XML with a PDF XSLT for your output. I use the same for my resume to output to HTML or PDF. I don't see why Rebol would not be able to do so unless perhaps it doesn't support stylesheets applied to output. Deryk