Re: let multiple bookmark refer to same section in the pdf

2007-11-30 Thread Jeremias Maerki
Now fixed in FOP Trunk: http://svn.apache.org/viewvc?rev=599746view=rev On 30.11.2007 09:12:52 Jeremias Maerki wrote: That's a known problem which unfortunately doesn't seem to have been fixed, yet: http://issues.apache.org/bugzilla/show_bug.cgi?id=37993 On 30.11.2007 08:03:07 Daling Xu

Re: fop remains active

2007-11-29 Thread Jeremias Maerki
Ok, but undeploying is a web container function. I'd rather ask on the Tomcat list if anyone has an idea what could cause this. I, for one, have no idea. Jeremias Maerki On 29.11.2007 02:23:02 Roel wrote: cbowditch wrote: I don't think this has anything to do with FOP

Re: FOP Servlet Performance Problem

2007-11-29 Thread Jeremias Maerki
No idea where that could come from. I think the only thing you can do is profile the JVM and find out where exactly the time is lost. When you say transformer.transform() takes more than 30 seconds it can still be one of thousand things. Profiling is the only option really. Jeremias Maerki

Re: truetype font support for AFP

2007-11-28 Thread Jeremias Maerki
/output.html#afp Jeremias Maerki On 28.11.2007 06:49:05 falchionli wrote: Hi fop-dev, Does anyone know how to add truetype font support for AFP Render? falchionli [EMAIL PROTECTED] 2007-11-28

Re: Problem showing Proprotionate Font with FOP 0.93

2007-11-28 Thread Jeremias Maerki
Please see http://xmlgraphics.apache.org/fop/faq.html#pdf-characters Jeremias Maerki On 28.11.2007 10:52:58 Akagi Kobayashi wrote: I tried using a proportionate spacing font (Japanese, IPAPGothic) and the text transformed into # in PDF. What does this mean? Akagi Kobayashi

Re: truetype font support for AFP

2007-11-28 Thread Jeremias Maerki
any date, I'm afraid. Is there any reference about how to add truetype font to AFP? Yes, the MO:DCA specification. Links to the spec here: http://wiki.apache.org/xmlgraphics-fop/AFPResources snip/ Jeremias Maerki

Re: change the icon image in the bookmark

2007-11-27 Thread Jeremias Maerki
I've checked the PDF specification (even version 1.7) but I haven't found any possibility to influence the bookmark icons. So, no, it's not possible. Jeremias Maerki On 26.11.2007 15:24:57 Daling Xu wrote: Hi, I am using the FOP to generate a PDF file. In the PDF, I have

Re: Problem generating PDF with FOP 0.20.5 and Latin Modern fonts

2007-11-27 Thread Jeremias Maerki
Does your operating system support it? I bet it doesn't. At any rate, I've never seen this with scalable fonts. I'm sure there's a reason why the Latin Modern fonts were designed this way, but it's the first set I've seen of that kind. Jeremias Maerki On 27.11.2007 13:44:57 Daniel Rosenberg

Re: Problem generating PDF with FOP 0.20.5 and Latin Modern fonts

2007-11-27 Thread Jeremias Maerki
, you simply have to use the work-around shown earlier. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What about 'maximum-repeats'? RE: Is it possible to limit FOP transformation output (PDF) onyl to several pages?

2007-11-27 Thread Jeremias Maerki
. Jeremias Maerki On 27.11.2007 16:35:42 Andrejus Chaliapinas wrote: There's nothing in XSLT or FO that lets you do that. But you can go Found described here: http://www.cafeconleche.org/books/bible2/chapters/ch18.html fo:page-sequence-master master-name=contents fo:repeatable-page-master

Re: CMYK/Pantone support

2007-11-27 Thread Jeremias Maerki
of the question, I'd try in the direction of ICC colors but that might still require some work in both products. Jeremias Maerki On 27.11.2007 16:28:23 Philip Luppens wrote: Hi all, I have inherited a project that's using FOP to create PDFs, and send them to the printing department. Of course

Re: negative background-position-horizontal values?

2007-11-26 Thread Jeremias Maerki
-container /fo:static-content Jeremias Maerki On 24.11.2007 00:29:02 Jerzy Jalocha N wrote: Hi, I'm new to this list, so I'd like to say hello to everybody here, first. I am confused about the use of negative length values with the 'background-position-horizontal' and 'background-position

