From fop-user-return-4909-apmail-xml-fop-user-archive=xml.apache.org@xml.apache.org Thu Sep 05 09:00:53 2002 Return-Path: Delivered-To: apmail-xml-fop-user-archive@xml.apache.org Received: (qmail 23496 invoked by uid 500); 5 Sep 2002 09:00:53 -0000 Mailing-List: contact fop-user-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: fop-user@xml.apache.org Delivered-To: mailing list fop-user@xml.apache.org Received: (qmail 23485 invoked from network); 5 Sep 2002 09:00:53 -0000 Message-ID: From: "Doray, Arnold" To: "'fop-user@xml.apache.org'" Subject: Rendering multi-component documents Date: Thu, 5 Sep 2002 09:56:32 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Status: O X-Status: X-Keywords: Dear All, I'm a new to FOP and I've hit a snag. I'd be grateful for any help: I have a single XML document that I want rendered to PDF. This PDF has textual and graphics portions, all derived from the same input XML document. To do the rendering, I have to run FOP a few times, first to convert the XML to graphics (in my case, SVG), then once more to convert the input XML to the final PDF, where the graphics are "attached" using . Of course, the input XML has hardcoded in it the file names of the SVG graphics. Is there a way to create the final PDF, complete with graphics by calling FOP just once? Preferably, the solution wouldn't have to require hardcoding the file names in the input XML. Thanks, Arnold Doray