RE: force-count-page : end on even

2002-03-26 Thread Keen Tim
I think earlier emails indicate that page-position="last" isn't implemented yet. My experience supports this. Cheers Tim > -Original Message- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > Sent: Wednesday, 27 March 2002 7:08 > To: [EMAIL PROTECTED] > Subject: Re: force-count-page : e

Re: FOP on OS X and unknown process

2002-03-26 Thread J.Pietschmann
mike jackson wrote: when the PDF is being generated. Usually when a Dock Icon appears for java Apps it is indicative that a GUI based app is running, ie Swing or AWT. FOP accesses AWT code, in particular for rendering SVG (through Batik). J.Pietschmann

Re: force-count-page : end on even

2002-03-26 Thread J.Pietschmann
Rodolphe VAGNER wrote: My format of footpage is : page x on X But it seems that the forced page is not counted ! I suppose you retrieve the page count using the standard method: put a (usually empty) block at the end of the flow and use the page-number-citation referring to this block to get the to

Re: possible to specify required spaces?

2002-03-26 Thread Craeg K Strong
Can you use fo:leader? Check out http://www.renderx.com/Tests/leader.fo HTH, --Craeg [EMAIL PROTECTED] wrote: Does anyone know a way to pass required spaces through FOP from XML to a PDF? The normal processing of x'20' spaces collapses adjacent spaces to eliminate extra white space, which is norma

Re: ohm symbol not supproted ?

2002-03-26 Thread J.Pietschmann
Rodolphe VAGNER wrote: I try a fop transformation in UTF-16 with ohm symbol (greek omega capital letter) and I find a ' O ' in the pdf result, but µ is supported !! Did you use codepoint U+03A9 (GREE CAPITAL LETTER OMEGA) or U+2126 (OHM SIGN)? I get a # for the first (meaning unknown glyph mapping

Re: Embedding Type I fonts

2002-03-26 Thread Jeremias Maerki
Yeah, you're using font-weight="lighter", but only "normal" (see your element) is registered. On 26.03.2002 20:02:44 Levy, Alane wrote: > I am having trouble getting FOP to recognize a Type I font > (Helvetica-Light). > > I followed the instructions on the web page > (http://xml.apache.org/fop/

Re: XML parsing

2002-03-26 Thread J.Pietschmann
Alastair Growcott wrote: Any chance that FOP will ever use the stylesheet specified in the XML file to peform the XSLT? You can implement it yourself. Rip some code from Xalan or Cocoon which extracts the stylesheet PI from the XML and the logic to invoke the transformation, and pipe the result to

Re: problems big files xml >1Mo

2002-03-26 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: I don't think these are the best solutions because you loose some of your XML tag formatting with xsl:text. Worse, the code will fail under certain circumstances, for reasons hard to understand for the average user. It is likely that it will always fail in future distributi

FW: Servlet problems

2002-03-26 Thread Higgins, James
I posted this on the -dev list this morning and the more I thought about it the more the -user list seemed more appropriate, and I am not sure how many people who might be able to help cross-read. Apologies for the duplicate copies for the folks who also read -dev. James -Original Message--

Embedding Type I fonts

2002-03-26 Thread Levy, Alane
I am having trouble getting FOP to recognize a Type I font (Helvetica-Light). I followed the instructions on the web page (http://xml.apache.org/fop/fonts.html) to generate the attached font metrics file from the hvl_.pfm file from Adobe. <> I added the following element definition to the

FOP on OS X and unknown process

2002-03-26 Thread mike jackson
I am developing a java app (WebObjects specifically) that takes advantage of the FOP code to produce wonderful PDF's for my fellow employees. I am trying to track down something that I do not fully understand and I was hoping that some one on the list might have some OS X experience to tell me

force-count-page : end on even

2002-03-26 Thread Rodolphe VAGNER
Hy,   My format of footpage is :   page x on X   But it seems that the forced page is not counted !   ( my last page is 'page 42 on 41'  !!!)   Is there a solution ?    

ohm symbol not supproted ?

2002-03-26 Thread Rodolphe VAGNER
I try a fop transformation in UTF-16 with ohm symbol (greek omega capital letter) and I find a ' O ' in the pdf result, but µ is supported !!   Can someone help ?

RE: problems big files xml >1Mo

2002-03-26 Thread Philippe Pithon
Thank you! But I have maybe another idea for my problems of slowness on big files: I am going to cut my files xml Example: Edit.xml 1Mo - > edit.pdf (1Mo) Edit~1.xml (500Ko) - > edit~1 .pdf (500Ko) Edit~2.xml (500Ko) - > edit~2.pdf (500Ko) This is intended for printing So printing of 2 files PDF !

Re: Page sequence error

2002-03-26 Thread jthaemlitz
This doesn't seem to correspond to your exception, but you should probably move your "fo:flow" before you call your "ccjob template". Otherwise you create a new flow each time you get another "ccjob". I'd try making the following mod and remove the flow from your "ccjob template"

Re: problems big files xml >1Mo

2002-03-26 Thread jthaemlitz
I don't think these are the best solutions because you loose some of your XML tag formatting with xsl:text. But this is one way you could do it. or your test could look something like ... JohnPT

RE: XML parsing

2002-03-26 Thread Michiel Verhoef
Let me see, part of this problem is XSL(T), part of the problem is how to pass the result to Acrobat, right? At the moment I'm pretty busy solving a little problem over here but I'll get back with a style sheet bit to extract the stylesheetname from the XML file (that should be possible, or am I c

RE: XML parsing

2002-03-26 Thread Alastair Growcott
> on at the moment and one can create new calls to programs to > open a file (tools, folder options, file types tab). Suppose > you simply define an option to "view as PDF" or something? > You can specify a call to fop (with a call to the style sheet > that will filter out what exactly to do with t

RE: XML parsing

2002-03-26 Thread Michiel Verhoef
Hi, Please don't get too upset as I clearly misinterpreted your question. I'm not that experienced with Windows but it might be possible to pass a parameter to a stylesheet when the document is view with a right mouse click (defining for instance the format, HTML or fo) . Depending on this setti

Overlap text on an image and cache in IE

2002-03-26 Thread Chris Faulkner
Hi Two things - I hope people can help. 1. Is it possible tooverlap an image on a page with some other object ( eg an image, a table or some text string). I have a PNG which has been placed on the page and I'd like to add some text and maybe another image over the top ofthe PNG. 2. In IE 5.5

RE: XML parsing

2002-03-26 Thread Alastair Growcott
What I am currently looking at is to specify the HTML stylesheet in the header so that it can be quick-viewed simply by users (with typical user know-how - ie none) double-clicking the icon in explorer. I am then defining a custom file type and changing the XML file extension such that a script is

RE: XML parsing

2002-03-26 Thread Michiel Verhoef
Hi, HTML does not nearly have the kind of formatting necessary for proper formatting for paper that to me the use of such a style sheet (a tranfsormation to HTML) sounds not very useful. Most HTML formatting does not match the formatting tags used in fo (for example tables) so the result of the

RE: XML parsing

2002-03-26 Thread Alastair Growcott
My XML file looks like: ... This means that when I double click it, IE6 automatically displays it correctly because ccr.xls converts the XML contents to HTML/CSS. Very nice and useful. > -Original Message- > From: Michiel Verhoef [mailto:[EMAIL PROTECTED] > Sent: 26 March 2002 12:14

RE: XML parsing

2002-03-26 Thread Michiel Verhoef
Does this imply that all your XML files have a style sheet included? Because AFAIK this is not mandatory/common practice so to speak of _the_ stylesheet included in the XML file is probably not enough to explain what exactly you are referring to. Do you mean if an XML file has an internal style (

XML parsing

2002-03-26 Thread Alastair Growcott
Any chance that FOP will ever use the stylesheet specified in the XML file to peform the XSLT?

Let's get bold.

2002-03-26 Thread Alastair Growcott
The XML line tells IE 6.0 to run the XSL file D:/XML/ccr_fo.xsl on the current XML file and display the output (we are talking pure client-side here). Is there a line that could be added to an XML file that would trigger a piece of javascript or some sort of piece of java code? You can

RE: Page sequence error

2002-03-26 Thread Alastair Growcott
Thanks. They need to update "xslfoRef.pdf" in the FOP distribution. > From: Guillaume Mathe [mailto:[EMAIL PROTECTED] > > FOP conforms to the latest specs - thus your 'master-name' in > 'page-sequence' should be replaced with 'master-reference'. > This holds true for other objects as > well, tak

Re: Page sequence error

2002-03-26 Thread Guillaume Mathe
Hi, On 26 Mar 2002 at 9:57, Alastair Growcott wrote: > When running FOP on my XML document via XSL, I get the following error: > > [ERROR]: org.apache.fop.apps.FOPException: 'master-reference' for > 'fo:page-sequence'matches no 'simple-page-master' or > 'page-sequence-master' > FOP conforms to

Xerces compatibility question

2002-03-26 Thread Guillaume Mathe
Hi, On 25 Mar 2002 at 20:53, J.Pietschmann wrote: > Generate multiple fo:page-sequence elements: > > > ... > > > > > > > > ... > > > > > > > > Look up the initial-page-n

Page sequence error

2002-03-26 Thread Alastair Growcott
When running FOP on my XML document via XSL, I get the following error: [ERROR]: org.apache.fop.apps.FOPException: 'master-reference' for 'fo:page-sequence'matches no 'simple-page-master' or 'page-sequence-master' which is odd since according to all the documentation I can find, there is no maste

problems big files xml >1Mo

2002-03-26 Thread Philippe Pithon
Hello! I am a French user of FOP I read e-mails on the problems of crash and slowness on big files > 1Mo And apparently there are not too many solutions Maybe being resolved in the next version ? At present I have that a "page - sequence" for all the document. According to the users of FOP, it's ne