How to locate errors?

2010-03-24 Thread Pete Allison
) : http://xmlgraphics.apache.org/fop/0.95/embedding.html#basic-logging http://old.nabble.com/How-to-Log-errors-with-Fop.bat-0.94-td15529153.html Thanks, Pete Allison

Fonts in embedded applications

2010-03-18 Thread Pete Allison
I'm trying to figure out how to make other fonts available to FOP. My current configuration: 1. FOP 0.94 2. I'm using the servlet example code: ..\fop-0.94\src\java\org\apache\fop\servlet 3. Building using ant. 4. Deploy the WAR file under Tomcat 6.0 I know how generate the font

RE: barcode test failing

2010-02-11 Thread Pete Allison
I'm using 0.94. It seems to generate correcty for me. I've attached the PDF. From: Venkat Reddy [mailto:vanukuri.ven...@googlemail.com] Sent: Thursday, February 11, 2010 7:59 AM To: fop-users@xmlgraphics.apache.org Subject: barcode test failing Hi, I am trying to generate a PDF

RE: Servlet Output Filename

2009-01-07 Thread Pete Allison
must be able to allow the user to specify the outfile name. I have search the FAQs, the internet, and tried to use setOutfile. I'm using 0.94. Thanks, Pete Allison Do or do not. There is no 'try.' - Yoda - To unsubscribe, e

RE: Servlet Output Filename

2009-01-07 Thread Pete Allison
Thanks, I had just figured this out. Same technique. Took me a little while the find the proper spot in the Servlet (remember I'm JAVA-challenged) but have got it working. Thanks, Pete Allison -Original Message- From: Steve Quirk [mailto:squ...@ieee.org] Sent: Wednesday, January 07

RE: FOP XML-XSLT-FOP PDF Issues

2008-12-16 Thread Pete Allison
that is handed off to FOP. Yes, it is a two-step process. The first element in my FO stylesheet (after the XML declaration) is fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; xmlns:edit=edit.uri My technique may not be the canonical method, but it works for me. Pete Allison Marshall Space Flight

RE: Using CHOOSE to control image in region-body

2008-10-07 Thread Pete Allison
What is the context for ./send-fax ? _ From: Steffanina, Jeff [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 07, 2008 2:38 PM To: fop-users@xmlgraphics.apache.org Subject: RE: Using CHOOSE to control image in region-body Eric, I made the suggested change and checked the case.

RE: Using CHOOSE to control image in region-body

2008-10-07 Thread Pete Allison
Me too also... I have used ../SOME_NODE_NAME or variations of this. The current node can be abreviated . It's almost like your trying to access the value of attribute named send-fax for the current node, not the value of the element send‑fax. -Original Message- From: Jean-François

RE: Location of external graphics

2008-08-07 Thread Pete Allison
to something you define. But then you're still using relative filenames. Not that this is bad in any way. But it can be hard to debug. HTH On 07.08.2008 19:16:18 Pete Allison wrote: This may not be the appropriate forum (may be more of a Java question), so I asked for your forbearance. We