Re: Links to named destinations of password protected PDFs

2007-10-29 Thread J.Pietschmann
re not properly processed for encrypted PDFs, FOP had similar problems with embedded fonts and other PDF objects in the past. If you can produce a password protected PDF with a named destination which open as expected, then please open a defect for FOP and append the correct PDF.

Re: Links to named destinations of password protected PDFs

2007-10-29 Thread J.Pietschmann
re not properly processed for encrypted PDFs, FOP had similar problems with embedded fonts and other PDF objects in the past. If you can produce a password protected PDF with a named destination which open as expected, then please open a defect for FOP and append the correct PDF.

Re: external-graphic

2007-10-29 Thread J.Pietschmann
which may cause the problem above. Upgrading to a more recent JDK release, at least to the latest 1.4 release, should fix the problem. FOP 0.20.5 contained its own, even older XML parser, so you didn't notice the problem there. J.Pietsc

Re: Chinese characters in Times New Roman?

2007-10-19 Thread J.Pietschmann
Andreas L Delmelle wrote: Nitpick: inner quotes are missing, just in case anyone copies this: J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Chinese characters in Times New Roman?

2007-10-10 Thread J.Pietschmann
ossible to to display chinese characters in Times New Roman font. Strictly speaking, the question doesn't make sense, because there is no proper mapping of the Times Roman serif style to a font style for Chinese characters. HT

Re: Performance issue with FOP

2007-09-03 Thread J.Pietschmann
, and run the resulting FO through the FOP command line again. This should give you an idea whether the problem is in the XSLT or with FOP. In the latter case, run it again giving the JVM more memory. If there's still a problem with FOP, post it again. J.Pietsc

Re: Out of Memory Exception while loading Images.

2007-09-03 Thread J.Pietschmann
have this problem, and/or whether it could be mitigated by sending the PDF as file attachment. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Unable to retrieve background image

2007-08-30 Thread J.Pietschmann
.com/j2se/1.5.0/docs/guide/net/proxies.html J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Large tables

2007-08-21 Thread J.Pietschmann
uot;columns broken in the middle." In XSLFO, a table must fit the page width. Even explicitly distributing a wide table onto adjacent page is not possible with XSLFO 1.0, which is what FOP implements. J.Pietschmann - To unsubsc

Re: auto table column width with FOP?

2007-08-21 Thread J.Pietschmann
unimplemented. You have to define the column widths explicitly. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SVG Gradient in FO

2007-08-16 Thread J.Pietschmann
hole page (and overlaps all other regions). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: About page sequences => Page sequences do not alternate?

2007-07-30 Thread J.Pietschmann
content for an invoice ... ... J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: About page sequences

2007-07-30 Thread J.Pietschmann
ist: http://www.mulberrytech.com/xsl/xsl-list/ There are several examples for FO documents using multiple page masters in the FOP distribution, for example examples/fo/pagination/franklin_2pageseqs.fo You can find more on the internet, in particular in Dave Pawson's XSL FAQ.

Re: specifying column width for tables

2007-07-30 Thread J.Pietschmann
increase provisional-distance-between-starts more. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Lines breaking on '/' and '-'

2007-07-17 Thread J.Pietschmann
for filenames [snip] A simple way to get this would be a fo:inline with a keep-together="always" on it, if FOP implemented this. A more convoluted work around involves building your own font, which uses "/" and "-" as

Re: png differs from pdf output

2007-07-15 Thread J.Pietschmann
for the OS. Will I get the same results then? And when not, why not? You should get the same results then. I didn't check it myself, so apply appropriate disclaimers. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROT

Re: Headless Java

2007-07-13 Thread J.Pietschmann
va 1.4 and later, and it may be ignored on JVMs other than suns. You might want to heck your Java version and vendor. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fop and SWT

2007-07-13 Thread J.Pietschmann
g off with the AWT/Print renderer, it is probably not all that difficult, but there are still lots of minor and a few major differences between SWT and AWT. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: How to set the default-font to arial

2007-07-13 Thread J.Pietschmann
uired data, there is no point in interpreting "any" as "Arial"... Just providing a correct configuration should fix the problem. Did you read http://xmlgraphics.apache.org/fop/0.20.5/fonts.html ? J.Pietschmann ---

Re: Perfomance Issue need Help on generating PDF from XSL FO

2007-07-13 Thread J.Pietschmann
ad of generating the DOM and running the transformation. If all else fails, get a profiler and check which objects fill the memory and which methods take the most time. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: inlinemediaobjects inside lists

2007-07-06 Thread J.Pietschmann
d a description how it is supposed to be rendered. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Must a font be embedded in the PDF?

2007-07-06 Thread J.Pietschmann
Loran Kary wrote: But if I have that font installed on my Mac OS X system, I think I should be able to use that font in the PDF document without having to embed it. This isn't implemented completely in 0.93, and I think there is still some work to do. J.Pietsc

Re: Package messaging is missing from fop 0.93

2007-07-06 Thread J.Pietschmann
the static method org.apache.commons.logging.LogFactory.setAttribute("level","fatal") which might achieve what you want. This will still show you fatal errors. J.Pietschmann - To unsubscribe, e-mail: [

Re: page numbering

2007-06-18 Thread J.Pietschmann
Baeckham wrote: thanks, I got i it (almost) using two page-sequences ... But between the two page-sequences occurs an empty page. Using just one page-sequence there is no empty page. What might be the reason? Have a look at http://www.w3.org/TR/xsl/#force-page-count J.Pietschmann

Re: Korean words breaking in the middle

2007-06-05 Thread J.Pietschmann
ul value (that's the fall back recommended by the spec in case no better value is available). That's simplistic. Maybe looking at pango and perhaps a variety of other OSS text rendering projects can help. I didn't get enough s

Re: FOP Transformer Exception

2007-05-14 Thread J.Pietschmann
xerces parser explicitely somehow? I doubt this is possible in an Oracle Application Server. You can try to get some professional helping you to track down the problem in your environment, perhaps from Oracle. J.Pietschmann

Re: Setting Table row height

2007-05-12 Thread J.Pietschmann
ramkumar.m.v wrote: Thanks for the reply,J.Pietschmann. You mean it isn't implemented in FOP 0.20.5? and should i be upgrading to 0.93? or are you referring to sub-versions in 0.20? Sorry that i got confused. Oops, sorry for the serious typos in the post. Indeed, the properties a

Re: Problems - Fop upgrade - Exception

2007-05-12 Thread J.Pietschmann
've hit a bug in the Oracle JRE. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Setting Table row height

2007-05-12 Thread J.Pietschmann
ramkumar.m.v wrote: So i was trying to set the table row with "block-progression-dimension.minimum="60pt" The block-progression-dimension.minimum property (nor height.minimum) i implemented in FOP 0.20.5, You can try upgrading to 0.09, which has some support for these features.

Re: Fop and line-overruns using Japanese fonts

2007-05-02 Thread J.Pietschmann
hen it contains the class, and all you need to do is to follow the instructions here: http://xmlgraphics.apache.org/fop/0.93/fonts.html#truetype-metrics J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: Fop and line-overruns using Japanese fonts

2007-05-02 Thread J.Pietschmann
Brad Smith wrote: Thanks. That's what I needed. Just one more dummy-problem: this builds fop, but I can't find anything on how to build a fop-TTFReader to go with it. Any help? The TTF metrics generator should be part of the build, there is no separate target. J.P

Re: Differences in Chineese output between fop 0.20.5 and fop trunk

2007-04-19 Thread J.Pietschmann
Abel Braaksma wrote: I don't agree that "rl-tb" is commonly used, Darn transposition error, of course I meant lr-tb. Next tie I'll spell it out, just to be sure... J.Pietschmann - To unsubscribe, e-ma

Re: Differences in Chineese output between fop 0.20.5 and fop trunk

2007-04-18 Thread J.Pietschmann
Manuel Mall wrote: I am in no way an expert in Asian scripts but I believe Chinese is typically written top to bottom. That's "classical Chinese." Nowadays rl-tb is commonly used. J.PIetschmann - To unsu

Re: Cannot loadfont error

2007-03-20 Thread J.Pietschmann
.ttf" with "file:///home/haad/opt/fop-0.93/conf/times.xml" but it doesn't work ,too. This isn't expected to work, because you can't substitute the actual font file with the metrics file, even if the URL is correct. J.Pietschmann

Re: Problem using custom EntityResolver with fop 0.92

2007-02-22 Thread J.Pietschmann
URIResolver, which isn't (and can't) be used to resolve URIs in document() calls, or you mean other things like Transformer instead of XMLReader. Setting the custom URIResolver on the relevant Transformer objects would be the correct thing to do. J.P

Re: spaces between calls to same template

2007-02-21 Thread J.Pietschmann
n passed through by the default template matching text(). Either post the full input and style sheet, or continue the process of further simplifying both the input and the *whole* style sheet by yourself. J.Pietschmann - To un

Re: spaces between calls to same template

2007-02-21 Thread J.Pietschmann
do you know "it" inserts a space? I recommend to produce a FO file and inspect it, and if the source of the irritating space still isn't obvious, trim down both the input source or the style sheet a bit and repeat the process. J.Pietschmann --

Re: area Bounding box

2007-02-21 Thread J.Pietschmann
to be done via proper stacking. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with alignment in page footer/header

2007-02-20 Thread J.Pietschmann
Miroslav Pukhalsky wrote: I need different alignment in footer and header for odd and even page. Check the FAQ: http://xmlgraphics.apache.org/fop/faq.html#oddeven The key is to use different region names for the headers and footers on odd and even pages (you are almost there). J.Pietschmann

[Spam SpamAssassin=4.10,Body=R 4.10 ] Re: Problem using custom EntityResolver with fop 0.92

2007-02-18 Thread J.Pietschmann
URLResolver set on the TransformerFactory). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[Spam Body=R 3.50 ] Re: Footnote-question

2007-02-17 Thread J.Pietschmann
, something like Stuff Beware: untested! For more XSLT help, the gurus tend to hang out on the XSL list: http://www.mulberrytech.com/xsl/xsl-list/ J.Pietschmann

Re: Template for scientific texts?

2007-02-17 Thread J.Pietschmann
y large number of style sheets out there which generates SVG for various diagrams from reasonably readable source XML. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOTreeBuilder - Mismatch

2007-02-12 Thread J.Pietschmann
ed to ignore namespaces (yes this is possible). J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: font-family="Arial Unicode MS" in rtf doesn't work

2007-02-06 Thread J.Pietschmann
Jeff Vannest wrote: Yeah, I'm not sure why anyone would want multiple spaces between words as previously quoted. I can't see how that would be desirable. Line wrapping with indentation done by tools which take every space as a line break opportunity. J.P

Re: font-family="Arial Unicode MS" in rtf doesn't work

2007-02-06 Thread J.Pietschmann
quotations. Check the FO property grammar for details. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Multiple page number + total page number

2007-02-05 Thread J.Pietschmann
ss solution, grabbing the total page count from the rendering results of the first pass. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOP Problem

2007-01-30 Thread J.Pietschmann
Jeremias Maerki wrote: However, what you're seeing is really strange. I can't explain it if your FO file is really ok. I guess Xalan sends two endElement SAX events. Something like this has been reported before, although I don't remember the specific Xalan version.

Re: FOP Problem

2007-01-22 Thread J.Pietschmann
somehow included in a web page (or PDF or whatever) and post the result? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: wrap text in table-cell question

2007-01-22 Thread J.Pietschmann
http://xmlgraphics.apache.org/fop/faq.html#cells-overflow A more high tech approach is to use a customized hyphenation pattern file. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Lines are hiding in AWTViewer perhaps Bug in Java2DRenderer or Java2D itsself

2007-01-22 Thread J.Pietschmann
Jeremias Maerki wrote: But what I don't know is whether there was a particular reason that we use (and cache) bitmaps to paint the pages instead of painting them directly. I vaguely remember there were PgUp/PgDn buttons in the window, and using them was blindingly fast... J.Pietsc

Re: SHY characters in user mode

2007-01-15 Thread J.Pietschmann
t the case if the FO process is chained to the transformation using SAX events. Can anybody confirm that output maps work even in the latter case? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: java.lang.IndexOutOfBoundsException in ColumnSetup.getXOffset()

2007-01-15 Thread J.Pietschmann
t another error, or FOP successfully generates a PDF). In your case, you can probably start with deleting all content outside of tables, then delete whole tables until you find the table causing the problem, then delete the table header and footer and all but one row etc. J.P

Re: Pagebreak

2007-01-15 Thread J.Pietschmann
ed an a few spaces right before the b element node. There are two possibilities: 1. Use , or whatever suits you. 2. Use or something similar at the necessary places, which will apply templates to element nodes only and ignore all text nod

Re: SHY characters in user mode

2007-01-15 Thread J.Pietschmann
n FOP works correctly :-) Is there something wrong with my installation? I don't understand this question. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem change layout page size

2007-01-08 Thread J.Pietschmann
was the reason you got your content processed multiple times, and the "following..." was a bug. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how to put image in Background

2007-01-06 Thread J.Pietschmann
Chris Bowditch wrote: Have you tried background-image="C:\images\2.jpg"? Although FOP (both 0.20.5 and recent releases) should be prepared to handle this, it would be in general a bad idea. The correct URL is file:///c:/images/2.jpg J.P

Re: Problem change layout page size

2007-01-03 Thread J.Pietschmann
AQ and/or the XSL mailing list: http://www.mulberrytech.com/xsl/xsl-list/ J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fo:table-row is missing child elements

2006-12-21 Thread J.Pietschmann
t the namespace prefix points to the wrong namespace. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to wrap lines for Asian languages in 0.92beta

2006-12-11 Thread J.Pietschmann
time-frame? *chuckle* If I had enough time, I'd done it some time ago. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Fop with Java 1.5?

2006-12-07 Thread J.Pietschmann
un on Java 1.3 if compiled from source. Would compiling from source on a java 1.5 system make a difference, then? It works for me. However, the binary compiled for 1.4 should also run on 1.5. J.Pietschmann - To unsubscribe, e

Re: javax.xml.transform.TransformerException error - DocBook XSL with FOP 0.92

2006-11-30 Thread J.Pietschmann
T has a very helpful community. Try http://docbook.sourceforge.net/ J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NPE IN SingleByteFont.hasChar when using IDAutomationC39S font

2006-11-30 Thread J.Pietschmann
unit should be interpreted as pixel, unless I overlooked something). In any case if you generate PDF you should specify measurements in mm, pt or in. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: NPE IN SingleByteFont.hasChar when using IDAutomationC39S font

2006-11-29 Thread J.Pietschmann
metrics using the -enc ansi, although I think you did this already. Would you mind sending in your metrics file? If all else fails, try the barcode4j extension or generate a SVG for the barcode and use this (there are XSLT style sheets out there for this purpose). J.Pietschmann

Re: Hyphenation problems with source code like text

2006-11-28 Thread J.Pietschmann
ady has some opinion of what constitutes a word. This is somewhat hard to get from the source, but you can check by setting the log level to "trace", you should see "Word to hyphenate: ..." messages which should help tracking the problem down. J.Pietschmann ---

Re: Question about (and probably a bug in) AWTRenderer (fop-0.92beta)

