Re: Handling multiple spaces

2004-12-24 Thread Jeremias Maerki
.) as they are covered by the JDK/JRE assuming you work with =1.4. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Handling multiple spaces

2004-12-24 Thread Jeremias Maerki
that is generated by PopChart. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Handling multiple spaces

2004-12-27 Thread Jeremias Maerki
for this problem. I don't even know, off-hand, where to start looking. This would take a nice debugging session which I'm not very keen on because I have other priorities. And IMO, it's not the right approach to use an XSL-FO wrapper for this. Jeremias Maerki

Re: line feed

2004-12-28 Thread Jeremias Maerki
Please see http://xml.apache.org/fop/faq.html#fo-preformat On 28.12.2004 18:35:42 Manoel Veríssimo dos Santos Neto wrote: How can I keep the line feed of text in the block tag??? Jeremias Maerki - To unsubscribe, e-mail

Re: Open Type Fonts

2004-12-29 Thread Jeremias Maerki
and a PFMReader coming with FOP to generate Font Metrics. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Crop marks and Bleed

2004-12-30 Thread Jeremias Maerki
and bleed in the PDF generated from XSL-FO Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: fo:external-graphic - graphic doesn't display.

2005-01-05 Thread Jeremias Maerki
message i get is as follows... Error while creating area : Error with image URL: NCI-bw.gif and no base URL is specified Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Need Some Help

2005-01-06 Thread Jeremias Maerki
Sure, please see here: http://xml.apache.org/fop/embedding.html#config-external It describes how to use the userconfig.xml file from Java. On 06.01.2005 13:02:20 tts 22 wrote: Can Font Metric msmincho.xml be refered in this Luke's FopServlet? Jeremias Maerki

Re: Need Some Help

2005-01-06 Thread Jeremias Maerki
If you mean: File userConfigFile = new File(C:\\fop\\conf\\userconfig.xml); new Options(userConfigFile); ...then, yes. On 06.01.2005 14:58:12 tts 22 wrote: File userConfigFile = new File(C:\\fop\\conf\\userconfig.xml); is this ok? Jeremias Maerki

Re: Need Some Help

2005-01-07 Thread Jeremias Maerki
? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to fix image degradation in FOP-generated PDF

2005-01-13 Thread Jeremias Maerki
? THANKS! Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: RE : Alignement problems in table with no borders

2005-01-18 Thread Jeremias Maerki
occurs when using font metrics for the Arial font. In userconfig.xml : font kerning=yes metrics-file=font6364.xml font-triplet name=Arial style=normal weight=normal/ /font The font metrics file the FO file are attached. Jeremias Maerki

Re: [re-request] avoiding empty page with page-break

2005-01-18 Thread Jeremias Maerki
-break (page-break-after=always) collide and that causes an empty page (because that are in fact 2 page-breaks). Is there a possibilty to avoid it? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: page-height as high as the whole document

2005-01-18 Thread Jeremias Maerki
No, it's not implemented. On 17.01.2005 19:58:24 Sönke Ruempler wrote: is it possible that FOP renders the whole content on _one_ page? The width is given and the height should vary. I tried page-height auto and indefinite without success. Any help would be appreciated. Jeremias Maerki

Re: Fop and SVG with crippled network access.

2005-01-18 Thread Jeremias Maerki
out which file it's after and store it locally somewhere? Apologies if this is a silly question - I've tried googling etc. and got nowhere. I am using Java 1.4.2_05 on Windows XP Jeremias Maerki - To unsubscribe, e-mail

Re: Table text alignment

2005-01-18 Thread Jeremias Maerki
any space between the two columns. padding-right and padding-left, respectively, do not seem to work. Is there some trick to do this? Jeremias Maerki DavidNesbitt.fo Description: Binary data - To unsubscribe, e-mail

Re: RE : RE : Alignement problems in table with no borders

2005-01-18 Thread Jeremias Maerki
the text looks nicer. - Why the no value on the kerning attribute in userconfig.xml file is not enough (I tried it does not work) ? I don't know. I've never managed to allocate the time to find out. I was happy enough to have a work-around. Jeremias Maerki

