RE: iteration in xsl

2004-04-27 Thread Teator, Michael
There's no direct functionality, but the workaround is to use recursion. xsl:call-template name="iterate" xsl:with-param name="iterations" select="10" /xsl xsl:template name="iterate" xsl:param name="iterations"0/xsl:param xsl:if test="$iterations 0" !-- do your work here --

RE: hide logging message

2004-04-05 Thread Teator, Michael
What if you just wanted to reduce the logging to errors? -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED] Sent: Monday, April 05, 2004 5:56 AM To: [EMAIL PROTECTED] Subject: Re: hide logging message Varadharajan Sethuraman wrote: Hi, I was running the sample of

RE: no sub-, super-script in PS from .fo

2004-02-23 Thread Teator, Michael
You might have better luck post-converting the PDF to postscript with ghostscript. -Original Message- From: A.R. (Tom) Peters [mailto:[EMAIL PROTECTED] Sent: Friday, February 20, 2004 3:57 PM To: [EMAIL PROTECTED] Subject: no sub-, super-script in PS from .fo I noticed that when I

RE: migrating from a standalone application to a web application

2004-02-19 Thread Teator, Michael
Have you looked at Cocoon? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, February 19, 2004 5:32 AM To: [EMAIL PROTECTED] Subject: migrating from a standalone application to a web application Hi I use FOP in a standalone application in order to

RE: PDF generation with only a subset of a Font embedded?

2003-08-29 Thread Teator, Michael
By default, unless you specified '-enc ansi' when you created the metrics, FOP subsets TrueType fonts. -Original Message- From: Ricardo Coutinho [mailto:[EMAIL PROTECTED] Sent: Friday, August 29, 2003 7:40 AM To: [EMAIL PROTECTED] Subject: PDF generation with only a subset of a Font

RE: PDF generation with only a subset of a Font embedded?

2003-08-29 Thread Teator, Michael
Edward Steichen L-2540 Luxembourg-Kirchberg Direct Line:+352 42 60 80 4425 fax: +352 42 91 92 http://www.odyssey-group.com -Original Message- From: Teator, Michael [mailto:[EMAIL PROTECTED] Sent: 29 August 2003 14:47 To: '[EMAIL PROTECTED]' Subject: RE: PDF generation with only

FOP dropping Type1 fonts from time to time

2003-08-27 Thread Teator, Michael
We're running FOP 0.20.5 in a coocoon/tomcat type environment. It's producing thousands of PDFs per day, and they all embed type1 fonts. Every once in a while, maybe 1 in a thousand will not have the fonts embedded. Any ideas? Thanks, Michael

RE: image scaling

2003-08-04 Thread Teator, Michael
use 100% for the side you want to scale. In the below example, set the 6 dimension to 3inches, and the other dimension to 100% (This works in Fop 0.20.5, but I don't believe it did in 0.20.4) -Original Message-From: Koes, Derrick [mailto:[EMAIL PROTECTED]Sent: Monday, August

RE: garbage collector

2003-07-25 Thread Teator, Michael
Title: Message If you are running FOP from the command line (or using the FOP batch file from the command line) It's not an issue, since the VM gets created destroyed each time you use it. If you are using FOP from another Java program, then you want to use the specified function before

RE: Default filename for saving PDF from browser.

2003-07-24 Thread Teator, Michael
You need to set a response header in the servlet for the filename to return to the browswer. -Original Message- From: Sameer Pokarna [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2003 6:56 AM To: [EMAIL PROTECTED] Subject: Default filename for saving PDF from browser. Hi, I am

RE: Symbol font and postscript files

2003-07-23 Thread Teator, Michael
We're going the opposite route. We generate a PDF from FO, then convert it to postscript. We're using Neevia to automate the process. -Original Message- From: Claes Sandberg [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 9:59 AM To: [EMAIL PROTECTED] Subject: Symbol font and

RE: Fonts?

2003-07-23 Thread Teator, Michael
Last I checked font-stretch was not implemented in FOP -Original Message- From: Robert P. J. Day [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 4:53 PM To: [EMAIL PROTECTED] Subject: Re: Fonts? On Wed, 23 Jul 2003, Michael Olschimke wrote: -BEGIN PGP SIGNED

Reverse video text

2003-07-14 Thread Teator, Michael
I'm trying to find a way to reverse video text (i.e. white on black rather than black on white) Putting the text in a table cell or block doesn't work because I want the black background only around the text, which is variable length. The three approaches I've tried are 1) trying to find some

RE: Dynamic Table Rows

2003-06-09 Thread Teator, Michael
Patrick, I think this is really more of an XSL question. I suggest you look through http://www.w3schools.com/xsl/ and you'll find several different ways to handle your problem. Pay particular attention to templates and for-each routines. Michael Teator [EMAIL PROTECTED] -Original

RE: True Type Font in ps renderer

2003-06-05 Thread Teator, Michael
Title: True Type Font in ps renderer What about converting the truetype fonts to postscript type1? Michael Teator[EMAIL PROTECTED] -Original Message-From: Rob Stote [mailto:[EMAIL PROTECTED]Sent: Wednesday, June 04, 2003 5:18 PMTo: [EMAIL PROTECTED]Subject: True Type Font

RE: True Type Font in ps renderer

2003-06-05 Thread Teator, Michael
I am a bit of a newbie, when it comes to fonts, type1 etc... what do you mean by this, and how would this be accomplished Rob -Original Message-From: Teator, Michael [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 8:37 AMTo: '[EMAIL PROTECTED]'Subject: RE:

RE: Document Security with FOP

2003-06-03 Thread Teator, Michael
Have you tried 0.20.5rc3a? Document encryption is a new feature in it. The change log reports: - Added PDF encryption. Available options: no printing, no copy, no edit, no annotations. Michael Teator[EMAIL PROTECTED] -Original Message-From: Francisco GarcĂ­a [mailto:[EMAIL

Font encoding types

2003-06-02 Thread Teator, Michael
Our user's printer/acrobatreader crashing problems have been corrected by switching to encoding the fonts in the WinAnsi format. The downside of this is the increased filesize since the entire font is being embedded. This is compounded with the 200K+ to embed the Helvetica font since for

RE: Font encoding types

2003-06-02 Thread Teator, Michael
the problems, then it's probably a matter of implementing support for them. On 02.06.2003 16:11:35 Teator, Michael wrote: Our user's printer/acrobatreader crashing problems have been corrected by switching to encoding the fonts in the WinAnsi format. The downside of this is the increased filesize

RE: Font encoding types

2003-06-02 Thread Teator, Michael
PROTECTED] -Original Message- From: Teator, Michael [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 11:45 AM To: '[EMAIL PROTECTED]' Subject: RE: Font encoding types The invalid cmap error is issued by the postscript printer (it prints out one of the 'offending command' pages

RE: Font encoding types

2003-06-02 Thread Teator, Michael
creates PDF code that some PDF interpreters don't like. Until today, I've seen this behaviour only in the redesign but not in 0.20.5x. Strange. On 02.06.2003 23:08:10 Teator, Michael wrote: If it helps, here is a link to a product that contains the Identity-H encoded fonts. Also, it doesn't have

Embedding fonts as a subset

2003-05-29 Thread Teator, Michael
It is possible to embed fonts as a subset in FOP? Michael Teator[EMAIL PROTECTED]

RE: Helvetica Standard Font not found (followup)

2003-05-29 Thread Teator, Michael
We may have solved some of these issues by switching to exclusively embedding Type 1 fonts rather than TrueType. It's at least solved some of the print crashing/corrupting issues. Michael Teator [EMAIL PROTECTED] -Original Message- From: Teator, Michael [mailto:[EMAIL PROTECTED] Sent

RE: Helvetica Standard Font not found (more followup)

2003-05-29 Thread Teator, Michael
Arial as a font family in FOP and it not require it to be embedded? Michael Teator [EMAIL PROTECTED] -Original Message- From: Teator, Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 28, 2003 10:12 AM To: '[EMAIL PROTECTED]' Subject: RE: Helvetica Standard Font not found Same

Using PDF Standard font MT Arial in FOP

2003-05-29 Thread Teator, Michael
In light of recent discovery that MT Arial is the new standard font to replace Helvetica in PDF, we'd like to move our products to using it. However, if you specify "MT Arial" as the font family in FOP, it says it cannot be located. Does FOP have to be updated to a newer version of the PDF

RE: Embedding fonts as a subset

2003-05-29 Thread Teator, Michael
PROTECTED] Subject: RE: Embedding fonts as a subset Teator, Michael wrote: --- Start --- It is possible to embed fonts as a subset in FOP? --- End --- See: http://xml.apache.org/fop/fonts.html#embedding Victor Mote - To unsubscribe

RE: Using PDF Standard font MT Arial in FOP

2003-05-29 Thread Teator, Michael
documentation and you'll be fine. I hope that clear things up a bit. On 29.05.2003 17:02:38 Teator, Michael wrote: In light of recent discovery that MT Arial is the new standard font to replace Helvetica in PDF, we'd like to move our products to using it. However, if you specify MT Arial as the font

Helvetica Standard Font not found

2003-05-28 Thread Teator, Michael
We are generating PDFs via FOP and decided to use the Helvetica font since it was one of the 'guaranteed to be there' fonts. However, we have a significant percentage of users that are complaining they can not display the PDF properlybecause Reader is reporting that Helvetica cannot be

RE: Helvetica Standard Font not found

2003-05-28 Thread Teator, Michael
. Teator, Michael [EMAIL PROTECTED]Para: [EMAIL PROTECTED] ology.com cc: Assunto: Helvetica Standard Font not found 28/05/2003