RE: Help required for Japanese FOP

2004-10-26 Thread Rob Stote
Title: RE: Help required for Japanese FOP I'm jumping in here last minute but... I am a little confused as to why you are building FOP. We currently are dealing with Japanese customers, and have had no issues. Here is What I did: Generate the appropriate font metrics file Configure FOP

RE: keep with next(Attribute)

2004-09-16 Thread Rob Stote
Title: RE: keep with next(Attribute) You might want to look at XEP www.renderx.com -Original Message- From: Eclipse [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 16, 2004 8:15 AM To: [EMAIL PROTECTED] Subject: Re: keep with next(Attribute) thank you for answer. here is my

RE: AFP Renderer

2004-08-10 Thread Rob Stote
Title: RE: AFP Renderer I concur. An AFP renderer would be something that we would/could use in almost everyone of our implementations. We currently have a method to produce AFP, non-xsl-fo based, and it would be a great help if this renderer was added to the FOP project. Rob

RE: Editors

2004-08-07 Thread Rob Stote
Title: RE: Editors Sorry clay I have been lax on getting you my thoughts.. I will do it this week end Rob -Original Message- From: Clay Leeds [mailto:[EMAIL PROTECTED]] Sent: Monday, August 02, 2004 5:49 PM To: [EMAIL PROTECTED] Subject: Re: Editors I think the best thing I can

RE: What XSLT and XSL-FO editor do you use?

2004-06-23 Thread Rob Stote
. If there are no objections (and time permitting!), I may even consider posting this and other reviews on the FOP web site (after fixing a couple of minor typos) in the appropriate Resources section--giving full credit to its author(s), of course! Web Maestro Clay On Jun 21, 2004, at 9:33 AM, Rob Stote wrote

RE: What XSLT and XSL-FO editor do you use?

2004-06-21 Thread Rob Stote
Title: RE: What XSLT and XSL-FO editor do you use? Hello all: I have tried the following editors: 1) Altova: I found this editor the least user friendly of the bunch. It does not offer a true WYSIWYG environment. Once you get your head around how to actually works, you can develop

RE: Print PDF !!!

2004-04-08 Thread Rob Stote
1.5? -Original Message-From: Rob Stote [mailto:[EMAIL PROTECTED]Sent: Friday, April 02, 2004 4:44 PMTo: [EMAIL PROTECTED]Subject: RE: Print PDF !!! In java the ability to print PDF with the "new" Java printfinally wirks for PDF. You set the stream type to PD

RE: Print PDF !!!

2004-04-08 Thread Rob Stote
work, it now works in 1.5 It look like the finally implemented the : DocFlavor flavor = DocFlavor.INPUT_STREAM.PDF Rob -Original Message- From: Chris Bowditch [mailto:[EMAIL PROTECTED]] Sent: Monday, April 05, 2004 5:56 AM To: [EMAIL PROTECTED] Subject: Re: Print PDF !!! Rob Stote

RE: Print PDF !!!

2004-04-02 Thread Rob Stote
Title: RE: Print PDF !!! In java the ability to print PDF with the new Java printfinally wirks for PDF. You set the stream type to PDF and send it to the printer... Like so: import java.io.*; import javax.print.*; import javax.print.attribute.*; import javax.print.attribute.standard.*;

ownerPassword

2004-03-30 Thread Rob Stote
Title: ownerPassword quick question... does the ownerPassword allow you to over-ride the other encryption settings? That is if I set all the options (allowcopy allowPrint etc..) to false, does using the owner password give you the rights that will over ride these settings, and an owner

RE: ownerPassword

2004-03-30 Thread Rob Stote
Title: RE: ownerPassword never mind.. I'm a user... I change the doc properties in Adobe, once I am logged in as the owner... sorry -Original Message- From: Rob Stote [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 30, 2004 4:31 PM To: [EMAIL PROTECTED] Subject: ownerPassword

Re: OMR Codes

2003-10-15 Thread Rob Stote
Sascha: I was in the same boat as you a few months ago. I was going to go the extension route but decided not to. I am assuming that the location, and amount of OMR marks are dependant on the number of pages that you are producing? (this was the case for us) If so here

Font-metrics file

2003-10-03 Thread Rob Stote
Title: Font-metrics file Folks: This may sound like an unusual question, but Why is the font metrics file needed/used by FOP. What does it provide to FOP. I have been using it blindly for the last year, just wondering. Thanks in advance Rob

RE: Font-metrics file

2003-10-03 Thread Rob Stote
Title: RE: Font-metrics file Thanks, excellent explanation as usual. I have found a tool that converts a PFB to a PFM. If the newly created PFM file has the missing values will they be picked up by the PFM parser? That question maybe out in left field, we can take it off-line if you want.

RE: Failed to read font metrics file

2003-09-28 Thread Rob Stote
Fellas: I'm just a user, but one with a mountain of experience using the font stuff in FOP. Can I make a suggestion. Don't let one question from one person cause the changes you are talking about. The font metrics file is not a bad thing. It is quite simple to use if you read the

RE: fo word

2003-07-16 Thread Rob Stote
Title: RE: fo word You can try this: http://www.rtf2fo.com/download.html Save your word 2k doc as an rtf, if your formatting will allow. Run it though rtf2fo, get the fo, and go from there This would be a quick and dirty solution As rtf2fo is a commercial product, it does replace

RE: [ERROR]: resulting in Exception in thread main java.l ang.OutOfMemoryError no stack trace avalable

2003-07-11 Thread Rob Stote
Title: RE: [ERROR]: resulting in Exception in thread main java.lang.OutOfMemoryError no stack trace avalable You are able to produce the 1000 page PDF on the Linux box ? If so, double check the HEAP settings on your Linux machine make sure the Linux, and Windows box match. Also there

RE: Image embedding question(s)

2003-07-10 Thread Rob Stote
]] Sent: Thursday, July 10, 2003 2:48 PM To: [EMAIL PROTECTED] Subject: Re: Image embedding question(s) Rob Stote wrote: Is it possible to insert a multi-page tiff into a PDF or PS file. No. You'll have to produce a separate file for each page and include them individually. How do you think

