PCL/PS renderers - landscape

2003-08-04 Thread Roland Neilands
I have working PDF files have been looking at using the PCL/PS renderers as well, but they have some issues even on the newest version. FOP 0.20.5, command-line, (linux, j2sdk1.4.0)/(WinME, j2re1.4.1_02) PS: - landscape documents appear as portrait, clipped at the side. PCL: - Image size

StackOverflow and normalize-space

2003-08-04 Thread Daniel Meyer-Delius
I get and StackOverflow error when using normalize-space for a given string. The string is long, but not that long. Besides, stack overflow sounds like a endless recursion or something like that. Has somebody experience a similar problem? Daniel

FOP Redesign

2003-08-04 Thread srinivasan krishnamurthy
what is the fop redesign project for.Is the project for improving the performance of the tool. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com

Truncating Text

2003-08-04 Thread David Rosenstein
hi all- is there any way to truncate a string if its length is too long?ie truncate a string if it is greater than 1 line thanks, -Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Viewable but non printable fo:block ?

2003-08-04 Thread Andry --
Hi ! Please does anybody know how to make a viewable but non printable fo:block for pdf use ? I would print some text on my screen with Adobe Reader but when printing these text shouldn't not appear. Thanks for answers. Andry RANDRIA

Re: Viewable but non printable fo:block ?

2003-08-04 Thread Clay Leeds
Sounds like you want something like Acrobat's Annotations. I don't believe that's in the XSL-FO spec, and as a result is not in FOP. However, if you feel like learning the PDF spec, you should be able to use iText to post-process your PDF output files to include this type of information. You

Hello

2003-08-04 Thread Abhijit Junnare
Hello, I am testing to see if I can receive messages on this list. __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com - To unsubscribe,

fox: bookmark extensions problems

2003-08-04 Thread Clay Leeds
I'm having problems getting my Bookmarks to work. I've attempted to follow the instructions here without success: http://xml.apache.org/fop/extensions.html Between the /fo:layout-master-set and fo:page-sequence master-reference=repeating section, I've placed: fox:outline

Score-spaces and stylesheet generated using Epic's Turbo Styler

2003-08-04 Thread Abhijit Junnare
Hi, I have a few XML document. I have used EPIC Editor for XML to create a stylesheet for these documents using Epic's Turbo Styler. Now when I try to use this XSL file along with XML document to generate PDF using FOP it gives me an error. It says score-spaces not yet supported I guess that FOP

Re: StackOverflow and normalize-space

2003-08-04 Thread J.Pietschmann
Daniel Meyer-Delius wrote: I get and StackOverflow error when using normalize-space for a given string. The string is long, but not that long. Besides, stack overflow sounds like a endless recursion or something like that. Has somebody experience a similar problem? It is not a good idea to base a

Pdf and image references, wrong operators etc.

2003-08-04 Thread Niklas Koponen
Hi! I have the following problem. I am using fop-0.20.5 and I use the jai image library. The pdf generation works fine. When I view the pdf file using acrobat from the location where I generated the file everything works fine. If I include the pdf as an attachment to an email and try to view it

Re: FOP Redesign

2003-08-04 Thread J.Pietschmann
srinivasan krishnamurthy wrote: what is the fop redesign project for.Is the project for improving the performance of the tool. Goals: - provide a more flexible architecture for implementing important features, like keeps - improve performance and reduce memory usage (maybe adjustable, as there

Re: Truncating Text

2003-08-04 Thread J.Pietschmann
David Rosenstein wrote: is there any way to truncate a string if its length is too long?ie truncate a string if it is greater than 1 line A bit more context would it make easier to give an answer. Also, stating your original problem rather than the derived problem yuo got stuck with would

Re: fox: bookmark extensions problems

2003-08-04 Thread J.Pietschmann
Clay Leeds wrote: I'm having problems getting my Bookmarks to work. I've attempted to follow the instructions here without success: The syntax has changed for HEAD. Look at the source. J.Pietschmann - To unsubscribe, e-mail:

Re: Score-spaces and stylesheet generated using Epic's Turbo Styler

2003-08-04 Thread J.Pietschmann
Abhijit Junnare wrote: it gives me an error. It says score-spaces not yet supported I guess that FOP does not support some constructs used by EPIC. Is there anything I can do to configure FOP so that it will recognize this or it will ignore such attribute when it appears in the stylesheet. No,

fop - titled border

2003-08-04 Thread Shawn Needham
Greetings all, I am trying to create a Titled Border, which displays text inset within the border, such as: --- Border Title -- | | --- I was unable to find this border style when searching around in the fop literature. Does

Re: fop - titled border

2003-08-04 Thread J.Pietschmann
Shawn Needham wrote: Greetings all, I am trying to create a Titled Border, which displays text inset within the border, such as: --- Border Title -- | | --- I was unable to find this border style when searching around in the fop

Re: fox: bookmark extensions problems

2003-08-04 Thread Clay Leeds
On Monday, August 4, 2003, at 12:15 PM, J.Pietschmann wrote: Clay Leeds wrote: I'm having problems getting my Bookmarks to work. I've attempted to follow the instructions here without success: The syntax has changed for HEAD. Look at the source. Are you telling me that what's on the web site

image scaling

2003-08-04 Thread Koes, Derrick
What is the correct way to do image scaling? I want to fit a 3inX6in image into a 3inX3in block. This means that the 6in should become 3in and the 3in should be 1.5in. Thanks, Derrick This electronic transmission is strictly confidential to Smith & Nephew and intended

RE: image scaling

2003-08-04 Thread Teator, Michael
use 100% for the side you want to scale. In the below example, set the 6 dimension to 3inches, and the other dimension to 100% (This works in Fop 0.20.5, but I don't believe it did in 0.20.4) -Original Message-From: Koes, Derrick [mailto:[EMAIL PROTECTED]Sent: Monday, August

Re: image scaling

2003-08-04 Thread J.Pietschmann
Koes, Derrick wrote: What is the correct way to do image scaling? I want to fit a 3inX6in image into a 3inX3in block. This means that the 6in should become 3in and the 3in should be 1.5in. You probably don't have to do anything special, FOP should automatically fit the image (bitmap images). SVG

Re: fox: bookmark extensions problems

2003-08-04 Thread Clay Leeds
On Monday, August 4, 2003, at 12:57 PM, J.Pietschmann wrote: Clay Leeds wrote: Clay Leeds wrote: I'm having problems getting my Bookmarks to work. I've attempted to follow the instructions here without success: ... Are you telling me that what's on the web site /extensions.html page is for the

RE: image scaling

2003-08-04 Thread Koes, Derrick
So, fo:block height="3in" width="3in" fo:external-graphic height="100%" width="3in" /fo:block Yes? -Original Message- From: Teator, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 4:13 PM To: '[EMAIL PROTECTED]' Subject: RE: image scaling use 100%

RE: image scaling

2003-08-04 Thread Koes, Derrick
I apologize. I used a concrete example to describe an abstract problem. I actually do not know the size of the image. Why I do want is for it to maintain its scale inside a 3inX3in block. Thanks, Derrick -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: bookmark extensions problems

2003-08-04 Thread Victor Mote
Clay Leeds wrote: I'm having problems getting my Bookmarks to work. I've attempted to follow the instructions here without success: Do the PDF outline items show up, and the links not work, or do the PDF outline items not show up at all? Victor Mote

RE: image scaling

2003-08-04 Thread Victor Mote
Koes, Derrick wrote: I apologize. I used a concrete example to describe an abstract problem. I actually do not know the size of the image. Why I do want is for it to maintain its scale inside a 3inX3in block. Here is the doc on this subject, which I think will answer your question (and is

RE: Ant Task

2003-08-04 Thread Lopez, William
Hello: I'm attempting to use the anttask supplied in fop.jar...I have used the example from the docs to come up with a taskdef and task like so: taskdef name=fop classname=org.apache.fop.tools.anttasks.Fop classpath pathelement location=${dir.fop}\build\fop.jar/