Re: Different Renderers...

2005-01-20 Thread Jeremias Maerki
and efficiently pipe the PDF information that was already transformed to be displayed in the AWTRenderer to file, or do I have to do another transformation? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: PDF Transcoder bringing the server down

2005-01-21 Thread Jeremias Maerki
version. It could also be that you've got a problematic font in your system that causes the crash. Will using the PJA (Pure Java AWT) package help? You can try, but I'm not sure if it'll help. Jeremias Maerki

Users help users by using the Wiki (was: HTML Tables converted to FO Tables)

2005-01-31 Thread Jeremias Maerki
on the Wiki over into the main FOP website thus improving the overall documentation. Everyone is invited to participate. Please share your experiences and your ideas! Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: PDFRenderer.render exception

2005-01-31 Thread Jeremias Maerki
); driver.setInputSource(inputSource); driver.setXMLReader(parser); driver.render(); // HERE IS THE ERROR !! driver.setOutputStream(new FileOutputStream( pdfFile )); Jeremias Maerki

Re: Manifest Classpaths

2005-02-02 Thread Jeremias Maerki
for Xerces.jar. Can someone explain please how this works, because WSAD reports these missing classpath entries as Errors (also looking for jaxp.jar and crimson.jar) and cannot stand looking at errors in my workspace if they dont actually represent Errors. Jeremias Maerki

Re: Error FOP/BATIK ... PDFXMLHandler:253 - svg graphic could not be built

2005-02-03 Thread Jeremias Maerki
bedding), but it expects a pure SVG file. I have been wrapping my svg graphic with FO markup (see below the exception for how it normally appears) Any ideas on how to either fix the current problem, or do an SVG to PDF transform with the new API? snip/ Jeremias Maerki

Re: Limit generation to the first page

2005-02-04 Thread Jeremias Maerki
Not without modifying FOP's source code, no. You can however use a package such as iText to extract the first page of the generated PDF. On 04.02.2005 12:59:28 Eric Smith wrote: Is it possible to instruct fop to generate only the first page of the pdf? Jeremias Maerki

Re: representative example needed

2005-02-04 Thread Jeremias Maerki
to compare FOP 0.20.5 and FOP 1.0dev which is under development. [1] http://www.w3.org/TR/xsl/ Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Userconfig.xml for FOP within an applet.

2005-02-07 Thread Jeremias Maerki
and then call FOP ? I will be trying this next week and just wanted to know your opinion. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embedding Type 1 Polish font - Bayesian Filter detected spam

2005-02-08 Thread Jeremias Maerki
(.fo, .pfb, .pfm, .pdf) here: http://cygnus.et.put.poznan.pl/~djes/fop/ Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ASCII-85 Encoding Not Working with JPEGs

2005-02-10 Thread Jeremias Maerki
the embedded JPEGs. The JPEGs come out as binary streams even though the rest of the file isn't. Is there a way to force ASCII-85 encoding on the whole file? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Getting a runtime exception

2005-02-11 Thread Jeremias Maerki
-bin.zip in the site http://apache.247available.com/xml/fop/ I have searched a lot in Google, but I didn;t find any answer which actually solve my problem. Can you please help me out? Jeremias Maerki - To unsubscribe, e

Re: Instream base64 svg jpeg produces huge pdf document.

2005-02-11 Thread Jeremias Maerki
session from within the servlet. Can anyone help me? I'd hate to abandon fop and produce nasty html reports after getting this far! Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: URGENT:::::: OUT OF MEMORY

2005-02-11 Thread Jeremias Maerki
is 3MB (approx). I am trying to generate the document in microsoft windows XP machine(p4) having 1GB RAM. When I try to generate the document with my xsl, its giving out of memory problem. Any suggestions please. Jeremias Maerki

Re: Why none replies to FOA experience

2005-02-11 Thread Jeremias Maerki
such documents which means I am making a mistake somewhere Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Outline

