RE: PDF attachment using Sendmail and 2.0.4

2003-06-25 Thread Tony Edwards
To: [EMAIL PROTECTED] Subject: Re: PDF attachment using Sendmail and 2.0.4 On 25.Jun.2003 -- 04:12 PM, Tony Edwards wrote: > Hi all, > I checked out the sendmail item on wiki and tried to mail the results of a > pipeline serialized as PDF. > I followed the wiki instructions to the letter. >

Re: PDF attachment using Sendmail and 2.0.4

2003-06-25 Thread Christian Haul
On 25.Jun.2003 -- 04:12 PM, Tony Edwards wrote: > Hi all, > I checked out the sendmail item on wiki and tried to mail the results of a > pipeline serialized as PDF. > I followed the wiki instructions to the letter. > The mail worked alright, but the PDF file was attached as uuencoded text (at > lea

Re: PDF Forms and XSL:FO

2003-04-04 Thread Bert Van Kets
iText has PDF forms support. Bert At 12:44 3/04/2003 -0800, you wrote: Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO? Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA March Madness,

Re: PDF Forms and XSL:FO

2003-04-03 Thread J.Pietschmann
cocoon user wrote: Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO? No. Check the spec for details. J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAI

Re: PDF Forms and XSL:FO

2003-04-03 Thread Tony Collen
On Thu, 3 Apr 2003, cocoon user wrote: > Is it possible to generate PDF forms (editable fields within PDF) using XSL:FO? I think it depends on the XSLFO spec, as well as FOP (the current fo2pdf serializer). I seem to recall a discussion earlier about FOP not having any forms support currently.

Re: pdf problem

2002-12-30 Thread Perry Molendijk
>>I opened the folder %PATH_TO_COCOON/WEB_INF/logs but not sure what to >>look for... Anything pointing something not being found. Have a look through all the files in this directory. Restart Tomcat and run any file that works with cocoon and then have a look at the logs, you will get a better un

Re: pdf problem

2002-12-30 Thread Joerg Pietschmann
On Monday 30 December 2002 15:34, you wrote: > In case of PDF-creation, Acrobat is starting to load the file but then a > window pops up saying: "The file is damaged and could not be repaired". Most probably the problem is caused by an unhandled exception during PDF rendering, causing the error ap

Re: pdf problem

2002-12-30 Thread Antonio Gallardo
he common\endorsed of the tomcat > installation. > > Perry > > - Original Message - > From: "Antonio Gallardo" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, December 30, 2002 11:04 PM > Subject: Re: pdf problem > > >&g

Re: pdf problem

2002-12-30 Thread Perry Molendijk
nk it had to with some jars (xalan-2.4.1.jar, xercesImpl-2.1.0.jar and xml-apis.jar) not being in the common\endorsed of the tomcat installation. Perry - Original Message - From: "Antonio Gallardo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 30

Re: pdf problem

2002-12-30 Thread Antonio Gallardo
Hi Ines: Assuming that the PDF generation is right. There is a problem with Adobe Acrobat Reader. Try to set in the configuration of Acrobat that will not open on the same windows (explorer). It must resolve your problem. Regards, Antonio Gallardo. Ines Robbers dijo: > Hi there, > > I'm running

Re: PDF "Double Dipping" -- FOP bug?

2002-09-17 Thread J.Pietschmann
John Austin wrote: > I have seen the same behaviour in 2.0.3. Pretty annoying when the most > resource-intensive part of our system has this flaw. Just nitpicking: it's primarily a flaw in the client (IEx), requesting the same URL twice or even thrice, *not* a flaw in Cocoon, FOP, Tomcat or whate

Re: PDF "Double Dipping" -- FOP bug?

2002-09-16 Thread John Austin
On Thursday 12 September 2002 08:47 pm, you wrote: I have seen the same behaviour in 2.0.3. Pretty annoying when the most resource-intensive part of our system has this flaw. > I know the subject line is pretty stupid, but hell, it's been a long > day. > > I have started to use Cocoon to generat

RE: PDF "Double Dipping" -- FOP bug?

2002-09-13 Thread Paul Lee
]] Sent: Friday, September 13, 2002 5:21 AM To: [EMAIL PROTECTED] Subject: Re: PDF "Double Dipping" -- FOP bug? >whenever I generate a PDF file the same query always get executed twice, This is in my FAQ. http://www.owal.co.uk/cgi-bin/fopfaq.cgi I know I haven't updated it in