Re: problem with custom fonts: Font,400,normal not found

2007-11-26 Thread Jeremias Maerki
and best regards, Diana HTH Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem generating PDF with FOP 0.20.5 and Latin Modern fonts

2007-11-26 Thread Jeremias Maerki
different fonts for different sizes. Jeremias Maerki On 25.11.2007 02:17:30 Daniel Rosenberg wrote: Hi, I have another question. The Latin Modern fonts have different versions of different sizes of fonts. Can I utilize this in my generated PDF document? For example, I'd like to include something

Re: create FONode objects directly and generate PDF file

2007-11-21 Thread Jeremias Maerki
the FO generation there. No need to redeploy the whole application. - I'm sure you wouldn't get a significant speed improvement if any. - In the end, I don't find a single point that would speak for the approach you envision (which reminds me a lot of the way it was done in the 1980s). Jeremias Maerki

Re: Empty pdf more than 100k?

2007-11-20 Thread Jeremias Maerki
). (~2.5KB) As Jonathan mentioned, the size is likely to be because of embedded fonts but I'm not sure not embedding the font is the right way. If you send the PDF to me I can tell you what's in it (only if you want). Jeremias Maerki On 20.11.2007 09:59:08 Laurent Balthasar wrote: Hello

Re: Loadind Fonts as Resource in 0.94 or Trunk

2007-11-20 Thread Jeremias Maerki
Do you have more details what exactly doesn't work (exceptions, stacktraces)? Plugging in a custom URIResolver should still work like before. Jeremias Maerki On 19.11.2007 12:13:00 Dmitri Ilyin wrote: Hi, The Font Loading has changed singnificant in the version 0.94. I have some

Re: Check response in fo:external-graphic

2007-11-20 Thread Jeremias Maerki
No, but you can use a private URIResolver (which you set on the FopFactory instance). In the code of that URIResolver you can react on HTTP responses yourself as you see fit. http://xmlgraphics.apache.org/fop/0.94/embedding.html#fop-factory Jeremias Maerki On 19.11.2007 14:37:59 m_dieu wrote

Re: Empty pdf more than 100k?

2007-11-20 Thread Jeremias Maerki
. The sRGB profile Sun bundles is about 100KB in size while ours is only about 5KB. Jeremias Maerki On 20.11.2007 10:50:24 Laurent Balthasar wrote: I tried to check with acrobat reader and compare the properties, but didn't see any differences. I have attached a file containing the one

Re: Loadind Fonts as Resource in 0.94 or Trunk

2007-11-20 Thread Jeremias Maerki
Found the bug and fixed it in FOP Trunk: http://svn.apache.org/viewvc?rev=596724view=rev Thanks for spotting that. Jeremias Maerki On 20.11.2007 15:34:46 Dmitri Ilyin wrote: i put this font registration part in my fop.xconf file. font metrics-url=fop/arial.xml kerning=yes embed

Re: font problem ugrading from 0.93 to 0.94

2007-11-20 Thread Jeremias Maerki
Please try again with the latest FOP Trunk. I suspect your problem is fixed with my latest change, too. http://svn.apache.org/viewvc?rev=596724view=rev Jeremias Maerki On 15.11.2007 11:31:33 Alexander Lohse wrote: Hi, I am having trouble upgrading from 0.93 to 0.94. Is there any

Re: refsynopsisdiv title not showing up in PDF, fop0.94

2007-11-19 Thread Jeremias Maerki
This seems to be a DocBook question. You'd better throw your question in that arena since the problem seems to be located in the XSLT stage, before FOP even gets active. Jeremias Maerki On 19.11.2007 00:30:18 gfx_dude wrote: The title of a refsynopsisdiv section does not show up in a FOP

Re: basic-link internal-destination wrong page

2007-11-19 Thread Jeremias Maerki
destinations now. Jeremias Maerki On 19.11.2007 04:35:32 william wrote: Hi, We're currently using 0.92beta. We have done some customization to the fop version (in case you offer me to upgrade) The problem that I have currently is that: For the purpose of the pdf output, I used initial

Re: basic-link internal-destination wrong page

2007-11-19 Thread Jeremias Maerki
I've done a quick test shows that this should work just fine in 0.93, but it also works fine for me in 0.92beta. Maybe you've made a mistake somewhere. So again, please attach a (preferably small) FO file that demonstrates your problem. Jeremias Maerki On 19.11.2007 11:15:58 wliem wrote

