Fonts in SVG

2003-01-08 Thread Peter Sparkes
Hi, In my application I need to embed the fonts that I am using in the PDF. I can do this for the text elements of my document, but with the SVG element I have the following problem: 1. The SVG always uses Helvetica when I want to use Trade Gothic as in the rest of the document Help Please Pete

OpenType Fonts

2003-01-08 Thread Peter Sparkes
Hi Can FOP use OpenType Fonts Thanks Peter Sparkes DIDM [EMAIL PROTECTED] UK (0)1237 425207 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Latest CVS: findHyphenPoss: problem!

2003-01-08 Thread stephan
Hi list, I just downloaded and copiled the latest CVS version of FOP. I get the following error, when I try to convert a DocBook document to PDF: [ERROR] findHyphenPoss: problem! This message is just printed out forever. Is there a current version that I can use, which is newer than 20.5RC? Step

Fw: [ANN/OT] xreporter 1.0 release - Avalon/Cocoon-based database reporting

2003-01-08 Thread Jeremias Maerki
For your information! Forwarded by Jeremias Maerki --- Original Message --- From:Steven Noels <[EMAIL PROTECTED]> To: cocoon-dev@xml.apache.org, cocoon-users@xml.apache.org Cc: [EMAIL PROTECTED], avalon-dev@jakarta.apache

Re: Fonts in SVG

2003-01-08 Thread Jeremias Maerki
What version of FOP do you use? This should work in FOP 0.20.4 and 0.20.5rc. Maybe you should post a small snippet of your SVG code that doesn't work. On 08.01.2003 08:47:22 Peter Sparkes wrote: > Hi, > > In my application I need to embed the fonts that I am using in the PDF. I > can do this for

Re: OpenType Fonts

2003-01-08 Thread Jeremias Maerki
Don't think so, but most of what's necessary is already there, because OpenType fonts are very similar to TrueType fonts. Just needs some additional tending. Wanna step in? On 08.01.2003 08:56:49 Peter Sparkes wrote: > Can FOP use OpenType Fonts Jeremias Maerki ---

Re: Latest CVS: findHyphenPoss: problem!

2003-01-08 Thread Jeremias Maerki
You've most likely downloaded the version of FOP currently being redesigned. See here for instructions to download the maintenance branch of FOP: http://xml.apache.org/fop/download.html (Download with tag "fop-0_20_2-maintain") On 08.01.2003 09:18:52 stephan wrote: > Hi list, I just downloaded an

svg 2 pdf using fop

2003-01-08 Thread fop
Does someone knows if it is possible to convert an SVG with truetype text to a PDF with truetype text using FOP ? Eric Prevost - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

blank page