Re: PDF "Double Dipping" -- FOP bug?

2002-09-13 Thread Alex McLintock
>whenever I generate a PDF file the same query always get executed twice, This is in my FAQ. http://www.owal.co.uk/cgi-bin/fopfaq.cgi I know I haven't updated it in absolutely ages, but it is a bit disheartening that people aren't looking at it before posting to the list. Alex ---

RE: PDF "Double Dipping" -- FOP bug?

2002-09-13 Thread caleb racey
Known bug in acrobat reader I think   http://support.microsoft.com/default.aspx?scid=kb;EN-US;q293792   I seem to remember (though may be totally wrong) that the first request is trying to find the content length, and the second request tries to get the content. There was something in t

Re: PDF "Double Dipping" -- FOP bug?

2002-09-12 Thread Bertrand Delacretaz
On Friday 13 September 2002 02:47, Paul Lee wrote: >. . .I noticed that whenever I generate a PDF > file the same query always get executed twice >. . . Most probably your client is Internet Explorer? http://marc.theaimsgroup.com/?l=fop-user&m=102836194606677&w=2 contains references to info abo

RE: PDF "Double Dipping" -- FOP bug?

2002-09-12 Thread Matthew Langham
Hi Paul,   I think this is a known bug when using the PDF viewer in Microsoft IE.   Matthew   -Original Message-From: Paul Lee [mailto:[EMAIL PROTECTED]]Sent: Friday, September 13, 2002 2:47 AMTo: [EMAIL PROTECTED]Subject: PDF "Double Dipping" -- FOP bug? I know the

RE: pdf output from java code

2002-06-11 Thread Vadim Gritsenko
to:[EMAIL PROTECTED]] > Sent: terca-feira, 11 de Junho de 2002 13:48 > To: [EMAIL PROTECTED] > Subject: RE: pdf output from java code > > > > From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > > > ok, > > > > I think I'll follow the

RE: pdf output from java code

2002-06-11 Thread Ricardo Trindade
[mailto:[EMAIL PROTECTED]] Sent: terca-feira, 11 de Junho de 2002 13:48 To: [EMAIL PROTECTED] Subject: RE: pdf output from java code > From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > ok, > > I think I'll follow the action + reader path. Do I have to implement a

RE: pdf output from java code

2002-06-11 Thread Vadim Gritsenko
e- > From: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] > Sent: sexta-feira, 7 de Junho de 2002 14:30 > To: [EMAIL PROTECTED] > Subject: RE: pdf output from java code > > > > From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > > > Hi, > > > >

RE: pdf output from java code

2002-06-11 Thread Ricardo Trindade
rom: Vadim Gritsenko [mailto:[EMAIL PROTECTED]] Sent: sexta-feira, 7 de Junho de 2002 14:30 To: [EMAIL PROTECTED] Subject: RE: pdf output from java code > From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > Hi, > > I'm using JasperReports, which generates

Re: pdf output from java code

2002-06-10 Thread Sreenivasan N.
Hi , It will be helpful to others if you can give the configuration required to work with JasperReports in Cocoon. Regards sreenivasan. At 10:29 AM 6/7/02 +0100, you wrote: >Hi, > > I'm using JasperReports, which generates PDF and other reports > from XML >descriptions. > I'm

RE: pdf output from java code

2002-06-07 Thread Vadim Gritsenko
> From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > Hi, > > I'm using JasperReports, which generates PDF and other reports from XML > descriptions. > I'm able to run it inside cocoon, to produce reports that I save to > files. > However I want to display them on-line. > >

Re: pdf transformation and xml file sizes

2002-04-18 Thread J.Pietschmann
caleb racey wrote: > What factors limit the size of xml file you can transform to pdf? There are several. However, you seem to have quite another problem: > er: javax.xml.transform.TransformerException: java.io.IOException: > Connection reset by peer You appear to read something over HTTP durin

Re: pdf transformation and xml file sizes

2002-04-16 Thread Carolien
Erwin wrote: > On Tue, 16 Apr 2002, Lajos Moczar wrote: > > > In my experience, it is memory that is the key factor. Running with > > 512MB allocated to the JVM, I can produce 53 pages of PDF, but no more. > > I would have thought that SAX-based processing would allow you to > > process as much a

Re: pdf transformation and xml file sizes

