Re: Need advice in implementing signed PDF files

2002-07-23 Thread Keiron Liddle
On Mon, 2002-07-22 at 19:12, Miguel A Paraz wrote: I don't know. What do you think it should do? Sorry, let me rephrase that. My question is, what is the proper way for a PDFFilter subclass to read values from the configuration file? The signing system would need access to the name of the

page break

2002-07-23 Thread RamanaJV
Devs, Is it possible to tell FOP to clip the text, when the block will not fit in the respctive region? I don't want the block to spanacross lines.. [RamanaJV]

Re: FOP doc

2002-07-23 Thread Keiron Liddle
On Mon, 2002-07-22 at 22:26, Victor Mote wrote: FOP developers: As I am trying to get my arms around FOP, I am finding some things that I probably ought to propose as changes to the documentation, but I am confused about the mechanism for doing so. Hope you have long arms. 1. It appears

Re: FOP doc

2002-07-23 Thread Jeremias Maerki
As I am trying to get my arms around FOP, I am finding some things that I probably ought to propose as changes to the documentation, but I am confused about the mechanism for doing so. 1. It appears that the main documentation deliverable is the HTML pages that are on the web site and

Duplex printing

2002-07-23 Thread RamanaJV
Title: RE: Performance Analysis Dear All, I'm tryingto print the pages in duplex mode. I have written the following function. But this is not working. Is it a problem with JDK or with FOP. When I call this method, a printer dialog is shown with the option duplex selected, but the pages are

Re: PDF output driver

2002-07-23 Thread Keiron Liddle
On Tue, 2002-07-23 at 00:10, Kevin O'Neill wrote: I'm new to fop, so please give me a little leeway :). I've been looking at FOPs PDF library to help me with some direct PDF generation tasks that are not presently suited to XSL:FO (I need absolute positioning, layering and the ability to

Re: page break

2002-07-23 Thread Keiron Liddle
On Tue, 2002-07-23 at 08:47, RamanaJV wrote: Devs, Is it possible to tell FOP to clip the text, when the block will not fit in the respctive region? I don't want the block to span across lines.. Currently no. This is something that will be implemented in the new design.

RE: page break

2002-07-23 Thread RamanaJV
Then, Is it possible to know, without actually rendering, how many lines a block is expected to span. I really need this now in my application to get away from the pagination problem that are occuring. Also, is it possible to know, how many lines of text can be written on to a page with

RE: page break

2002-07-23 Thread Keiron Liddle
On Tue, 2002-07-23 at 09:08, RamanaJV wrote: Then, Is it possible to know, without actually rendering, how many lines a block is expected to span. I really need this now in my application to get away from the pagination problem that are occuring. Also, is it possible to know, how many

cvs commit: xml-fop/src/org/apache/fop/image/analyser TIFFReader.java

2002-07-23 Thread keiron
keiron 2002/07/23 03:59:10 Modified:src/org/apache/fop/image AbstractFopImage.java src/org/apache/fop/image/analyser TIFFReader.java Log: prevent npe Revision ChangesPath 1.10 +6 -4 xml-fop/src/org/apache/fop/image/AbstractFopImage.java

Re: Re: the license of Chinese hyphenation pattern file

2002-07-23 Thread Peter S. Housel
stoneson [EMAIL PROTECTED] wrote: the problem is : when I use to write a part of Chinese in the block or table-cell, the Chinese text could not broken in the end of line. so I use the hyhens to fixed it, the problem solved, but there is not hyhens file of Chinese for FOP, I wonder is

Preserving Linefeed character

2002-07-23 Thread Al-Dhahir, Haitham
Hi, I have an XML document which contains a linefeed character in one of the lines. However, when I process this into PDF using FOP, the outputted line has a space where the linefeed should be. My XML: Data val=Line1#x0A;Line2/ My XSL: fo:block text-align=left font-weight=normal

FOP extension elements

2002-07-23 Thread Matthew L. Avizinis
Hello all, The following is stated on the FOP website: These extension are available by default. They are automatically loaded and you only need to provide the correct namespace for your embedded xml markup. OK, so fop:outline and fop:label are loaded by default without needing to do the other

Re: pls help with getting latest maint version

2002-07-23 Thread J.Pietschmann
[EMAIL PROTECTED] wrote: Hi all, pls forgive me, and i know this must be the millionth time you're being asked for it, but can someone pls send me the FTP command for getting the latest maint version? Or even better, can someone pls send me the latest maintenance version jar..thx You can't

cvs commit: xml-fop/src/org/apache/fop/svg SVGObj.java

2002-07-23 Thread pietsch
pietsch 2002/07/23 18:06:26 Modified:src/org/apache/fop/extensions Tag: fop-0_20_2-maintain Label.java Outline.java src/org/apache/fop/fo Tag: fop-0_20_2-maintain ColorProfile.java Declarations.java FObj.java

Flow and region-body

2002-07-23 Thread J.Pietschmann
Hi, I'm about to remove some hackery from the maintenance branch, as part of a general cleanup. There is a comment in Flow.java (soon/now AbstractFlow.java) // flow is *always* laid out into a BodyAreaContainer I was not able to find support for this directly in the spec, although I think

RE: Flow and region-body

2002-07-23 Thread Arved Sandstrom
-Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]] Sent: July 23, 2002 11:12 PM To: fop dev Subject: Flow and region-body Hi, I'm about to remove some hackery from the maintenance branch, as part of a general cleanup. There is a comment in Flow.java (soon/now

cvs commit: xml-fop/src/org/apache/fop/fo/pagination PageSequence.java

2002-07-23 Thread pietsch
pietsch 2002/07/23 19:39:45 Modified:src/org/apache/fop/fo/flow Tag: fop-0_20_2-maintain Flow.java StaticContent.java src/org/apache/fop/fo/pagination Tag: fop-0_20_2-maintain PageSequence.java Added: