Re: Fail hard on missing images

2016-05-31 Thread Jeremias Maerki
nswer 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. Jerem

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 print a SEVE

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 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 have changed FOP.xml file .

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 ne

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

2012-11-04 Thread Jeremias Maerki
of getting border painting "right". [1] http://wiki.apache.org/xmlgraphics-fop/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 doin

Re: fop, camel-fop and Apache Karaf

2012-09-25 Thread Jeremias Maerki
ards-incompatible changes 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

Re: fop, camel-fop and Apache Karaf

2012-09-22 Thread Jeremias Maerki
://aries.markmail.org/thread/qsfxgj2mkw5zybiu 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 a

Re: Upgrade to fop trunk and URI resolving

2012-07-30 Thread Jeremias Maerki
always requires an InputStream, 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 hous

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 have

Re: Upgrade to fop trunk and URI resolving

2012-07-26 Thread Jeremias Maerki
rite an adapter 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: > Btw... it's really nice that all data is loaded now through the new URI > resolv

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: font substitution

2011-09-22 Thread Jeremias Maerki
correct approach for font substitution? > > > > > > > > > . > > > > . > > > > > > > > > font-style="normal"/> > > > font-style="normal"/> > > > > &g

Re: JFreeChart does not display the data

2011-09-22 Thread Jeremias Maerki
>> See the attachment. > >> I feel confused, any help or suggestions will be highly appreciated. > >> > >> Thanks > >> Jing > > > > -- > Pascal > > -

Re: Producing PDF from subset of IF file s

2011-09-14 Thread Jeremias Maerki
a hard copy of the PDF. > > Thanks again. > -- > View this message in context: > http://old.nabble.com/Producing-PDF-from-subset-of-IF-file-%3Cpage%3Es-tp32463958p32464585.html > Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki ---

Re: Producing PDF from subset of IF file s

2011-09-14 Thread Jeremias Maerki
perating System: Windows XP > FOP Version: 1.0 > JDK: 1.5 > > -- > View this message in context: > http://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 ---

Re: Outputting intrinsic dimension info of images

2011-07-26 Thread Jeremias Maerki
ould of course be great. But > I'm not really sure how I could write my own extension to do this. > > Another solution to my problem would be if I somehow could find out by how > much the image was scaled. Is that possible to find out? (In a simple way :) > > > -Original

Re: Outputting intrinsic dimension info of images

2011-07-26 Thread Jeremias Maerki
-graphic to include images in the pdf. 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 --

Re: image loading callback

2011-07-12 Thread Jeremias Maerki
vler to invoke it? > > Anyone can help me point to the right direction? > > 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
20 8238 7400 > >>> F: +44 20 8238 7401 > >>> > >>> mru...@thunderhead.com > >>> > >>> The contents of this e-mail are intended for the named addressee only. > >>> It > >>> contains information that may be confidential. Unless you are the named > >>> addressee or a

Re: pdftops eps font issue

2011-07-08 Thread Jeremias Maerki
Illustrator do not show me the fonts issue. > >>>>>> > >>>>>> Can you help me? > >>>>>> What I'm doing wrong? > >>>>>> > >>>>> > >>>>> > >>>>> > >>>>&

Re: pdftops eps font issue

2011-07-08 Thread Jeremias Maerki
>>>> Can you help me? > >>>>> What I'm doing wrong? > >>>>> > >>>> > >>>> > >>>> > >>>> Michael Rubin > >>>> Developer > >>>> > >>>> T: +44 20 8238 7400 > >>>> F: +44 20 8238 7401 > >>>> > >>>> mru...@thunderhead.com > >>>> > >>>> The contents of this e-mail are intended for the named addressee only. > >>>> It > >>>> contains information that may be confidential. Unless you are the named > >>>> addressee or an authorized designee, you may not copy or use it, or > >>>> disclose it to anyone else. If you received it in error please notify us > >>>> immediately and then destroy it. > >>>> > >>>> > >>>> > >>>> > >>>> > >>>> - > >>>> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > >>>> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > >>>> > >>>> > >>>> > >> > >> - > >> To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > >> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > >> > >> > >> > > > - > 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...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Manually Configuring a PDFRenderer

2011-07-05 Thread Jeremias Maerki
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 - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: FOP Transform log?