Re: duplicate some pages with different left margin

2003-06-24 Thread Rob Stote
If you know upfront (that is if it is indicated in the xml) what copy you are producing then you can have a variable in your stylesheet, have a couple of xsl:if statements in place to place the appropriate margine content on the appropriate copy that you are producing. Rob - Original

Adding an image to the end of a tiff file:

2003-06-19 Thread Rob Stote
Title: Adding an image to the end of a tiff file: Hello: Oleg this should probably be directed at you I was wondering if you could provide a snippet of code for adding extra images to the result of the TIFFRenderer. I notice that the Renderer can be configured to append or pre-pend

RE: Printer Tray selection

2003-06-19 Thread Rob Stote
Printer tray selection can not be placed into a document using xsl-fo. I had the same problem, for a client, we wrote a small app that inserted/embedded the appropriate information into the PS file right before it was spooled to the printer. Search for %%Page and insert the command

Re: Tiff renderer and strips

2003-06-10 Thread Rob Stote
: Re: Tiff renderer and strips Rob Stote wrote: This may sound like a bizarre question, and I am assume Oleg, you're the guy to answer this: Does the tiff render construct tiff with strips (if that is the way to say it.) Yes, by default tiff file is written in stripes

RE: Tiff renderer and strips

2003-06-10 Thread Rob Stote
Title: RE: Tiff renderer and strips Thank you again. Rob -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 10, 2003 8:26 AM To: [EMAIL PROTECTED] Subject: Re: Tiff renderer and strips Rob Stote wrote: I will do somemore reading

RE: Tiff renderer and strips

