Re: Error trying to create PDF with accessibility

2017-11-08 Thread Esteban R
11 p.m. Para: fop-users@xmlgraphics.apache.org Asunto: Re: Error trying to create PDF with accessibility Hi Esteban, It seems like an XML parsing error. Have you checked your FO file is well-formed? (Rename extension to XML and Open it in a browser ie: firefox or chrome) By, Szeak 2017-11-08

Re: Error trying to create PDF with accessibility

2017-11-08 Thread Szeak (Register Man)
Hi Esteban, It seems like an XML parsing error. Have you checked your FO file is well-formed? (Rename extension to XML and Open it in a browser ie: firefox or chrome) By, Szeak 2017-11-08 00:13 keltezéssel, Esteban R írta:

Re: Error when building FOP svn 1800269 - cannot find symbol symbol getNameForGID(int)

2017-06-29 Thread John Brown
On Thursday, June 29, 2017 8:49 AM, Simon Stener wrote: > > Hi, > > Maybe you have an old fontbox jar on your classpath? Yes, that was it. I had fontbox-1.3.1.jar in fop-svn\fop\lib as well as fontbox-2.0.4. Regards, John Brown.

RE: Error when building FOP svn 1800269 - cannot find symbol symbol getNameForGID(int)

2017-06-29 Thread Simon Steiner
Hi, Maybe you have an old fontbox jar on your classpath? Thanks -Original Message- From: John Brown [mailto:johnbrown...@hotmail.com] Sent: 29 June 2017 13:38 To: fop-users@xmlgraphics.apache.org Subject: Error when building FOP svn 1800269 - cannot find symbol symbol

Re: Error after updating trunk

2013-04-16 Thread Luis Bernardo
You need to clean and build again on the command line. If using Eclipse, do a refresh (after the build on the command line) and build again. On Tue, Apr 16, 2013 at 11:19 AM, Bonekrusher djs...@yahoo.com wrote: Hi, After update my local copy of trunk this morning and rebuilding FOP I get

Re: Error after updating trunk

2013-04-16 Thread Bonekrusher
Thanks Luis. Rebuild and Clean did not solve the issue. I was able to track down the issue to a missing graphic. It seems after this last update, if the graphic is missing, the error occurs. Once again, I'll try to come up with a repo. Thanks for the help. -- View this message in context:

Re: Error after updating trunk

2013-04-16 Thread Luis Bernardo
the error occurs if the graphic is missing or if it s present? is the graphic in static content? does it fit in the side region? it looks like you have overflow in the side region, which uses a new event producer method added to trunk yesterday. I still think the issue can be fixed by a clean +

Re: Error after updating trunk

2013-04-16 Thread Bonekrusher
Forgot to mention, this is in the flow region. -- View this message in context: http://apache-fop.1065347.n5.nabble.com/Error-after-updating-trunk-tp38326p38334.html Sent from the FOP - Users mailing list archive at Nabble.com.

Re: error with FOP1.1 (java.lang.AbstractMethodError: org.apache.batik.dom.AbstractDocument.getDocumentURI())

2013-04-15 Thread Luis Bernardo
Looks like no one replied to your question. Sorry for the delay... There is an example in the code that shows how to do what you ask: embedding.ExampleXML2PDF under examples/embedding/java. On 4/8/13 5:15 PM, pepgrifell wrote: Hi, I have update fop.jar from version 0.95 to 1.1. I have

RE: Error with missing glyphs in font.

2013-04-05 Thread Nathan Davis
] Sent: Thursday, April 04, 2013 5:36 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Error with missing glyphs in font. Keep in mind that character codes in FOP files always represent Unicode code points, not glyph codes. You should check the font's CMAP to see what Unicode codepoints

Re: Error with missing glyphs in font.

2013-04-04 Thread Glenn Adams
Keep in mind that character codes in FOP files always represent Unicode code points, not glyph codes. You should check the font's CMAP to see what Unicode codepoints it assigns to its glyphs. They will probably be in the PUA [1], i.e., from 0xE000 to 0xF8FF. Then you will need to use these codes

Re: ERROR: endElement() for fo:root where there is no current element

2012-01-25 Thread Chris Bowditch
On 23/01/2012 17:27, Nathan Schoenroth wrote: I am getting the following error when trying to run fop on an xsl-fo template Full Trace: [xmlserver] [INFO] [XMLConnectionHandler] Processed XML document. [xmlserver] [INFO] [XMLConnectionHandler] Sending preview. [xmlserver] [INFO]

Re: Error when embedding PNG with iTXt metadata (text/international)