Re: Total page numbering example only for FOP 0.20.5

2007-11-18 Thread Jeremias Maerki
Done. Thanks for the hint. Jeremias Maerki On 14.11.2007 11:07:57 Gregan, Miroslav wrote: Hi, I found a document that is not up to date: http://xmlgraphics.apache.org/fop/fo.html#fo-total-pages A new example like the following should be added for FOP 0.94 (or replace the current

Re: using FOP under JRE 1.6

2007-11-18 Thread Jeremias Maerki
I've already fixed this bug last month. See: http://svn.apache.org/viewvc?view=revrevision=581806 Jeremias Maerki On 16.11.2007 16:59:32 Dmitri Ilyin wrote: Hi, i try to start FOP (0.94) without xalan under JRE 1.6 If i right understud the docs, i can omit xalan and co. if i use JDK

Re: Images not resized properly in fop 0.94

2007-11-18 Thread Jeremias Maerki
Done: http://svn.apache.org/viewvc?rev=596100view=rev Thanks for the suggestion. Jeremias Maerki On 12.11.2007 17:22:06 Puppala, Kumar (LNG-CON) wrote: Thanks Jeremias for pointing me to the examples. From the examples, I could not find one that suits my testcase. However, I was able

Re: Fop layout question

2007-11-16 Thread Jeremias Maerki
example shows!) I hope that's what you wanted. Jeremias Maerki On 15.11.2007 17:35:56 Peter Coppens wrote: Gentlepeople Assume the following fo structure fo:block-container width=600pt top=0pt overflow=hidden left=0.0pt height=280pt absolute-position=fixed fo:block

Re: Capturing FOP logging message event in an embedded application using FOP 0.94

2007-11-16 Thread Jeremias Maerki
be adapted to work with Commons Logging directly. But maybe that helps as a work-around until we have a proper processing feedback mechanism. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: filtering SVG

2007-11-16 Thread Jeremias Maerki
In addition to what Pascal suggested: You can plug in a custom URIResolver. When the image package redesign is completed you should also be able to return a DOMSource as the result of URI resolution. At the moment you have to return an InputStream. Jeremias Maerki On 16.11.2007 09:55:05

Re: Attribute Extension

