RE: [PDF Viewer] Utility request

2002-07-29 Thread Jim Urban
> - allow pages to be saved to disk to reduce memory This should be optional. Otherwise applets and JWS applications will need to be signed in order to run. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca,

RE: Non-printable characters

2002-07-12 Thread Jim Urban
Or instead of removing the non-printable character replace it with an image scaled to fit a single character (like a lot of other applications do). Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice

Javadoc

2002-07-11 Thread Jim Urban
Where is the JavaDoc for FOP 0.20.4?  I’ve checked the binary and src versions and neither contains the javadoc.   Jim

RE: Enhancement Request

2002-06-04 Thread Jim Urban
"reload" or "regenerate" the report without shutting down. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 CONFIDENTIALITY NOTICE T

Enhancement Request

2002-06-04 Thread Jim Urban
reprocess the input. This way we could change an XSLT file and click reload and see the effect the change has. Jim Urban - [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (63

RE: Running Prefligh PDF tools on PDF files produced by FOP

2002-05-28 Thread Jim Urban
We are planning to move to FOP .20.3. Is there a version with the fixes in it to solve all these problems? Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250

RE: eps preview - question

2002-05-24 Thread Jim Urban
Have you tried GhostView (GhostScript)? It can view EPS and PDF. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 CONFIDENTIALITY NOTICE This message

RE: Embedding Example

2002-05-24 Thread Jim Urban
suggested and we had more then one client complain that they could not get Acrobat Reader to display our dynamically created PDFs. I went into our code and changed it back to the way the embedding example showed and the IE issues went away. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc

RE: TIFFRenderer

2002-05-21 Thread Jim Urban
Are the AWTRenderer spacing fixes in a release version of FOP? If so, which version? Thanks, Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046

RE: TIFFRenderer

2002-05-21 Thread Jim Urban
is a major issue with the AWTRenderer (as was mentioned in a previous thread). If however a TIFF renderer could be produced that does NOT have these issues we would be real happy to use it. Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295

RE: direct rendering of images to pdf

2002-05-14 Thread Jim Urban
This sounds like something we could really use. Please continue to develop this and by all means, get it added to the base. Thanks, Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250

RE: Using Options With Enbedding

2002-04-25 Thread Jim Urban
Arnd, Thanks! It may be ugly, but it sure works nice! Jim Jim Urban - [EMAIL PROTECTED] Park City Solutions Inc. Clinical Connectivity Suite Product Manager Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 CONFIDENTIALITY NOTICE This message and

Using Options With Enbedding

2002-04-24 Thread Jim Urban
I understand (I think, I hope) how to add fonts to FOP. I understand the concept of using an Options object to load the userconfig.xml file. Where I get lost is, where in FopServlet does the Options object come in to play? In other words, how do I pass my Options object to FOP so my fonts can be

RE: linefeed-treatment="preserve"

2002-04-18 Thread Jim Urban
We do what you are asking. According to our FO expert (not me) using has the side effect (in FOP) of causing FOP to recognize carriage returns. Jim [PARA]Jim Urban - [EMAIL PROTECTED][TAB][PARA]Clinical Connectivity Suite Product Manager[PARA]Suite 295[PARA]500 Park Blvd.[PARA]Itasca, IL

J2SE 1.4

2002-04-10 Thread Jim Urban
Is a J2SE 1.4 version of FOP available? Jim Urban Product Manager Netsteps Inc. Suite 295 500 Park Blvd. Itasca, IL 60143 Voice: (630) 250-3045 x106 Fax: (630) 250-3046 - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: PS and PDF Rendering Different

2002-03-22 Thread Jim Urban
Jeremias, Thank you for your honesty. I'm glad to know its not something we're doing. As for using GhostScript, how did you integrate it into your Java application? The Java application which does our rendering runs detached (as a Windows service). This application runs non-stop, monitoring a

PS and PDF Rendering Different

2002-03-20 Thread Jim Urban
er of %%Page: GSView displays the ps file with the same errors I get if I print the ps file directly to the printer. I am using FOP 0.20.2 on Windows (both NT and 2000) with JDK 1.3 from Sun. Any ideas what is wrong? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasc

FOP and iText

2002-03-14 Thread Jim Urban
application has to install and manage. I would hope that if iText is used in FOP it is done is such a way that if a user is not generating PDFs the iText jar file would not be required. Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax

RE: FOP Print Option

2002-03-11 Thread Jim Urban
I figured out how to tell FOP to print to a specified printer. On Windoze, depending on if you have a postscript printer or PCL printer you can simply do: fop ... -ps \\computername\printer or fop ... -pcl \\computername\printer. Jim > -Original Message- > From: Ralph LaChance [mailto:[

RE: HowTo Render PDF from XML string and XSL file

2002-03-11 Thread Jim Urban
I posted this about a week ago, but here you go again... Jim public void doPost(HttpServletRequest req, HttpServletResponse res) throws ServletException { ... your code try { String xmlString = new String(""); // your xml

RE: FOP Print Option

2002-03-08 Thread Jim Urban
That is what I thought, but I was hoping there may have been some progress made in this area. :) Jim > -Original Message- > From: Ralph LaChance [mailto:[EMAIL PROTECTED]] > Sent: Friday, March 08, 2002 3:34 PM > To: [EMAIL PROTECTED] > Subject: Re: FOP Print Option > > > At 03:53 PM 3/8

FOP Print Option

2002-03-08 Thread Jim Urban
he default printer. Any ideas how to do this? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 - To unsubscribe, e-mail: [EMAIL PROT

RE: FOP embedding

2002-03-06 Thread Jim Urban
l Schafer [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 06, 2002 12:33 PM > To: [EMAIL PROTECTED] > Subject: RE: FOP embedding > > > Jim > > Are your file foXslFile.xsl have code ? > > > -Mensaje original- > > De: Jim Urban [SMTP:[EMAIL PROTECTED]

RE: FOP embedding

2002-03-06 Thread Jim Urban
> Is this renderFO a method(param1, param2, param3, param4)? > Because, I don't found. > > So, what is import libraries but the servlet? > > > > > -Mensaje original- > > De: Jim Urban [SMTP:[EMAIL PROTECTED]] > > Enviado el: miércoles, 06 de marzo

RE: FOP embedding

2002-03-06 Thread Jim Urban
to display? > > Yes > > I have this files (FOP). > > I have code this servlet with created XML and I desidere dynamically > return the PDF. > > Do you want send this servlet for look? > > > > > -Mensaje original- >

RE: FOP embedding

2002-03-06 Thread Jim Urban
Can you please be more specific. Do you want to use FOP in a servlet to produce a PDF from dynamically created XML and return the PDF to the browser to display? Are you having problems writing the Java code to do this, or are you having problems with FOP not working? Jim > -Original Messag

RE: C# version of FOP

2002-03-05 Thread Jim Urban
As long as development of the C# version does interfere with the development of the Java version, I have no problem with people porting FOP to C#. However, I believe the primary effort should remain the Java version. Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL

RE: FO -> PDF works with Netscape, not with IE

2002-03-04 Thread Jim Urban
Be sure you set the content length, otherwise IE has problems. It also helps to call reset to clear any information in the HTTP header before setting your content type or any other values. Jim > -Original Message- > From: Katiyar, Bhawana [mailto:[EMAIL PROTECTED]] > Sent: Monday, March

java.lang.NoSuchMethodError

2002-02-27 Thread Jim Urban
am getting this error? I get a simular error if I try to render the XML as PDF. Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 - To unsu

AWT Error

2002-02-25 Thread Jim Urban
Attached is a sample fo file which will produce the error. Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 junk.fo Description: Binary data

Error in AWT Renderer

2002-02-25 Thread Jim Urban
If I generate a PDF, FOP runs just fine. When I try to use the -awt option to view the output, FOP gives me the following error. Any ideas? I am running Fop 0.20.2. Thanks, Jim Urban Product Manager Netsteps Inc. [INFO]: Parsing of document complete, stopping renderer [ERROR]: Can'

RE: AWT Window

2002-02-21 Thread Jim Urban
gt; } > > Any committer wants to tell me where it'll go in the tree, I'll > get onto it > tomorrow: I've done most of it. > > Alistair > > > > -Original Message- > From: Jim Urban [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 2002

RE: AWT Window

2002-02-21 Thread Jim Urban
While were suggesting enhancements for the AWT window, here is a change I made to the code Ivan Latysh sent me last week. I needed to process XML:FO which is dynamically generated and not .xml and .xsl files. So I modified the run method to take an InputSource object (containing XML:FO) instead

RE: AWT Window

2002-02-21 Thread Jim Urban
Sounds good to me. Just one thing, get rid of that System.exit() in the dispose method! Let the implementer decide what to do when the window containing the panel is closed. Jim > -Original Message- > From: Nicola Ken Barozzi [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 21, 20

RE: FOP AWT Window Shuts Down Application

2002-02-20 Thread Jim Urban
ED] > Subject: Re: FOP AWT Window Shuts Down Application > > > > You could comment out the System.exit call in PreviewDialog.java. > > On 2002.02.19 18:52 Jim Urban wrote: > > I am using the FOP AWT viewer (PreviewDialog) to display and print > > reports > > wit

FOP AWT Window Shuts Down Application

2002-02-19 Thread Jim Urban
I am using the FOP AWT viewer (PreviewDialog) to display and print reports within my application. The problem is, whenever I close the FOP viewer, my application shuts down. How can I keep this from happening? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL

RE: Using Fop Within An Application (AWTStarter with some changes)

2002-02-15 Thread Jim Urban
> awt.run(new File("xml"), new File("xsl")); This line presents a problem for me. I no have files. All I have is a String containing the FO which I received from a call to the server. Tthe server runs xml data retrieved from a database through xslt and returns the output FO to the client fo

Using Fop Within An Application

2002-02-15 Thread Jim Urban
ot only doesn't show how to create one, its written in German! What is "parser"? What parser do I use? How do I create one? Thanks for the help, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3

RE: Fop With Java Web Start

2002-02-15 Thread Jim Urban
gt; > > > From: Weiqi Gao <[EMAIL PROTECTED]> on 02/15/2002 06:13 AM CST > > Please respond to [EMAIL PROTECTED] > > > To: [EMAIL PROTECTED] > > > cc: > > > > > > > SubjeRe: Fop With Java Web

Fop With Java Web Start

2002-02-14 Thread Jim Urban
Also, does the AWT presentation use the old AWT objects or Swing objects? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 - To unsubscri

RE: Why do you use FOP instead of ...

2002-02-01 Thread Jim Urban
> > 1. XSL:FO is a very complicated and messy language Given the power of the language, of course its complicated. Just as Asembler is complicated compared to basic. > 2. XSLT is also kinda complicated to use, at least if you have to do > complicated formatting... So is any other kind of progra

RE: Why do you use FOP instead of ...

2002-02-01 Thread Jim Urban
of our framework, not a rewrite. Thank yous go to not only FOP, but Xalan and Xerces for all the XML and XSL support! Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 > > At 08:58 PM 1/29/02 -0500, you

RE: Debug message on server console and setting the fonts correctly...

2002-01-25 Thread Jim Urban
If you are using pre FOP .20.x do:     MessageHandler.setOutputMethod( MessageHandler.NONE ); otherwise do this:   import org.apache.log.*;import org.apache.log.output.io.FileTarget;import org.apache.log.output.io.StreamTarget;import org.apache.log.format.PatternFormatter;     In your clas

RE: Servlet called multiple times solved

2002-01-03 Thread Jim Urban
ession or anything else which can change after init() as a class variable. Oops. I'm fixing it now.) > -Original Message- > From: Jim Urban [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 03, 2002 10:31 AM > To: [EMAIL PROTECTED] > Subject: RE: Servlet called multiple

RE: Servlet called multiple times solved

2002-01-03 Thread Jim Urban
That works great for the way you are calling FOP. However, I am using the new improved method for calling FOP (see below). Do you have a way of handling the duplicate calls which will work with this implementation? Thanks, Jim public void renderFO(Transformer pdfTransformer, Source iIn

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Jim Urban
call setContentType("application/pdf") on the ServletResponse instance as soon as you find the XSL:FO file. It's up to the browser then to handle the incoming mime type. Or am I missing the point entirely? Joe "Jim Urban"

RE: Preserving Line Breaks

2001-12-07 Thread Jim Urban
Title: Preserving Line Breaks Depends on your FO. will maintain your line breaks, otherwise they are lost.   Jim -Original Message-From: Kunal Mittal [mailto:[EMAIL PROTECTED]]Sent: Friday, December 07, 2001 12:03 PMTo: [EMAIL PROTECTED]Subject: Preserving Line Breaks Hel

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Jim Urban
pdf-files in IE 5.0 --- Jim Urban <[EMAIL PROTECTED]> wrote: > > you also have to use an url with ".pdf" at the end > The url the client is posting to is a servlet which uses FOP to generate a > PDF and feed it back to the browser. If the client post a request to >

RE: Problems with seeing pdf-files in IE 5.0

2001-12-07 Thread Jim Urban
> you also have to use an url with ".pdf" at the end The url the client is posting to is a servlet which uses FOP to generate a PDF and feed it back to the browser.  If the client post a request to myservlet.pdf the server will look for a file called myservlet.pdf and return a 403 when it c

RE: break-after vs break-before

2001-12-06 Thread Jim Urban
Here is the solution to your blank page problem: -Original Message- From: John M. Corro [mailto:[EMAIL PROTECTED]] Sent: Thurs

RE: How to get FOP servlet to run in "quiet" mode? UPDATE

2001-12-05 Thread Jim Urban
We added the following statement to the servlet init: "MessageHandler.setOutputMethod(MessageHandler.NONE);". Hope this helps, Jim -Original Message- From: Kilmer, Erich [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 05, 2001 9:39 AM To: '[EMAIL PROTECTED]' Subject: How to get FOP

RE: Page Breaks

2001-12-04 Thread Jim Urban
;[EMAIL PROTECTED]' > Subject: RE: Page Breaks > > > Try using break-before="page" property of fo:block something like: > > The text to appear on the next > page > > I think you can leave it empty (i.e. a block with no content), and use it > purely as a

RE: Page Breaks

2001-12-04 Thread Jim Urban
D] Subject: RE: Page Breaks How about an extension to XSL / Xalan? Would that be permissible, or possible? Ugly, but keeps control with the client... -Original Message----- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 04, 2001 5:05 PM To: [EMAIL PROTECTED] Subject

RE: Page Breaks

2001-12-04 Thread Jim Urban
nt from Perl, actually). Regards, Arved Sandstrom - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 11:54 AM Subject: RE: Page Breaks > Our application is a web application implemented in Java Serv

RE: Page Breaks

2001-12-04 Thread Jim Urban
ow that is MS SQL Server, VC++ and ASPs. I could care less - the day I start imposing my language preferences on a solution is the day I should look for other work. And in fact I did not understand your argument. Regards, AHS - Original Message - From: "Jim Urban" <[EMAIL

RE: Page Breaks

2001-12-04 Thread Jim Urban
SLT. Regards, Arved Sandstrom - Original Message - From: "Jim Urban" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 04, 2001 9:25 AM Subject: RE: Page Breaks > I'm using XSLT to translate XML into FO. The field containing the form > feeds is a

RE: Page Breaks

2001-12-04 Thread Jim Urban
reaks On Mon, 3 Dec 2001, Jim Urban wrote: > I have a servlet which dynamically generates XML which is then translated > into FO and ran through FOP to generate PDFs. What can I embed (like a > "\f") in the XML text that will cause FOP to automatically start a new page? > &g

RE: Page Breaks

2001-12-04 Thread Jim Urban
-Original Message- From: Jim Urban [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 4 December 2001 11:07 a.m. To: FOP Dev Subject:Page Breaks I have a servlet which dynamically generates XML which is then t

Page Breaks

2001-12-03 Thread Jim Urban
I have a servlet which dynamically generates XML which is then translated into FO and ran through FOP to generate PDFs. What can I embed (like a "\f") in the XML text that will cause FOP to automatically start a new page? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1

Pre Formatted Text

2001-11-30 Thread Jim Urban
I am using FOP to generate PDFs on the fly from XML. One of my XML elements contains a large (1K - 1M) preformatted (contains LFs) block of text. When I display this field in HTML I use a tag. Is there a FO tag that FOP supports that functions similarly? Thanks, Jim Urban Product Manager

RE: New FOP Code Don't Work

2001-11-19 Thread Jim Urban
le FO tree in memory, and after the parsing is done you have to call driver.format(); driver.render(); In other words, you don't buy much by using SAX events with 0.19. 0.20.2RC has a major improvement for more streamlined processing. Yuri. -Original Message- From

RE: New FOP Code Don't Work

2001-11-19 Thread Jim Urban
and after the parsing is done you have to call driver.format(); driver.render(); In other words, you don't buy much by using SAX events with 0.19. 0.20.2RC has a major improvement for more streamlined processing. Yuri. -Original Message- From: Jim Urban [mailto:[EMAIL

RE: New FOP Code Don't Work

2001-11-19 Thread Jim Urban
ovember 19, 2001 1:42 PM To: '[EMAIL PROTECTED]' Subject: RE: New FOP Code Don't Work As far as I can tell, the code is correct (although you didn't indicate how you create iInputSource). Are you sure you are not getting any exceptions, error messages, etc.? > -----Origin

New FOP Code Don't Work

2001-11-19 Thread Jim Urban
orked great, but I was told I was wasting memory. Can someone tell me why this code does not work? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 public void renderFO(Transformer pdfTransformer, S

RE: Generating indexes

2001-11-13 Thread Jim Urban
Is fo:marker implemented in FOP? Jim -Original Message- From: Arved Sandstrom [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 9:24 PM To: [EMAIL PROTECTED] Subject: Re: Generating indexes At 10:40 PM 11/12/01 +0100, Corinna Hischke wrote: >Hi, > >> I'm trying to generate a t

RE: Question on XSLTInputHandler

2001-11-12 Thread Jim Urban
Here is a block of code our of one my servlets. This code takes a string containing XML, applies an XSL:FO style sheet to it, and runs the XML:FO through FOP and send s the PDF directly back to the browser. Writer out = new StringWriter(); Transformer pdfTransformer = NsTransfor

RE: table-header with (Con't)

2001-10-24 Thread Jim Urban
EMAIL PROTECTED]' Subject: RE: table-header with (Con't) I'd love to see that too. I can't figure out how you get the fo:page-number to be a condition in your XSLT stylesheet. Does FOP understand xsl:xxx commands? > -Original Message- > From: Jim Urban [mailto:[EM

RE: table-header with (Con't)

2001-10-23 Thread Jim Urban
need it I can take a look. -Lou "Jim Urban" <[EMAIL PROTECTED]> on 10/23/2001 10:12:21 AM Please respond to [EMAIL PROTECTED] To: <[EMAIL PROTECTED]> cc: Subject: RE: table-header with (Con't) Does anyone have an answer to this question? I need to do the

RE: table-header with (Con't)

2001-10-23 Thread Jim Urban
Does anyone have an answer to this question? I need to do the same thing. Thanks, Jim -Original Message- From: Matt Savino [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 23, 2001 1:50 AM To: [EMAIL PROTECTED] Subject: table-header with (Con't) Is there anyway to get a table header

RE: Problems with embedding graphics using fo:instream-foreign-object and svg...

2001-10-18 Thread Jim Urban
We generate our PDFs on the fly dynamically. These PDFs include dynamically generated graphs. It is vary convenient to embed the graphs (as SVG images) inline rather then creating .svg files and then deleting them after generating the PDFs. Jim -Original Message- From: Shkuro, Yuri [ma

Mailing list

2001-08-03 Thread Jim Urban
I need to suspend my membership in this group because I will be on vacation for a week starting tomorrow. What is the address to email to suspend mail delivery? Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250

RE: tables in PDF

2001-07-25 Thread Jim Urban
I have the same issue with FOP 0.19. If anyone can figure this out, please post it so I can get a copy of the solution too. Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 -Original Message

RE: Multithreading

2001-07-17 Thread Jim Urban
mean we can expect performance problems from our print servlets? Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice: (630) 250-3045 x2164 Fax: (630) 250-3046 -Original Message- From: Jim Cotugno [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001

Messages

2001-07-11 Thread Jim Urban
ll be using FOP quite heavily in my high traffic application and I don't want my Tomcat log filled with these messages. BTW: Now that I got FOP and Xalan working, I love them, keep up the good work! Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Vo

RE: how starting FOP without XML-File

2001-07-11 Thread Jim Urban
m just a user) can add an example like this to the FOP package. Jim Urban -Original Message- From: Marc Jenzer [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 8:27 AM To: [EMAIL PROTECTED] Subject: RE: how starting FOP without XML-File Thanks for the answer! But with your solut

RE: how starting FOP without XML-File

2001-07-11 Thread Jim Urban
tentLength(content.length); response.getOutputStream().write(content); response.getOutputStream().flush(); response.flushBuffer();      }   Jim Urban -Original Message-From: Marc Jenzer [mailto:[EMAIL PROTECTED]]Sent: Wednesday, July 11, 2001 7:14 AMTo: [EMAIL

RE: Need Working Sample

2001-07-06 Thread Jim Urban
l" , > "c:\\prueba.xsl", "-pdf" , "c:\\prueba.pdf"}); > > As I said, it is NOT elegant, but after sweating for days > with problems of > all type doing the elegant thing, I get my beautiful PDF on disk. > > Of course you should adapt the names

RE: Need Working Sample

2001-07-06 Thread Jim Urban
isk. Of course you should adapt the names of trhe directories and the xml and xsl files. Cheers, Gustavo PS: if someone has an elegant solution I would be happy to use it too. > -Message d'origine- > De : Jim Urban [mailto:[EMAIL PROTECTED]] > Envoyé

RE: Need Working Sample

2001-07-06 Thread Jim Urban
The FopServlet reads a .fo file. This is of no use to me. I will dyamically generate XML contianing only data. This XML will be in a StringBuffer. I first need to apply an XSL sytle sheet to this StringBuffer, generating a new XML stream (IN MEMORY). This new (IN MEMORY) XML stream then needs

Need Working Sample

2001-07-06 Thread Jim Urban
browser. Does anyone have a working example of how to do this? Only the XSL style sheet containing the FO tags used in the initial transform will be on disk. Please help, I have to get this working. Thanks, Jim Urban Product Manager Netsteps Inc. Suite 505E 1 Pierce Pl. Itasca, IL 60143 Voice