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 , but that doesn't appear to be a valid value.  Alternatively a
method in XPath to specify >  would
work as well.  Are these capabilities there, but
> I'm some how missing them?  Is there a different way to achieve the same
desired effect?  Is there > a way to add an extension that could do this?
Any help would be appreciated.  Thanks

Let's see...

The  construct will not work (in this way), as you don't have a
page-context at the XSLT stage.

Don't know if maybe an absolute positioned block-container could help you
out here...?

Other options?
 should work, I guess... Trick is, you
probably need to know what column you are in at the 'time' this gets added.
I'm not very sure that's possible...

Maybe, if you have a very faint idea on how the pages are going to be laid
out, as a remote possibility, you could try the following :


  
column
  



Hope these help!

Greetz,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 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 expect for the page size, which is set to width=10.44in,
>> height=8.25in;
>>
> 
> I dont believe FOP likes % values in the column widths. You can 
> subsitute % in the column widths for the proportional-column-width() 
> function. e.g. change 20% for proportional-column-width(20), etc.
> 

This will work if all the column widths were specified with percentages, 
i.e. they all add up to 100. But, for example, if there were just two 
columns with proportional-column-width(20) then each would take up half 
of the available table width, and if other columns had absolute width 
values, then it would be just fifty percent of the remaining available 
width. Am I missing anything else?

-Phil

-- 
Phil Chu
[EMAIL PROTECTED]
http://www.technicat.com/


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 expect for the page size, which is set to width=10.44in,
height=8.25in;

I dont believe FOP likes % values in the column widths. You can 
subsitute % in the column widths for the proportional-column-width() 
function. e.g. change 20% for proportional-column-width(20), etc.

This will work if all the column widths were specified with percentages, 
i.e. they all add up to 100. But, for example, if there were just two 
columns with proportional-column-width(20) then each would take up half 
of the available table width, and if other columns had absolute width 
values, then it would be just fifty percent of the remaining available 
width. Am I missing anything else?

-Phil
--
Phil Chu
[EMAIL PROTECTED]
http://www.technicat.com/
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 , 
but that doesn't appear to be a valid value.  Alternatively a method in 
XPath to specify  would work as 
well.  Are these capabilities there, but I'm some how missing them?  
Is there a different way to achieve the same desired effect?  Is there a 
way to add an extension that could do this?  Any help would be 
appreciated.  Thanks
  (*Chris*)


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 experience with iText, but since FOP
supports encryption and the producer / author / title props, I have seen
little use for iText.

Thx for the vote of confidence (in FOP that is :) ).


Greetz,

Andreas


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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
bcprov-jdk13-120.jar

Thank's

- Original Message -
From: "Felice Angemi" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 27, 2003 2:41 PM
Subject: Re: read-only PDF


> 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
> security.provider.2=com.sun.net.ssl.internal.ssl.Provider
> security.provider.3=com.sun.rsajca.Provider
> security.provider.4=com.sun.crypto.provider.SunJCE
> security.provider.5=sun.security.jgss.SunProvider
> security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider
>
>
> tieni conto dei Provider  4 el 6 se non ci sono nel tuo java.security
> aggiungile
> (tenendo presente che i numeri dei Provider devono essere sequenziali
quindi
> se hai il 1 e il 2 il prossimo che aggiungi sara' il 3)
>
> e poi aggiungi al CLASSPATH dell'applicazione sia in compilazione che in
> fase di run
> jce-jdk13-120.jar;bcprov-jdk13-120.jar
>
> Prova cosi' se non è questo il problema allora lo hai dettagliato
> poco come ti ho scritto nell'email precedente
>
> Per correttezza verso la ML traduco anche in inglese!
> Felix
>
> TRADUCTION:
>
> i haven't jdk 1.3 to try it,
> but i think that the problem is in the Security Provider JCE :
>
> You must search in the file jre/lib/security/java.security the following
> lines
>
> security.provider.1=sun.security.provider.Sun
> security.provider.2=com.sun.net.ssl.internal.ssl.Provider
> security.provider.3=com.sun.rsajca.Provider
> security.provider.4=com.sun.crypto.provider.SunJCE
> security.provider.5=sun.security.jgss.SunProvider
> security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider
>
> look at security Provider 4 e 6, if you haven't it in your java.security
add
> this lines and take care about the number (that must be in sequence 1 2 3
> etc.)
>
> after add in your CLASSPATH:
> jce-jdk13-120.jar;bcprov-jdk13-120.jar
>
> Try it, if it's not the solution then you have reported a little bit of
info
> about
> the problem and more info are required to solve it!
>
> To be correct with the ML i translate it also in English
> Felix
>
> >From: "P.I. Agnoletto Christian" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >Subject: Re: read-only PDF
> >Date: Mon, 27 Oct 2003 13:32:14 +0100
> >MIME-Version: 1.0
> >Received: from mail.apache.org ([208.185.179.12]) by mc5-f24.hotmail.com
> >with Microsoft SMTPSVC(5.0.2195.5600); Mon, 27 Oct 2003 04:31:58 -0800
> >Received: (qmail 4254 invoked by uid 500); 27 Oct 2003 12:31:54 -
> >Received: (qmail 4241 invoked from network); 27 Oct 2003 12:31:53 -
> >Received: from unknown (HELO fio2.cedainformatica.it) (81.72.50.122)  by
> >daedalus.apache.org with SMTP; 27 Oct 2003 12:31:53 -
> >Received: (qmail 3918 invoked from network); 27 Oct 2003 12:30:56 -
> >Received: from unknown (HELO CHRISTIAN) (192.168.1.1)  by 0 with SMTP; 27
> >Oct 2003 12:30:56 -
> >X-Message-Info: JGTYoYF78jFe0vvRYIctp+QGiumGITh7
> >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> >Precedence: bulk
> >list-help: 
> >list-unsubscribe: 
> >list-post: 
> >Delivered-To: mailing list [EMAIL PROTECTED]
> >Message-ID: <[EMAIL PROTECTED]>
> >References: <[EMAIL PROTECTED]>
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Mailer: Microsoft Outlook Express 6.00.2800.1106
> >Disposition-Notification-To: "P.I. Agnoletto Christian"
> ><[EMAIL PROTECTED]>
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> >X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
> >Return-Path:
[EMAIL PROTECTED]
> >X-OriginalArrivalTime: 27 Oct 2003 12:31:58.0202 (UTC)
> >FILETIME=[5039C5A0:01C39C86]
> >
> >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]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Monday, October 27, 2003 1:04 PM
> >Subject: Re: read-only PDF
> >
> >
> > > 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:

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
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
security.provider.3=com.sun.rsajca.Provider
security.provider.4=com.sun.crypto.provider.SunJCE
security.provider.5=sun.security.jgss.SunProvider
security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider
tieni conto dei Provider  4 el 6 se non ci sono nel tuo java.security 
aggiungile
(tenendo presente che i numeri dei Provider devono essere sequenziali quindi
se hai il 1 e il 2 il prossimo che aggiungi sara' il 3)

e poi aggiungi al CLASSPATH dell'applicazione sia in compilazione che in 
fase di run
jce-jdk13-120.jar;bcprov-jdk13-120.jar

Prova cosi' se non è questo il problema allora lo hai dettagliato
poco come ti ho scritto nell'email precedente
Per correttezza verso la ML traduco anche in inglese!
Felix
TRADUCTION:
i haven't jdk 1.3 to try it,
but i think that the problem is in the Security Provider JCE :
You must search in the file jre/lib/security/java.security the following 
lines

security.provider.1=sun.security.provider.Sun
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
security.provider.3=com.sun.rsajca.Provider
security.provider.4=com.sun.crypto.provider.SunJCE
security.provider.5=sun.security.jgss.SunProvider
security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider
look at security Provider 4 e 6, if you haven't it in your java.security add 
this lines and take care about the number (that must be in sequence 1 2 3 
etc.)

after add in your CLASSPATH:
jce-jdk13-120.jar;bcprov-jdk13-120.jar
Try it, if it's not the solution then you have reported a little bit of info 
about
the problem and more info are required to solve it!

To be correct with the ML i translate it also in English
Felix
From: "P.I. Agnoletto Christian" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
To: <[EMAIL PROTECTED]>
Subject: Re: read-only PDF
Date: Mon, 27 Oct 2003 13:32:14 +0100
MIME-Version: 1.0
Received: from mail.apache.org ([208.185.179.12]) by mc5-f24.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Mon, 27 Oct 2003 04:31:58 -0800
Received: (qmail 4254 invoked by uid 500); 27 Oct 2003 12:31:54 -
Received: (qmail 4241 invoked from network); 27 Oct 2003 12:31:53 -
Received: from unknown (HELO fio2.cedainformatica.it) (81.72.50.122)  by 
daedalus.apache.org with SMTP; 27 Oct 2003 12:31:53 -
Received: (qmail 3918 invoked from network); 27 Oct 2003 12:30:56 -
Received: from unknown (HELO CHRISTIAN) (192.168.1.1)  by 0 with SMTP; 27 
Oct 2003 12:30:56 -
X-Message-Info: JGTYoYF78jFe0vvRYIctp+QGiumGITh7
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
list-help: 
list-unsubscribe: 
list-post: 
Delivered-To: mailing list [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
Disposition-Notification-To: "P.I. Agnoletto Christian" 
<[EMAIL PROTECTED]>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 27 Oct 2003 12:31:58.0202 (UTC) 
FILETIME=[5039C5A0:01C39C86]

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]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 27, 2003 1:04 PM
Subject: Re: read-only PDF
> 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
> >MIME-Version: 1.0
> >Received: from mail.apache.org ([208.185.179.12]) by mc7-f2.hotmail.com
> >with Microsoft SMTPSVC(5.0.2195.5600); Mon, 27 Oct 2003 00:06:07 -0800
> >Received: (qmail 5349 invoked by uid 500); 27 Oct 2003 08:05:51 -
> >Received: (qmail 5335 invoked from network); 27 Oct 2003 08:05:50 -
> >Received: from unknown (HELO fio2.cedainformatica.it) (81.72.50.122)  
by
> >daedalus.apache.org with SMTP; 27 Oct 2003 08:05:50 -
> >Received: (qmail 1598 invoked from network); 27 Oct 2003 09:09:04 -
> >Received: from unknown (HELO CHRISTIAN) (192.168.1.1)  by 0 with SMTP; 
27
> >Oct 2003 09:09:04 -
> >X-Message-Info: JGTYoYF78jEwZ9ookdtXZrEz/2Jh7m2Z
> >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> >Precedence: bulk
> >list-help: 

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]>
To: <[EMAIL PROTECTED]>
Sent: Monday, October 27, 2003 1:04 PM
Subject: Re: read-only PDF