2007-11-15 Thread Jeremias Maerki
You can let FOP ignore your extension namespace by registering it in the FopFactory: FopFactory fopFactory = fopFactory.ignoreNamespace(http://foo.com/mynamespace;); Or is this functionality you hacked into the old FOP and you have to reimplement it now? Jeremias Maerki On 15.11.2007 14

Re: Attribute Extension

2007-11-15 Thread Jeremias Maerki
the best way to protect investments. The project actually needs people like you who want to make it better. Otherwise, you're just at the mercy of some group of people who do what they (!) need and when they (!) have time/resources. Jeremias Maerki On 15.11.2007 16:02:20 mckacl wrote

Re: The number of this PDFNumber must not be empty

2007-11-14 Thread Jeremias Maerki
some grief in the past because of bugs in the JAXP implementation (XML parser, XSLT processor). Jeremias Maerki On 14.11.2007 10:40:28 altmax wrote: Hello, i have a problem with apache fop 0.94. My os is windows xp , my application server oracle 9ias oc4j1.0.2.2.1, jdk1.3.1_09

Re: The number of this PDFNumber must not be empty

2007-11-14 Thread Jeremias Maerki
mystylesheet.xsl -foout out.fo (and you'd post the out.fo file here) Jeremias Maerki On 14.11.2007 11:27:50 altmax wrote: Sure oracle interfering with fop, but can i use it with this application server?? Where can i find this FO file?? Jeremias Maerki-2 wrote: Not without the FO file

Re: The number of this PDFNumber must not be empty

2007-11-14 Thread Jeremias Maerki
with DecimalFormat. That code is just hanging around there. But then, without being able to reproduce the problem here, I don't really know what to do. Maybe someone else has an idea. Jeremias Maerki On 14.11.2007 10:40:28 altmax wrote: Hello, i have a problem with apache fop 0.94. My os

Re: Attribute Extension

2007-11-14 Thread Jeremias Maerki
Yes. If it's enough to handle your case, I don't know. What's your requirement? Jeremias Maerki On 14.11.2007 23:16:44 mckacl wrote: In the current version of FOP, is there a mechanism to handle custom attributes? Thanks -- View this message in context: http://www.nabble.com

Re: Column balancing issue

2007-11-13 Thread Jeremias Maerki
It's a known issue [1] that column balancing does not always work as it should. I'm afraid there's no work-around except for trying to tweak the FO document somehow. [1] http://xmlgraphics.apache.org/fop/knownissues.html#Layout+Engine Jeremias Maerki On 12.11.2007 23:18:40 Puppala, Kumar (LNG

Re: Fitting large gaphics to page

2007-11-13 Thread Jeremias Maerki
. Jeremias Maerki On 13.11.2007 09:23:58 Michael Niemann wrote: hello, I'm using this code to sale large graphis so they will fit to the page: fo:external-graphic src=[EMAIL PROTECTED] content-width=scale-to-fit content- height=100% width=100% scaling=uniform my poblem with this code

Re: Problem generating PDF with FOP 0.20.5 and Latin Modern fonts

2007-11-13 Thread Jeremias Maerki
This should now be fixed in FOP Trunk. On FOP 0.20.5 you can try setting flags34/flags in the XML metric file. Use flags98flags for the italic variants. Jeremias Maerki On 08.11.2007 20:24:54 Daniel Rosenberg wrote: Hi, I'm trying to use the Latin Modern Type 1 fonts (v1.010) to generate

Re: Images and NullPointerExceptions

2007-11-13 Thread Jeremias Maerki
No, changing the JVM is the best idea. Please note that OpenJDK is probably not complete, yet, and could still lack in certain areas. I assume that in your case it's some lack of functionality in the color space or color profile area. Jeremias Maerki On 13.11.2007 22:47:21 Jared Smith wrote

Re: FoP 0.94 bug

2007-11-09 Thread Jeremias Maerki
with it. Thanks. Jeremias Maerki On 08.11.2007 13:08:27 nancy_b wrote: Hi guys, I upgraded to FOP 0.94, and now I can't compile a document that is compiled well with FOP 0.93. The following is the error message: Nov 8, 2007 1:57:22 PM org.apache.fop.image.ImageIOImage loadBitmap SEVERE

Re: Images not resized properly in fop 0.94

2007-11-09 Thread Jeremias Maerki
May I suggest that you have a look at examples/fo/basic/images.fo in the FOP distribution? The example shows various ways to use fo:external-graphic. I'm sure you'll find the pattern you need there. Good luck! Jeremias Maerki On 09.11.2007 22:50:23 Puppala, Kumar (LNG-CON) wrote: Thanks

Re: setting a pdf as the background of another pdf

2007-11-08 Thread Jeremias Maerki
Yes, the PDF plug-in is integrated like any other image implementation. Jeremias Maerki On 08.11.2007 11:34:28 Chris Bowditch wrote: Jeremias Maerki wrote: Hi Jeremias, This is certainly the right place to ask this question. It's not about XSL-FO in general, but about FOP. I

Re: Default font FOP and Adobe

2007-11-08 Thread Jeremias Maerki
this by Fop.?It is important for me to use fonts by reference. I'm afraid, FOP can't handle CID fonts without embedding them in PDF at the moment. That would take some work to make possible. Thanks again.. snip/ Jeremias Maerki

Re: Problem with experimental PDF in PDF from trunk

2007-11-08 Thread Jeremias Maerki
The problem should be fixed now in FOP Trunk: http://svn.apache.org/viewvc?rev=593076view=rev So please update your local SVG checkout. Jeremias Maerki On 07.11.2007 13:31:53 Benjamin Wohlwend wrote: Hi, I was delighted when I read about the experimental PDF-in-PDF support as we

Re: Problem with Times New Roman and fop 0.94

2007-11-07 Thread Jeremias Maerki
That particular case is currently not supported, I'm afraid. Jeremias Maerki On 07.11.2007 13:35:46 juanita wrote: Since metrics-url must be removed, what happens when the fonts in pdf must be in reference and not embedded.Then the will complain that nor embed-url neither metrics-url

Re: Problem with experimental PDF in PDF from trunk

2007-11-07 Thread Jeremias Maerki
valuenull/value /filterList [..] Jeremias Maerki On 07.11.2007 13:31:53 Benjamin Wohlwend wrote: Hi, I was delighted when I read about the experimental PDF-in-PDF support as we experience a bit of a performance problem with embedding SVG. But unfortunately, the embedded PDF

Re: Default font FOP and Adobe

2007-11-07 Thread Jeremias Maerki
and there definitely is a difference there. Jeremias Maerki On 08.11.2007 08:36:12 juanita wrote: Yes I do have control over the font family. However I wanted to know what is happening if the font family label stays empty.So it is replaced by default by Times New Roman. So when in the console I

Re: setting a pdf as the background of another pdf

2007-11-07 Thread Jeremias Maerki
option is to simply create the form content with FOP and then use a PDF post-processor [1] to stamp the form and the content together. That's how it's been done up until now. [1] http://xmlgraphics.apache.org/fop/resources.html#products-pdf Jeremias Maerki On 07.11.2007 20:03:38 Saladin Sharif

Re: Would an extension to print Gantt charts work?

2007-11-02 Thread Jeremias Maerki
of time in our project but it's always difficult to figure out the use and limits of a technology without spending quite some time on it and I don't have much of that. Thanks for your help again. Fred snip/ Jeremias Maerki

Re: getting FOP to work with Java using 0.94

2007-11-02 Thread Jeremias Maerki
for the file corruption. As a side-note, it's inefficient to load the XML file as a DOM and then pass it to the XSL transformation. Please take a look at our examples and use a SAX-based approach: http://xmlgraphics.apache.org/fop/0.94/embedding.html#ExampleXML2PDF Jeremias Maerki On 02.11.2007

Re: Empty pages after break-after

2007-10-31 Thread Jeremias Maerki
That's a known bug: http://issues.apache.org/bugzilla/show_bug.cgi?id=40230 See also: http://xmlgraphics.apache.org/fop/knownissues.html You can easily work around this in XSLT. Just test for the last XSLCollectionWrapper element and don't create the break in that case. Jeremias Maerki

Re: FOP 0.94 - directory config element and fonts with space in name

2007-10-31 Thread Jeremias Maerki
I've stumbled over that myself a few days ago. I've got a fix (registering both GillSansMT and Gill Sans MT). I'll see to it that I can upload this change in the next two days. Jeremias Maerki On 31.10.2007 16:36:52 Peter Coppens wrote: Gentlepeople, I have a font file in a directory

Re: FOP 0.94 - directory config element and fonts with space in name

2007-10-31 Thread Jeremias Maerki
Should be fixed now in FOP Trunk: http://svn.apache.org/viewvc?rev=590736view=rev Jeremias Maerki On 31.10.2007 17:29:37 Peter Coppens wrote: Thanks! Peter. Jeremias Maerki-2 wrote: I've stumbled over that myself a few days ago. I've got a fix (registering both GillSansMT

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

2007-10-26 Thread Jeremias Maerki
); imt.addProvider(imageIoImage); //Fast but doesn't support CCITT embedding imt.addProvider(tiffImage); //Slower but supports CCITT embedding imt.addProvider(jaiImage); //Fast but doesn't support CCITT embedding Jeremias Maerki

Re: Insert TIFF images in PDF/A-1b

2007-10-24 Thread Jeremias Maerki
, convert the image to JPEG and assign a color profile. - Convert the image to RGB. FOP is currently handling all uncalibrated RGB as sRGB (which is calibrated). That may not be 100% correct but it's good enough for most cases. All colors in XSL-FO and SVG are in sRGB already anyway. Jeremias Maerki

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

2007-10-24 Thread Jeremias Maerki
-profile which has the same effect as associating a color profile directly to the TIFF image. Jeremias Maerki On 24.10.2007 11:44:55 Arsène Kafando wrote: Hi, I want to create a PDF file which contains TIFF images. I use a fo file for this (fo:external-graphic). The insertion is Ok

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

2007-10-24 Thread Jeremias Maerki
/A? ColorSpace : black is zero That doesn't make any sense to me. This info is not about color spaces. The tiff file give: ICCBased That would indicate that an ICC profile is associated which sounds good. Question is whether this info is reliable. Jeremias Maerki On 24.10.2007 17:27:11

Re: Generate PDF/A-1b file with FOP

2007-10-22 Thread Jeremias Maerki
-Roman font. Maybe you can use that to identify the problem in your FO file. Or are you actually using SVG in your document? If yes, make sure you explicitely specify the fonts in the SVG file and only use fonts that are configured for embedding. Jeremias Maerki On 22.10.2007 12:41:13 Arsène Kafando

Re: Generate PDF/A-1b file with FOP

2007-10-19 Thread Jeremias Maerki
there's no default font anymore, or rather, you replace the default font like this. Jeremias Maerki On 19.10.2007 18:12:10 Arsène Kafando wrote: Thanks for your answer but i have the same error with this ( font-baseD:/Projets/workspace/Tests/files/font-base ) : GRAVE

Re: Generate PDF/A-1b file with FOP

2007-10-19 Thread Jeremias Maerki
You've specified ./ as the font base directory. . does not specify the directory of fop.xconf but the current directory of the process in which FOP runs. That can be something else. It's better to supply an absolute path there. HTH Jeremias Maerki On 19.10.2007 17:50:41 Arsène Kafando wrote

Re: Page-breaking behavior changed between 0.93 and 0.94?

2007-10-16 Thread Jeremias Maerki
that it demonstrates the problem. [1] http://marc.theaimsgroup.com/?t=11224899965r=1w=2 Jeremias Maerki On 15.10.2007 21:03:07 Charlie Flowers wrote: Hello all, The attached .FO file produces a table with a long row which must be broken across two pages. In FOP 0.93 and earlier, the PDF

Re: bug in FOP 0.94?

2007-10-15 Thread Jeremias Maerki
Seems to be a regression from 0.93. I've fixed it in FOP Trunk: http://svn.apache.org/viewvc?rev=584699view=rev Jeremias Maerki On 12.10.2007 17:48:17 Charlie Flowers wrote: Hi all, The attached .fo file renders to PDF correctly when using FOP 0.93, but errors out

Re: Adding same header and footer for multiple page sequences in XSLFO

2007-10-15 Thread Jeremias Maerki
You can only do that at XSLT level. In the FO file, the static-content has to be repeated for every page-sequence. That's how XSL-FO works, I'm afraid. Jeremias Maerki On 15.10.2007 08:17:48 Murali Krishna wrote: Hi Phyllis, Thanks for the reply.I am aware of including the fo:static

[POLL:RESULTS] User poll on Java version requirements

2007-10-15 Thread Jeremias Maerki
!) is interested. Thanks, Jeremias Maerki On 08.10.2007 09:48:11 Jeremias Maerki wrote: Dear Apache XML Graphics Batik/FOP/Commons users, as you probably know, all products of the Apache XML Graphics project are still compatible with Java 1.3. We are currently discussing about dropping support for Java