2005-02-11 Thread Jeremias Maerki
Try using absolutely positioned block-containers with borders on them. There are no direct attributes to create a page border. On 11.02.2005 05:25:44 jeb501 wrote: What is code/tag to be used to draw a border or outline on the page Jeremias Maerki

Re: Whether Chinese Characters / Unicode supported by FOP ?

2005-02-14 Thread Jeremias Maerki
Exception in Thread main java.lang.NoClassDefFoundError lib/xercesImpl-2/2/1/jar;lib\xalan-2/4/1/jar I do not know how the name of jar files are getting changed. What am i missing ? Jeremias Maerki - To unsubscribe, e

Re: Seeking for expert opinion

2005-02-15 Thread Jeremias Maerki
and generate pdf from that - would be a greate help. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dynamic parameter settings

2005-02-15 Thread Jeremias Maerki
to get thr, any idea ? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is SVGZ allowed in FOP ?

2005-02-15 Thread Jeremias Maerki
does not recognize this format ? Has anyone encountered this situation before ? Thanks a lot for your answers...; Cécile Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Version from CVS building...

2005-02-15 Thread Jeremias Maerki
this almost right. That's what I meant with not yet *properly* implemented Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Getting huge no of errors

2005-02-17 Thread Jeremias Maerki
error. I am getting my pdf file properly but i am not understanding why this is happenning then ? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Printing PDF with background image

2005-02-17 Thread Jeremias Maerki
?. Is there anyway I could do accomplish what I want? FYI. The same PDF with no background image prints without any problem. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: URGENT - Adding dynamic, non file system images into a pdf docume nt.

2005-02-17 Thread Jeremias Maerki
. I'll be forced to drop using pdf reports and use ugly html if I can't resolve this very soon. If anyone has a solution that they have tried, please let me know. I'd hate to abandon fop and produce nasty html reports after getting this far! Please help Craig. Jeremias Maerki

Re: Escape problem ?

2005-02-17 Thread Jeremias Maerki
and these r writen as amp;#x2206; (for #x2206; ) When i render pdf using xsl it does not show me actual unicode character but shows me #x2206. I tried using disable-output-escaping=yes inside xsl but no use. How can i get proper display in pdf ? Jeremias Maerki

Re: fop -fo error

2005-02-17 Thread Jeremias Maerki
. I have been looking for information about this , but i really don't find too much, I highly appreciate any help. Thanks. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Getting huge no of errors

2005-02-17 Thread Jeremias Maerki
Here you are On 17.02.2005 09:47:36 Manisha Sathe wrote: i think as u mentioned am i passing wrong xsl file ? Would u mind passing me simplest xsl / xml files so that i can check with that. Jeremias Maerki Ticket.xml Description: Binary data xml2fo.xslt Description: Binary data

Re: Escape problem ?

2005-02-17 Thread Jeremias Maerki
as #x2206; but DOM automatically converts this string and store into xml file as amp;#x2206, Can DOM take care of this ? I think i am asking Java related question but in case u know, pls let me know. I will also post it on Java forum. Jeremias Maerki

Re: Using Date/number datatypes with SAX events (Re: Seeking for expert opinion)

2005-02-17 Thread Jeremias Maerki
work fine with this method? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: URGENT - Adding dynamic, non file system images into a pdf docume nt.

2005-02-18 Thread Jeremias Maerki
, please let me know. I'd hate to abandon fop and produce nasty html reports after getting this far! Please help Craig. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Printing PDF with background image

2005-02-19 Thread Jeremias Maerki
and PS output support to JPS by delegating to FOP's PSGraphics2D and PDFGraphics2D. This would allow any Java application to generate PDF files via JPS with FOP. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Printing PDF with background image

2005-02-20 Thread Jeremias Maerki
Forgot to attach the files... Jeremias Maerki jdk15JPSEnum.txt Description: Binary data JPSEnum.java Description: Binary data - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: URGENT - Adding dynamic, non file system images into a pdf do cume nt.

2005-02-21 Thread Jeremias Maerki
-config /map:serializer Any thoughts will be greatly appreciated. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Performace Barcode4j

