Page Layout Problem

2001-10-29 Thread Rabi Shankar
hi everybody, i am generating an fo doc which has many pages. can i specify the layout of each page. ie some pages i want in landscape mode and the others in the normal mode. for example if i have a 20 page document i want my 12th page in landscape mode. how can this be achieved? thanx

Re: embedded configuration file

2001-10-29 Thread Peter B. West
For what it's worth, I have a heavily modified version of Options.java (which I think may break something in the tools directory). This version is an attempt to unify the processing of standard and user config files and the command line options. It provides a single method, Options.configure

RE: DPI of images...

2001-10-29 Thread Joshua.Kuswadi
Christian wrote: > If I insert images in PDFs, what DPI is used? Is that defined? > Are the DPI used, that can be stored in JPG? According to the spec, for fo:external-graphic: http://www.w3.org/TR/xsl/slice6.html#fo_external-graphic "In the case when the graphics format does not specify

Aligning Text to the middle of an image

2001-10-29 Thread Branham, Paul
Is it possible to align Text to the middle portion of an image? I ran through the archives but couldn't find any solution to it. Thanks in advance. Paul Branham [EMAIL PROTECTED] 24/7 Media, Inc. Phone:(301)897-7722 - To unsu

DO NOT REPLY [Bug 4491] - PCL renderer not rendering tables correctly

2001-10-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: xsl-region-before?

2001-10-29 Thread Arved Sandstrom
Do you have a fo:region-before as a child of the fo:simple-page-master that you are pointed at? Looks like the error is signalling _that_ fact. Regards, Arved Sandstrom At 11:40 AM 10/29/01 -0500, Tim Fraser wrote: > >I'm trying to add a Report Title using the following segment as a child >of f

insertion of "named destinations" into pdf's

2001-10-29 Thread Matthew L. Avizinis
Hello, I saw a brief discussion several (probably about six) months ago about this topic and the outcome didn't seem clear to me whether or not fop supports insertion of "name destinations" in pdf's (not bookmarks) so that it would be possible to open a pdf to a specific location from either anoth

embedded configuration file

2001-10-29 Thread Andrey Kolchanov
Hello. How can I set userconfig.xml file for embedded Fop? PS Sorry for my english. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]

xsl-region-before?

2001-10-29 Thread Tim
I'm trying to add a Report Title using the following segment as a child of fo:page-sequence: Report Title I receive the following error when running FOP (ver 0.20.2): [INFO]: FOP 0.20.2 [INFO]: building formatting object tree [ERROR]: region-name 'region-before' doesn't exist in the layout-

DO NOT REPLY [Bug 4492] New: - text-decoration="underline" on fo:block ignored

2001-10-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 4491] New: - PCL renderer not rendering tables correctly

2001-10-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: xml + xsl = fo ---> pdf

2001-10-29 Thread Suhail Rashid
hi, heres a perfectly working piece written by me; Document doc= new DocumentImpl(); doc.appendChild(root); //thats ur dom TransformerFactory tFactory = TransformerFactory.newInstance();

DO NOT REPLY [Bug 836] - hyphenation problem with very long words

2001-10-29 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug

Embedded SVG with Embedded FOP

2001-10-29 Thread cquirk
Hello, When I try to use embedded SVG in my FO document while using the procedure for embedding FOP in an APP, FOP Hangs. I have tried this with both the Fop-0.20.1 and Fop-0.20.2 releases. When I run the FO document through FOP from the commandline it processes just fine. The error that I am gett

xml + xsl = fo ---> pdf

2001-10-29 Thread Gerard van Wijk
Hello, I want to transform xml file + xsl file = to a pdf file... simple??? no xml file is a DOMxsl file is just a file. first i have to render a DOM output see below org.apache.fop.tools.xslt.XSLTransform transform(org.w3c.dom.Document xmlSource, java.io.InputStream xsl, org.w3c.dom

external-graphic

2001-10-29 Thread Adnan Zelkanovic
I have a very big problem: "external-graphic" doesn't work with my Cocoon2. If I run my xml/xsl-files without Cocoon2 from fop.bat, then it works perfect. The generated pdf-file contains the image. But if I try to generate the pdf with Cocoon2 "on the fly", the generated pdf-file doesn't contain

RE: Table Column-Headers

2001-10-29 Thread Shkuro, Yuri
Sorry, what I said applies to f:table-header, which I am using. Don't know about table-caption. -Original Message- From: Shkuro, Yuri Sent: Monday, October 29, 2001 9:42 AM To: '[EMAIL PROTECTED]' Subject: RE: Table Column-Headers Chris, I am using fo:table-caption successfully.

RE: Attribute text-align not working in ?

2001-10-29 Thread PATEL, DINESH
I do something similar but I implement it as a table. I find it easier to control alignement with tables. I had problems using fo:inline. Page of

RE: Table Column-Headers

2001-10-29 Thread Shkuro, Yuri
Chris, I am using fo:table-caption successfully. Not sure what kind of feedback you are looking for. BTW, I don't know what you mean by "fo:table-caption can host a table" - it should contain row definitions, just as fo:table-body, with the same number of columns (the columns widths will be d

Attribute text-align not working in ?

2001-10-29 Thread Levent Guendogdu
Hi everyone, is the text-align attribute for tags implemented? I try to create a footer that displays some information on the left, center and right of the page. This is taken from the example: The XML Bible Page Chapter 18: XSL Formatting Objects The text-align attributes see

DPI of images...

2001-10-29 Thread Beer, Christian
Hi! If I insert images in PDFs, what DPI is used? Is that defined? Are the DPI used, that can be stored in JPG? Thanks in advance Christian DIRON Wirtschaftsinformatik GmbH & Co. KG Christian Beer ([EMAIL PROTECTED]) Daimler

Re: using fop

2001-10-29 Thread Keiron Liddle
You are having version compatibale problems. Your best bet is to use the batik library that comes with the version of fop you are using. On 2001.10.29 13:35 Bruno Polder wrote: > Hello, > > thanks for your answer Keiron. I'm trying using batik but i get the > following error message: > > > E:\

Re: updating jars

2001-10-29 Thread Arved Sandstrom
At 08:51 AM 10/29/01 +0100, you wrote: >I am going to update all the jars in fop to the latest version. I think >they are a bit faster and better and we should keep up to date with what >people are likely to be using. > >I have two questions: > >- do we still need xalan 1.x >I remember there was a

Re: using fop

2001-10-29 Thread Bruno Polder
Hello, thanks for your answer Keiron. I'm trying using batik but i get the following error message: E:\xml-batik>build svgrasterizer -d e:/test -m application/pdf e:/boxes.svg Buildfile: build.xml init-args: init: compile: svgrasterizer: [java] Getting class ... [java] Getting cla

[GUMP] Build Failure - Fop

2001-10-29 Thread Sam Ruby
This email is autogenerated from the output from: Buildfile: build.xml init-avail: init-filters-xalan1: init-filters-xalan2:

RE: updating jars

2001-10-29 Thread Jarno . Elovirta
> - do we still need xalan 1.x > I remember there was a reason for supporting this a while > back, is this > still the case or can we just use xalan 2.x which has trax. Xalan-J 1 has been removed from CVS, I think, so support for Xalan-J 2 i.e. JAXP enabled XSLT engines should be favoured. > -

Re: XML Area Tree and Logic Tree renderer for FOP

2001-10-29 Thread Keiron Liddle
On 2001.10.29 10:40 "Giannetti, Fabio" wrote: > Hi Keiron, > I know of this changes ... BTW the stuff that I'd like to see > maintained into the new area tree is a reference to the FO that generate > the > area (generatedBy methond) and the same for the page-sequences and pages. I am trying

RE: XML Area Tree and Logic Tree renderer for FOP

2001-10-29 Thread Giannetti, Fabio
Hi Keiron, I know of this changes ... BTW the stuff that I'd like to see maintained into the new area tree is a reference to the FO that generate the area (generatedBy methond) and the same for the page-sequences and pages. I guess that at the moment will be better for FOA to distribute a

Re: XML Area Tree and Logic Tree renderer for FOP

2001-10-29 Thread Keiron Liddle
Hi Fabio, With recent changes the area tree and the way that renderers handle the area tree has changed quite a bit. In the current cvs I am working on the area tree and the xml rendering output. The output is written in such a way that the xml can be read back and an area tree constructed. It is

Re: table-header with (Con't)

2001-10-29 Thread Keiron Liddle
Hi Matt, This is something that could be handled quite easily with an extension. No doubt you want to use fop 0.20.2 or earlier. You could try looking at the extension in org.apache.fop.extensions for an example of how an extension works. Then you will want to make it actually add an some inline