From: Jeremias Maerki Date: Thu, 30 Mar 2006 06:40:19 +0000 (+0000) Subject: Added missing OutputStream parameter to one of the examples. X-Git-Tag: fop-0_92-beta~37 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=94c4420bf9624dead3f9088b2fcbf25fcfb39e9b;p=xmlgraphics-fop.git Added missing OutputStream parameter to one of the examples. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@390006 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/documentation/content/xdocs/trunk/embedding.xml b/src/documentation/content/xdocs/trunk/embedding.xml index db41a7998..98f1518a4 100644 --- a/src/documentation/content/xdocs/trunk/embedding.xml +++ b/src/documentation/content/xdocs/trunk/embedding.xml @@ -346,7 +346,7 @@ try { + Fop fop = fopFactory.newFop(MimeConstants.MIME_POSTSCRIPT, userAgent, out);]]>

You can do all sorts of things on the user agent: