Re: Fail hard on missing images

2016-05-31 Thread Jeremias Maerki
to your question indicates that the event feature is known to and used by few. It doesn't seem to be a popular requirement. In that way, it wasn't a design choice but a missing demand. But the current design in no way stays in the way of implementing what you expected. Jeremias Maerki

Re: Is there a way to remove "INFO org.apache.fop.apps.FOUserAgent - Rendered page XXX" logs ?

2016-05-31 Thread Jeremias Maerki
/2.1/embedding.html#basic-logging * http://commons.apache.org/proper/commons-logging/guide.html#Quick_Start Regards, Jeremias Maerki On 26.05.2016 17:27:32 Dean Nelson wrote: > Jeremias, > Why then does this message show up on Linux but does not show up on Windows? > Is there some othe

Re: Is there a way to remove "INFO org.apache.fop.apps.FOUserAgent - Rendered page XXX" logs ?

2016-05-26 Thread Jeremias Maerki
If you run FOP from a Java application you can use http://xmlgraphics.apache.org/fop/2.1/events.html to register an EventListener which allows you to suppress this event. The event ID for the "Rendered page #*" event is: org.apache.fop.render.RendererEventProducer.endPage HTH Jerem

Re: Fail hard on missing images

2016-05-26 Thread Jeremias Maerki
See http://xmlgraphics.apache.org/fop/2.1/events.html for an example of exactly that. HTH Jeremias Maerki On 12.05.2016 23:12:22 Oskar Berggren wrote: > Hi, > > > Sometimes a document will reference an image that FOP is unable to find. With > FOP 2.0, it will pri

Fw: Re: Quality of included image degrades when png rendering is used

2014-08-26 Thread Jeremias Maerki
Dropped from the moderation queue: --- Original Message --- From:rushabh rushabh.ajm...@igate.com Date:Mon, 4 Aug 2014 02:52:00 -0700 (PDT) Subject: Re: Quality of included image degrades when png rendering is used Hey it works now .. I

Re: fop-pdf-images

2012-11-14 Thread Jeremias Maerki
To be precise: this is the location for development snapshots, and not official releases. Jeremias Maerki On 14.11.2012 00:51:12 Luis Bernardo wrote: The new location for the fop-pdf-images plugin is https://dist.apache.org/repos/dist/dev/xmlgraphics/. Since the new website

Re: Cell border rendering error (thicker) with number-column-spanned

2012-11-04 Thread Jeremias Maerki
/CollapsingBorderModel Jeremias Maerki On 04.11.2012 05:16:10 reevev wrote: Hi, Thanks for providing the sample. I agree that this illustrates that the various PDF viewers are not doing the right thing with the line thickness and I'm not disagreeing with this point. However the fact remains that fop

Re: fop, camel-fop and Apache Karaf

2012-09-25 Thread Jeremias Maerki
in the public API of FOP. Jeremias Maerki On 22.09.2012 14:29:40 Maruan Sahyoun wrote: Hi Jeremias, thank you for outlining the current situation. If I understood you correctly a) fop won't work without modifications in an OSGI environment and b) there is no quick fix to resolve

Re: fop, camel-fop and Apache Karaf

2012-09-22 Thread Jeremias Maerki
Jeremias Maerki On 20.09.2012 09:40:02 Maruan Sahyoun wrote: Hi there, we are trying to use fop, as part of camel-fop, inside an OSGI container Apache Karaf. Using fop (1.1) and camel-fop (2.10) works just fine. But as soon as we are trying to use that from within Apache Karaf (we are using

Re: Upgrade to fop trunk and URI resolving

2012-07-30 Thread Jeremias Maerki
, that's another. But URIResolver is just more powerful when it comes to provide read-access to resources that may be a byte stream, character stream, XML DOM, SAX event source like is the case with images. Thanks, Jeremias Maerki On 30.07.2012 13:02:41 mehdi houshmand wrote: Jeremias, I was looking

Re: Upgrade to fop trunk and URI resolving

2012-07-26 Thread Jeremias Maerki
from URIResolver to ResourceResolver (haven't had time to try that, yet). A convenience adapter is missing. Jeremias Maerki On 25.07.2012 22:25:52 Matthias Reischenbacher wrote: snip/ Btw... it's really nice that all data is loaded now through the new URI resolver. In the near future I'd

Re: Upgrade to fop trunk and URI resolving

2012-07-26 Thread Jeremias Maerki
(responded on fop-dev) Jeremias Maerki On 26.07.2012 20:17:17 mehdi houshmand wrote: I appreciate that there are inconveniences, but if you're just looking for backwards compatibility, the changes should be, for the most part, fairly minor. I'm sorry we haven't been able to convince you

Re: SubstituteFonts true/false propertie in fop config ?

2012-06-24 Thread Jeremias Maerki
Actually, there is but it's not obvious: http://xmlgraphics.apache.org/fop/latest/events.html lets you propagate these replacement events to aborting exceptions. One point of the events framework is to give more fine-grained control over certain conditions inside FOP. Jeremias Maerki

Re: JFreeChart does not display the data

2011-09-22 Thread Jeremias Maerki
...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: font substitution

2011-09-22 Thread Jeremias Maerki
/substitutions /fonts Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Producing PDF from subset of IF file pages

2011-09-14 Thread Jeremias Maerki
://old.nabble.com/Producing-PDF-from-subset-of-IF-file-%3Cpage%3Es-tp32463958p32463958.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: Producing PDF from subset of IF file pages

2011-09-14 Thread Jeremias Maerki
-subset-of-IF-file-%3Cpage%3Es-tp32463958p32464585.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional

Re: Outputting intrinsic dimension info of images

2011-07-26 Thread Jeremias Maerki
. Is there any way that I can find out the intrinsic width and height of an image? So that I can include that information in the resulting pdf. Thanks //Erik Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: Outputting intrinsic dimension info of images

2011-07-26 Thread Jeremias Maerki
. Is that possible to find out? (In a simple way :) -Original Message- From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Sent: Tuesday, July 26, 2011 1:09 PM To: fop-users@xmlgraphics.apache.org Subject: Re: Outputting intrinsic dimension info of images Erik, you can preload the image

Re: image loading callback

2011-07-12 Thread Jeremias Maerki
? Thank you in advance. Jing Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: pdftops eps font issue

2011-07-08 Thread Jeremias Maerki
commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: pdftops eps font issue

2011-07-08 Thread Jeremias Maerki
. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: pdftops eps font issue

2011-07-08 Thread Jeremias Maerki
Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Manually Configuring a PDFRenderer

2011-07-06 Thread Jeremias Maerki
loaders. In the worst case, you have to think about setting up your own class loader. You could get some inspiration for that from here: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/cli/Main.java?view=markup HTH Jeremias Maerki

Re: Central European characters in PDF with Base14 fonts

2011-06-24 Thread Jeremias Maerki
from the FOP - Users mailing list archive at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki

Re: FOP Transform log?

2011-06-24 Thread Jeremias Maerki
out right. It appears the output didn't recognize the font properly, it's missing a glyph, but I didn't see any errors/warnings. I'm running within Eclipse. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: Performance Analysis

2011-06-21 Thread Jeremias Maerki
. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: Performance Analysis

2011-06-18 Thread Jeremias Maerki
. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: breakpoint suggestions please

2011-05-16 Thread Jeremias Maerki
welcome. Thanks. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Barcode4j / QR

2011-04-22 Thread Jeremias Maerki
Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: PDF File content ist not visible

2011-04-22 Thread Jeremias Maerki
Result res = new SAXResult(fop.getDefaultHandler()); // Start XSLT transformation and FOP processing transformer.transform(xmlSrc, res); } finally { output.flush(); output.close(); } } -- Jeremias

Re: NullPointerException at org.apache.fop.render.pdf.AbstractImageAdapter.setupColorProfile

2011-04-22 Thread Jeremias Maerki
Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: right-aligned box insertion in text flow

2011-03-03 Thread Jeremias Maerki
- From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Sent: Thursday, 3 March 2011 8:36 p.m. To: fop-users@xmlgraphics.apache.org Subject: Re: right-aligned box insertion in text flow Trevor, what you're looking for is fo:float, but as you can see here: http://xmlgraphics.apache.org

Re: Best way to handle EPS files

2011-02-21 Thread Jeremias Maerki
files. Is this my best option or does anyone else have any better ideas? Thanks Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

Re: fo:basic-link show-destination=new status

2011-02-21 Thread Jeremias Maerki
mailing list archive at Nabble.com. HTH Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Shading Issue

2011-02-09 Thread Jeremias Maerki
?view=log On 04.02.2011 13:48:32 Jeremias Maerki wrote: Hmm, I can't reproduce your problem. Mine was actually something else and has to do with encoding monochrome images that have been generated by JAI. Have you tried a different viewer or actually printed the file? In my experience

Re: Problem inserting gif image

2011-02-09 Thread Jeremias Maerki
understand what is missing. -- View this message in context: http://old.nabble.com/Problem-inserting-gif-image-tp30875128p30875128.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki

Re: AFP Rendering

2011-02-04 Thread Jeremias Maerki
. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: Shading Issue

2011-02-04 Thread Jeremias Maerki
actually look like this (screenshots taken using AFP Viewer). -- View this message in context: http://old.nabble.com/Shading-Issue-tp30842457p30842457.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki

Re: AFP Rendering

2011-02-04 Thread Jeremias Maerki
download your fix and a short description on how to use your changes to get the output. Thanks Regards, Sandeep From: Jeremias Maerki [d...@jeremias-maerki.ch] Sent: Friday, February 04, 2011 1:50 PM To: fop-users@xmlgraphics.apache.org Subject: Re

Re: Shading Issue

2011-02-04 Thread Jeremias Maerki
:) Jeremias Maerki-2 wrote: I'll take a look. I've noticed something similar when when I was testing something on Wednesday. On 04.02.2011 09:06:50 hirenshah wrote: We have an issue with table shading with AFP at the moment where the output looks like this when shading is set

Re: Shading Issue

2011-02-04 Thread Jeremias Maerki
The one you see in my From header: d...@jeremias-maerki.ch On 04.02.2011 13:52:12 hirenshah wrote: The print out looks the same as what I see in the AFP file. What is your email address? I will send you the AFP :) Jeremias Maerki-2 wrote: Hmm, I can't reproduce your problem

Re: Problem regarding font substitution

2011-02-02 Thread Jeremias Maerki
- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: font missing warning

2011-02-02 Thread Jeremias Maerki
/ Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: font missing warning

2011-02-02 Thread Jeremias Maerki
now on this Test server). To get it to work, I remembered deleting the fop cache file, but I can't seem to find the location of this cache file now. Help! snip/ Jeremias Maerki - To unsubscribe, e-mail: fop-users

Re: Reduce required memory

2011-01-27 Thread Jeremias Maerki
to reduce the required memory so that the result is (almost) the same? Regards, Fotini Anagnostou Using FOP 1.0 Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional

Re: Can''t get rid of line between rows

2011-01-27 Thread Jeremias Maerki
/2011 09:24 AM, Rob Sargent wrote: Spot on! Thanks. (One wasted weekend...) On 01/24/2011 12:53 AM, Jeremias Maerki wrote: Not sure if I fully understand your problem, but I suspect it's once more Adobe's anti-aliasing to be blamed. And this won't show up in print, BTW. To get rid

Re: circle or mask without svg

2011-01-27 Thread Jeremias Maerki
and therefore shouldn't (and often can't) be done. On 26.01.2011 18:58:05 ingo peter wrote: hi, i search for a solution to embed eps/tiff-images in a circle-frame. with svg i can do this only with jpg/png or svg. any suggestions? mfg/regards -ip- Jeremias Maerki

Re: example mathml.fo xml and xsl

2011-01-27 Thread Jeremias Maerki
. this works. does someone have the mathml.xml and mathml.xsl for the mathml.fo from the example folder? thx m -- View this message in context: http://old.nabble.com/example-mathml.fo-xml-and-xsl-tp30774968p30774968.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias

Re: FOP output

2011-01-27 Thread Jeremias Maerki
org.apache.fop.apps.PageSequenceResults. That object only has 2 methods, getID and getPageCount. getPageCount returns 11. How do I get images of the other pages? -Original Message- From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Sent: Thursday, January 27, 2011 3:35 AM To: fop-users

Re: Can''t get rid of line between rows

2011-01-23 Thread Jeremias Maerki
supported). How many other ways can I a) be generating this line and b) how to get rid of them. Looking like I'll miss sending to the printers Monday :( Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: align columns last line

2011-01-20 Thread Jeremias Maerki
-body? Or to much with the text to affect the same? rjs Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: FOP output

2011-01-20 Thread Jeremias Maerki
on a server then transfer them to the client to display in a custom print preview window without having a transformer or renderer created on the client (the default FOP PreviewPanel seems to require both). Jeremias Maerki

Re: FOP Memory

2011-01-20 Thread Jeremias Maerki
default settings for jvm memory. If I put in a tag to override allocated memory, how do I know how much I need? Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e

Re: Antialising issue with borders in PDF with fop-0.95

2011-01-14 Thread Jeremias Maerki
with border segment combination will be a tricky thing. I don't think you can expect a short-term solution from anyone here, except if you give it a shot yourself. But I doubt it is worth the effort just to improve how the borders look in Adobe Acrobat. snip/ Jeremias Maerki

Re: FOP Trunk Snapshot (fop-20110110.jar) : barcode4j

2011-01-13 Thread Jeremias Maerki
in barcode's method BarcodeElementMapping.initialize. In eclipse I can compile barcode without errors with FOP from before your latest fix. Simon On Wed, Jan 12, 2011 at 09:01:45PM +0100, Jeremias Maerki wrote: Thanks for noticing. This was broken by: http://svn.apache.org/viewvc?rev

Re: FOP Trunk Snapshot (fop-20110110.jar) : barcode4j

2011-01-12 Thread Jeremias Maerki
/barcode:code39 /barcode:barcode /fo:instream-foreign-object Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: FOP 1.0: Generate PDF with plain text inside

2011-01-07 Thread Jeremias Maerki
...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: barcode4j and 3 of 9 compressed barcode type

2011-01-07 Thread Jeremias Maerki
Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: how to extend the rendering part of fop

2011-01-05 Thread Jeremias Maerki
at Nabble.com. - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki

Re: how to extend the rendering part of fop

2011-01-03 Thread Jeremias Maerki
. Thanks again. Eugen Jeremias Maerki-2 wrote: Hi Eugen Assuming you're using Apache FOP 1.0 or later, I would suggest to you to write a set of plug-ins for the Apache XML Graphics Commons image loader framework. The documentation for that is found here: http

[ANN] Barcode4J 2.1 released

2010-12-15 Thread Jeremias Maerki
by Apache FOP 0.95 and later). This restores compatibility of Barcode4J with Apache FOP 1.0. - An Apache Ant task - OSGi metadata for the main JARs - a number of fixes for PDF417 The detailed change log can be found here: http://barcode4j.sourceforge.net/changes.html Enjoy! Jeremias Maerki

Re: font embed-url...

2010-12-15 Thread Jeremias Maerki
for some docs we would embed, while others we do not. Is this possible? Thank you. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

Re: IllegalArgumentException: Illegal character for utf-8 symbols

2010-12-15 Thread Jeremias Maerki
to java.lang.IllegalArgumentException: Illegal character: й How can I get rid of it ? -- View this message in context: http://old.nabble.com/%22IllegalArgumentException%3A-Illegal-character%22-for-utf-8-symbols-tp30462881p30462881.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias

Re: FOP creates corrupt PDF? (was: ValidationException: Document is empty)

2010-12-08 Thread Jeremias Maerki
by fop-trunk. Output.pdf looks quite correct (except for minor layout problems), but Acrobat Reader 7.0 can't open Bill.pdf. I can see some differences in the file, but I don't know what they mean. Can somebody tell me what might be the reason for the difference? snip/ Jeremias Maerki

Re: Extracting text of created pdfs with fonts

2010-12-07 Thread Jeremias Maerki
. Any pointers on what I am doing wrong? Wrong font configuration? Is it possible at all to extract content when custom fonts are used? Regards, Alexander Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: exact dimensions in apache fop

2010-12-07 Thread Jeremias Maerki
...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

Re: [Barcode4j-users] barcode4j question

2010-12-07 Thread Jeremias Maerki
server it fail at the line above. I am thinking that I am missing a jar on UAT that eclipse may have included. Do you know what else could cause this issue? Best Regards, John Brady IT Specialist Aerlingus.com -Original Message- From: Jeremias Maerki [mailto:d

Re: Add-ons for Apache FOP

2010-12-07 Thread Jeremias Maerki
Message- From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] Sent: Thursday, December 02, 2010 2:07 AM To: fop-users@xmlgraphics.apache.org Subject: Re: Add-ons for Apache FOP fox:external-document doesn't allow any additional content besides the full-page images. You'll have

Re: Add-ons for Apache FOP

2010-11-30 Thread Jeremias Maerki
will have the exact size of the respective input page. This should work for each page independently. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

Re: Filesize of Images

2010-11-30 Thread Jeremias Maerki
at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Cropping output to content

2010-11-30 Thread Jeremias Maerki
Administrator POST Newspapers Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Renderable

2010-11-19 Thread Jeremias Maerki
. I don't see any FOP classes which return or implement a Renderable. How do I generate one? Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

Re: How to tell line# in input file that is generating error

2010-11-19 Thread Jeremias Maerki
org.apache.fop.fo.properties.LengthRangeProperty checkConsistency [fop] SEVERE: forcing opt to min in LengthRange Thanks!! Steve snip/ Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail

Re: Comments in xsl:fo

2010-11-12 Thread Jeremias Maerki
' and kludge it from there. In that case it seems to make more sense to investigate if you can produce a role property. Note that I have asked the db experts for xsl customization help. Thanks for any help or suggestions. HTH -Tom Thomas M. Browder, Jr. Niceville, Florida USA Jeremias Maerki

Re: Embedding vs not embedding Times font

2010-11-12 Thread Jeremias Maerki
comments and help will be welcome ! Thanks in advance. Jean HTH Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Font-scaling?

2010-11-12 Thread Jeremias Maerki
want to use that in their web-projects, well.. The customers are always right, aren't they.. ;) Mika Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop

Re: PDF tagging structure

2010-11-12 Thread Jeremias Maerki
rid of this 'annoying' P tag. :D Just wondering if someone else has this problem and could help me out. Thanks a lot, MazZzta Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: Font-scaling?

2010-11-12 Thread Jeremias Maerki
Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Can't get RTF page break working

2010-10-21 Thread Jeremias Maerki
- To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe

Re: overflow of fixed block-container

2010-10-21 Thread Jeremias Maerki
Jeremias, do you think it would be very complicated to implement flow maps? I might have clients which are interested in this feature. Regards, Matthias Jeremias Maerki-2 wrote: Hi Russel, what you're looking for is essentially the flow-map feature of XSL 1.1, I believe

Re: overflow of fixed block-container

2010-10-20 Thread Jeremias Maerki
on the page, aligned horizontally (page split into three parts). When the top block-container overflows, I want the overflow to go to a new page (with the other two areas of the page blank). Is that possible? I could post code if that's helpful. Jeremias Maerki

Re: Output instead instead of amp;lt; in pdf

2010-10-11 Thread Jeremias Maerki
-tp29851461p29851461.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

Re: FOP 1.0 TIFF Image Black Pages and Poor Image Quality

2010-10-11 Thread Jeremias Maerki
via a config file the image quality is much improved. I can't explain this! Thanks Jeremias Maerki-2 wrote: I've produced the attached TIFF image with FOP Trunk (pretty much equivalent to FOP 1.0) with practically the same configuration as you, except for the transparent-page

Re: Problem FOP 1.0: “WARNING: Glyph ...(Cyrillic symbol)... not available in font Times-Italic.”

2010-10-11 Thread Jeremias Maerki
-...%28Cyrillic-symbol%29...-not-available-in-font-%22Times-Italic%22.%E2%80%9D-tp29928240p29928240.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: PCL duplex

2010-10-08 Thread Jeremias Maerki
to a Kyocera duplex printer and a Xerox duplex printer but both printers gave me 2 sheets. (Although the Kyocera seemed to run the first sheet through the duplexer but leave the back blank). Am I missing something. Thanks sincerely David Jeremias Maerki

Re: FOP - AFP Rendering in OCR-B

2010-10-07 Thread Jeremias Maerki
-fop-users/201010.mbox/browser Thank You very much for Your help Peter Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

Re: AW: AW: AW: Identifying absolute position of a FO:Block

2010-10-07 Thread Jeremias Maerki
-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional

Re: FOP 1.0 TIFF Image Black Pages and Poor Image Quality

2010-10-07 Thread Jeremias Maerki
-- View this message in context: http://old.nabble.com/FOP-1.0-TIFF-Image-Black-Pages-and-Poor-Image-Quality-tp29881437p29882800.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki attachment: images.fop.trunk.tif

Re: Postscript - Helvetica

2010-10-07 Thread Jeremias Maerki
    Of course I cannot use such a fop version in the producton environment.  So, my question is: how to configure the fop to obtain proper encoding? Boguś Jeremias Maerki - To unsubscribe, e-mail: fop-users

Re: PDF\A-1a compliance check when fo file contains basic-links

2010-09-30 Thread Jeremias Maerki
to analyze the PDF file.' When I disable the basic-link everything works like a charm. Best regards, Peter Kester Jeremias Maerki pdfa-sandbox.fop.trunk.pdf Description: Binary data - To unsubscribe, e-mail: fop-users

Re: xsl fo errors and line numbers

2010-09-29 Thread Jeremias Maerki
Rathana. -- View this message in context: http://old.nabble.com/xsl-fo-errors-and-line-numbers-tp29822450p29822450.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: fop

Re: PDF 1.7 ISO 32000

2010-09-29 Thread Jeremias Maerki
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h

Re: Question on FOP Table between pages

2010-09-29 Thread Jeremias Maerki
to customer data confidentiality restrictions. If absolutely required I will have to make some time and do a lot of cleaning before I can pass those along. Any suggestions to get that line in there is greatly appreciated. Thank you, Anil Pinto. Jeremias Maerki

Re: Postscript parser

2010-09-29 Thread Jeremias Maerki
...@xmlgraphics.apache.org Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: embedding fonts into a PDF-A document by FOP-0.95

2010-09-29 Thread Jeremias Maerki
and Adobe Preflight could validate the resulting document as PDF-A-1b conform? Yes and some of my clients have, too. With best regards, Henrik Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr

Re: Bug? Read permission of FontCache dir/file is assumed

2010-09-29 Thread Jeremias Maerki
-is-assumed-tp29835851p29835851.html Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users

Re: Bug? Read permission of FontCache dir/file is assumed

2010-09-29 Thread Jeremias Maerki
instance. How do I specify configuration-options without creating a new instance of FopFactory? Jeremias Maerki-2 wrote: Check out http://xmlgraphics.apache.org/fop/1.0/configuration.html#general-elements (the cache-file setting) This will enable you to specify where to place

Re: AW: Height of a block-container with absolutely positioned children

2010-09-29 Thread Jeremias Maerki
, with the downside of the described behavior, that the top level block-container doesn't have a height. Maybe we used the wrong method, but the only alternative with float related properties are not supported by fop. Any other ideas? Best, Andreas snip/ Jeremias Maerki

Re: FOP 0.95 - bug with tables?

2010-09-21 Thread Jeremias Maerki
black 0.5pt fo:blockE/fo:block /fo:table-cell /fo:table-row /fo:table-body /fo:table Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org

  1   2   3   4   5   6   7   8   9   10   >