-------- Original-Nachricht -------- Datum: Tue, 22 Aug 2006 11:59:36 +0200 Von: Andreas L Delmelle <[EMAIL PROTECTED]> An: [email protected] Betreff: Re: Automated tasks
> On Aug 22, 2006, at 11:52, Jeremias Maerki wrote: > > <snip /> > > > >> 2. The same problem as above quoted but how to do it via webinterface > >> and PHP. Read the files in folder --> create a form --> mark the > >> radiobuttons --> select a xsl file --> create PDF with FOP. So how to > >> send the selected files to fop? > > > > You might want to search the mailing list archives. I only remember > > this > > package being mentioned: http://pear.php.net/package-info.php?pacid=16 > > But I think it's not maintained anymore. The easiest way to call > > FOP is > > via the command-line but that's rather slow because of the JVM startup > > each time. But maybe it's good enough for you. Anyway, I don't work > > with > > PHP so I don't have any smart ideas. > > Don't know if it can be of any help here, but there's a Wiki-page > about using the PHP/Java Bridge to interact with FOP in PHP. > > right here: http://wiki.apache.org/xmlgraphics-fop/HowTo/PHPJavaBridge > > Still uses the 0.20.X API, though... but with a bit of imagination, > maybe? > > HTH! > > Andreas > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] Hi, thanks for the answers. First I try it with ant. Quite an interesting tool. The FOP Ant Task is only for transforming *.fo to *.pdf. So, I have to try to write a task for xml to fo to pdf. If someone has an idea, let me know. Have a nice day TBL -- Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