2005-02-25 Thread Jeremias Maerki
we have noticed that it is taking more time to render the image when compared to IDAutomation fonts. is this the expected behaviour? appreciate your ideas, Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: barcode4j NoSuchMethod Exception

2005-02-28 Thread Jeremias Maerki
error: Exception in thread main java.lang.NoSuchMethodError: org.apache.avalon.framew ork.configuration.DefaultConfiguration.init(Ljava/lang/String;)V at snip/ I googled alot but dont know how to start with this issue. Any help appreciated, Jeremias Maerki

Re: AW: barcode4j NoSuchMethod Exception

2005-03-01 Thread Jeremias Maerki
://barcode4j.krysalis.org/fop-ext.html Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: barcode4j NoSuchMethod Exception

2005-03-01 Thread Jeremias Maerki
? Are there other dirs where the files (avalon) could reside? Thanks for your help, David Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: text-decoration in page-number-citation

2005-03-03 Thread Jeremias Maerki
not using the right syntax? Bill Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Error:

2005-03-07 Thread Jeremias Maerki
Hatfield Herts AL10 9NE * - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Jeremias Maerki

Re: How to handle special characters?

2005-03-09 Thread Jeremias Maerki
to create the proper FO document knowing that I don't know in advance what the text to translate looks like and how many 'special' characters it contains (ex 'asdfšas¡dfšas£dœŸfasdš') Thanks for any tips! Patrick Jeremias Maerki

Re: FopServlet

2005-03-09 Thread Jeremias Maerki
] additional commands, e-mail: [EMAIL PROTECTED] Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to handle special characters?

2005-03-09 Thread Jeremias Maerki
each time such a special character is found. So tranforming: Some text ★ More text To: fo:inline font-family=Helvetica Some text fo:inline font-family=ZapfDingbats★/fo:inline More text /fo:inline Patrick On 9 mars 05, at 16:41, Jeremias Maerki wrote: Lots of examples

Re: FopServlet

2005-03-09 Thread Jeremias Maerki
If you don't manage, post your sources and I'll give you another shove. :-) On 09.03.2005 16:58:21 Ben Gill wrote: Yeah the sources you quote are the ones I was using... I will give it another try and let you know if I get any problems... Jeremias Maerki

Re: How to handle special characters?

2005-03-09 Thread Jeremias Maerki
. If you have such a font simply follow the instruction for custom fonts. HTH Thanks, Patrick On 9 mars 05, at 17:01, Jeremias Maerki wrote: Oops, sorry. Hmm, you've got a problem there. That's actually something that would (in theory) be handled like this: fo:inline font-family

Re: FopServlet

2005-03-10 Thread Jeremias Maerki
has an additional idea. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: xml unicode problem

2005-03-10 Thread Jeremias Maerki
created i see the same as what i see in Enterprise Manager. So PDF rendered also is showing same weird chars. I know MSSQL uses UCS2 but i am specifying UTF-8 for my jsp ? Any clues on this pls ? How i can have my XML file properly created ? Jeremias Maerki

Re: FopServlet

2005-03-10 Thread Jeremias Maerki
testGeneratePDF() method, the first started by Transformer.transform() and the other by input.run()? Since I can't do anything with the line numbers in the stack trace, this is something you have to do. On 10.03.2005 11:12:07 Ben Gill wrote: -Original Message- From: Jeremias Maerki [mailto:[EMAIL

Re: RTF Renderer from command line?

2005-03-11 Thread Jeremias Maerki
is not there by default! Why is this? Is there any documentation on where to get the rtf renderer and using it from the command line utility? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: FopServlet

2005-03-11 Thread Jeremias Maerki
almost for free. :-) On 10.03.2005 13:02:22 Ben Gill wrote: Maybe the example can be updated with my version? I have not compiled this, but I know it works... Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: FopServlet

