Re: multithreading

2007-07-24 Thread Andreas L Delmelle
On Jul 23, 2007, at 18:55, Andreas L Delmelle wrote: On Jul 23, 2007, at 09:48, Baeckham wrote: just a short question: does FOP has multithreading capabilities? Yes, different copies of FOP can run concurrently in different threads on the same machine. On the other hand, FOP itself does

Need help preventing corrupt PDF-Files ( jpeg images w ithout dpi info) for Acrobat Reader 7+

2007-07-24 Thread Stefan Fassel
Hello First of all, I want to apologize for all sorts of errors made while submitting this request for help, since this is my first time submitting to a mailing list. First the core problem – maybe someone did experience the similar problems: I am generating PDF Files containing JPEG images usin

Re: table-layout warning message

2007-07-24 Thread Andreas L Delmelle
On Jul 24, 2007, at 18:24, Patrick Paul wrote: Minor correction to Patrick's response here: Read the paragraph at http://xmlgraphics.apache.org/fop/0.20.5/running.html#check-input IIC, the right link to check is: http://xmlgraphics.apache.org/fop/0.93/running.html#check-input

Re: forcing max to min in LengthRange

2007-07-24 Thread Andreas L Delmelle
On Jul 24, 2007, at 13:33, nancy_b wrote: Hi Nancy Thanks for the prompt response dear Andreas! As always, I really appreciate your help! I'll check my stylesheet now. As Patrick indicated in another thread, it would help us very much if you perform any checks on the /FO/ (not the styles

Re: table-layout warning message

2007-07-24 Thread Patrick Paul
Read the paragraph at http://xmlgraphics.apache.org/fop/0.20.5/running.html#check-input This will explain why, and how you can generate the FO file. Once you have the .fo use FOP: fop -fo file.fo -pdf out.pdf Now FOP will report the problem and tell you where it found a problem in the FO file.

Re: overflowing the available area

2007-07-24 Thread nancy_b
Here is a snippet: 9. Once again, choose 'Create Target' from the list of items. 10. Patrick Paul wrote: > > Hi Nancy, > > Essentially what this means is that you have some content with a width > greater than what is available. If you can't figure it out then I > suggest you send us

Re: table-layout warning message

2007-07-24 Thread nancy_b
For some reason fop does not specify where in the text it found this problem, so I don't have a snippet for that. I need some customization that says: if table-layout=fixed, use proportional column width... nancy_b wrote: > > Last shot for today :-) > > For some reason, FOP complains about my

Re: Cannot load font: failed to create Source from metrics file

2007-07-24 Thread mblee
Hello Loran, thank you so much for your quick response. I have provided the embed-url attribute to my font. Both my .ttf and .xml files are in the same location as the config file. Thank you for any additional insight you can provide. I have set kerning="yes" and embed-url="ARIAL.TTF" -- Vi

Re: Cannot load font: failed to create Source from metrics file

2007-07-24 Thread mblee
Not sure why the font tag didn't show completely, but here it is: -- View this message in context: http://www.nabble.com/Cannot-load-font%3A-failed-to-create-Source-from-metrics-file-tf4132449.html#a11764505 Sent from the FOP - Users mailing list archive at Nabble.com. ---

Re: Cannot load font: failed to create Source from metrics file

2007-07-24 Thread mblee
Hello Loran, thank you so much for your quick response. I have provided the embed-url attribute to my font. Both my .ttf and .xml files are in the same location as the config file. Thank you for any additional insight you can provide. Let me post a more detailed config file: file://C:/Progr

Re: table-layout warning message

2007-07-24 Thread Patrick Paul
Nancy, Could you send an XSL-FO snippet **that demonstrates the problem. Thanks, Patrick nancy_b wrote: > Hi dear Patrick! > > Thanks for your suggestions. I understand what you say. But I tried to fix > this in my customization layer like that: > > > > > proportional-c

Re: table-layout warning message

2007-07-24 Thread nancy_b
Hi dear Patrick! Thanks for your suggestions. I understand what you say. But I tried to fix this in my customization layer like that: proportional-column-width( ) But it did not help. Please advise! Thanks in advance, Nancy Patrick Paul wrote: >

Re: overflowing the available area

2007-07-24 Thread Patrick Paul
Hi Nancy, I was reading your e-mail over and hadn't read carefully about the graphics dimensions. This could definitely be the reason you have this warning message. Regards, Patrick nancy_b wrote: > Hi all, > > Another message that I can't get rid of is the following: > Jul 24, 2007 1:47:39 PM

Re: overflowing the available area

2007-07-24 Thread Patrick Paul
nancy_b wrote: Hi Nancy, I was reading your e-mail over and hadn't read carefully about the graphics dimensions. This could definitely be the reason you have this warning message. Patrick > Hi all, > > Another message that I can't get rid of is the following: > Jul 24, 2007 1:47:39 PM > org.apac

Re: overflowing the available area

2007-07-24 Thread Patrick Paul
Hi Nancy, Essentially what this means is that you have some content with a width greater than what is available. If you can't figure it out then I suggest you send us a snippet of the problematic content so that we can take a look. Regars, Patrick nancy_b wrote: > Hi all, > > Another message th

Re: table-layout warning message

2007-07-24 Thread Patrick Paul
Hi, Since you are using the fixed table-layout FOP expects you to specify the width of each column using the column-width property. Here FOP is warning you that some columns have an unspecified width (or maybe they are set to "auto" which essentially gives the same warning message), therefore it i

table-layout warning message

2007-07-24 Thread nancy_b
Last shot for today :-) For some reason, FOP complains about my tables: WARNING: table-layout="fixed" and column-width unspecified => falling back to proportional-column-width(1) Jul 24, 2007 1:47:14 PM org.apache.fop.fo.flow.TableColumn bind WARNING: table-layout="fixed" and column-width unspeci

Re: forcing max to min in LengthRange

2007-07-24 Thread nancy_b
Thanks for the prompt response dear Andreas! As always, I really appreciate your help! I'll check my stylesheet now. Regards, Nancy Andreas L Delmelle wrote: > > On Jul 23, 2007, at 13:43, Nancy Brandt wrote: > > Hi Nancy > >> I can't get rid of the following warnings while I >> compile a PD

overflowing the available area

2007-07-24 Thread nancy_b
Hi all, Another message that I can't get rid of is the following: Jul 24, 2007 1:47:39 PM org.apache.fop.layoutmgr.inline.LineLayoutManager$LineBreakingAlgorithm updateData2 WARNING: Line 1 of a paragraph overflows the available area. (fo:block, location: 11522/220) I opened the .fo file and wen

forcing max to min in LengthRange

2007-07-24 Thread nancy_b
Hello all! I can't get rid of the following warnings while I compile a PDF (XML Docbook, XSLTPROC, FOP 0.93): SEVERE: forcing max to min in LengthRange Jul 23, 2007 2:38:05 PM org.apache.fop.fo.properties.LengthRangeProperty checkConsistency Please advise! My best wishes and thanks in advance