2011-11-25 Thread Luis Bernardo
What fop version are you using? I ran your example with both the trunk and the 1.0 version and in both cases the PDF was generated with the image embedded (fop-1.0 throws a warning but still generates the PDF with the image). Luis On Fri, Nov 25, 2011 at 7:47 AM, mheigl michael.he...@yahoo.de

Re: Error when embedding PNG with iTXt metadata (text/international)

2011-11-25 Thread mheigl
I am using FOP Version 1.0 binary. Yes, it creates the PDF but it does not embed the image lmpmbernardo wrote: What fop version are you using? I ran your example with both the trunk and the 1.0 version and in both cases the PDF was generated with the image embedded (fop-1.0 throws a

Re: Error when embedding PNG with iTXt metadata (text/international)

2011-11-25 Thread Luis Bernardo
Ok, then what is the java version and OS you are using? If you look at the error it is not really a fop error but an error in one of the libraries used by fop. I do not see the error using java 1.6.0_23. On Fri, Nov 25, 2011 at 9:45 AM, mheigl michael.he...@yahoo.de wrote: I am using FOP

Re: Error when embedding PNG with iTXt metadata (text/international)

2011-11-25 Thread Luis Bernardo
I confirm that the error exists with java 1.5.0_22. So I think if you upgrade it should go away. On Fri, Nov 25, 2011 at 10:33 AM, Luis Bernardo lmpmberna...@gmail.com wrote: Ok, then what is the java version and OS you are using? If you look at the error it is not really a fop error but an

Re: Error when embedding PNG with iTXt metadata (text/international)

2011-11-25 Thread mheigl
thanks very much :-) using java 1.6.0_27 solved the problem lmpmbernardo wrote: I confirm that the error exists with java 1.5.0_22. So I think if you upgrade it should go away. On Fri, Nov 25, 2011 at 10:33 AM, Luis Bernardo lmpmberna...@gmail.com wrote: Ok, then what is the java

Re: Error messages from fop

2011-09-20 Thread Lars Bjørndal
On sø., sep. 18, 2011 at 08:00:56 +0200, Simon Pepping wrote: Probably. You should also upgrade xmlgraphics-commons. Simon Thank you! Helped a lot. Lars On Sat, Sep 17, 2011 at 09:03:26PM +0200, Lars Bjørndal wrote: I upgraded fop from the update-testing repository, and now, I have

Re: Error messages from fop

2011-09-18 Thread Simon Pepping
Probably. You should also upgrade xmlgraphics-commons. Simon On Sat, Sep 17, 2011 at 09:03:26PM +0200, Lars Bjørndal wrote: I upgraded fop from the update-testing repository, and now, I have fop-1.0-13.fc14 installed. Unfortunately and surprisingly, I get the following errors when giving the

Re: Error messages from fop