2003-01-08 Thread Oscar Schoof
Hi all, With using version 0.20.5rc i get strange blank pages in the pdfs. This is not the case with the same fo-docs when i process them with the old 0.20.4. (I tested this by reinstalling 0.20.4.) For example, in 0.20.4 i see the following flow-processing: [1] [1] [2] (There are multiple

Re: blank page

2003-01-08 Thread Oleg Tkachenko
Oscar Schoof wrote: With using version 0.20.5rc i get strange blank pages in the pdfs. This is not the case with the same fo-docs when i process them with the old 0.20.4. (I tested this by reinstalling 0.20.4.) For example, in 0.20.4 i see the following flow-processing: [1] [1] [2] (There a

issues with fo:leader, fo:page-citation, and justification for to c and index

2003-01-08 Thread Miller, Iain
Title: issues with fo:leader, fo:page-citation, and justification for toc and index Hi, I'm posting this both lists, hopefully this should interest developers, and maybe I can get an answer to this: I've got a document with contents, then the body and then an index. They both use the 'st

Re: issues with fo:leader, fo:page-citation, and justification for to c and index

2003-01-08 Thread J.Pietschmann
Miller, Iain wrote: I'm posting this both lists, hopefully this should interest developers, and maybe I can get an answer to this: You should still not crosspost. Developers generally lurk on the user list. Also, your particular problem comes up every so often... ... They both use the 'standard' c

page break and tables

2003-01-08 Thread Stefan Arn
Hi List I've coded a pdf with several little tables and the whole pdf fills a few pages. I am using the fo:flow for automated page breaks, but one thing disturbs me. It breaks the tables. My wish is that if there is no space left on the site for a whole table, it should break and add the whole tab

Re: blank page

2003-01-08 Thread J.Pietschmann
Oleg Tkachenko wrote: Sounds like a bug, but without seeing your fo there is nothing to say. File it to bugzilla and attach simplified fo document that illustrates the problem. According to your own comment, it is not a bug but rather improved standard conformance. Ok, for Oscar: The relevant stand

Re: svg 2 pdf using fop

2003-01-08 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Does someone knows if it is possible to convert an SVG with truetype text to a PDF with truetype text using FOP ? Yes, it is possible. Could you describe your problem a bit more detailed? J.Pietschmann - T

RE: SVG Text to PDF Text using FOP 2.0.5rc

2003-01-08 Thread George Yi
I recalled long time ago some one suggested to configure your userconfig.xml like this: strokeSVGText false Hope this will help. -Original Message- From: Eric Prevost [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 07, 2003 6:16 AM To: [EMAIL PROTECTED] Apache. Org Subject: SVG

Re: page break and tables

2003-01-08 Thread J.Pietschmann
Stefan Arn wrote: It breaks the tables. My wish is that if there is no space left on the site for a whole table, it should break and add the whole table on the following site. Is this possible?? See the spec for keep-with-* properties, and the FOP FAQ for caveats: http://xml.apache.org/fop/faq.htm

Re: issues with fo:leader, fo:page-citation, and justification fo r toc and index

2003-01-08 Thread Miller, Iain
Title: Re: issues with fo:leader, fo:page-citation, and justification for toc and index Miller, Iain wrote: > I'm posting this both lists, hopefully this should interest developers, > and maybe > I can get an answer to this: You should still not crosspost. Developers generally lurk on the u

Re: blank page

2003-01-08 Thread Oleg Tkachenko
J.Pietschmann wrote: According to your own comment, it is not a bug but rather improved standard conformance. Oh, I was too inattentive :) Good, not a bug. Ok, for Oscar: The relevant standard is http://www.w3.org/TR/xsl/slice7.html#force-page-count 7.25.6 "force-page-count" Initial: auto Descript

Re: issues with fo:leader, fo:page-citation, and justification fo r toc and index

2003-01-08 Thread J.Pietschmann
Miller, Iain wrote: So it looks like I'll have to use tables to make the lists behave then? It's still tricky. You are invited to hack a satisfying solution into FOP. It looks like there should be something in the standard to cover this construct, as it is very common in indexes and contents pages

Rendering XML /w more than 1024 Bytes impossible ?

2003-01-08 Thread M.Weiss
Hi everybody, first... happy new year to everybody, as this is my first posting in 2003... Again I got a serious problem rendering an XML-Document containing more than 1024 Bytes. The following happens: I got a Method that takes an XSL-Stylesheet and and XMLDocument as parameter to generate the

Re: svg 2 pdf using fop

2003-01-08 Thread fop
My problem is :i use fop 0-20.5rc with java 1.4, i added the FOP entry strokeSVGtext to False and fop generate a PDF but with line art and it return this error :[INFO] FOP 0.20.5rc[INFO] Using org.apache.xerces.parsers.SAXParser as SAX2 Parser[INFO] building formatting object tree[INFO] setting up

Re: Rendering XML /w more than 1024 Bytes impossible ?

2003-01-08 Thread J.Pietschmann
M.Weiss wrote: // DOM-Factory laden um XML-Struktur zu parsen DOMFactory domFact = new DOMFactory(); xmlDoc.output(domFact.getOutputStream()); //XSL-Handler initialisieren XSLTInputHandler inputHandler = new XSLTInputHandler(new File(""), new File(xslTemplate)); XMLReader parser = inpu

Re: svg 2 pdf using fop

2003-01-08 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: java.lang.ArrayIndexOutOfBoundsException at org.apache.batik.gvt.font.AWTGVTGlyphVector.getGlyphMetrics(AWTGVTGlyphVector.java:392) You have a bad font, sort of. It is said that loading+resaving this kind of fonts with one of the TTF editors often fixes the problem.