Re: Creating Print Quality PDF with fop (Mac OS X)

2007-10-15 Thread Jeremias Maerki
=Helvetica style=normal weight=normal/ /font For 0.93, you will still need to generate the XML metrics file. Good luck! Jeremias Maerki On 15.10.2007 12:27:55 Tommy Nordgren wrote: When creating PDF files with Fop , that use the command line option for Standard conformant PDF/A-1b, I get

FOP at ApacheCon EU 2008 in Amsterdam - What do you want to hear?

2007-10-08 Thread Jeremias Maerki
Apache conferences this November in Atlanta and Hong Kong although without any talk about FOP: http://www.apachecon.com Thanks, Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: 0.94: All colors/JPEGs appear washed out?

2007-10-08 Thread Jeremias Maerki
Almost forgot: Here's an introduction into color management as Adobe does it: http://www.adobe.com/products/creativesuite/pdfs/cscolormgmt.pdf Jeremias Maerki On 08.10.2007 16:02:17 Jeremias Maerki wrote: On 06.10.2007 01:11:09 kennardconsulting wrote: Jeremias, Thank you

Re: EPSDocumentGraphics2D drawImage Method creates empty images

2007-10-05 Thread Jeremias Maerki
. Jeremias Maerki On 05.10.2007 14:19:09 Alexander Braun wrote: Hello, I am using xmlgraphics-commons-1.2-bin-jdk1.4 and I try to convert gif or png images to eps images. I'm doing the following: BufferedImage image = ImageIO.read(imageFile); EPSDocumentGraphics2D graphics = new