2006-11-23 Thread J.Pietschmann
e a bug. It looks like a bug indeed. J.Pietschmann. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Images filepath containing special characters is not getting generated in the PDF document.

2006-11-23 Thread J.Pietschmann
Daniel Noll wrote: Also, URLs use forward slashes rather than backslashes. While this is correct, all Java releases I've tested accept backslashes in file:// URLs on Windows. J.Pietschmann - To unsubscribe, e-mail: [

Re: Images filepath containing special characters is not getting generated in the PDF document.

2006-11-22 Thread J.Pietschmann
% and ~ need some special treatment too. You'd better check the URL spec for details. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: I want to display text in vertical format in PDF

2006-11-08 Thread J.Pietschmann
0.20.5 is to use a SVG. Upgrading to 0.92 or trunk is probably the better solution. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: FOP Rendering Output Support for PPT

2006-11-03 Thread J.Pietschmann
, I don't think it will get on the list, ever. The XML variant - maybe. In either case: what's wrong with using PDF, given that FO is all about non-dynamic content anyway? If you want to give live presentations in full screen mode, you should probably check out SlideML. J.P

Re: DOMImplementation method not found

2006-10-26 Thread J.Pietschmann
27;ll have to ask someone familar with Lotus Domino in order to resolve this. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embeded svg files

2006-10-19 Thread J.Pietschmann
If the SVG images don't have width and height set on the root svg element, you might try adding these, although I doubt this would work You can try putting the images in absolutely positioned block containers, this should work. J.Pietschmann -

Re: Programmatically set hyphenation-base

2006-10-18 Thread J.Pietschmann
as well. Beware: completely untested and based on wild guesses as well as http://excalibur.apache.org/apidocs/org/apache/avalon/framework/configuration/DefaultConfiguration.html and other docs. Have fun! J.Pietschmann - To un

Re: One Page DOcument

2006-10-18 Thread J.Pietschmann
ent the "last-page" page master should go into effect. I'd say if you are not getting this page master, this indicates a bug. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Exception: Some content could not fit into a line/page with fop 0.92beta

2006-10-11 Thread J.Pietschmann
page and no error is thrown. Why does it not work? It looks like you want to process pre-formatted text. I suspect there is a line too long to fit the available horizontal space. J.Pietschmann - To unsubscribe, e-mail: [EMAIL

Re: [ERROR] Connection refused: connect

2006-10-07 Thread J.Pietschmann
sheet for the string "connect", does it turn up outside normal content? J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Adding Font to FOP

2006-10-03 Thread J.Pietschmann
s examples for using FOP embedded in your own java code, on the FOP web site http://xmlgraphics.apache.org/fop/0.20.5/embedding.html as well as in the examples directory in the distribution. J.Pietschmann - To unsubscribe, e-mail:

Re: PDF7 Problem

2006-09-16 Thread J.Pietschmann
blem may be due to an IEx bug, there appears to be a MS KB entry about this. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fo:external-graphic SRC by xpath

2006-09-16 Thread J.Pietschmann
\img1.jpg Note that the value for the src of an external graphic should be an URL, e.g. file:///x:/folder/img1.jpg J.PIetschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Make Landscape default orientation

2006-09-13 Thread J.Pietschmann
pavithra atrangada wrote: How to make orientation default to Landscape using FOP while printing Just swap height and width for the page master, for example

Re: Strange behavior after upgrading FOP

2006-08-22 Thread J.Pietschmann
including problems with thread deadlocks mentioned elsewhere. Your options: Run a hard disc health check. Make sure the box is pingable on all interfaces after it hangs. Try to run the code on another machine, preferably on another JVM and/or OS, and check whether the problem pops up there too. J.P

Re: Help required for margin in simple-page-master and padding in Start

2006-08-20 Thread J.Pietschmann
tuation, but the language designers thought it would help making implementations easier. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem searching text in FOP generated PDF file

2006-08-11 Thread J.Pietschmann
) Also when I try to copy some text from this pdf reports and try pasting it in some text editor instead of text it shows ?. Same problem. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