2011-09-17 Thread Lars Bjørndal
Hi, Simon! You wrote: The problem does not occur in fop-1.0, nor in the current development version of fop. It may be bug 46386 (see https://issues.apache.org/bugzilla/show_bug.cgi?id=46386). That bug report suggests that the problem is due to an empty inline with an id. You may either

Re: Error messages from fop

2011-09-14 Thread Simon Pepping
The problem does not occur in fop-1.0, nor in the current development version of fop. It may be bug 46386 (see https://issues.apache.org/bugzilla/show_bug.cgi?id=46386). That bug report suggests that the problem is due to an empty inline with an id. You may either remove such elements, or upgrade

Re: Error including a PDF inside another PDF

2011-06-17 Thread mehdi houshmand
Hi Jose, The ERROR message is the key here, it's indicative of an absence of an image loader for PDFs. You need to have the FOP-pdf-images JAR to your class path, you can get the JAR from this link http://www.jeremias-maerki.ch/download/fop/pdf-images/ and to put it in your class path, the

RE: Error including a PDF inside another PDF

2011-06-17 Thread Theresa Jayne Forster
Subject: Re: Error including a PDF inside another PDF Hi Jose, The ERROR message is the key here, it's indicative of an absence of an image loader for PDFs. You need to have the FOP-pdf-images JAR to your class path, you can get the JAR from this link http://www.jeremias-maerki.ch/download/fop/pdf

Re: Error including a PDF inside another PDF

2011-06-17 Thread mehdi houshmand
-pdf-images.jar to extract thumbnails of PDFs? Kindest regards Theresa Forster Senior Software Developer -Original Message- From: mehdi houshmand [mailto:med1...@gmail.com] Sent: 17 June 2011 08:00 To: fop-users@xmlgraphics.apache.org Subject: Re: Error including a PDF inside

RE: Error including a PDF inside another PDF

2011-06-17 Thread Theresa Jayne Forster
But can it be used to extract the front page as an image? We can rescale later... Kindest regards Theresa Forster Senior Software Developer -Original Message- From: mehdi houshmand [mailto:med1...@gmail.com] Sent: 17 June 2011 11:17 To: fop-users@xmlgraphics.apache.org Subject: Re

Re: Error including a PDF inside another PDF

2011-06-17 Thread mehdi houshmand
Subject: Re: Error including a PDF inside another PDF Hi Theresa, To put it simply, no. As far as I'm aware and I've done some testing of this, FOP-pdf-images doesn't resize/rescale PDFs it only crops. Hope that helps Mehdi

Re: Error including a PDF inside another PDF

2011-06-16 Thread JOSE L MARTINEZ-AVIAL
Hi, I'm using FOP 0.95 to add an address cover to a PDF I receive. I'm doign this: fo:root xmlns:fo=http://www.w3.org/1999/XSL/Format; xsl:call-template name=letter-layout-portrait/ xsl:call-template name=address/ fox:external-document content-type=pdf src=prueba.pdf/ /fo:root The

Re: Error with X11GraphicsEnvironment

2010-10-30 Thread Helder Magalhães
Hello, Hi Venkateswara, To: gene...@xmlgraphics.apache.org, fop-users@xmlgraphics.apache.org, fop-users-h...@xmlgraphics.apache.org Please don't cross-post at so many mailing list at a time: instead, pick a mailing list [1] wisely (in this case, possibly a users list (fop-users@, the one

Re: Error (Exception in thread Root Thread java.lang.StackOverflowError) while transforming XML data using .xsl file using Oracle 11g R1

2010-07-12 Thread Chris Bowditch
Jayant Ghagre wrote: Hello, I am getting following error while transforming XML data file to PDF using .XSL file. I have loaded FOP 0.95 in Oracle 11g R1 database. I am calling FOP using Java Stored Procedure. The same code executes without any errors in stand-alone mode (Windows XP with JDK

Re: [ERROR] Image not found

2010-02-18 Thread philippe voncken
Hi, you must implementing the UriResolver and set your fopFactory with it. fopFactoy.setUriResolver() regards, Philippe 2010/2/18 pjmorce pjcarva...@gmail.com Hello I used a simple example on the Internet about how to use FOP in java (http://javaboutique.internet.com/tutorials/FOP/):

Re: [ERROR] Image not found

2010-02-18 Thread Venkat Reddy
Hi, It is more of a URL problem, try pass URL 'file:/img/logo.gif' instead of relative path. Thanks, Venkat. philippe voncken wrote: Hi, you must implementing the UriResolver and set your fopFactory with it. fopFactoy.setUriResolver() regards, Philippe 2010/2/18 pjmorce

Re: [ERROR] Image not found

2010-02-18 Thread pjmorce
Thanks for your answer. I am not familiarized with URIResolver but I check it and, if I understood, I must implement it creating a new class that implements the URIResolver class and the method resolve(String href, String base) In the javadoc the definition of both arguments are: href - An href

Re: [ERROR] Image not found

2010-02-18 Thread pjmorce
I tried your suggestion: in the XSL I have now the following code and the problem remains: fo:block fo:external-graphic src=url('file:/img/logo.gif')/ /fo:block However, i also tried to put this and it worked: fo:block fo:external-graphic

Re: [ERROR] Image not found

2010-02-18 Thread philippe voncken
Yes, it's right. implement your UriResolver, set the fopFactory and debug your programme. You will see that you pass in your resolve(String href, String base) method when fop search your image. in href you'll see your image file name and so you can plugged your real image with the inputStream

Re: [ERROR] Image not found

2010-02-18 Thread philippe voncken
[mailto:pjcarva...@gmail.com] Gesendet: Donnerstag, 18. Februar 2010 11:47 An: fop-users@xmlgraphics.apache.org Betreff: Re: [ERROR] Image not found I tried your suggestion: in the XSL I have now the following code and the problem remains: fo:block fo:external-graphic src=url('file:/img

Re: [ERROR] Image not found

2010-02-18 Thread philippe voncken
Consult Content GmbH: www.willmycc.de -Ursprüngliche Nachricht- Von: pjmorce [mailto:pjcarva...@gmail.com] Gesendet: Donnerstag, 18. Februar 2010 11:47 An: fop-users@xmlgraphics.apache.org Betreff: Re: [ERROR] Image not found I tried your suggestion: in the XSL I

Re: [ERROR] Image not found

2010-02-18 Thread pjmorce
: www.willmycc.de -Ursprüngliche Nachricht- Von: pjmorce [mailto:pjcarva...@gmail.com] Gesendet: Donnerstag, 18. Februar 2010 11:47 An: fop-users@xmlgraphics.apache.org Betreff: Re: [ERROR] Image not found I tried your suggestion: in the XSL I have now the following code and the problem

Re: error in pdf with tiff image inside which was created by fop

2009-11-26 Thread lexa2009
ye thank you a lot! all work good now. you are my hero :) -- View this message in context: http://old.nabble.com/error-in-pdf-with-tiff-image-inside-which-was-created-by-fop-tp26509340p26528536.html Sent from the FOP - Users mailing list archive at Nabble.com.

Re: error in pdf with tiff image inside which was created by fop

2009-11-25 Thread Jeremias Maerki
The TIFF contains multiple strips but our code didn't detect that due to a bug. I've just fixed that: http://svn.apache.org/viewvc?rev=884276view=rev Please download XML Graphics Commons Trunk [1] via Subversion, build it and replace the generated JAR in your application's classpath. That should

Re: Error in TLE

2009-07-10 Thread Andreas Delmelle
On 10 Jul 2009, at 21:04, Tecra wrote: Hi Bharat Done. I have posted the patch. :-) I did not realize it would be that small... I'll make sure it gets incorporated into the trunk asap. Thanks again! Andreas Andreas Delmelle mailto:andreas.delmelle.AT.telenet.be jabber:

Re: Error in TLE

2009-07-06 Thread Andreas Delmelle
On 05 Jul 2009, at 23:39, Tecra wrote: Hi Bharat There is an error while writing the TLE's while writing the attribute qualifier in the afp output. i have modified it. Please let me know if you want me to post the fix. If no problem for you, then please attach a patch with the changes to

Re: Error in pdf generation, Invalid or Empty Template

2009-07-06 Thread Andreas Delmelle
On 06 Jul 2009, at 18:02, mlotfi wrote: Hi when I want to generate a pdf file from fop I got this error : Error in pdf generation, Invalid or Empty Template This is not an error that is thrown by FOP. Seems like this is caused somewhere in the embedding application. At any rate, the XSL

Re: [ERROR] org.apache.fop.apps.FOPException: A fo:repeatable-page-master-reference must be child of fo:page-sequence-master, not fo:repeatable-page-master-alternatives

2009-04-13 Thread Andreas Delmelle
On 10 Apr 2009, at 16:24, Redro JP wrote: Hi Apologies for the late reply. Please post questions like these on the users-list in the future. fop-dev@ is only meant for questions relating to development on FOP. Thanks! While doing fop in dos prompt, i am getting the following error

Re: Error occurred during initialization of VM

2009-04-02 Thread Sam Fuqua
Is there any reason why you're using .025? The latest release is 0.95. Also, can you give a bit more detail of how you're using it? Is it stand-alone? Are you using your own scripts? Is it a servlet? What's your platform? On Thu, Apr 2, 2009 at 10:19 AM, bonekrusher djs...@yahoo.com wrote:

Re: Error occurred during initialization of VM

2009-04-02 Thread Andreas Delmelle
On 02 Apr 2009, at 16:19, bonekrusher wrote: Hi Phil snip / Machine 2 (doesnt work) Stats: Pentium Dual CPU E2180 @ 2.00 GHz 2.00 GHz, 3.24 GB of RAM Java 1.6.0_11 As you can see I have enough memory in both machines. The only difference is Machine 1 has the JDK. Could this be the issue or

Re: Error occurred during initialization of VM

2009-04-02 Thread bonekrusher
Thanks... I am running from the command line. We are in the process of upgrading to 95 - in the mean time I have 18 tech writers using 0.025 - Andreas, How can I check whether there is enough *free* memory at JVM startup time? Thanks, -- View this message in context:

Re: Error occurred during initialization of VM

2009-04-02 Thread bonekrusher
Thanks - I am running windows - The problem is that Java doenst even start - so i cant see what is happening in task manager Andreas Delmelle-2 wrote: On 02 Apr 2009, at 20:29, bonekrusher wrote: Hi Phil Andreas, How can I check whether there is enough *free* memory at JVM

Re: Error occurred during initialization of VM

2009-04-02 Thread Andreas Delmelle
On 02 Apr 2009, at 21:03, Andreas Delmelle wrote: On 02 Apr 2009, at 20:54, bonekrusher wrote: Thanks - I am running windows - The problem is that Java doenst even start - so i cant see what is happening in task manager Oh, what I meant was: see if you have enough memory to begin

Re: Error occurred during initialization of VM

2009-04-02 Thread bonekrusher
Try running with decreased -Xmx settings. If lower values do work, then that would seem to point to memory restrictions imposed by the OS... - thats it - Because If I lower the memory settings on Xmx I get a Heap Error with large files. Thanks - you're the best Phil Andreas

Re: Error while processing xml and xslt files to pdf

2008-11-05 Thread Jeremias Maerki
Check what JVM is in use. If it's not a Sun JVM, then switch to that. Otherwise, you might want to try one of the other options listed here: http://xmlgraphics.apache.org/fop/stable/graphics.html#batik On 05.11.2008 17:04:26 Ronald McDonald wrote: Hello, I'd like to produce a pdf file with

Re: Error when using XSL with French Characters

2008-09-04 Thread Vincent Hennebert
Hi, Andreas Delmelle wrote: On Sep 3, 2008, at 18:35, Steffanina, Jeff wrote: Hi Jeff There is always one MORE option to consider!! What would you suggest as the best way to handle this? I think I'd opt for using (N)umeric (C)haracter (R)eferences. Reasoning would be that if one

Re: Error when using XSL with French Characters

2008-09-04 Thread Andreas Delmelle
On Sep 4, 2008, at 12:06, Vincent Hennebert wrote: snip / No, US-ASCII is a 7-bit character set, which means it can contain only 128 characters, none of them being an accented letter [1]. Ouch! Indeed. I'm so used to the basic 7-bit set being extended... To think that I even tried it over

RE: Error when using XSL with French Characters

2008-09-03 Thread Steffanina, Jeff
: Tuesday, September 02, 2008 10:51 PM To: 'fop-users@xmlgraphics.apache.org' Subject: RE: Error when using XSL with French Characters I am suspicious that although you declare the XML file as being in UTF-8 it actually isn't. How do you produce the XML file

Re: Error when using XSL with French Characters

2008-09-03 Thread Jean-François El Fouly
FRENCH symbol. */Jeff /* *From:* Manuel Mall [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, September 02, 2008 10:51 PM *To:* 'fop-users@xmlgraphics.apache.org' *Subject:* RE: Error when using XSL

RE: Error when using XSL with French Characters

2008-09-03 Thread Steffanina, Jeff
to deal with international characters sets before. Thanks. Jeff -Original Message- From: Jean-François El Fouly [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 8:58 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Error when using XSL with French Characters There are four

RE: Error when using XSL with French Characters

2008-09-03 Thread Steffanina, Jeff
' *Subject:* RE: Error when using XSL with French Characters I am suspicious that although you declare the XML file as being in UTF-8 it actually isn't. How do you produce the XML file? Manuel

Re: Error when using XSL with French Characters

2008-09-03 Thread Andreas Delmelle
On Sep 3, 2008, at 15:05, Steffanina, Jeff wrote: Hi Jeff fop-0.95 I am running Redhat Linux 2.4.21-47.0.1. The letter I am referring to is: é è I assume I am having problems with any French character that includes a glyph. What are you using for ?xml version=1.0 encoding=? I

RE: Error when using XSL with French Characters

2008-09-03 Thread Steffanina, Jeff
There is always one MORE option to consider!! What would you suggest as the best way to handle this? Jeff -Original Message- From: Andreas Delmelle [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 03, 2008 12:32 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Error when

Re: Error when using XSL with French Characters

2008-09-03 Thread Andreas Delmelle
On Sep 3, 2008, at 18:35, Steffanina, Jeff wrote: Hi Jeff There is always one MORE option to consider!! What would you suggest as the best way to handle this? I think I'd opt for using (N)umeric (C)haracter (R)eferences. Reasoning would be that if one changes the BASIC code to emit the

RE: Error when using XSL with French Characters

2008-09-02 Thread Manuel Mall
I am suspicious that although you declare the XML file as being in UTF-8 it actually isn't. How do you produce the XML file? Manuel _ From: Steffanina, Jeff [mailto:[EMAIL PROTECTED] Sent: Wednesday, 3 September 2008 10:23 AM To: fop-users@xmlgraphics.apache.org Subject: Error

Re: Error during make Open Type Font metric

2008-01-08 Thread mokeeffe
Jeremias Maerki-2 wrote: As the exception suggests, the font probably contains CFF glyphs which are not supported by FOP, yet. You'll have to get a different font. On 14.12.2007 13:11:11 Miroslav Pukhalsky wrote: Hi, I try to make font metric for Open Type font Helvetica LT

Re: Error during make Open Type Font metric

2008-01-08 Thread Miroslav Pukhalsky
Hello mokeeffe, mokeeffe wrote: The other thing is - you should be able to get a copy of the .TTF version of the font, in fact we happen to be using almost the same one (HelveticaNeueLTStd) - and thus same issue as Miroslav, but this solve our issue. I was found someone who convert OTF fonts

Re: Error during make Open Type Font metric

2008-01-07 Thread mokeeffe
Miroslav Pukhalsky wrote: Hi, I try to make font metric for Open Type font Helvetica LT Standard Black When I type the next command: java org.apache.fop.fonts.apps.TTFReader -enc ansi HelveticaLTStd-Blk.otf HelveticaLTStd-Blk.xml I have got the next error: [snip]

Re: Error

2008-01-03 Thread J.Pietschmann
irene23 wrote: I have this error: ... Caused by: java.lang.IndexOutOfBoundsException: Index: 90, Size: 90 at java.util.ArrayList.RangeCheck(Unknown Source) at java.util.ArrayList.get(Unknown Source) at

Re: Error during make Open Type Font metric

2007-12-14 Thread Jeremias Maerki
As the exception suggests, the font probably contains CFF glyphs which are not supported by FOP, yet. You'll have to get a different font. On 14.12.2007 13:11:11 Miroslav Pukhalsky wrote: Hi, I try to make font metric for Open Type font Helvetica LT Standard Black When I type the next

RE: Error - java.lang.UnsatisfiedLinkError: no cmm in java.library.path

2007-05-18 Thread KS.Bhaskar
DISCLAIMER: This message contains privileged and confidential information and is intended only for an individual named. If you are not the intended recipient, you should not disseminate, distribute, store, print, copy or deliver this message. Please notify the sender immediately by e-mail if

Re: Error - java.lang.UnsatisfiedLinkError: no cmm in java.library.path

2007-05-17 Thread Edward . Smith
The fix that was found was to inclulde the value java.awt.headless true on the clp java command in the properties section. You can also use the properties file and set it in there. The link is http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzaha/nawtsystemprops.htm

Re: Error - java.lang.UnsatisfiedLinkError: no cmm in java.library.path

2007-05-16 Thread Jeremias Maerki
Seems to have to do with the IBM JVM you're using. Friend Google revealed this: http://groups.google.com/group/comp.sys.ibm.as400.misc/browse_thread/thread/8c486bb36e896c6c/9e0fb85a14724312 cmm has to do with color profiles. I have no idea why that is not available with the IBM JVM. I'd ask IBM

Re: Error on Webpage

2007-04-14 Thread Andreas L Delmelle
On Apr 14, 2007, at 17:25, Thomas Zastrow wrote: Hi Tom, on the webpage http://xmlgraphics.apache.org/fop/0.93/fonts.html there is an error in the section TrueType Font Metrics: the jar-libs have to be separated with a : and not wit a ; I'm not sure if this is Windows-specific, but on

RE: Error: Content is not allowed in prolog

2007-01-30 Thread Jeff Vannest
Oh, man, chagrin. Thank you very much, Jeremias! Jeff -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Friday, January 26, 2007 9:49 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Error: Content is not allowed in prolog On 26.01.2007 15:42:49 Jeff Vannest

Re: Error: Content is not allowed in prolog

2007-01-26 Thread Jeremias Maerki
On 26.01.2007 15:42:49 Jeff Vannest wrote: I've embedded FOP 0.93 successfully am able to process XML+XSLFO=PDF. However, when I try embed fonts I get this error message: Caught exception: javax.xml.transform.TransformerException: java.lang.RuntimeException: Content is not allowed in

Re: Error using TTFReader

2007-01-10 Thread Nicol Bolas
That's strange. My Java version (java -version) reads 1.4.2, and I installed Java on this machine from the latest SDK last year. But in any case, it worked. Thanks. That means you're probably still on old JDK 1.3 which doesn't contain JAXP. Please add Xerces and Xalan to the classpath. --

Re: Error using TTFReader

2007-01-09 Thread Chris Bowditch
Nicol Bolas wrote: I'm attempting to import some fonts into FOP 0.93, but I'm running into trouble. I keep getting this error whenever I try to run TTFReader: Exception in thread main java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory at

Re: Error using TTFReader

2007-01-09 Thread Nicol Bolas
OK, I've gotten past that error using this command line: java -cp build\fop.jar;lib\avalon-framework-4.2.0.jar;lib\commons-logging-1.0.4.jar;lib\commons-io-1.1.jar org.apache.fop.fonts.apps.TTFReader However, I get the following: Exception in thread main java.lang.NoClassDefFoundError:

Re: Error using TTFReader

2007-01-09 Thread Jeremias Maerki
That means you're probably still on old JDK 1.3 which doesn't contain JAXP. Please add Xerces and Xalan to the classpath. On 10.01.2007 03:00:41 Nicol Bolas wrote: OK, I've gotten past that error using this command line: java -cp

Re: [ERROR] null while running FOP

2006-12-19 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: Hi, I have done transformation of xml to html. I am getting desired output using xalan parer. No I have replace html with xsl-fo tags so that I should get pdf output. 1) Is there any site which gives the html equivalent of xsl-fo tags? A quick search

RE: [ERROR] null while running FOP

2006-12-19 Thread KS.Bhaskar
Subject: Re: [ERROR] null while running FOP [EMAIL PROTECTED] wrote: Hi, I have done transformation of xml to html. I am getting desired output using xalan parer. No I have replace html with xsl-fo tags so that I should get pdf output. 1) Is there any site which gives

Re: Error when using FOP embedded using Saxon for transformation

2006-10-08 Thread Florent Georges
Jeremias Maerki wrote: Hi Seems to be a problem in Saxon. When I last tested with Saxon 8.7.1, everything was fine. But I downloaded 8.8 and I can now reproduce your problem. So it's a regression in Saxon. The SAX startDocument() method is somehow called twice although it must not be.

Re: [ERROR] Connection refused: connect

2006-10-07 Thread J.Pietschmann
Andrew Forstie wrote: Any ideas why I may be getting the following error: Output of external XSL converter: [ERROR] Connection refused: connect Well, probably someone or something refused to accept a connection. There isn't all that much data to get more out of this for sure. If I had to

Re: Error when customizing title fonts etc.

2006-05-13 Thread Glen Mazza
[EMAIL PROTECTED] wrote: I am using xsltproc and fop 0.92b to generate pdf output from docbook sources. I am trying to customize my section titles by changing the section.title.properties attribute-set in my customization layer. The error message I receive from FOP is:

Re: Error when customizing title fonts etc.

2006-05-13 Thread Matthew East
Glen Mazza gmazza at apache.org writes: Main problem: If any of the fo:flows have a flow-name that map to something other than xsl-region-body, or if any of the fo:static-contents have a flow-name that map to xsl-region-body, then this error message will occur. If this is occurring for

Re: Error when customizing title fonts etc.

2006-05-13 Thread Glen Mazza
Matthew East wrote: Glen Mazza gmazza at apache.org writes: Main problem: If any of the fo:flows have a flow-name that map to something other than xsl-region-body, or if any of the fo:static-contents have a flow-name that map to xsl-region-body, then this error message will occur. If this

Re: Error while creating font metric file

2006-05-05 Thread Dirk Bromberg
You shoud you use some like: java -cp build\fop.jar;lib\avalon-framework-4.2.0.jar;lib\commons-logging-1.0.4.jar;lib\commons-io-1.1.jar org.apache.fop.fonts.apps.TTFReader ?? the jars have version numbers in... Dirk kralik wrote: Hi, I am trying to create font metrics file for FOP Trunk.

Re: Error while creating metric file

2006-05-01 Thread Susant
Thank you Jeremi. I was using that logo as an image with a very high resolution. Let me try it out with svg. Is there any way to add a cmap table in these kind of fonts? Because i still have a whole set of fonts which has the same problem. My FOP version is '0.20.5'. Error message:

Re: Error while creating metric file

2006-05-01 Thread Jeremias Maerki
I guess it should be possible to add cmap tables with a font editor, but I've never done this. The other option is to improve FOP to handle TrueType fonts without a cmap table. I can't imagine that it's difficult, it's just that somebody has to sit down and take it on. On 01.05.2006 19:00:37

Re: Error while creating metric file

2006-04-29 Thread Jeremias Maerki
On 28.04.2006 23:12:34 Susant wrote: Archna, I would like to know how you generated the metrics file for that OCR font. He probably generated it like any other font. I've a font that generates a logo which says it's a TrueType font, but complains while generating metrics file using

RE: Error while creating metric file

2006-04-28 Thread Susant
Archna, I would like to know how you generated the metrics file for that OCR font. I've a font that generates a logo which says it's a TrueType font, but complains while generating metrics file using TTFReader. Suggestion would be appreciated. Sus -- View this message in context:

RE: Error while generating the PDF Document - Please help

2006-04-24 Thread Sunil_Bhandary
Hi Pietschmann, The problem is resolved now. The problem was with the classloader settings of the IDE. Thanks a ton. Regards, Sunil From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Sun 4/23/2006 5:12 AM To: fop-users@xmlgraphics.apache.org Subject: Re

RE: Error while generating the PDF Document - Please help

2006-04-23 Thread Sunil_Bhandary
: Sun 4/23/2006 5:12 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Error while generating the PDF Document - Please help Sunil_Bhandary wrote: I am getting the following error in my application when tried to generate the PDF document using FOP. java.lang.AbstractMethodError: org

Re: Error while generating the PDF Document - Please help

2006-04-22 Thread J.Pietschmann
Sunil_Bhandary wrote: I am getting the following error in my application when tried to generate the PDF document using FOP. java.lang.AbstractMethodError: org/apache/fop/svg/SVGElementMapping.addToBuilder at org.apache.fop.apps.Driver.addElementMapping(Driver.java:373) [snip]

Re: Error while creating metric file

2006-04-05 Thread Jeremias Maerki
Indeed, Windows' Webdings and Symbol TrueType fonts cannot be processed by TTFReader and can therefore not be used with FOP at the moment. For the Symbol font this is not tragic because the Symbol font is one of the base14 fonts which are simply available in FOP. For the other fonts, this is a

Re: Error while creating metric file

2006-04-05 Thread Jeremias Maerki
Are you sure that FOP picks up your userconfig.xml (-c on the command-line)? If I use your triplet for the OCR font with one of my fonts, it works fine. On 05.04.2006 15:55:24 Archana Visveswaran, ASDC Chennai wrote: Oops! I have now changed the userconfig file. I still get the same error.

Re: Error while creating metric file

2006-04-05 Thread Jeremias Maerki
See here: http://xmlgraphics.apache.org/fop/0.20.5/embedding.html#config-external On 05.04.2006 16:57:51 Archana Visveswaran, ASDC Chennai wrote: Right! When I used fop -c option from my command line, the file gets converted well. But I have a Java application that does this conversion.

Re: Error checking out Trunk from subversion

2006-03-28 Thread Jeremias Maerki
If you're behind a proxy, this could help: http://subversion.tigris.org/faq.html#proxy It could also just be a temporary glitch. On 28.03.2006 00:06:27 Karl Roberts wrote: Hi, I'm using Tortoise subversion client TortoiseSVN 1.2.6, Build 4786 - 32 Bit I tried to check out the trunk as per

Re: [ERROR] TrueType warning: Can't find cvt table

2006-03-28 Thread Jeremias Maerki
On 28.03.2006 23:19:48 Pardha Paruchuri wrote: I am getting following error in FOP 0.20.5 when I am trying to convert into PDF. but It creates the PDF fine. [ERROR] TrueType warning: Can't find cvt table [ERROR] TrueType warning: Can't find prep table what does this mean ?

Re: [ERROR] Index: 5, Size: 4

2006-01-03 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: fo:table-column column-number=4 column-width=.65in/ fo:table-column column-number=6 column-width=.65in/ I guess FOP can't cope with missing column Nr. 5. If it's defined later, maybe FOP 0.20.5 can't deal properly with out-of-order declarations

Re: Error with fo:instream-foreign-object and SVG

2005-12-06 Thread Chris Bowditch
[EMAIL PROTECTED] wrote: Hi all, I have the following error, but no ide on how to fix it! You don't say which version of FOP you use, 0.20.5, or 0.90alpha1?? (...) Intrinsic dimensions of instream-foreign-object could not be determined (...) The message seems to say that you must

Re: Error: / by zero

2005-11-18 Thread Chris Bowditch
Ail Sahin wrote: snip/ When I fire up the transformation I get an error: [INFO] building formatting object tree [INFO] Parsing of document complete, stopping renderer javax.xml.transform.TransformerException: java.lang.ArithmeticException: / by zero at

RE : Error loading GIF image using JAI in FOP Trunk (was: Error while processing a PDF - OK)

2005-08-31 Thread michella
-Message d'origine- De : Manuel Mall [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 31. août 2005 02:45 À : fop-users@xmlgraphics.apache.org Objet : Re: Error loading GIF image using JAI in FOP Trunk (was: Error while processing a PDF - OK) On Wed, 31 Aug 2005 02:50 am, Jeremias Maerki wrote

RE : RE : Error loading GIF image using JAI in FOP Trunk (was: Error while processing a PDF - OK)

2005-08-31 Thread michella
) at org.apache.fop.cli.Main.main(Main.java:195) -- -Message d'origine- De : Jeremias Maerki [mailto:[EMAIL PROTECTED] Envoyé : mercredi, 31. août 2005 11:43 À : fop-users@xmlgraphics.apache.org Objet : Re: RE : Error loading GIF image using JAI in FOP Trunk (was: Error

  1   2   >