DO NOT REPLY [Bug 48548] FOP doesn't support change bar generation

2010-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48548 --- Comment #1 from Stephan Thesing 2010-02-16 18:49:44 UTC --- Status update: I have been working on the change bar implementation (on and off) and reached a state where I see first results. Summary of what has been implemented and how:

Re: FOP site: cannot build local

2010-02-16 Thread Pascal Sancho
It works like a charm now. Thank you Jeremias. -- Pascal Jeremias Maerki a écrit : > Pascal, try to update/revert to revision 656962 on trunk. That's the > version I'm working with. Forrest is not always very forward and > backward compatible. > > On 16.02.2010 16:28:15 Pascal Sancho wrote: >

Re: FOP site: cannot build local

2010-02-16 Thread Jeremias Maerki
Pascal, try to update/revert to revision 656962 on trunk. That's the version I'm working with. Forrest is not always very forward and backward compatible. On 16.02.2010 16:28:15 Pascal Sancho wrote: > Hi, > > I try to build FOP site locally, according to [1]. > Only few pages are generated in bui

Re: [Fwd: CMYK Color Images with PDF Renderer]

2010-02-16 Thread Venkat Reddy
Hi Jeremias, Thanks for your detailed information on colored image handling in PDF Renderer. I was actually debugging the source for this know how exactly the conversion is happening (based on the AFP Renderer experience). I found ImageRenderedAdapter class, which is using ImageEncodingHelpe

Re: [Fwd: CMYK Color Images with PDF Renderer]

2010-02-16 Thread Jeremias Maerki
Venkat, you can easily answer your own questions: You're interested in PDF output so you start in org.apache.fop.render.pdf, i.e. in the neighborhood of the PDF Renderer. You look around and see classes like ImageRenderedAdapter or ImageRawJPEGAdapter in that package. Smells a lot like image handl

Re: svn commit: r910239 [1/2] - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml

2010-02-16 Thread Pascal Sancho
Hi Vincent, I missed this this bug , thanks for the link. For now, I'm fighting with Forrest... When I understood it, I'll make the change. Pascal Vincent Hennebert a écrit : > Hi Pascal, > > >> Author: psancho >> Date: Mon Feb 15 15:43:32 2010 >> New Revision: 910239 >> >> URL: http://svn.ap

Re: svn commit: r910239 [1/2] - /xmlgraphics/fop/trunk/src/documentation/content/xdocs/compliance.ihtml

2010-02-16 Thread Vincent Hennebert
Hi Pascal, > Author: psancho > Date: Mon Feb 15 15:43:32 2010 > New Revision: 910239 > > URL: http://svn.apache.org/viewvc?rev=910239&view=rev > Log: > Added complete list of 1.1 item in compliance page. > - Udated information for page-number-citation-last, content-width, > content-height, and

Re: [Fwd: CMYK Color Images with PDF Renderer]

2010-02-16 Thread Venkat Reddy
Hi Max, Thanks for your response. I am looking for the classes and methods responsible in handling CMYK color images for PDF Renderer. If you know the classes and methods used in this regard, please mention them in your reply. Thanks, Venkat. Max Berger wrote: Dear Venkat, in PDF, we actu

Re: svn commit: r908543 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fonts/type1/Type1FontLoader.java

2010-02-16 Thread Jeremias Maerki
Hi Vincent I was mislead by the fact that indeed we cannot rely on the mapping information in the AFM file for all Type 1 fonts. Some Type 1 fonts like the one mentioned by Pascal in bug #48512 have character codes that don't match the font's primary encoding. I've added some code that can overrid

DO NOT REPLY [Bug 48512] Metrics needed with Type 1 fonts to have accentuated chars

2010-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48512 --- Comment #7 from Jeremias Maerki 2010-02-16 09:37:48 UTC --- My last change was not enough. Had to take a different approach: http://svn.apache.org/viewvc?rev=910445&view=rev -- Configure bugmail: https://issues.apache.org/bugzilla/us

Re: [Fwd: CMYK Color Images with PDF Renderer]

2010-02-16 Thread Max Berger
Dear Venkat, in PDF, we actually try not to do the conversion of color spaces, but rather (if possible), keep the original color space. PDF has the possibility to add color space for images, and if a color space was defined in the original image, AND the image loader was able to keep the informat

DO NOT REPLY [Bug 48748] New: Hyphenation results differ from OpenOffice hyphenation using the same patterns

2010-02-16 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=48748 Summary: Hyphenation results differ from OpenOffice hyphenation using the same patterns Product: Fop Version: 1.0dev Platform: PC OS/Version: Windows XP Statu