2002-04-16 Thread Erwin
On Tue, 16 Apr 2002, Lajos Moczar wrote: > In my experience, it is memory that is the key factor. Running with > 512MB allocated to the JVM, I can produce 53 pages of PDF, but no more. > I would have thought that SAX-based processing would allow you to > process as much as you want, but obviously

Re: pdf transformation and xml file sizes

2002-04-16 Thread Lajos Moczar
In my experience, it is memory that is the key factor. Running with 512MB allocated to the JVM, I can produce 53 pages of PDF, but no more. I would have thought that SAX-based processing would allow you to process as much as you want, but obviously there is something with PDF documents that el

RE: PDF

2002-04-11 Thread Dean McGowan
] Subject: RE: PDF Dean, Please don't set your email app to ask for read receipts etc. Also, I bet most of us would strongly prefer text email. Thanks, Manos -Original Message- From: Dean McGowan [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 2:56 PM To: [EMAIL PROT

RE: PDF

2002-04-11 Thread Manos Batsis
Dean, Please don't set your email app to ask for read receipts etc. Also, I bet most of us would strongly prefer text email. Thanks, Manos -Original Message- From: Dean McGowan [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 11, 2002 2:56 PM To: [EMAIL PROTECTED] Subject: RE

RE: PDF

2002-04-11 Thread Dean McGowan
[mailto:[EMAIL PROTECTED]] Sent: Thursday, 11 April 2002 9:51 PM To: [EMAIL PROTECTED] Subject: Re: PDF   Ok, I've made this, but not works... I think that maybe is the src adress of the file... - Original Message - From: Andrey Demchenko To: [EMAIL PROTE

RE: PDF

2002-04-11 Thread Matthew Langham
Try out entering the full address for the gif file (i.e. including c:\blah\foo\...) Matthew   -Original Message-From: Ferran Urgell [mailto:[EMAIL PROTECTED]]Sent: Thursday, April 11, 2002 1:51 PMTo: [EMAIL PROTECTED]Subject: Re: PDF Ok, I've made this, but not

Re: PDF

2002-04-11 Thread Ferran Urgell
Ok, I've made this, but not works... I think that maybe is the src adress of the file... - Original Message - From: Andrey Demchenko To: [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 12:36 PM Subject: Re: PDF    src="logo.gif"/>

Re: PDF

2002-04-11 Thread Andrey Demchenko
   src="logo.gif"/> - Original Message - From: Ferran Urgell To: [EMAIL PROTECTED] Sent: Thursday, April 11, 2002 12:17 PM Subject: PDF Hi Cocooners!!   I would to put an image (logo for example) into a pdf...with xsl-fo, how can I do this?   Thank

RE: PDF from JFC-Applications using COCOON

2002-04-09 Thread Vadim Gritsenko
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > Nicola, what I'd intend is to invoke pdf-creation via xsp/xsl that exist in > my cocoon2 environment from JFC-Application. Once I have the generated pdf I > could use the OS-specific installed pdf-viewer. > > I read about cocoon's command

Re: PDF from JFC-Applications using COCOON

2002-04-09 Thread a000
Nicola, what I'd intend is to invoke pdf-creation via xsp/xsl that exist in my cocoon2 environment from JFC-Application. Once I have the generated pdf I could use the OS-specific installed pdf-viewer. I read about cocoon's command line interface but unfortunately I didn't find any examples. How

Re: PDF from JFC-Applications using COCOON

2002-04-08 Thread Nicola Ken Barozzi
From: <[EMAIL PROTECTED]> > Hello! > > Is it possible to integrate pdf's that cocoon2 produced with Standard Java > Applications i.e. using JFC? Adobe has a pure java PDF viewer, look for in on their site. It's not compliant with the latest specs, but works ok for most. -- Nicola Ken Barozzi

Re: PDF Table Template?

2002-02-13 Thread Perry Molendijk
This is not a Cocoon error it's a fundamental XSLT error. Constructs like: are bad. If you want to use a named template for a table do this or use an so you can set all the attributes for your tables in the one spot. 200px BTW this is probably off topic

Re: PDF File creation Question

2001-07-04 Thread Michael Bierenfeld
Gritsenko wrote: > > download from which URL? is that a secret? Hi, hopefully ulrich will not be angry *gg* its : ulim.cocoonhost.com. But watch out its somewhat hard to read :-) Regards Michael - Please check that your quest