> 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
> >MIME-Version: 1.0
> >Received: from mail.apache.org ([208.185.179.12]) by mc7-f2.hotmail.com
> >with Microsoft SMTPSVC(5.0.2195.5600); Mon, 27 Oct 2003 00:06:07 -0800
> >Received: (qmail 5349 invoked by uid 500); 27 Oct 2003 08:05:51 -
> >Received: (qmail 5335 invoked from network); 27 Oct 2003 08:05:50 -
> >Received: from unknown (HELO fio2.cedainformatica.it) (81.72.50.122)  by
> >daedalus.apache.org with SMTP; 27 Oct 2003 08:05:50 -
> >Received: (qmail 1598 invoked from network); 27 Oct 2003 09:09:04 -
> >Received: from unknown (HELO CHRISTIAN) (192.168.1.1)  by 0 with SMTP; 27
> >Oct 2003 09:09:04 -
> >X-Message-Info: JGTYoYF78jEwZ9ookdtXZrEz/2Jh7m2Z
> >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
> >Precedence: bulk
> >list-help: 
> >list-unsubscribe: 
> >list-post: 
> >Delivered-To: mailing list [EMAIL PROTECTED]
> >Message-ID: <[EMAIL PROTECTED]>
> >X-Priority: 3
> >X-MSMail-Priority: Normal
> >X-Mailer: Microsoft Outlook Express 6.00.2800.1106
> >Disposition-Notification-To: "P.I. Agnoletto Christian"
> ><[EMAIL PROTECTED]>
> >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> >X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
> >Return-Path:
[EMAIL PROTECTED]
> >X-OriginalArrivalTime: 27 Oct 2003 08:06:07.0849 (UTC)
> >FILETIME=[2D130D90:01C39C61]
> >
> >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, e-mail: [EMAIL PROTECTED]
> >
>
> _
> STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-
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
MIME-Version: 1.0
Received: from mail.apache.org ([208.185.179.12]) by mc7-f2.hotmail.com 
with Microsoft SMTPSVC(5.0.2195.5600); Mon, 27 Oct 2003 00:06:07 -0800
Received: (qmail 5349 invoked by uid 500); 27 Oct 2003 08:05:51 -
Received: (qmail 5335 invoked from network); 27 Oct 2003 08:05:50 -
Received: from unknown (HELO fio2.cedainformatica.it) (81.72.50.122)  by 
daedalus.apache.org with SMTP; 27 Oct 2003 08:05:50 -
Received: (qmail 1598 invoked from network); 27 Oct 2003 09:09:04 -
Received: from unknown (HELO CHRISTIAN) (192.168.1.1)  by 0 with SMTP; 27 
Oct 2003 09:09:04 -
X-Message-Info: JGTYoYF78jEwZ9ookdtXZrEz/2Jh7m2Z
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
list-help: 
list-unsubscribe: 
list-post: 
Delivered-To: mailing list [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1106
Disposition-Notification-To: "P.I. Agnoletto Christian" 
<[EMAIL PROTECTED]>
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 27 Oct 2003 08:06:07.0849 (UTC) 
FILETIME=[2D130D90:01C39C61]

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, e-mail: [EMAIL PROTECTED]
_
STOP MORE SPAM with the new MSN 8 and get 2 months FREE* 
http://join.msn.com/?page=features/junkmail

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 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?
http://xml.apache.org/fop/pdfencryption.html
Chris
_
Tired of 56k? Get a FREE BT Broadband connection 
http://www.msn.co.uk/specials/btbroadband

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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 alternatives for embedding a link in my PDF ?
> >
>
> PDF Encryption is working in 1.0 dev, but the latest I heard was
> basic-links
> aren't so...
> Have a look at http://xml.apache.org/fop/output.html#pdf-postprocess
>
> With iText, you can easily add a hyperlink at some absolute position on a
> page generated by FOP.
>
>
> Hope this helps!
>
> Greetz,
>
> Andreas
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: column-width warning

2003-10-27 Thread Chris Bowditch
From: Johannes Stuermer <[EMAIL PROTECTED]>
Is the "maximum specified IPD" a value that I have control over? If so, can
I get rid of this warning by changing it?
This is the width attribute of fo:table. If you have set it to 100% then the 
width of the table is the same as the width of the body region.

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 expect for the page size, which is set to width=10.44in,
height=8.25in;
I dont believe FOP likes % values in the column widths. You can subsitute % 
in the column widths for the proportional-column-width() function. e.g. 
change 20% for proportional-column-width(20), etc.

Chris
_
Sign-up for a FREE BT Broadband connection today! 
http://www.msn.co.uk/specials/btbroadband

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


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, e-mail: [EMAIL PROTECTED]



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: [EMAIL PROTECTED]



Re: basic-link

2003-10-27 Thread Glen Mazza
Chris,

Take a look at the example here: 
http://marc.theaimsgroup.com/?l=fop-dev&m=106588921514459&w=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 PROTECTED]> wrote:
> Hello
> 
> I am having problems with  I use it
> as shown below. When you
> hover over the link in the resulting PDF, the link
> includes a load of
> garbage characters after the ".com". Am I doing
> something wrong  ? ARe there
> any alternatives for embedding a link in my PDF ?
> 
> 
> 
>  external-destination="url('www.website.com')"
> color="#99">Visit us here www.website.com
> 
> 
> 
> 
> Thanks
> 
> Chris
> 
> 
> 
>
-
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 


__
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 (including columns) in my tables. No hardcoded
values expect for the page size, which is set to width=10.44in,
height=8.25in;

Thanks,
Johannes


-Original Message-
From: J.Pietschmann [mailto:[EMAIL PROTECTED]
Sent: Sunday, October 26, 2003 1:59 AM
To: [EMAIL PROTECTED]
Subject: Re: column-width warning


Johannes Stuermer wrote:
> I keep getting this warning during PDF generation in an embbedded FOP app:

> 
> "Sum of fixed column widths 751000 greater than maximum specified IPD"
> 
> However, in the XSL-FO file I can't find anything unusual that would
> indicate an invalid value for a table columns. What can cause such a
> warning?

The values are not necessarily invalid, just a bit too large.
751000 Millipointsare roughly 26.5 cm, which ought to be a bit
too wide for common paper formats. Just check your width values.

J.Pietschmann


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]