2011-06-24 Thread Jeremias Maerki
d it didn't come 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 ---

Re: Central European characters in PDF with Base14 fonts

2011-06-24 Thread Jeremias Maerki
b. > >>>> > >>>> Regards, > >>>> > >>>> Tomasz Judycki > >>>> > >>>> -- > >>>> View this message in context: > >>>> http://old.nabble.com

Re: Performance Analysis

2011-06-21 Thread Jeremias Maerki
Performance > > Analysis for Apache FOP's new Intermediate Format of Jeremias Märki. > > > > Thank. > > > > -- > View this message in context: > http://old.nabble.com/Performance-Analysis-tp31874238p31892115.html > Sent from the FOP - Users mailing list archive at Nabble.com. > > >

Re: Performance Analysis

2011-06-18 Thread Jeremias Maerki
m 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: problem resolve external image resource with fop

2011-05-17 Thread Jeremias Maerki
much > > Roby > -- > View this message in context: > http://old.nabble.com/problem-resolve-external-image-resource-with-fop-tp31635640p31635640.html > Sent from the FOP - Users mailing list archive at Nabble.com. > Jeremias Maerki --

Re: problems with generating pdf-file from raster pdf source

2011-05-15 Thread Jeremias Maerki
pdf from raster pdf? > You can try with attached pdf. > > Or maybe someone have some ideas about it. > > > > > -- > Alexey Bobyrev > Software developer, company Sloboda studio, Ukraine > Application development for social networks > > *Site:*h

Re: breakpoint suggestions please

2011-05-15 Thread Jeremias Maerki
e that I can detect something useful during the > fo->pdf transformation that I can look for later in our application. > > > Any suggestions 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: NullPointerException at org.apache.fop.render.pdf.AbstractImageAdapter.setupColorProfile

2011-04-22 Thread Jeremias Maerki
> Phil > -- > View this message in context: > http://old.nabble.com/NullPointerException-at-org.apache.fop.render.pdf.AbstractImageAdapter.setupColorProfile-tp31275195p31275195.html > Sent from the FOP - Users mailing list archive at Nabble.com. > > Jeremias Maerki -

Re: PDF File content ist not visible

2011-04-22 Thread Jeremias Maerki
// FOP > Result res = new SAXResult(fop.getDefaultHandler()); > > // Start XSLT transformation and FOP processing > transformer.transform(xmlSrc, res); > } finally { > output.flush(); > output.close(); > } > } > -- 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
kipedia.org/wiki/QR_code > > Regards, > > Philippe Pithon > 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 command-line option in ant task

2011-03-09 Thread Jeremias Maerki
t; > > > > > > > > fofile="${fo.dir}/RubyRecipesForTesters.fo" > outfile="${target.dir}/RubyRecip

Re: right-aligned box insertion in text flow

2011-03-03 Thread Jeremias Maerki
e a block-container within > an fo:float. I haven't found an example which avoids the float :-( > Are you aware of any? > > Cheers > Trevor > > -Original Message- > From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] > Sent: Thursday, 3 March 2011 8:36 p.

Re: right-aligned box insertion in text flow

2011-03-02 Thread Jeremias Maerki
text para text para text para | 123 | > text para text para text para text --- > para text para text para text para text para > text para text para text para text para text. > > > I would like to achieve a simil

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

2011-02-21 Thread Jeremias Maerki
basic-link-show-destination%3D%22new%22-status-tp30975133p30975133.html > Sent from the FOP - Users 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: Best way to handle EPS files

2011-02-21 Thread Jeremias Maerki
emias-maerki.ch/development/fop/index.html) to read the > converted PDF files. Is this my best option or does anyone else have any > better ideas? > > Thanks > Jeremias Maerki - To unsubscribe, e-mail: fop-us

Re: Problem inserting gif image

2011-02-09 Thread Jeremias Maerki
the image. I can't 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: Shading Issue

2011-02-09 Thread Jeremias Maerki
p/trunk/src/java/org/apache/fop/afp/AFPDitheredRectanglePainter.java?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

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 wrot

Re: Shading Issue

2011-02-04 Thread Jeremias Maerki
e greatly appreciated :) > > > > 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

Re: AFP Rendering

