AW: font embedding problem (embed-file attribute)

2003-06-30 Thread m . schaeffler
Thanks for your response Markus! Unfortunately that doesn't work as well. If I use . . fop generates the pdf document, but with this error message at the end: [INFO] Parsing of document complete, stopping renderer [ERROR] Failed to embed font [65] ArialUnicodeMS: D:\Asfr\unchangedfopsrc\fop-0

font embedding problem (embed-file attribute)

2003-06-30 Thread m . schaeffler
Hello, I'm using fop-0.20.4 and jdk 1.4.0. I'm embedding a True Type Font into my documents. Thats works great. Here is a snippet from my userconfig.xml file: But if I remove the embed-file attribute I end up with an error. What is the propper way to only reference

Re: performace improvement?

2003-06-24 Thread m . schaeffler
>[EMAIL PROTECTED] wrote: >> For me there is no need to let fop handle things which have to do with the >> formatting of the text (e.g. hyphenation="false", wrap-option="no-wrap" or >> white-space-collapse="false"). >> My aim is to improve the performace. Are there other attributes which could >> b

performace improvement?

2003-06-20 Thread m . schaeffler
Hi, I'm using fop-0.20.4 to create my pdf documents. Within the XSL-FO i only use block-container and block elements. For me there is no need to let fop handle things which have to do with the formatting of the text (e.g. hyphenation="false", wrap-option="no-wrap" or white-space-collapse="false").

Re: State of the rendering process?

2003-06-18 Thread m . schaeffler
Thank you both for your help! Now I have a starting point. Markus Schäffler -- +++ GMX - Mail, Messaging & more http://www.gmx.net +++ Bitte lächeln! Fotogalerie online mit GMX ohne eigene Homepage! - To unsubscribe, e-mail:

State of the rendering process?

2003-06-17 Thread m . schaeffler
Hi! I embedded fop-0.20.4 in a Java-multiuser-application. Therefore it could happen that more than one PDF document is created by fop at a time. I would like to display the actual state (e.g. the [pagenumber] like in a DOS-Window) of the rendering process to the user. I thought of using the logg

Unexpected FOP behaviour (using fop-0.20.4)

2003-05-12 Thread m . schaeffler
Hi fopper, considering the following code: Hello World There are two things of which I expected a different representation: 1. If you examine the border of the two block-containers in the resulting PDF document you will realize that the background is actually l

Use fop-0.20.4 with avalon-framework-cvs-20020806.jar

2003-03-21 Thread m . schaeffler
Hi fopper, I currently use fop-0.20.4 and consequently avalon-framework-cvs-20020315.jar. I would like to use JDK 1.4 Logging which is supported with avalon-framework-cvs-20020806.jar. I upgraded only the Avalon-Library to the new Version and it looks as it works pretty fine. But I have doubts i

RE: Compiling fop

2003-01-17 Thread m . schaeffler
Look at http://xml.apache.org/fop/compiling.html for information on compiling fop. Do you know that the fop source and binary distribution comes precompiled? You normaly don't have to compile it yourself. but if you need to compile it: The most used commands to build fop by using Ant and the batch

Re: supported image formats

2002-12-23 Thread m . schaeffler
Hi, thanks for the great feedback. It seems to me that the image formats supported by Jimi are not all supported by fop (0.20.4). Fop with some help from Jimi and Batik supports bmp, eps, jpeg, png, svg, tiff (there are *ImageReader.class files for the types implemented in the package org.apache.f

Re: RTF support in Apache FOP?

2002-12-23 Thread m . schaeffler
look at http://www.jfor.org/ > > Could any one let me know when the RTF support will be implemented in the > Apache FOP. Is there any other project apart from apache working on FOP's ? > > Thanks > > Prasanna > > > > - > Do you Yahoo!? > Yahoo! Mail Plus - Po

supported image formats

2002-12-20 Thread m . schaeffler
Hi image-fopper, I’m struggling with embedding images into pdf again. I’m using fop 0.20.4. My main goal is to find out which image formats are supported and for which could be support added to fop and how. I already wrote an email about this and got quite good feedback, but there are still a lot