Re: [Poll] Expectations regarding side-floats

2006-08-11 Thread J.Pietschmann
ng on whether a set of side-floats would be placed on the middle of a page or at the bottom (thus, with some of them on the current page and the others on the following page)? Probably yes. I have some difficulty imaging what you actually have in mind. J.Pietsc

Re: strange behaviour: Fop 0.92b, Websphere 6.0.2.0, PARENT_LAST deployment

2006-08-09 Thread J.Pietschmann
api.jar or xalan.jar sneaked in. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fop-trunk build error

2006-08-04 Thread J.Pietschmann
, remove the whole build directory and rebuild all. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: images rendered multiple times

2006-08-04 Thread J.Pietschmann
be other forums dedicated to this topic, which might be of more help. - Implement caching in the server, if CPU load is a concern. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: line breaks in TOC in latest FOP 0.92

2006-08-03 Thread J.Pietschmann
stage process: render to the XML area format, grab somehow the resolved page numbers, then render again to the intended target format using the resolved page numbers instead of the page number citations. J.Pietschmann - To

Re: Problem with page nuymber cross reference allignment

2006-07-31 Thread J.Pietschmann
for quite some time now, as usual. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Table-footer breaking across page

2006-07-28 Thread J.Pietschmann
ehavior is certainly a bug. However, you can just add the three footer rows as normal rows at the end of the body, possibly with a keep-with-previous=always in order to keep them together. J.Pietschmann - To unsubscribe, e-ma

Re: Information loss in embedded mode

2006-07-25 Thread J.Pietschmann
Shamem Miah wrote: Fop fop = fopFactory.newFop("application/rtf", out); RTF output still has encoding problems, in the sense that it may be impossible to encode all input characters in the output. J.P

Re: column-count and column sizes

2006-07-19 Thread J.Pietschmann
vents and built upon a database driven application, so IMHO the chance to use tables is very small. If height of the entries can be estimated, you can fill them into table cells. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROT

Re: font-base

2006-07-11 Thread J.Pietschmann
Wischnitzer, Judah wrote: I have been trying to use the config attribute in the fop ant task (version 0.92) The font-base config attribute simply doesn't work in 0.92. The bug is fixed in the SVN repository. J.Pietsc

Re: 0.92beta source code

2006-07-11 Thread J.Pietschmann
with a few nasty bugs. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Possible memory leak

2006-06-30 Thread J.Pietschmann
actually been allocated is not unusual for FOP while processing large input. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Performance with large Tables

2006-06-28 Thread J.Pietschmann
JVM memory sizes preventively. See http://xmlgraphics.apache.org/fop/0.92/running.html#memory J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is multicolumns working in RTF?

2006-06-28 Thread J.Pietschmann
TML or the (still somewhat horrible) MS Office XML. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Using Arial Font

2006-06-28 Thread J.Pietschmann
/0.92/fonts.html Arial isn't one of the Base-14 fonts, which means you have to generate a metrics file and supply it to FOP yourself. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

Re: PDF Encrption problem

2006-06-28 Thread J.Pietschmann
ity file aren't taken into account for some reason. I guess it's the classpath problem. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: column-count and column sizes

2006-06-27 Thread J.Pietschmann
than for tables, then the answer is "in general, you can't". The XSLFO spec doesn't provide a mechanism for setting column widths. Depending on your exact problem, there may be ways to fake it. J.Pietschmann - To un

Re: External image not opening in weblogic with SSL

2006-06-27 Thread J.Pietschmann
") or something similar. Well, for some reason this doesn't seem work properly in your staging environment (unless /WEB-INF/ is indeed a real directory there). You'll have to ask a weblogic guru for support. J.Pietschmann -

<    1   2   3   4   5   >