RE: table-row borders

2003-07-15 Thread Andreas Delmelle
Title: fo:table-row borders -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 fo:table-row bordersyup! row-border support isn't implemented. either use the cell-border or the table-border itself... ( dunno for sure, but might have to do with support for cells spanning multiple rows ) greetz ald

RE: Forms and Editable fields

2003-07-14 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Not directly with FOP. Possibly with iText. See http://xml.apache.org/fop/output.html#pdf-postprocess. greetz ald -Original Message- From: Bernard Biron [mailto:[EMAIL PROTECTED] Sent: maandag 14 juli 2003 18:21 To: [EMAIL

RE: Exception in thread...

2003-07-14 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 soundz like a classpath prob to me. sure you're running fop from the fop-dir itself? greetz, ald -Original Message- From: Dennis Grace [mailto:[EMAIL PROTECTED] Sent: maandag 14 juli 2003 21:40 To: [EMAIL PROTECTED] Subject:

FW: using MS Sans Serif inpdf reporting

2003-07-13 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Correction: 'MS Sans Serif' seems not to be TTF, but FON. Don't know if this can already be embedded... anyone? greetz, ald - -Original Message- From: Andreas Delmelle [mailto:[EMAIL PROTECTED] Sent: zondag 13 juli 2003 10:41 To: [EMAIL

RE: PDF encryption

2003-07-10 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED] Sent: donderdag 10 juli 2003 19:33 To: [EMAIL PROTECTED] Subject: Re: PDF encryption Chris Faulkner wrote: Thanks for that - it looks like the PDF decryption can

RE: Why no .fo needed to run fop?

2003-06-29 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 it is not... an intermediate .fo is indeed generated ( if the .xsl & .xml together make up a well-formed xsl:fo document ). greetz ald -Original Message- From: Daniel Maher [mailto:[EMAIL PROTECTED] Sent: zondag 29 juni 2003 20:34

RE: NoClassDefFoundError

2003-06-26 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sounds like a classpath problem to me... u must make sure the fop.jar file is accessible at runtime. ( try adding PATH=%PATH%;C:\fop-0.20.5rc\build\fop.jar - or wherever this file is located - to the batch file ). greetz, ald - -Original

RE: Problem with line breaks

2003-06-26 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 i'm speaking from neither, but the desired result seems a little awkward (?) better-formed : fo:blockPErf./fo:blockfo:block2003/fo:block etc. or fo:blockPErf.#160;2003#160;2002#160;2000/fo:block ( optional : defining entity for #160; to make

RE: Problem with line breaks

2003-06-26 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 fo:blockPErf.#160;2003#160;2002#160;2000/fo:block ( optional : defining entity for #160; to make it more readable ) This example probably won't help much, since #160; equates to a non-breaking space (nbsp;) which would force all of

RE: background-image to cover entire page

2003-06-26 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 dunno exactly, but i think this might do the trick : - - set margin-top margin-bottom to 0 - - define region-before with extent equal to page-height - - define region-body with the desired measures for the actual document - - define

RE: Spurious space between table-header and table header.

2003-06-26 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 my guess is this has sth to do with inheritance top or bottom? both get doubled by them being defined in table-header table-row ( last one implicitly ? ) would try adding them to the row instead leaving them out of the table-header ( unless i

RE: Page Setup

2003-06-26 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 set up a *-page-master with the appropriate width x height ?? good luck ald -Original Message- From: amar [mailto:[EMAIL PROTECTED] Sent: donderdag 26 juni 2003 20:56 To: [EMAIL PROTECTED] Subject: Page Setup Hello guys

RE: Newbie tarred and feathered

2003-06-26 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 tar is actually a gzip format ( i see this has already been answered ... ) i would have recommended using WinRAR, which seems to have no probz with doubled .tar-extension. cheerz, ald -Original Message- From: David Hill

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-23 Thread Andreas Delmelle
if it saves the PDF again. And of course, you need to provide a way to support your proprietary extension. Better stick to standards. On 22.06.2003 12:26:04 Andreas Delmelle wrote: also, i'm considering the option of creating an additional content-stream, that could contain a signature

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-23 Thread Andreas Delmelle
, PDF Encryption Custom fonts That hasn't changed as far as I know. Are you sure you got the maintenance branch and not the redesign/trunk/HEAD? On 23.06.2003 19:26:11 Andreas Delmelle wrote: btw : switched to the latest version of the 'maintain' branch, but the way the custom config xml

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Andreas Delmelle
If u don't use custom fonts, code like in my earlier message should do the trick. ( Create an options Hashmap use driver.getRenderer().setOptions(...) ). Only downside for the moment is that the producer info will get scrambled, but as this is a mere detail... The supplied restrictions are fully

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Andreas Delmelle
On 21.06.2003 12:45:06 Andreas Delmelle wrote: while embedding FOP using embedded TrueType implementing PDF encryption, stumbled upon the following (Acrobat Reader 5.1) : - - unable to extract embedded font ... That's the missing ToUnicode functionality that was discussed a few days ago

RE: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Andreas Delmelle
PROTECTED] Subject: Re: Embedding FOP, PDF Encryption Custom fonts On 21.06.2003 12:45:06 Andreas Delmelle wrote: while embedding FOP using embedded TrueType implementing PDF encryption, stumbled upon the following (Acrobat Reader 5.1) : - - unable to extract embedded font ... That's

Embedding FOP, PDF Encryption Custom fonts

2003-06-21 Thread Andreas Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 while embedding FOP using embedded TrueType implementing PDF encryption, stumbled upon the following (Acrobat Reader 5.1) : - - unable to extract embedded font ... - - also the producer ( author / title / date - added myself) properties in the