Re: PCL-Renderer disable the PJL-Commands ?

2007-10-05 Thread Jeremias Maerki
I've just added a configuration setting to disable PJL commands in FOP Trunk. See: http://svn.apache.org/viewvc?rev=582287view=rev Functionality for duplex- or booklet-printing hasn't been added, yet. HTH Jeremias Maerki On 20.09.2007 15:33:36 Thomas Margreiter wrote: Is it possible

Re: 0.94: All colors/JPEGs appear washed out?

2007-10-05 Thread Jeremias Maerki
to compare colors you need to pay attention whether you are in device-specific RGB (uncalibrated color) or in sRGB (calibrated color). HTH Jeremias Maerki On 18.09.2007 01:55:48 kennardconsulting wrote: Dear All, I'm seeing something very odd with FOP 0.94 - whatever colors I specify

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

2007-10-01 Thread Jeremias Maerki
The problem here is testing. I don't have a duplex-capable printer so I can test the behaviour. You obviously do. Can you please try to fix the problem in code yourself and post a patch? Jeremias Maerki On 28.09.2007 10:18:02 Thomas Margreiter wrote: we have updated from FOP 0.20.5 to 0.94

Re: Generating neat RTF documents with XSLTPROC and FOP

2007-10-01 Thread Jeremias Maerki
/fop/0.94/output.html#rtf Jeremias Maerki On 01.10.2007 11:32:44 nancy_b wrote: Hello dear all! Is there any way to improve how the RTF documents look? Is the LookFeel controlled somehow by the XSL stylesheets? Is it possible to improve the documents by substituting the default Word

