Re: PDF as external graphic

2009-01-12 Thread Maximilian Gaerber
Hi, below is a template that I use for merging existing pdfs with generated content. The existing pdf needs to be set up in a way that the body region has the same width and height as the generated body. Header and Footer are part of the generated content (so page numbering etc. works). You

area tree + custom attributes or elements

2009-01-12 Thread Maximilian Gaerber
Hi, is there an (easy) way to add custom attributes to a FO document that would be preserved through the whole FOP process? The idea is to get feedback about on what page (and position) a certain block or other other content *would* come out in the output format (e.g. PDF): Let's say I've

Re: AW: area tree + custom attributes or elements

2009-01-12 Thread Maximilian Gaerber
:www.willmy.de Willmy Consult Content GmbH: www.willmycc.de -Ursprüngliche Nachricht- Von: Maximilian Gaerber [mailto:maximilian.gaer...@infolox.de] Gesendet: Montag, 12. Januar 2009 11:34 An: fop-users@xmlgraphics.apache.org Betreff: area tree

Re: area tree + custom attributes or elements

2009-01-12 Thread Maximilian Gaerber
down such a road, I'd re-verify that you can't implement that requirement using plain XSL-FO. [1] http://wiki.apache.org/xmlgraphics-fop/AreaTreeIntermediateXml/NewDesign [2] http://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AreaTreeNewDesign On 12.01.2009 11:33:43 Maximilian Gaerber

Re: PDF as external graphic

2009-01-09 Thread Maximilian Gaerber
Hi, what about this: http://jeremias-maerki.ch/development/fop/index.html ? Regards, Max Trevor Harmon schrieb: Hi, I have a question about fo:external-graphic. What's the reason (technical? licensing? lack of interest?) that FOP does not support PDF as a graphic format? It seems strange

Page Layout - Spreads, Bleed etc.

2008-10-21 Thread Maximilian Gaerber
Hi all, what is the current status of xsl-fo concerning a Spread-based Layout (like InDesign uses)? I need to change an existing layout to support blocks/graphics that bleed off the page. I know I could use a custom page size to add the extra area but the resulting PDF won't be correct in

Re: Page Layout - Spreads, Bleed etc.

2008-10-21 Thread Maximilian Gaerber
FOP from source then ;-) FOP does not support customization (like User-Exits), does it? I am willing to test and code a little but modifying FOP core sources is out of scope of my current project. Regards, Max On 21.10.2008 15:11:58 Maximilian Gaerber wrote: Hi all, what is the current

Re: Page Layout - Spreads, Bleed etc.

2008-10-21 Thread Maximilian Gaerber
: On 21.10.2008 16:31:02 Maximilian Gaerber wrote: Hi Jeremias, Jeremias Maerki schrieb: That was discussed some time ago. You might want to read up on the status here: http://fop.markmail.org/search/?q=trimbox Yep, that's what I found before posting my question. I've prepared FOP

Re: Using font Times New Roman in PDF file

2008-10-09 Thread Maximilian Gaerber
Hi, please refer to http://xmlgraphics.apache.org/fop/0.95/fonts.html You need to call fop specifying a config file (e.g. fop -c myfolder/myconfig.xml ) which defines the fonts you want to use (and where they are). Regards, Max Ashish Kulkarni schrieb: Hi I am trying to use font Times

Re: Layout Question -

2008-10-09 Thread Maximilian Gaerber
Hi Guys, I might be missing the point here but what are your exact requirements? - Do you want to anchor images at the same position as the text? - Or do you just want to make sure that images are on one page and text is on the other page? - Do you have example markup? Regards, Max Philip

Re: pdf-image extension problems

2008-09-30 Thread Maximilian Gaerber
. Frédéric [EMAIL PROTECTED] Jeremias Maerki-2 wrote: Thanks for the bug report and the test case. I've fixed the bug and will send you a new build off-list. If there are no other bugs reported in the short term, I'll see if I can do another release. On 12.09.2008 17:58:19 Maximilian Gaerber

Re: Font Issue (Helvetica)

2008-09-29 Thread Maximilian Gaerber
not be properly mapped to the embedded Helvetica but to the implicit Base 14 Helvetica (and Acrobat is not showing that correctly in the font dialog). On 26.09.2008 16:58:33 Maximilian Gaerber wrote: Hi, I am trying to produce a pre-press ready PDF document (with embedded fonts). But for some reason

Re: Font Issue (Helvetica)

2008-09-26 Thread Maximilian Gaerber
Jean-François El Fouly schrieb: Maximilian Gaerber a écrit : Hi, I am trying to produce a pre-press ready PDF document (with embedded fonts). But for some reason Helvetica will not be embedded correctly. The configuration is correct (see below), the document properties of Acrobat

fop and cmyk: pdf-image vs svg

2008-09-12 Thread Maximilian Gaerber
Hi, I just wanted to post some results from my various approaches to get vector based graphics into my fop workflow with cmyk colors: While FOP can handle CMYK color values defined in XSL-FO documents quite nicely, CMYK colors defined in SVG graphics will end up as RGB in the output PDF (so

Re: fop, svg and cmyk colors

2008-09-11 Thread Maximilian Gaerber
are interested in updating it and taking it through the patch submission process. Hth Peter From: Maximilian Gaerber [EMAIL PROTECTED] Reply-To: fop-users@xmlgraphics.apache.org Date: Thu, 11 Sep 2008 11:30:25 +0200 To: fop-users@xmlgraphics.apache.org Subject: fop, svg and cmyk colors Hi

Re: fop, svg and cmyk colors

2008-09-11 Thread Maximilian Gaerber
still some way to go. On 11.09.2008 11:30:25 Maximilian Gaerber wrote: Hi all, I read some posts about cmyk integration in FOP and so far it seems to work for my purposes when using it directly in XSL-FO. The bigger issue is with SVG: - Illustrator or Inkscape will only export SVG with RGB