RE: PCL Problems on HP Deskjet 400

2001-09-13 Thread avespa
, see here: +-+ | Band 1 | +-+ | Band 2 | +-+ | Band 4 | +-+ | etc.| +-+ | | +-+ I think this is really what messes up your headers and footers. On Wed, 12 Sep 2001 17:32:48 -0400 avespa wrote: Question - I am testing a PCL

RE: PCL Problems on HP Deskjet 400

2001-09-13 Thread avespa
Very interesting and helpful information. My understanding was that the renderer would render the page as it is laid out in the XSL file, and since the header is near the top (with text and graphics) I find it odd that it is rendered and appears at the bottom of the page. The text itself looks

RE: PCL Problems on HP Deskjet 400

2001-09-13 Thread avespa
Hrm...plain text might be ok if we could have a small image and some variable size text - any idea of I could use extensions for this? -Original Message- From: Art Welch [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 13, 2001 12:58 PM To: '[EMAIL PROTECTED]' Subject: RE: PCL

PCL Problems on HP Deskjet 400

2001-09-12 Thread avespa
Question - I am testing a PCL generated file on an HP DeskJet 400 Printer, circa 1995 with Windows 95. I am seeing rather funky behavior, with the headers and footers being messed up (it looks like a few of the lines were written and then written over - perhaps a page break issue in our XSL)-

Looking for Simple FOP Rendering Example

2001-09-07 Thread avespa
Hello, I'm trying to test a piece of FOP code that someone else wrote within an application as a standalone. I basically need to have three inputs: An XML file An XSL (the fo file) PCL.PDF or TXT flag. I am trying to write something leveraging the code we have but I feel I am getting 'lost in

Xalan causing issue in FOP?

2001-09-07 Thread avespa
Hello, I am still trying to get my java to work with FOP - I'm using Xalan to parse and I have an error when I hit the: processor.process(responseSource, stylesheetSource, target); line. I get: Input XSL; Line 1; Column 45518 XSL Error: Could not parse Input XML document! XSL

ClassDefNotFound for FOP for VAJ

2001-09-07 Thread avespa
Hello again... I seem to be working through my issues but this one has me stuck - when I try to create a new driver, my program crashes on Uncaught exception (java.lang.NoClassDefFoundError: org.apache.fop.fo.LengthProperty$Maker) - I have this class in my repository and have re-imprted the

Adding Properties to the FOP driver

2001-09-07 Thread avespa
Hello, In my code to render a PCL/PDF from XML, I set the following properties: driver.addElementMapping(org.apache.fop.fo.StandardElementMapping); driver.addElementMapping(org.apache.fop.svg.SVGElementMapping);

RE: Adding Properties to the FOP driver

2001-09-07 Thread avespa
I actually tried that and still get the error - only now I can't view the source since I used the classes vs the java. Any other suggestions? I'm kinda stuck... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 6:04 PM To: [EMAIL

RE: ClassDefNotFound for FOP for VAJ

2001-09-07 Thread avespa
Actually, I still need answers to them - I seem to be having intermitten issues -Original Message- From: COFFMAN Steven [mailto:[EMAIL PROTECTED]] Sent: Friday, September 07, 2001 6:24 PM To: '[EMAIL PROTECTED]' Subject: RE: ClassDefNotFound for FOP for VAJ So ignore your earlier

FOP Speed

2001-09-06 Thread avespa
Hello, I am rendering a two page document in PDF/PCL using FOP. I notice that the actual loading and render steps of the stylesheet take a rather long time (close to 10 seconds on a large server) I'm wondering if there are any XSL guidelines for FOP, best practicies, things to not do etc, or

RE: FOP Speed

2001-09-06 Thread avespa
To: [EMAIL PROTECTED] Subject: Re: FOP Speed On Thu, 6 Sep 2001 09:01:59 -0400 avespa wrote: I am rendering a two page document in PDF/PCL using FOP. I notice that the actual loading and render steps of the stylesheet take a rather long time (close to 10 seconds on a large server) I'm wondering

RE: FOP Speed

2001-09-06 Thread avespa
if it's FOP or XSLT that takes such a long time? On Thu, 6 Sep 2001 09:49:37 -0400 avespa wrote: No, it is implemented within a server. How do you define 'complex' document? I am filling in many fields into the document, maybe 50 - 60 at least. Only one image. -Original Message

FOP PCL Rendering - Please help!

2001-09-05 Thread avespa
Hello, I am trying to render a document using FOP - PCL. I am seeing a few issues though: 1) I have a little image in GIF format that I am rendering in the page - it comes all distroted and blurry - do I have to change it to another format? 2) I get errors in the log file from my app, such

RE: Help in XML Rendering to PostScript

2001-06-22 Thread avespa
In terms of the solution for streaming to an LPT port or network printer, is there a way to catch an error if this fails? Lets say I have a network printer and it is offline, how can I know if it worked or not? It's a blind process. Thanks! -Original Message- From: Hitesh Bagchi

RE: Help in XML Rendering to PostScript

2001-06-20 Thread avespa
Hello, I am using FOP from within a java application and writing a PCL file. I then pass that PCL file to the LPT port for printing. I want to be able to render it as Postscript, not PCL. Any advice or insight you have into post script or direct printing would be gratefully appreciated! Tony

RE: Help in XML Rendering to PostScript

2001-06-18 Thread avespa
Hello, It is for a company in South American, and the low end platforms are either P133/32 or P200/64 - launching it in Adobe Acrobat to print takes a long time/ -Original Message- From: Alex McLintock [mailto:[EMAIL PROTECTED]] Sent: Monday, June 18, 2001 11:36 AM To: [EMAIL PROTECTED]