RE: column-width warning

2003-10-27 Thread Johannes Stuermer
Is the maximum specified IPD a value that I have control over? If so, can I get rid of this warning by changing it? Another cause could be the fact that I'm using landscape orientation. No warning in a similar xsl-fo that is portrait oriented. I'm only using % values for all width values

Re: basic-link

2003-10-27 Thread Glen Mazza
Chris, Take a look at the example here: http://marc.theaimsgroup.com/?l=fop-devm=106588921514459w=2 Perhaps it should be: external-destination=http://www.yahoo.com; instead of the url() function you used below for this attribute in the fo:basic-link. HTH, Glen --- Chris Faulkner [EMAIL

Andrew S Moy/CHI/NTRS is out of the office.

2003-10-27 Thread Andrew S Moy
I will be out of the office starting October 27, 2003 and will not return until November 4, 2003. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

read-only PDF

2003-10-27 Thread P.I. Agnoletto Christian
Hi I need to do a read-only PDF. I've got the java2 jre 1.3.1. I try to installa crypto120.tar.gz. The error is NO RC4 ENGINER. Anyone can help me? Chrys - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: basic-link

2003-10-27 Thread Chris Faulkner
Yes - I am using encryption :-( I have some experience of iText but I moved away from it in favour of XSL:FO and FOP. I don't fancy doing post-processing - I'll wait for the fix. Thanks Chris Are you using encryption? Afraid this is causing the garbage chars... ? ARe there any

Re: read-only PDF

2003-10-27 Thread Chris Bowditch
From: P.I. Agnoletto Christian [EMAIL PROTECTED] Hi I need to do a read-only PDF. I've got the java2 jre 1.3.1. I try to installa crypto120.tar.gz. The error is NO RC4 ENGINER. Anyone can help me? Have you read the PDF encryption page on the FOP website?

Re: read-only PDF

2003-10-27 Thread P.I. Agnoletto Christian
I know. But have u read my e-mail? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: read-only PDF

2003-10-27 Thread Felice Angemi
At what step the problem comes exactly?? Maybe you can post more info about what you did and more explaination about the problem! Felix From: P.I. Agnoletto Christian [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: read-only PDF Date: Mon, 27 Oct 2003 09:06:23 +0100

Re: read-only PDF

2003-10-27 Thread P.I. Agnoletto Christian
I'm italian so i've some problem to write in english. I've got java 2 1.3.1 so i install crypto-120 like descrived in fop note of apache.org but nothing is changed. I have add jce-jdk13-120.jar in classpath. Where is the mistake? - Original Message - From: Felice Angemi [EMAIL PROTECTED]

Re: read-only PDF

2003-10-27 Thread Felice Angemi
Sono italiano anche io, dunque non ho a disposizione la versione 1.3, cosi' vado a occhio Devi cercare nel file jre/lib/security/java.security all'interno di questo file dovresti vedere le seguenti linee: security.provider.1=sun.security.provider.Sun

Re: read-only PDF

2003-10-27 Thread P.I. Agnoletto Christian
Grazie l'errore era: security.provider.4=com.sun.crypto.provider.SunJCE che non avevo inserito mentre il 6 era ok. e poi non usavo bcprov-jdk13-120.jar Grazie veramente. Thak's. The mistake was: security.provider.4=com.sun.crypto.provider.SunJCE I lost it. The 6 was ok. And i lost

RE: basic-link

2003-10-27 Thread Andreas L. Delmelle
-Original Message- From: Chris Faulkner [mailto:[EMAIL PROTECTED] Yes - I am using encryption :-( I have some experience of iText but I moved away from it in favour of XSL:FO and FOP. I don't fancy doing post-processing - I'll wait for the fix. Right you are! Same here... A little

Re: column-width warning

2003-10-27 Thread J.Pietschmann
Chris Bowditch wrote: I dont believe FOP likes % values in the column widths. Correct. e.g. change 20% for proportional-column-width(20), etc. Actually, this is a bit more complicated. J.Pietschmann - To unsubscribe, e-mail:

Moving content to the last column

2003-10-27 Thread Chris Pratt
I have a multi-columnar display, where I need some content to end up in the last column on the page. What would be perfect would be the ability to specify a fo:block break-before="last-column", but that doesn't appear to be a valid value. Alternatively a method in XPath to specify xsl:if

Re: column-width warning

2003-10-27 Thread Phil Chu
Chris Bowditch wrote: From: Johannes Stuermer [EMAIL PROTECTED] Another cause could be the fact that I'm using landscape orientation. No warning in a similar xsl-fo that is portrait oriented. I'm only using % values for all width values (including columns) in my tables. No hardcoded values

RE: column-width warning

2003-10-27 Thread Johannes Stuermer
Thanks for all the responses. I will avoid % values for column widths. -Original Message- From: Phil Chu [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2003 11:46 AM To: [EMAIL PROTECTED] Subject: Re: column-width warning Chris Bowditch wrote: From: Johannes Stuermer [EMAIL

RE: Moving content to the last column

2003-10-27 Thread Andreas L. Delmelle
-Original Message- From: Chris Pratt [mailto:[EMAIL PROTECTED] Sent: maandag 27 oktober 2003 19:28 I have a multi-columnar display, where I need some content to end up in the last column on the page. What would be perfect would be the ability to specify a fo:block break-before=last-