2011-02-04 Thread Jeremias Maerki
ide me from where can I 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] >

Re: Shading Issue

2011-02-04 Thread Jeremias Maerki
We know it is not the printer as > the AFP files 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 - Us

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 > > > > > >

Re: font missing warning

2011-02-02 Thread Jeremias Maerki
ould that be > on a Windows system? > > Thank you again. > > > -Original Message- > From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] > Sent: Wednesday, February 02, 2011 12:22 PM > To: fop-users@xmlgraphics.apache.org > Subject: Re: font missing warn

Re: font missing warning

2011-02-02 Thread Jeremias Maerki
ion of > this cache file now. Help! Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Problem regarding font substitution

2011-02-02 Thread Jeremias Maerki
I just mentioned that to give some context should anyone decide to change FOP to support this. > Best regards, > > Peder > > On 2 feb 2011, at 09:30, Jeremias Maerki wrote: > > > There are two fonts: arial*.ttf and arialuni.ttf. The latter has more > > glyphs bu

Re: Problem regarding font substitution

2011-02-02 Thread Jeremias Maerki
gt; When I run the transformation I receive the following message: > >> WARN  Event > >> groupId=org.apache.fop.fonts.FontEventProducer,id=org.apache.fop.fonts.FontEventProducer.fontSubstituted,key=fontSubstituted,params={requested=ArialUnicodeMS,normal,700, > >> effective=ArialUnicodeMS,normal,400} > >> How can I prevent this from happening and get the bolded name? > >> Best regards, > >> Peder > >> > > > > > > - > 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...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: FOP output

2011-01-27 Thread Jeremias Maerki
ent. > I can get that one element which is an object of type > 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: Je

Re: example mathml.fo xml and xsl

2011-01-27 Thread Jeremias Maerki
ailing 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: circle or mask without svg

2011-01-27 Thread Jeremias Maerki
ecated 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? > >

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

2011-01-27 Thread Jeremias Maerki
rd. > > On 01/24/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

Re: FOP output

2011-01-27 Thread Jeremias Maerki
to render at 600dpi every time and thus making the downloads very large. You can set the (target) resolution using the config file or the FOUserAgent (i.e. for each document separately). > > -Original Message- > From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] >

Re: Reduce required memory

2011-01-27 Thread Jeremias Maerki
> Is there anything we can do 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

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

2011-01-23 Thread Jeremias Maerki
rs over the middle ground with > border-collapse="collapse" (which, if I read the compliance list > correctly, is now 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 print

Re: FOP Memory

2011-01-20 Thread Jeremias Maerki
y exception on my 32 bit Eclipse on a Windows XP > machine with 2GB RAM. > Both installs have 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 ---

Re: FOP output

2011-01-20 Thread Jeremias Maerki
ual images for each page so I can > render them 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 Previe

Re: align columns last line

2011-01-20 Thread Jeremias Maerki
e bottom of > the page/the region-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: Antialising issue with borders in PDF with fop-0.95

2011-01-14 Thread Jeremias Maerki
7;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. 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 Trunk Snapshot (fop-20110110.jar) : barcode4j

2011-01-13 Thread Jeremias Maerki
no problem 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 broke

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

2011-01-12 Thread Jeremias Maerki
he.fop.fo.ElementMappingRegistry.setupDefaultMappings(ElementMappingRegistry.java:80) > at > org.apache.fop.fo.ElementMappingRegistry.(ElementMappingRegistry.java:67) > at org.apache.fop.apps.FopFactory.(FopFactory.java:162) > at org.apache.fop.apps.FopFactory

Re: barcode4j and 3 of 9 compressed barcode type

2011-01-07 Thread Jeremias Maerki
e.com/barcode4j-and-3-of-9-compressed-barcode-type-tp30612044p30612044.html > Sent from the FOP - Users mailing list archive at Nabble.com. > Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics

Re: FOP 1.0: Generate PDF with plain text inside

2011-01-07 Thread Jeremias Maerki
raphics.apache.org > >>> For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > >>> > >>> > >> > > > > - > > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org > > For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org > > > > > > > > -- > View this message in context: > http://old.nabble.com/FOP-1.0%3A-Generate-PDF-with-plain-text-inside-tp30612984p30613541.html > Sent 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 - 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
> > Thanks, > > > > Chris > > > >> Eugen > >> > >> > >> > > > > > > - > > To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org

Re: how to extend the rendering part of fop

2011-01-03 Thread Jeremias Maerki
r (that you supplied). And your image painter gets the current PDFGraphics2D instance as parameter to draw on. That's about it. If you rendered instead to RTF, for example, a different pipeline would be selected, because our RTF output only supports bitmap images: DOM -> ImageConverterChartXML2Chart

Re: how to extend the rendering part of fop

2011-01-03 Thread Jeremias Maerki
give more explanations, just let me > know ;) > > Thanks, > > Eugen > -- > View this message in context: > http://old.nabble.com/how-to-extend-the-rendering-part-of-fop-tp30579066p30579066.html > Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki

Re: "IllegalArgumentException: Illegal character" for utf-8 symbols

2010-12-15 Thread Jeremias Maerki
> 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 Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re:

2010-12-15 Thread Jeremias Maerki
So 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...@xmlgraphics.apache.org

[ANN] Barcode4J 2.1 released

2010-12-15 Thread Jeremias Maerki
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: FOP creates corrupt PDF? (was: ValidationException: Document is empty)

2010-12-08 Thread Jeremias Maerki
put.pdf is > created 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 rea

Re: Add-ons for Apache FOP

2010-12-07 Thread Jeremias Maerki
> Thanks, > > Lucian Opris > > -----Original 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&#

Re: [Barcode4j-users] barcode4j question

2010-12-07 Thread Jeremias Maerki
ed > this email in error please notify the sender immediately and delete > the material. > *** > Aer Lingus Limited > Registered in Ireland > Company Number 9215 > Registered Office at Dublin Airport, Dublin,Ireland. > *** Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: exact dimensions in apache fop

2010-12-07 Thread Jeremias Maerki
space-before.optimum="6pt" >start-indent="0.5in"> > > start-indent="1.0cm" > end-indent="6.0cm"> > > The Extensible Markup Language (XML)

Re: Extracting text of created pdfs with fonts

2010-12-07 Thread Jeremias Maerki
m font rendering, every lib can extract the > content. > > 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 -

Re: Add-ons for Apache FOP

2010-12-01 Thread Jeremias Maerki
t; Now the question is can we stamp header and footers on external pdf called > with fox since fox:external-document is peer with fo:page-sequence? > > > Lucian Opris > > -Original Message- > From: Jeremias Maerki [mailto:d...@jeremias-maerki.ch] > Sent: Wednesday, Decem

Re: EPSTranscoder & Fonts

2010-11-30 Thread Jeremias Maerki
t; > What I've figured out is, that if I use the PDFTranscoder the attribute > 'cfg' of transcoder is not empty, but is 'null' > if I use the EPSTranscoder. But unfortunatally I need EPS > > Does anybody has an idea?? > Why is the PDFTranscoder a

Re: Cropping output to content

2010-11-30 Thread Jeremias Maerki
processing, though it's worked > very well for the vertical space distribution problem I had a while ago. > > -- > System & Network 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: Embedded client processing time

2010-11-30 Thread Jeremias Maerki
fter they're fast enough, unless I clear the Java cache. > Is there any way to speed up that first time processing? These are the > particular methods I'm seeing problems with. > PreviewPanel.showPage() > FopFacto

Re: Filesize of Images

2010-11-30 Thread Jeremias Maerki
; > > > To prevent big pdfs our editors must customize the images at the moment. Is > > this step really necessary? > > > > Thanks > > JPee > > -- > > View this message in context: > > http://old.nabble.com/Filesize-of-Images-tp30304887p30304887.htm

Re: Add-ons for Apache FOP

2010-11-30 Thread Jeremias Maerki
atest release (2.0.0) of the plug-in. > Are PDFs with mixed pagesizes work with footer stamping start at the same point from left? Not sure what you mean by that. With fox:external-document the target page will have the exact size of the respective input page. This should work for each page in

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

2010-11-19 Thread Jeremias Maerki
currences of the following in FOP 0.95 > > [fop] Nov 17, 2010 3:58:21 PM > org.apache.fop.fo.properties.LengthRangeProperty checkConsistency > [fop] SEVERE: forcing opt to min in LengthRange > Thanks!! > > Steve Jeremias Maerki --