2003-06-10 Thread Rob Stote
they could ? Rob -Original Message- From: Rob Stote [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 8:36 AM To: '[EMAIL PROTECTED]' Subject: RE: Tiff renderer and strips Thank you again. Rob -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent

RE: Tiff renderer and strips

2003-06-10 Thread Rob Stote
Title: RE: Tiff renderer and strips Cool, I will do some reading Rob -Original Message- From: Oleg Tkachenko [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 10, 2003 10:15 AM To: [EMAIL PROTECTED] Subject: Re: Tiff renderer and strips Rob Stote wrote: One more quick question

PS Renderer ttf Font update + work around

2003-06-10 Thread Rob Stote
Title: PS Renderer ttf Font update + work around Hello all: This is a follow up message that contains only information, and my work around to not be able to embed a font in the ps renderer. I thought I would pass this message on to any of those who are struggling with the ps renderer and

RE: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc 3

2003-06-06 Thread Rob Stote
Title: RE: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc3 Jean-Francois: I was able to render you document. I do have a couple of suggestions. I could be wrong hear but you heap size setting look to be incorrect to me. I have mine set as follows -Xmx768M, not -Xmx###mo(the

RE: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc 3

2003-06-06 Thread Rob Stote
Title: RE: java.lang.OutOfMemoryError in FOP 0.20.5rc2 and FOP 0.20.5rc3 J-F: I removed some of the cell attributes from your fo: number-of-rows-spanned - there was 100592 instances of it in you fo, number-of-columns-spanned there was 100504 instances of it by removing these 2 attributes I

RE: Memory Settings (was: java.lang.OutOfMemoryError)

2003-06-06 Thread Rob Stote
Title: RE: Memory Settings (was: java.lang.OutOfMemoryError) The short answer is... it's complicated, you can set the VM to a size large than you RAM size, though I would not do this if I were you. In order to have a heap size of more that 2G you have to be using jdk1.3.1 and above -Xmx2g

RE: True Type Font in ps renderer

2003-06-05 Thread Rob Stote
, 2003 8:37 AM To: '[EMAIL PROTECTED]' Subject: RE: 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 PM

RE: True Type Font in ps renderer

2003-06-05 Thread Rob Stote
/software/fontographer/ I'm not sure if there's any cheaper/opensource solutions, but it wouldn't suprise me if there were. Michael Teator [EMAIL PROTECTED] -Original Message- From: Rob Stote [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 7:52 AM To: '[EMAIL PROTECTED

True Type Font in ps renderer

2003-06-04 Thread Rob Stote
Title: True Type Font in ps renderer Hello: I am trying to render a document that utilizes ocraext.ttf for one line on the document for bill paying. I was able to add the font into FOP, do the configuration and get it to work...sort of. When I render in PDF I can see the line in the

question regarding hyphenations

2003-05-29 Thread Rob Stote
Title: question regarding hyphenations I want to double check this. What is a hyphenation pattern? I need to do some wok in English (GB) and in French. Do I need to have a hyphenation pattern for this ? or can I just have French words in my style-sheets? Rob

Re: Big/Huge XMLs

2003-05-24 Thread Rob Stote
Dunno, Mat something else must be going on I can run it fine on my box. I noticed you are using the fo:page-sequence master-reference=one tag . Did you upgrade to at least this version 0.20.4. I can runit fine with this version and above (see below the 2 ouputs). I can run it both embedded

RE: Tif image error

2003-05-22 Thread Rob Stote
Title: RE: Tif image error Hello: I'm not sure, if you are on a windows box or not, but I have found that most windows imaging software can not handle the fax compression correctly and it inverts the colors. Try d-loading this browser plug-in to view your tiffs:

RE: table in xsl-region-before

2003-05-21 Thread Rob Stote
Title: RE: table in xsl-region-before David: Are you xsl:apply-templates mode=header/ or do you want to xsl:call-template name=/ try naming you template and calling from within the table. Just a guess Rob -Original Message- From: Holk, David A [mailto:[EMAIL PROTECTED]]

Re: multiple fo:tables within a single fo:flow flow-name=xsl-region -body

2003-05-19 Thread Rob Stote
David J.Pietschmann is quite correct you stylesheet is all messed up. Rob Try this: sorry about the indenting. fo:flow flow-name=xsl-region-body fo:blockshucks/fo:block fo:table fo:table-column column-width=73mm/ fo:table-column column-width=20mm/ fo:table-column

OMR Fold Marks Looking for Help

2003-05-13 Thread Rob Stote
Title: OMR Fold Marks Looking for Help Hello all: I have been madly reviewing both the XSL-FO and FOP boards for an answer to the following question: How do I determine the amount of pages, in a document and the current page I am on. I think I may have to write an extension to determine

RE: OMR Fold Marks Looking for Help

2003-05-13 Thread Rob Stote
luck! On 13.05.2003 16:52:19 Rob Stote wrote: Hello all: I have been madly reviewing both the XSL-FO and FOP boards for an answer to the following question: How do I determine the amount of pages, in a document and the current page I am on. I think I may have to write an extension

RE: mif generation

2003-05-05 Thread Rob Stote
Title: RE: mif generation Stephane: You'll have to be a little more specific. You might want to post the stack trace, if there is one. You have to narrow down where the error is occurring. Try commenting out certain sections of your style sheet, to see if it is indeed you table causing the

While we are on the subject of references

2003-05-02 Thread Rob Stote
Title: While we are on the subject of references I have found the following book to be indispensable. It is packed with code examples, and a clear layout of the spec. Anyone who like to see examples this is the book for you. It is fairly detailed, but not overwhelming. Practical Formatting

Rendering Text to Odd pages only

2003-04-23 Thread Rob Stote
Title: Rendering Text to Odd pages only If this has been asked before I apologize. I searched the archives and came up with nothing. I was wondering is there a way to force only rendering to the odd pages, and leave the even pages blank? I have a large 5 page doc, and want to only have the

RE: number-rows-spanned - Faster?

2003-03-22 Thread Rob Stote
Title: RE: number-rows-spanned - Faster? I have found nesting tables can be quite quick. If it is simple tables nest within another. If you get into nest 4, and 5 deep that is where there can be a slow down. Rob -Original Message- From: J.Pietschmann [mailto:[EMAIL PROTECTED]]

RE: table

2003-03-18 Thread Rob Stote
PROTECTED] Subject: RE: table Hi Rob, Thanks for taking time to reply me.My question was bit different than to your specific reply, and I re-posted it again. Thanks again. Regards Balaji --- Rob Stote [EMAIL PROTECTED] wrote: Balaji I did a quick test, I never nest tables, as a personal

RE: table

2003-03-17 Thread Rob Stote
Title: RE: table Balaji I did a quick test, I never nest tables, as a personal preference, easy to debug, read etc. FOP does say that the numbers produced from their debug statements should not be used comparatively. Hope this helps: File attached RESULTS FOR CALLED TABLES: 703 [main]

RE: Converting XML-FO

2003-03-14 Thread Rob Stote
Title: RE: Converting XML-FO Andrew: Here is one approach: public class CreateFO { public CreateFO() { this.makeFO(new File(D:/JavaProjects/RendererWrapper/test/and.xml), new File(D:/JavaProjects/RendererWrapper/test/and.xsl), new File(D:/JavaProjects/RendererWrapper/test/and.fo));

RE: FOP in production app

2003-03-10 Thread Rob Stote
Title: RE: FOP in production app David: I use it production, not too many issues, as Wim pointed out you have to be ready to support it. Rob -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, March 10, 2003 2:58 PM To: [EMAIL PROTECTED]

setting the dpi in the TiffRenderer

2003-03-07 Thread Rob Stote
Title: setting the dpi in the TiffRenderer Oleg: Is there a way to set the dpi in you TiffRenderer. I know I can set the compression level, but I am not sure about the dpi. Thanks Rob

RE: FOP output to TIFF

2003-03-04 Thread Rob Stote
Title: RE: FOP output to TIFF David: I ran into many of the same issues you did rendering to TIFF. I used Oleg's TiffRenderer: The Black and White thing is really a Windows imaging issue. I got around this by using Alternatiff browser plug-in, or viewing my TIFF's on a non-windows based

RE: FOP output to TIFF

2003-03-04 Thread Rob Stote
is not up to my interpretation. This is part of an already existing and heavily used document archival application (written in VB). So it's too late to change requirements. What workaround did you use for number 3? Thanks, David -Original Message-From: Rob

Entity Errors ?!?!?!

2003-02-28 Thread Rob Stote
Title: Entity Errors ?!?!?! Hello: I am a little new to this stuff so bear with me. I am using FOP to render my files to PDF, and TIFF. Enviro: JDK 1.4.1 FOP 0.20.4 My flow, create a .fo file from the XSL, and XML, pass the .fo to the various renderers I have set up. CODE: public

RE: AW: TMCA

2003-02-28 Thread Rob Stote
Title: RE: AW: TMCA Folks, this is not the place for this kind of a conversation. Rob -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED]] Sent: Friday, February 28, 2003 11:03 AM To: [EMAIL PROTECTED] Subject: Re: AW: TMCA Maybe the wiseguys around here should

RE: Entity Errors ?!?!?!

2003-02-28 Thread Rob Stote
-Original Message- From: Rodolfo M. Raya [mailto:[EMAIL PROTECTED]] Sent: Friday, February 28, 2003 11:47 AM To: [EMAIL PROTECTED] Subject: Re: Entity Errors ?!?!?! On Fri, 2003-02-28 at 11:07, Rob Stote wrote: So I guess my question: is there ant way for the renderers to recognize, or any way