Re: FOP and control sequences for thr printer

2007-08-07 Thread Jeremias Maerki
See here: http://xmlgraphics.apache.org/fop/latest/output.html#pcl-page-source Jeremias Maerki On 06.08.2007 18:14:01 Dirk Eiden wrote: Is there any way to send (PCL) control sequences to the printer using FOP? I need to print the first page of the document from paper tray 1 (cover page

Re: Quick survey: upcoming release of FOP 0.94

2007-07-31 Thread Jeremias Maerki
Quite a bit of work, what you suggest here. PCL 6 (aka PCL XL) is a completely different printer language compared to PCL 5. We'd have to develop a completely new renderer. Do you have a budget for this? ;-) What does that mean: better, but still not adequate? Does it print correctly on those

Re: SVG to Word conversion?

2007-07-27 Thread Jeremias Maerki
. In summary, I just want the user be able to embed these SVG/SL images into Word/Pdf documents. I was visualizing this as providing an Export type of user interface from the browser. I guess I am little bit clear now! +D --- Jeremias Maerki [EMAIL PROTECTED] wrote: On 26.07.2007

Re: SVG to Word conversion?

2007-07-27 Thread Jeremias Maerki
Well, you can always provide nice little buttons beside the SVG image with links that would deliver the RTF or PDF variant of the SVG image. You can do that using a servlet and there's nothing too complicated about. And all server-based. Jeremias Maerki On 27.07.2007 20:24:43 dave wrote

Re: FOP compliant Visual tool

2007-07-26 Thread Jeremias Maerki
. I already looked at XSL Report Designer and StylusStudio and found them not particular suitable for FOP. I am still using FOP 0.20 because that's what Cocoon 2.10 is bundled with. I will appreciate any insight. Regards, Vadim Jeremias Maerki

Re: Need help preventing corrupt PDF-Files ( jpeg images without dpi info) for Acrobat Reader 7+

2007-07-26 Thread Jeremias Maerki
libraries) Yours Stefan Fassel (Germany) Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SVG to Word conversion?

2007-07-26 Thread Jeremias Maerki
and is being developed by MS who dumped SVG for no good reason. Don't get me started on that topic. I have a very low opinion on M$'s approach to defining new document formats. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL

Re: forcing max to min in LengthRange

2007-07-26 Thread Jeremias Maerki
wishes and thanks in advance! Nancy Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fop with tomcat5.5 and jdk5

2007-07-20 Thread Jeremias Maerki
as well. And notes on how to properly deploy fop and it's required libraries would be helpful. -johnny Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Quick survey: upcoming release of FOP 0.94

2007-07-18 Thread Jeremias Maerki
locations are preconfigured in FOP. FOP goes looking for fonts in those directories. Additional locations can easily be configured in the user configuration. See http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/autodetect/UnixFontDirFinder.java?view=markup Jeremias

Re: Package messaging is missing from fop 0.93

2007-07-18 Thread Jeremias Maerki
= LogFactory.getFactory(); logFactory.setAttribute(level, fatal); however again I see all the fop messages. Shouldn't I connect fop with logFactory in a way and if yes how can I do that? snip/ Jeremias Maerki - To unsubscribe

