Re: When is the FOP 1.0 release scheduled for?

2004-01-29 Thread Arvind Bassi
I have checked the module out onto my PC and am reading through the build.xml file. There is a comment up the top regarding the JIMI and JAI. Do l need to JIMI and JAI to be present aswell? If so, how does FOP use these modules? Thanks. Arvind. --- "J.Pietschmann" <[EMAIL PROTECTED]> wrote:

Re: differences in fop command line

2004-01-29 Thread fopuser
Quoting "J.Pietschmann" <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: > > When I executed the command line using "fop -xsl this.xsl -xml this.xml > -pdf > > this.pdf", I don't get the error message " some content cannot fit into > static > > area". > > But When you merge this xml and xsl usin

Re: differences in fop command line

2004-01-29 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: When I executed the command line using "fop -xsl this.xsl -xml this.xml -pdf this.pdf", I don't get the error message " some content cannot fit into static area". But When you merge this xml and xsl using xalan.bat to formatting objects and convert the generated fo usin

RE: Réf. : PDF security

2004-01-29 Thread Johannes Stuermer
iText is another useful tool (http://www.lowagie.com/iText/) especially if you are embedding fonts in your encrypted PDF files. -Original Message- From: DURAND, Bertrand - DSIA [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 5:49 AM To: [EMAIL PROTECTED] Subject: Réf. : PDF sec

Re: Space After

2004-01-29 Thread Anil
It worked!!! Thanks again Pietschmann. I really appreciate your help. --- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > Anil wrote: > > > > > > ,  > > > ... > > My expected output is City, State Zip-ZipExt > > > > But i am getting City{space}, State Zip{Space}-

differences in fop command line

2004-01-29 Thread fopuser
I had a chance to look at the problem listed in http://marc.theaimsgroup.com/?l=fop-user&m=106761737304328&w=2 When I executed the command line using "fop -xsl this.xsl -xml this.xml -pdf this.pdf", I don't get the error message " some content cannot fit into static area". But When you merge t

Re: Cannot display adjacent images without gap

2004-01-29 Thread Selber Jean-François
Help visibilly the value of space-before is dependent on the image size. If the image is bigger the space-before must be bigger. The gap add by fop seems to be dependent on the height of the image More the image has a bigger height more the gap beetween image is bigger How can I found the value t

Re: Cannot display adjacent images without gap

2004-01-29 Thread Selber Jean-François
add space-before="-2pt" dont resolve completly my problem with space-before="-2pt" space-after="-2pt" (as following exemple) it's not perfect. I have always a little blank gap: How can I found exactly the size of space-before and space-after add by fop? Thanks jf - Original Message -

Re: no default font defined by OutputConverter

2004-01-29 Thread Chris Bowditch
Subbareddy Kalakota wrote: Hi I am getting this exception, do I need to set the default font to the Driver any where I am using fo:block tag with font-size, color, font-style attributes inside fo:flow and fo:static-content Driver.getContentHandler method throwing this exception So you're embe

Re: Cannot display adjacent images without gap

2004-01-29 Thread Chris Bowditch
Selber Jean-François wrote: All images that I want concatenate vertically are generate dynamically. Those images could have differents size (number of pixel height are differents) I understood that from previous mails. From the number height of pixel of images how can I found the negative size to g

Re: Réf. : Re: Cannot display adjacent images without gap

2004-01-29 Thread Selber Jean-François
It's only easy to realised if the svg is only on one page But I don't want to have the svg on one page because it could be difficult to read it So if the svg is cut one per page, with your solution, the problem is that I can have a part of document before concatenate images. The start of the image

Réf. : PDF security

2004-01-29 Thread DURAND, Bertrand - DSIA
Hi, yes you can use pdf encryption with Bouncy Castle jar. see http://xml.apache.org/fop/pdfencryption.html Bertrand DURAND Lucian Opris <[EMAIL PROTECTE

RE: PDF security

2004-01-29 Thread Blasius, Dirk
Have a look at: http://xml.apache.org/fop/pdfencryption.html Greetings, Dirk -Original Message- From: Lucian Opris [mailto:[EMAIL PROTECTED] Sent: Thursday, January 29, 2004 2:44 PM To: [EMAIL PROTECTED] Subject: PDF security Hi All, Is there a was way in FOP to create a PDF and not

PDF security

2004-01-29 Thread Lucian Opris
Hi All, Is there a was way in FOP to create a PDF and not allow anybody to copy text from PDF or print the pdf? Thanks. Lucian Opris - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

Réf. : Re: Cannot display adjacent images without gap

2004-01-29 Thread mathieu . fretiere
>Tanks but I can't do that because all images concatenate can be on many pages You must determine first how many of the generated svg will be displayed on each page. Group them in one svg for each page. I don't know what your svg look like but you may specify height and width attributes of the

Re: Cannot display adjacent images without gap

2004-01-29 Thread Selber Jean-François
All images that I want concatenate vertically are generate dynamically. Those images could have differents size (number of pixel height are differents) >From the number height of pixel of images how can I found the negative size to give to space-before? Thanks jf - Original Message - From

Re: Cannot display adjacent images without gap

2004-01-29 Thread Selber Jean-François
Tanks but I can't do that because all images concatenate can be on many pages Another idea? Thanks jf - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 29, 2004 9:38 AM Subject: Re: Cannot display adjacent images without gap > A suggestion :

Re: Cannot display adjacent images without gap

2004-01-29 Thread mathieu . fretiere
A suggestion : you can easily create one single svg graphic from many graphics with a parent svg node : ... ... (I omitted width, height and viewbox...) You'll have to calculate the size of your graphics and check if the res