Re: Renderable

2010-11-19 Thread Jeremias Maerki
he result into the client. > That appears to be the purpose of the Renderable class. > I don't see any FOP classes which return or implement a Renderable. How > do I generate one? Jeremias Maerki - To unsubscribe,

Re: Font-scaling?

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

Re: PDF tagging structure

2010-11-12 Thread Jeremias Maerki
mpty. > > > > > > Would it be possible to omit that tag and make the whole structure to > > > hang from the tag? Like: > > > > > > > > > > > > > > > > > > > > ><...> > > > ... > > > > > > I've tried different ideas via XSL, yet I can't get rid of this > > 'annoying' > > > 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...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: Font-scaling?

2010-11-12 Thread Jeremias Maerki
hat's evil and personally I'd never use that by myself. But if > my customers want to use that in their web-projects, well.. The > customers are always right, aren't they.. ;) > > Mika Jeremias Maerki

Re: Embedding vs not embedding Times font

2010-11-12 Thread Jeremias Maerki
not available for a Unicode character. You should also get warnings in the FOP log. > Your comments and help will be welcome ! > > Thanks in advance. > > Jean HTH Jeremias Maerki - To unsubscribe, e-mail: fop

Re: Comments in xsl:fo

2010-11-12 Thread Jeremias Maerki
elp. > > Thanks for any help or suggestions. HTH > -Tom > > Thomas M. Browder, Jr. > Niceville, Florida > USA Jeremias Maerki - To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

[ANN] PDF image plug-in for Apache FOP version 2.0 released

2010-10-28 Thread Jeremias Maerki
I'd like to announce the availability of the version 2.0 of the PDF image plug-in for Apache FOP. The plug-in enables Apache FOP to include PDF pages as images using the fo:external-graphic and fox:external-document elements. For PDF output, the PDF content is transferred natively to the target PD

Re: overflow of fixed block-container

2010-10-21 Thread Jeremias Maerki
18:35:19 MatthiasR wrote: > > Hi 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, >

Re: Can't get RTF page break working

2010-10-21 Thread Jeremias Maerki
age. > >>> > >>> > >>> > >>> I tried to run Page_Break.fo (see attachment) which I found from the > >>> mail-list, also can't get it work. > >>> > >>> > >

Re: overflow of fixed block-container

2010-10-20 Thread Jeremias Maerki
hree block-containers, each with a fixed > position 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

Re: FopFactory#newFop(...) performance with auto-detect enabled for fonts

2010-10-19 Thread Jeremias Maerki
itialized when creating the FopFactory > (here the penalty is acceptable), so that each created Fop instance > could use the factory's font cache? Or am I doing something wrong? > > Regards, > Tor Jeremias Maerki ---

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

2010-10-11 Thread Jeremias Maerki
A-Glyph-...%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...@xmlgraphics.apache.org For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Re: PCL duplex

2010-10-11 Thread Jeremias Maerki
On 08.10.2010 14:33:52 David Hurcomb wrote: > On 08/10/2010 12:55, Jeremias Maerki wrote: > > FOP uses the&lnS command to enable duplex mode. But that may not be the > > right command for all printers. > > > > If you post the exact model name of the two printers, I&#

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

2010-10-11 Thread Jeremias Maerki
> rather than 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 prac

Re: Output < instead instead of &lt; in pdf

2010-10-11 Thread Jeremias Maerki
e entity "&lt;" to the pdf as > "<"? > -- > View this message in context: > http://old.nabble.com/Output-%3C-instead-instead-of--amp-lt--in-pdf-tp29851461p29851461.html > Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki

Re: PCL duplex

2010-10-08 Thread Jeremias Maerki
I generated the pcl from the command line. fop -fo duplex.fo -pcl output.pcl > > Then I sent the PCL output 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 throu

Re: Postscript - Helvetica

2010-10-07 Thread Jeremias Maerki
n /iacute /icircumflex /dcaron > /eth /nacute /ncaron /oacute /ocircumflex > /ohungarumlaut /odieresis /divide /rcaron /uring > /uacute /uhungarumlaut /udieresis /yacute /tcedilla > /dotaccent > ] def > > >

  1   2   3   4   5   6   7   8   9   10   >