RE: xsl-fo as a report writer

2002-11-13 Thread Roland Neilands
One thing that you have to keep in mind is that xsl-fo is intended to provide a presentation layer for data and not to be a report engine (although you can write one using xsl- fo for formatting your data) Yes, but for totals/subtotals you have to do it manually. (as far as I know)

Re: PFM font embedding problems.

2002-11-13 Thread Jeremias Maerki
Dennis, an addition to Oleg's answer: I've posted a checklist a while ago that describes how to tweak the values in the XML font metric file generated by the PFM Reader. Yes, sometimes it's necessary to alter the generated file. That will change when we have an AFM and an improved PFB parser.

Re: Fonts in PDF (embedded postscript)

2002-11-13 Thread Jeremias Maerki
I've looked at the files. I'm not sure but it could be a bug in the PFB parser. GhostScript complains about PFB segment lengths when opening the PDF (See File/Show Messages). I can investigate further next week. In Ad.ps the Creator is shown as ICE. What's that? Wouldn't it be possible to

RE: PFM font embedding problems.

2002-11-13 Thread Dennis Myrén
Step-by-step instructions described at http://xml.apache.org/fop/fonts.html, but looks like you know it already. Show us the font definition in your userconfig.xml and check if FOP complains about anything in a debug trace. Oleg Tkachenko eXperanto team Multiconn Technologies, Israel Hi all.

Re: PFM font embedding problems.

2002-11-13 Thread Jeremias Maerki
Does Acrobat open the PDF without problems if you don't embed the font (remove embed-file attribute)? On Wed, 13 Nov 2002 11:08:09 +0100 Dennis Myrén wrote: Thank You for all help so far, with my PFM font embedding problem. I am very thankful. My implementation in the userconfig.xml file

Re: Table footers and headers

2002-11-13 Thread Oleg Tkachenko
Nwilan Glirt wrote: That is bad news for me... I am beginning to loose faith in FO being a practical solution for build business forms like invoices from XML. Has anyone actually succeeded doing this? xsl-fo specifies vocabulary and semantics of high-quality paginated presentation. Does it fit

Article on FO render engines

2002-11-13 Thread Harm Kok
Hi, I have written a small article on FO render engines. It is a comparison between FOP, XEP, XSLFormatter, and PassiveTeX. It also includes a stylesheet that checks if the fo-objects or fo-properties that you use are supported by the various render engines. You can find it at:

RE: PFM font embedding problems.

2002-11-13 Thread Dennis Myrén
Does Acrobat open the PDF without problems if you don't embed the font (remove embed-file attribute)? Jeremias Maerki When removing the the embed-file attributes in the userconfig.xml file, i get this error: (..) [DEBUG] setting up fonts [ERROR] Failed to read font metrics file

RE: PFM font embedding problems.

2002-11-13 Thread Dennis Myrén
The following font information displays when choosing File-Document Properties-Fonts... in Adobe Actrobat Reader 5.0: Original Font: StandardGroteskBSK-Regular Type: Type 1 Encoding: Windows Actual Font:StandardGroteskBSK-Regular Type: Type

RE: PFM font embedding problems.

2002-11-13 Thread Torsten Erler
HI IIRC try to use *.pfb files in embed-file=... cu Torsten attachment: winmail.dat

Re: PFM font embedding problems.

2002-11-13 Thread Jeremias Maerki
*Smack* Of course! Thanks for spotting it. Still doesn't explain why it still doesn't work when he removes the embed-file attribute. Dennis, would you try to use an URL instead of a filename for the metrics-file attribute? I always use URLs and I've never had problems, yet. On Wed, 13 Nov 2002

SVG LinearGradient

2002-11-13 Thread marco scotoni
Hi! i'm using on Windows 2000, Cocoon 2.0.3, Fop 0.20.4 , batik 1.5b4. I have to generate PDF file from FO and SVG code within. All is ok , except lineargradient that render a unicolor block. I've red FAQ on FOP and that's a problem of URI. but i cant be able to make it functionally. Someone

Euro Sign Problem

2002-11-13 Thread Torsten Erler
Hi, I use FOP in an intenationalized app. Therefore I tried to create pdf-documentswith locale German. The currency symbols (Euro-Sign)doesn't appear correct in the result (cryptic). If I dump down the generated fo the values are already wrong. Can anyone give me a pointer where I've

Announcement: XSL-FO Reporting Tool

2002-11-13 Thread Colin Savage
Rubico Report Styler A WYSIWYG reporting tool that generates XSLT to produce XSL-FO Evaluation Download http://www.rubico.com/products/reporting.htm Features: - Page layout editing Multiple page sequences Sorting Grouping, Headers and Footers Calculated Fields Text, number, date and border

RE: SVG LinearGradient

2002-11-13 Thread Scott Moore
Can you please elaborate that a little? Feel free to provide small example illustrating the problem. -- Oleg Tkachenko eXperanto team Multiconn Technologies, Israel It sounds a lot like an issue a had a while back that was never solved. What follows is my email from 1/24/02 I'm

Table inline-progression-dimension %

2002-11-13 Thread Francis, Ronald
Hi, Is there a known problem with using percentages with table property inline-progression-dimension eg fo:table inline-progression-dimension=3.0in table-layout=fixed works,but fo:table inline-progression-dimension=50% table-layout=fixed gives me - [ERROR] Error in text-align-last property value

problem with table

2002-11-13 Thread Tobias Grimm
Hi! Whenever I have a table where an entry doesn't fit in a column FOP ends up with an out-of-memory-message. Debug mode says something like this: ... [WARNING] table-layout=auto is not supported, using fixed! [DEBUG] area contents overflows area [DEBUG] area contents overflows area [DEBUG]

error while generating a font metric file

2002-11-13 Thread Florence Deforge
Hi I'm trying to add wingding font to fop and face a problem. I'm afraid I have not fully understood how it is supposed to work, anyway maybe someone will help. So I read the doc on xml.apache.org/fop/fonts.html and wrote the following command line to generate the font metrics : java

Re: Error using xml2pdf.xsl and xslfoRef.xml

2002-11-13 Thread paolo.beatrici
I've used xml2pdf.xsl and xslforef.xml in the distribution directory docs, so i think they are correct. My parser is Xerces. Paolo Beatrici. - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 08, 2002 10:29 PM Subject: Re: Error using

building problems on linux

2002-11-13 Thread Wolle
hi group! i tried to build fop 20.4/20.4 rc. after starting via ./build.sh i get the following error: fonts/TimesRoman.java [style] Loading stylesheet /opt/fop-0.20.4rc/fop-0.20.4rc/build/src/codegen/font-file.xsl BUILD FAILED java.lang.OutOfMemoryError: at

Trouble building servlet example in CVS version

2002-11-13 Thread Krautbauer, Bruce
Hi all, I pulled the latest version of FOP off of CVS and was able to build it just fine and the examples work. I would like to set up the servlet example with Tomcat, but I am not able to build it. The servlet.jar I am using is from the Tomcat 4.1.12 binary release. Can someone tell me

Re: SVG LinearGradient

2002-11-13 Thread Oleg Tkachenko
Scott Moore wrote: It sounds a lot like an issue a had a while back that was never solved. What follows is my email from 1/24/02 I'm trying to embed the following SVG into my XSL-FO and run it thru FOP. Although the SVG looks fine using Adobe's SVG viewer, I get an error (below) from FOP.