2005-03-11 Thread Jeremias Maerki
if ((xmlParam != null) (xslParam != null)) { Source src = new StreamSource(new File(xmlParam)); I think it would be good to include an example of how to generate the PDF from a ProjectTeam without touching the disk? Ben -Original Message- From: Jeremias Maerki

Re: Sources for layout.jpg

2005-03-11 Thread Jeremias Maerki
section from the frontpage of the fop homepage, that is: http://xml.apache.org/fop/index.html#demo I've fetched the cvs repository, but have only been able to locate the jpeg image. Does aynone know where to find the source? Jeremias Maerki

Re: produce RTF with FOP

2005-03-11 Thread Jeremias Maerki
in. But the latter code is probably not ready for productive use. On 11.03.2005 10:53:19 [EMAIL PROTECTED] wrote: Anyone has an idea how to generate RTF with FOP. Is XSL-FO the proper namespace for creating RTF? Jeremias Maerki

Re: Barcode4J not human readable

2005-03-11 Thread Jeremias Maerki
generate PDF everything looks fine. I tried to change the font name - but that doesn't solve the problem. Any hints? Holger Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Sources for layout.jpg

2005-03-11 Thread Jeremias Maerki
FOP can't do that, yet. On 11.03.2005 11:25:53 Jacob Atzen wrote: On Fri, Mar 11, 2005 at 11:13:21AM +0100, Jeremias Maerki wrote: I don't know who generated this image. It was done long ago and I don't think it shows a real-world example. But there are lots of other examples

Re: Sources for layout.jpg

2005-03-11 Thread Jeremias Maerki
Just for the record: What you were looking for was an example with side-floats. fo:float is not implemented in FOP: http://xml.apache.org/fop/compliance.html#fo-object-float On 11.03.2005 11:35:58 Jacob Atzen wrote: On Fri, Mar 11, 2005 at 11:33:02AM +0100, Jeremias Maerki wrote: FOP can't do

Re: produce RTF with FOP

2005-03-11 Thread Jeremias Maerki
: Jeremias Maerki [EMAIL PROTECTED] To : [EMAIL PROTECTED] Cc : Date : Fri, 11 Mar 2005 11:17:10 +0100 Subject : Re: produce RTF with FOP XSL-FO is one way to create RTF. FOP is capable of converting XSL-FO into a number of formats (PDF, PS, PCL etc.). FOP 0.20.5 does

Re: Why xmlgraphics?

2005-03-14 Thread Jeremias Maerki
Technologies) Jeremias Maerki [EMAIL PROTECTED] 03/14/2005 10:13 AM Please respond to fop-users@xmlgraphics.apache.org To fop-users@xmlgraphics.apache.org cc Subject Re: Why xmlgraphics? The Apache board of director requested some time ago that oversight over

Re: JFOR for fo:external-graphic

2005-03-23 Thread Jeremias Maerki
for fo:external-graphic? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with the FOP website?

2005-03-24 Thread Jeremias Maerki
in FF, and doesn't work at all in IE6 Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Roadmap for 1.0

2005-03-24 Thread Jeremias Maerki
on that. On 24.03.2005 07:03:55 Joern.Karthaus wrote: I there a Roadmap for FOP 1.0 What is the Status for Redesign / FOA Implementation Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: PDF with CMYK

2005-03-24 Thread Jeremias Maerki
. On 24.03.2005 10:51:17 Michael Wechner wrote: Is it possible with FOP to generate a PDF with CMYK (instead RGB)? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PDF with CMYK

2005-03-24 Thread Jeremias Maerki
that actually make sense as a hack? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Current state of Apache FOP?

2005-03-29 Thread Jeremias Maerki
. Is there something newer? Andreas Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PDF with CMYK

2005-03-29 Thread Jeremias Maerki
for example). Frankly, I don't think it's worth hacking CMYK support into FOP 0.20.5. On 29.03.2005 11:33:12 Michael Wechner wrote: Or re enhancing FOP: Would it make sense to add a CMYKColorFunction and add it to the PropertyParser? (btw, we are using FOP 0.20.5) Jeremias Maerki

Re: PDF with CMYK

2005-03-29 Thread Jeremias Maerki
solution. Is the HEAD/trunk version ready for a productive environment (whatever that means)? No, CVS HEAD is not ready, yet. I'd suggest you look for a post-processing solution if you need something quickly. Jeremias Maerki

<    2   3   4   5   6   7