Re: java.lang.NullPointerException

2008-04-16 Thread Chris Bowditch
:185) at com.caucho.xml.SAXBuilder.popElement(SAXBuilder.java:291) at What version of FOP are you running? Can you provide a sample FO that causes the error (not XML + XSLT) Thanks, Chris - To unsubscribe, e-mail: [EMAIL

Re: Multi page pdf using fop-one page for each person tag

2008-04-05 Thread Chris Bowditch
-container element but after the xsl:template, e.g.: xsl:template match=employee fo:block break-after=pagefo:leader//fo:block fo:block-container position=absolute . snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: missing column bg color in 0.94 - workaround

2008-04-02 Thread Chris Bowditch
with this? Hi Louis, I believe support for table column/row backgrounds has only recently been added to FOP. So try it in 0.95beta, I think it works there. Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Problem with linefeed-treatment='preserve' and hyphenation

2008-03-12 Thread Chris Bowditch
Dirk Eiden wrote: Hello, I got a problem with linefeed-treatment='preserve' and hyphenation: This is a known bug. See: https://issues.apache.org/bugzilla/show_bug.cgi?id=38264 snip/ Chris - To unsubscribe, e-mail

Re: Any changes in regards to svg tags handling between Batik 1.6 and Batik 1.7?

2008-03-10 Thread Chris Bowditch
with the version of Batik which it is tied to. So you must use the version of batik that is shipped in fop\lib directory in order to render SVG within FOP correctly. snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: keep-together Problems

2008-03-05 Thread Chris Bowditch
-row is still split up across pages? I think you should use keep-together.within-page=always instead of auto snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Table row background images

2008-02-29 Thread Chris Bowditch
Thanks for the explanation Jeremias. I've raised a bug so we don't forget about this limitation. https://issues.apache.org/bugzilla/show_bug.cgi?id=44507 Jeremias Maerki wrote: The problem with PCL (or at least PCL5 which I've worked with) is that it doesn't support clipping [1]. Clipping

Re: retrieve-marker to show page continues

2008-02-28 Thread Chris Bowditch
: fo:marker marker-class-name=warn-summary-continuation fo:inline xsl:use-attribute-sets=front-back-matter-header xsl:text - Continued/xsl:text /fo:inline /fo:marker HTH, Chris - To unsubscribe, e

Re: To convert any image / doc to pdf using FOP

2008-02-22 Thread Chris Bowditch
. However, you cannot pass an image (e.g. jpeg or gif) directly to FOP. Perhaps I misunderstood what you meant. Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: some diacritical characters not rendered correctly

2008-02-22 Thread Chris Bowditch
for the diacritic characters. If the Font you specified in the XSL-FO does not contain glyphs for the characters then # is output instead. Which font-family have you specified in the XSL-FO? Chris - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Continue page break

2008-02-14 Thread Chris Bowditch
Cristian Ferrero wrote: thanks Chris i will take a look ,,, and something similar can i conditionate what i put inside an xsl-region-after to be printed only in last page (if i have more than one) ? Yes - you can create a separate fo:simple-page-master for the last page only and give

Re: Continue page break

2008-02-14 Thread Chris Bowditch
Cristian Ferrero wrote: Chris, it worked, the problem is that sometimes will have more than one page (works fine, shows what i want in last page), but when exists only one page i need las't page footer not first.)..do you understand me ? Yes I understand. What you need is page-position

Re: leader between blocks some conditional

2008-02-14 Thread Chris Bowditch
=discard. So you can't use that! BTW, where I can find some tutorial for fo files? I couldn't found some, and in most cases I'm learning from fo files included in the apache fop. Have a look at http://xmlgraphics.apache.org/fop/resources.html#documents Chris

Re: Continue page break

2008-02-13 Thread Chris Bowditch
. Regards, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Apache errors

2008-02-11 Thread Chris Bowditch
-container position=absolute top=15cm left=10cm fo:block span=all This only has meaning for regions with a column-count 1 and I don't believe it will help you here. snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Rendering time configuration settings using fo:declarations

2008-01-15 Thread Chris Bowditch
them to be changed on a document by document basis. Currently its not possible for options which are not implemented as extension elements which can be an annoying restriction in some projects. I have no time to help with the implementation though! Thanks, Chris

Re: language specification for PDF document

2008-01-15 Thread Chris Bowditch
element, e.g. fo:root language=en fo:layout-master-set ... fo:page-sequence master-reference=a4 ... /fo:root Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Need image to render at higher DPI

2008-01-04 Thread Chris Bowditch
smaller so that the pixels are packed more densely. However, you can't set the size of a image included via background-image attribute. In this case I think FOP just assumes a default DPI of 72 DPI. Chris - To unsubscribe, e

Re: page-position=last doesn't work for 1 page document

2008-01-02 Thread Chris Bowditch
that it is possibly a bug. This is a bug and has already been raised in bugzilla, see : http://issues.apache.org/bugzilla/show_bug.cgi?id=40798 The bug even has references to the part of the code which is at fault. This is open source so patches are welcome :) Chris

Re: Keep-with-next and keep-with-previous properties do not work.

2008-01-02 Thread Chris Bowditch
-with-previous work fine in v0.94. I think there might be some bugs relating to tables and keep-with-previous. Can you explain what you mean by desired outputs? A small example XSL-FO would be most helpful in understanding the problem. Thanks, Chris

Re: Keep-with-next and keep-with-previous properties do not work.

2008-01-02 Thread Chris Bowditch
-* properties are only supported on table-rows in 0.20.5. If you want better support for keep-* properties then you will need to upgrade to 0.94. I strongly recommend the upgrade anyway as 0.20.5 is now very old and many other bugs and limitations have been addressed in 0.94. Chris snip

Re: Blank half-cell on page1; text showing on page 2

2007-12-31 Thread Chris Bowditch
doc.fo ^ Close, but the xsl file does not match the file shown above. IIUC then the command should be: fop -xml table_sample.xml -xsl docboook-xsl-1.72.0 -foout doc.fo Will the xsl-fo file be output in the same directory? Yes snip/ Chris

Re: FOP creates only blank pages

2007-11-30 Thread Chris Bowditch
need to compare the code that sets the response headers in your 0.20.5 servlet against the 0.94 servlet. snip/ I don't think the effect of blank pages could be caused by incorrect FOP configuration. Chris - To unsubscribe

Re: Question regarding FOP usage and PCL duplex

2007-11-29 Thread Chris Bowditch
the document being printed correctly. (I also have a problem with AWT rendering integrated within my java program... would this be a good place to ask) Yes. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: fop remains active

2007-11-28 Thread Chris Bowditch
to unload FOP or is this simply a bug? I don't think this has anything to do with FOP, but could be wrong. It would certainly help people to answer your question if you told us: 1) Which web container you deployed your servlet in. 2) How you achieve the undeploy of the servlet? snip/ Chris

Re: Problem generating PDF with FOP 0.94

2007-11-26 Thread Chris Bowditch
/Format; Does your XML input contain 2 printspecification elements? I would guess that is the most likely reason you end up with 2 fo:root nodes in the FO file? snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: How to omitt a sequence

2007-11-15 Thread Chris Bowditch
on the fo:page-sequence element. Specify force-page-count=no-force on fo:page-sequence and it should fix your problem. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: font problem ugrading from 0.93 to 0.94

2007-11-15 Thread Chris Bowditch
the fonts from the config-xml, and nicely delivers StreamSource from InputStream from JAR. Is there a way to display a more verbose error message, maybe containing a font name, which URI is missing? Not sure. perhaps someone else will know. Chris [1] http://xmlgraphics.apache.org/fop

Re: How to keep pagenumber over several page-sequences

2007-11-14 Thread Chris Bowditch
fo:static-content flow-name=xsl-region-after fo:blockfo:page-number //fo:block etc Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Character encoding problem

2007-11-12 Thread Chris Bowditch
will need to change the Font Family to one which does a glyph for the German Umlaute character. snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Character encoding problem

2007-11-12 Thread Chris Bowditch
with an encoding problem than a Font problem. What is the encoding of the source XML and XSLT files? The XML parser looks at the Byte order Mark as well as the XML processing instruction. Chris - To unsubscribe, e-mail: [EMAIL

Re: PDF Report generation issue using FOP..

2007-11-09 Thread Chris Bowditch
in the strings to be placed in table cells. This gives FOP more break possibilities and improves the chances of a good looking layout. snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: setting a pdf as the background of another pdf

2007-11-08 Thread Chris Bowditch
the PDF-in-PDF feature was for fo:external-graphic only and not background-image attribute. Can you confirm (since the Wiki says fo:external-graphic only) that background-image=foo/bar.pdf will embed the elements of an existing PDF into the background? Thanks, Chris

Re: IndexOutOfBoundsException of fop trunk 2007-10-31 07:44:39 +0800(r590514)

2007-10-31 Thread Chris Bowditch
configuration file fop.xconf. If you are still having trouble then post back here with a clearer description of the problem, some sample FO and a sample fop.xconf file. snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Bullet points in japanese

2007-10-30 Thread Chris Bowditch
. List items are split into Labels and Body elements. Its completely normal to use one font for the label and a different font for the body. A lot of bullet style glpyhs are available in the ZapfDingbats font. Then you can use a Font containing Japanese glyphs for the list body. Chris

Re: Wanted: Examples of TOC tabs?

2007-10-29 Thread Chris Bowditch
element fox:outline to create bookmarks in the PDF. However, XSL-FO 1.1 introduced the element fo:bookmark to create PDF bookmarks and FOP 0.94 supports fo:bookmark instead of fox:outline. Chris - To unsubscribe, e-mail

Re: Help for TIFF insertion in PDF/A-1b file (FOP-0.94)

2007-10-29 Thread Chris Bowditch
compression, white-is-zero encoding. How can i check the first caracteristic? bi-level mean Black White. Another way of writing the above statement is that FOP doesn't support colour Tiffs. snip/ Chris - To unsubscribe, e

Re: A bug in the method choosing the master-reference page?

2007-10-25 Thread Chris Bowditch
understand your requirement. Unfortunately there is no way to achieve it in XSL-FO 1.1. Sorry, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: formalpara problem in HTML

2007-10-25 Thread Chris Bowditch
don't know anything about docbook since the focus of this list is XSL-FO and FOP. Therefore you are far more likely to receive a helpful reply by posting your question to the docbook-apps mailing list. Thanks, Chris

Re: inline at the bottom of a page

2007-10-24 Thread Chris Bowditch
in the 0.20.5 code yourself. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: OutOfMemory for one page-sequence

2007-10-24 Thread Chris Bowditch
fma-001 wrote: Hi Chris, thanks for your hint - it's good to know. But my problem is: I do not know when to break a page (since the document is a huge list with no manual break). How do you generate your FO? Using XSLT? I'm not suggesting that breaking large page-sequences into smaller ones

Re: BUG in FOP 0.94 PS Renderer and PCL Renderer ? or wrong XSL ?

2007-10-19 Thread Chris Bowditch
-compliance is used to tell the PSPageDeviceDictionary to avoid putting out the same information on every page. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: BUG in FOP 0.94 PS Renderer and PCL Renderer ? or wrong XSL ?

2007-10-18 Thread Chris Bowditch
of the PS Renderer element: dsc-compliantfalse/dsc-compliant HTH! Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Postscript output file is shifted compared to PDF output

2007-10-11 Thread Chris Bowditch
-printed forms. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with postscript extension

2007-10-08 Thread Chris Bowditch
mentioned. its really very easy, after downloading just run ant in the root directory where FOP is installed! Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: nullpointer exception - FO to Area tree transform(another exception)

2007-10-01 Thread Chris Bowditch
parser, which is a very old implementation and doesn't work properly. Please check your websphere classpath and ensure that the xerces parser shipped with FOP (in the lib sub dir) has higher priority on the classpath. snip/ Chris

Re: Displaying image on pdf

2007-09-26 Thread Chris Bowditch
would also be useful. Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Chinese characters in Bold

2007-09-26 Thread Chris Bowditch
, I request you to please provide the steps. You need a Font which has bold and italic glyphs for Chinese Characters. ArialUnicodeMS does not contain any bold or italic glyphs. This question has come up many times before. You could try searching the archives for Font suggestions. Chris

Re: [docbook-apps] trouble using FOP to process FO file generated by Xalan or Saxon

2007-09-25 Thread Chris Bowditch
a home written Java application which calls the FOP API? The API changed considerably between 0.20.5 and 0.9x, so you will need to rewrite your program. See the website for details of other key differences between 0.20.5 and 0.9x: http://xmlgraphics.apache.org/fop/0.94/upgrading.html Chris

Re: Image problem in pdf

2007-09-03 Thread Chris Bowditch
Tomas Studva wrote: Hi, when I include gif/png image into fo and render it by FOP to PDF, it looks not OK. snip/ Image is rendered with gray line at top border and bottom border, but line aren't in image. What version of FOP are you using? Chris

Re: fop 0.94: Error creating ccitt t.6 compressed tiff output

2007-08-29 Thread Chris Bowditch
. And the Codec provided with graphics-commons (included with FOP) doesn't supported CCITT encoding. Chris snip/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Do you have any .fo sample in 0.94 demonstrating that new collapsing-border model in tables?

2007-08-29 Thread Chris Bowditch
-collapse_collapse. Note; that these files are not strict FO files, they have some XML around the FO, but the FO is easy enough to extract from here. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: AW: AW: [ANN] Apache FOP 0.94 Released

2007-08-28 Thread Chris Bowditch
: ./fonts/ base and font-base are supposed to be URLs. I dont think relative paths can be used for the base. So try file:///c:/fop/fonts/ (replacing the path to your actual path to the FOP Fonts directory on your system) Chris

Re: Positioning a Block In the Lower Corner of The 1st Column

2007-08-24 Thread Chris Bowditch
Jeff Sese wrote: Thanks, I have tried it, but the text from the other block overlaps the block-container. How can I avoid this? You Can't. The only way to achieve what you need using XSL-FO 1.0 is side-floats. But as you already discovered FOP doesn't support side-floats :( snip/ Chris

Re: does vertical-aling work in the version 0.93?

2007-08-21 Thread Chris Bowditch
to control how your text will be aligned in the y axis, i.e. display-align=bottom Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: numbering programlisting/screen lines

2007-08-20 Thread Chris Bowditch
nancy_b wrote: Hi dear Chris! So you mean that this problem refers to some xsltproc issue... yes thats what it sounds like from what you've said! Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Watermark is not coming on all pages

2007-08-07 Thread Chris Bowditch
, the watermark does not appear on page2, it appears on page 1 though. A block container placed in the flow will only appear on 1 page. Try putting the block-container in a static region instead. snip/ Chris - To unsubscribe, e-mail

Re: word too large for a table cell

2007-08-03 Thread Chris Bowditch
unfortunately wrap-option=wrap doesn't appear to be working in 0.93 or the Trunk code :( Hyphenation should work if you have installed the French Hyphenation patterns and the text in the table cells are really words and not serial numbers or codes. Chris

Re: specifying column width for tables

2007-07-27 Thread Chris Bowditch
-FO. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Copy-paste works with CID

2007-07-20 Thread Chris Bowditch
. FOP has been completely re-written! Some of the changes are listed here: http://xmlgraphics.apache.org/fop/changes.html It is a very long list but its not complete! There is an entry for CID font support near the top. Chris

Re: Package messaging is missing from fop 0.93

2007-07-16 Thread Chris Bowditch
is not in the classpath of your Application server. snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Package messaging is missing from fop 0.93

2007-07-13 Thread Chris Bowditch
be used to control the log level: org.apache.commons.logging.LogFactory.setAttribute(level,fatal) Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Print looks ugly

2007-07-12 Thread Chris Bowditch
as Postscript and send the Postscript to the Printer. The quality of Postscript generated by FOP is not dependent on JDK version or o/s. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: why 'blank' page is not 'last' page with force-page-count=odd

2007-07-11 Thread Chris Bowditch
by the OP of this thread, i.e. page-position=last doesn't work when using force-page-count. So I don't think a new bug needs to be opened. Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: why 'blank' page is not 'last' page with force-page-count=odd

2007-07-10 Thread Chris Bowditch
as: page-position=last doesn't work with force-page-count. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: why 'blank' page is not 'last' page with force-page-count=odd

2007-07-06 Thread Chris Bowditch
if this is in accordance with the recommendation ? Are you using FOP 0.93? If so there was a bug identified and fixed recently in the way force-page-count works. To get the fix you will need to download the Trunk version from Subversion and build it yourself. Chris

Re: conditional-page-master-reference

2007-07-03 Thread Chris Bowditch
master-reference=framsida/ /fo:repeatable-page-master-alternatives /fo:page-sequence-master snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fo:list with omitted items result in wrong numbering

2007-06-18 Thread Chris Bowditch
XSLT questions: http://xmlgraphics.apache.org/fop/maillist.html#xslt-mulberry Of course, thats assuming that you are using XSLT to generate the XSL-FO. If you're not then its up to whatever process you use to create the XSL-FO to correctly compute the numbers in fo:list-item-label Chris

Re: Korean words breaking in the middle

2007-06-15 Thread Chris Bowditch
functionality supported by FOP so just because all test pass doesn't guarantee that nothings been broken but it offers some level of reassurance at least. snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: basic-link and external-graphic

2007-05-23 Thread Chris Bowditch
-width=60mm / /fo:basic-link /fo:block Where $logo is set to a gif file and $banner_link is http://www.google.com;. The link appears only at the bottom of the image. Is there a way I make the whole image a link? What version of FOP are you using? Thanks, Chris

Re: FOP 0.93 and PCL renderer

2007-05-21 Thread Chris Bowditch
cannot find the fonts. What can I do? PCL Renderer using AWT Fonts instead of Fonts registered under the PDF Renderer. The Fonts available to AWT depends on the Operating System and the Fonts installed for that o/s. snip/ Chris

Re: Java -Xmx not working

2007-05-10 Thread Chris Bowditch
. The Java memory is always capped at about 95,000K (95megs). Can anyone please provide some input into this? Thank you! You mention MS-DOS, so I guess you must using Windows. What version of Windows are you using and what JDK version? Also, what version of FOP are you using? Thanks, Chris

Re: Problem inserting a BMP image.

2007-04-24 Thread Chris Bowditch
with FOP. ChartFX can generate SVG which is the preferred method because it uses less space than a BMP and maintains a higher image quality. ChartFX can also generate JPG or PNG if you really need to work with rasterized images. snip/ Chris

Re: Problem with custom fonts

2007-04-19 Thread Chris Bowditch
metrics between AWT and PS/PDF exists regardless of the new auto font detection patch. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: swing to JSP

2007-04-19 Thread Chris Bowditch
not be used to parse Java Swing classes. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Font Creation Problems

2007-04-16 Thread Chris Bowditch
: java [-options] class [args...] (to execute a class) or java [-options] -jar jarfile [args...] (to execute a jar file) Possibly caused by the wrong separator being used. snip/ Chris

Re: PCL5e file format with FOP 0.93 (jdk1.4 - Linux and Windows).

2007-04-11 Thread Chris Bowditch
://xmlgraphics.apache.org/fop/0.93/output.html#pcl snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ClassCastException

2007-04-02 Thread Chris Bowditch
Daniel Noll wrote: Chris Bowditch wrote: snip/ Has anyone seen this exception before? Is it a bug in FOP, or is it solveable by filtering the FO file to repair it somehow? I've seen similar ClassCastExceptions, but they were caused by fo:wrapper being in places FOP didn't expect

Re: Could not find function: replace

2007-04-02 Thread Chris Bowditch
engine directly to FOP. 2) tell FOP to use Saxon instead of Xalan. An explanation of how to do this has been posted up manay times before. A quick search of the archives revealed this post: http://marc.info/?l=fop-userm=117321155708989w=2 Chris

Re: ClassCastException

2007-03-30 Thread Chris Bowditch
anything (no properties have been set on it), you can remove it without changing the output and the error should disappear. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fop romanian diacritic fonts

2007-03-30 Thread Chris Bowditch
as easy to just try PNG output from gtkmathmlview as well. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fop 0.20.5 and chinese pdf

2007-03-21 Thread Chris Bowditch
a snippet of you fop.xconf file we might be able to offer more help. Chris snip/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Absolute positioning

2007-03-19 Thread Chris Bowditch
if you want the block container placed relative to the top left coordinates of the page. Did you try that? Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fop 0.93: postscript page-size+landscape

2007-03-19 Thread Chris Bowditch
that only a certain part of a page is printable. Fiddling around with the margins of the simple-page-master could help with this, but is there another way? Setting the margins on the fo:simple-page-master element is the correct approach to dealing with unprintable areas on a page. snip/ Chris

Re: Absolute positioning

2007-03-16 Thread Chris Bowditch
around the inline isn't enough. The attributes relating to absolute position have to be moved off thye fo:inline element and onto the fo:block-container element. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: command line question [newbie]

2007-03-16 Thread Chris Bowditch
: java -cp %LOCALCLASSPATH% org.apache.xalan.xslt.Process %* which will always ensure ALL arguments specified to the batch file are passed onto Xalan. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Add new properties to fo-external-graphic object

2007-03-16 Thread Chris Bowditch
in pixels with device independent measurements. In theory whilst FOP support px as a measurement unit, in practise it doesn't work so well because its a device dependent unit of measure. snip/ Chris - To unsubscribe, e

Re: Absolute positioning

2007-03-15 Thread Chris Bowditch
-position=absolute and absolute-position=fixed. IIRC, the fixed setting must be used to position the BC relative to the top left of the page. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: 'border-collapse=collapse' support in fop-0.93

2007-03-15 Thread Chris Bowditch
border-collapse=collapse. Sorry snip/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Page break

2007-03-09 Thread Chris Bowditch
page breaks mid row using keep-together=always on the fo:table-row element. That way the price will always be aligned to the bottom of the description in the first column. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: border-top-xxx and border-bottom-xxx causing wierd errors

2007-03-09 Thread Chris Bowditch
versions that your JDK might be picking up. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Page break

2007-03-09 Thread Chris Bowditch
. Of course, this may also not be appropriate if you have long rows which you are expecting to take up more than a page or so. Well ,my table is a dynamic table without fixed height.. It shouldn't matter. Chris snip

Re: print to none default printer

2007-03-06 Thread Chris Bowditch
to change your fo:simple-page-master element. The attributes page-width and page-height should be set to the dimensions of a landscape page. If you are printing on A4 paper thats: page-width=297mm page-height=210mm Chris snip

Re: impact of daylight saving time changes in USA on FOP

2007-03-06 Thread Chris Bowditch
. Perhaps you could elaborate a little. BTW, FOP 0.20.3 is over 5 years old now. Please consider upgrading to the far superior v0.93. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Problem with text flow

2007-03-01 Thread Chris Bowditch
have to manually break the text yourself at the end of the first cell of text (2 column first row in the table). So this solution may not be acceptable Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: Rows higher than expected

2007-03-01 Thread Chris Bowditch
the row height. There are many other things that can increase the row height, but rather than try and guess, post up the XSL-FO for the row in question and we'll help you analyze it. snip/ Chris - To unsubscribe, e-mail

Re: [SPAM] font-family=Arial Unicode MS in rtf doesn't work

2007-02-21 Thread Chris Bowditch
they are not paid IMO you have: a) no right to expect a professional service b) no right to complain about the level of service. This is open source. If you don't like the way something is done. Fix it yourself. Chris snip

Re: 0.93: Multi-page table Corrupted

2007-02-20 Thread Chris Bowditch
the file in some way. Thanks, Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Template Calling help

2007-02-16 Thread Chris Bowditch
://www.mulberrytech.com/xsl/xsl-list/ Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: No allignment possible in nested tables?

2007-02-15 Thread Chris Bowditch
this nested table? text-align will only affect the position of text inside a table, not tables themselves. Chris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

<    1   2   3   4   5   6   7   >