Re: PDF File creation Question

2001-07-04 Thread Ulrich Mayring
Gritsenko wrote: > > download from which URL? is that a secret? No, but I've posted this URL thousands of times to the list already, plus it's on Cocoon's 3rd party page :-) It's http://ulim.cocoonhost.com Ulrich -- Ulrich Mayring DENIC eG, Systementwicklung

Re: PDF File creation Question

2001-07-04 Thread Ulrich Mayring
Michael Bierenfeld wrote: > > OK, thanks done. Samples are working like a charme. I think I can use > it. But when starting the SOAPService DocHandler example I receive : > > org.xml.sax.SAXParseException: White space is required between the > public identifier and the system identifier. > > ?-

Re: PDF File creation Question

2001-07-04 Thread Gritsenko
download from which URL? is that a secret? - Original Message - From: "Michael Bierenfeld" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 9:23 AM Subject: Re: PDF File creation Question > > Hi Michael, > > > > downlo

Re: PDF File creation Question

2001-07-04 Thread Michael Bierenfeld
> Hi Michael, > > download the SOAP taglib, it has an example of that. The sample is > called DocHandler and it can not only save fop-generated PDFs, but also > print and fax them and put them into an archive. > > Ulrich > > -- > Ulrich Mayring > DENIC eG, Systementwicklung > OK, thanks done.

Re: PDF File creation Question

2001-07-04 Thread Ulrich Mayring
Michael Bierenfeld wrote: > > This sends the generated pdf to the client and additionaly generates an > pdf file on the server. That could be used to be printed out > automatically or to be archived etc. > > Maybe someone has some code sniplets for me or an adress where to get > this info. Hi M

Re: PDF generation

2001-06-13 Thread Christopher Painter-Wakefield
Are you using IE, by any chance? Try Netscape. If it comes up fine in Netscape, then read the FAQ entry about IE and PDF. -Christopher I have tried all cocoon samples . it generated pdf format but no data in it. Pls explain me the reason i am using weblogic 5.1 janesh Wed Jun 13 17:49:

Re: PDF generation

2001-06-13 Thread Janesh Vasudeva
I have tried all cocoon samples . it generated pdf format but no data in it.   Pls explain me the reason   i am using weblogic 5.1   janesh   Wed Jun 13 17:49:39 GMT+05:30 2001: *.xml: init ( test-fo.xml)using renderer org.apache.fop.render.pdf.PDFRendererusing element mapping org.apache.f

Re: PDF format not seen in Internet Explorer browser

2001-06-13 Thread RameshBabu R Muthuvel
Thanks Ulrich for getting that right. Infact when i replied i was wondering about IE version. ramesh sieg systems Original Message Follows RameshBabu R Muthuvel wrote: > > hi > > I too had a similar problem. Probably your IE doesn't have pdf plugin. I > didn't know how to do it.

Re: PDF format not seen in Internet Explorer browser

2001-06-12 Thread Ulrich Mayring
RameshBabu R Muthuvel wrote: > > hi > > I too had a similar problem. Probably your IE doesn't have pdf plugin. I > didn't know how to do it. So, I downloaded acrobat reader 4.0 fresh and > installed, using IE 5.0. It started working. Try this and let me know. The problematic version of IE is

Re: PDF format not seen in Internet Explorer browser

2001-06-12 Thread RameshBabu R Muthuvel
hi I too had a similar problem. Probably your IE doesn't have pdf plugin. I didn't know how to do it. So, I downloaded acrobat reader 4.0 fresh and installed, using IE 5.0. It started working. Try this and let me know. regards ramesh

Re: PDF in IE revisited

2001-06-11 Thread Ulrich Mayring
Gritsenko wrote: > > I had similar problem with IE5. > > Before I was getting blank pages in IE5, after - normal PDF in separate > Acrobat window. This works indeed, but it requires your users to change their local configuration, so I don't think it's ideal. Ulrich -- Ulrich Mayring DENIC eG

Re: PDF in IE revisited

2001-06-08 Thread Gritsenko
I had similar problem with IE5. I produce PDF as result of request to blabla.jsc, which is a servlet in fact, since in Tomcat 3.2 I performed an url pattern mapping for *.jsc to this particular servlet. Do the following once, close IE5 and Acrobat afterwards, restart IE5, try URL woith PDF again