Re: Fop performance

2007-06-29 Thread Jeremias Maerki
in a .NET environment. But you seem to be in a server environment, so it's easier to just install Tomcat as a Windows Service and deploy FOP in it. That should give you the response times you want. The servlet variant is probably easier to implement if the requirements allow it. Jeremias Maerki

Re: Printing PDF generated from FOP 0.93

2007-06-29 Thread Jeremias Maerki
anybody the reason? Is this just a bug of Adobe Reader 8 or Adobe in General or maybe a feature? Thanks. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: font-family font list compliance

2007-06-27 Thread Jeremias Maerki
Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Call for Papers Opens for OS Summit Asia 2007

2007-06-27 Thread Jeremias Maerki
Call for Papers Opens for OS Summit Asia 2007 The call for papers is now open for OS Summit Asia, to be held November 26-30 at the Cyberport in Hong Kong. This joint conference between the Apache Software Foundation and the Eclipse Foundation will be consist of two days of tutorials (Nov 26-27)

Re: Is there possibility to embed file as attachment into resulting PDF through FOP?

2007-06-15 Thread Jeremias Maerki
that while modifying some input stylesheet with my own defined elements, which will allow during FOP generation process open external file, put it content and form required PDF structures, i.e. EmbeddedFiles. Andrejus Jeremias Maerki

Re: flow does not map to the region-body error

2007-06-15 Thread Jeremias Maerki
Stylesheet: fo:page-sequence master-reference=remittance fo:flow flow-name=xsl-region-before Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is there possibility to embed file as attachment into resulting PDF through FOP?

2007-06-15 Thread Jeremias Maerki
be interested to have that part inside your SVN? I've tried that patching mechanism in the past, so if that feature would be of interest to FOP team - probably could pick up my old papers and try whole process once more :). Best, Andrejus -Original Message- From: Jeremias Maerki

Re: AW: Overflow works in a strange way

2007-06-07 Thread Jeremias Maerki
example). [1] http://www.w3.org/TR/xsl11/#overflow Vincent Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: getGeneratedBy() in 0.93

2007-06-07 Thread Jeremias Maerki
the getGeneratedBy() method from the Area object. This method is no longer available in 0.93. Have you any idea to solve my problem ? Thank, Pierre Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED

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

2007-06-07 Thread Jeremias Maerki
#a10989960 Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: start-indent correct behavior?

2007-06-07 Thread Jeremias Maerki
• Deutschland Geschäftsführung: Lara Mallien, Nele Hybsier, Alexander Lohse, Johannes Heimrath (Senior) Handelsregister Stralsund • HRB 4192 • USt-IdNr. DE128367684 Jeremias Maerki - To unsubscribe, e-mail: [EMAIL

Re: FOP0.93: png-output in optimized height

2007-06-03 Thread Jeremias Maerki
Is there anything wrong? Or is X-fop-areatree not able to calculate in Arial? Thanks, Franz -- View this message in context: http://www.nabble.com/FOP0.93%3A-png-output-in-optimized-height-tf3788704.html#a10876199 Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias

Re: Problems with graphics under F7

2007-06-03 Thread Jeremias Maerki
a large block of blank space. Again, the same version of fop renders the same document perfectly under other distros, so maybe there's some library that is the problem? If anyone has ideas as to what I can do to address this, I'd really appreciate hearing them. Thanks, --Brad Jeremias

Re: fop 0.93 and use of OTF

2007-05-30 Thread Jeremias Maerki
-- View this message in context: http://www.nabble.com/fop-0.93-and-use-of-OTF-tf3838627.html#a10868634 Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL

Re: fop 0.93 and use of OTF

2007-05-30 Thread Jeremias Maerki
already work for PCL since PCL can use Java2D for painting text. But for PDF a little additional work will be necessary. Do you have an approximate date of release for version 1.0? I'd guess in 2008. http://xmlgraphics.apache.org/fop/faq.html#when Thanks in advance Jeremias Maerki-2

Re: FOP0.93: png-output in optimized height

2007-05-29 Thread Jeremias Maerki
). Any ideas? Thanks in advance! Best regards, Franz -- View this message in context: http://www.nabble.com/FOP0.93%3A-png-output-in-optimized-height-tf3788704.html#a10853518 Sent from the FOP - Users mailing list archive at Nabble.com. Jeremias Maerki

<    5   6   7   8   9   10   11   12   13   14   >