Applet for PDF Viewing over the Net.

2002-11-15 Thread Balajee Chandrasekaran
Hi All, Before generating PDF I want my user to preview the look of the PDF file, Essentially I want to show him how the printed document or generated PDF will look, I want to do this over the net, ie I want to provide a web interface and show the document in an applet and if the client approves

RE: Applet for PDF Viewing over the Net.

2002-11-15 Thread Philip Fennell
Balajee wrote: Before generating PDF I want my user to preview the look of the PDF file, Essentially I want to show him how the printed document or generated PDF will look, I want to do this over the net, ie I want to provide a web interface and show the document in an applet and if the

Viewing PDF without AcrobatReader or FOP??

2002-11-15 Thread Müller, Markus
Hi there, we're just testing FOP to generate PDF on a host, then sending the PDF document in a way we don't know yet to some clients. The clients should be able to view (and perhaps to print) the document. Is this possible without AcrobatReader? The AcroRead for Java is not really a good thing,

Re: Viewing PDF without AcrobatReader or FOP??

2002-11-15 Thread Jeremias Maerki
Hmm, what about converting the PDF to a TIFF (or similar) on the server and sending that to the client? Can be accomplished with GhostScript, for example. On Fri, 15 Nov 2002 09:55:04 +0100 Müller, Markus wrote: Hi there, we're just testing FOP to generate PDF on a host, then sending the PDF

External-Link Hotspot Offset Problem FOP 0.20.4

2002-11-15 Thread Andy Joslin
Hi All I was wondering if there was a standard workaround for the problem of the fo:basic-link hotspot displaying in the wrong position (approx 2-3cm above where the link should be). I'm using FOP 0.20.4, and have seen a bugfix relating to this, so does anyone have experience of getting this

FOP TrueType

2002-11-15 Thread Scherler, Thorsten
Hello group, I would like to do the following: http://www.infosys.tuwien.ac.at/Services/Docu/XML/Fop-0.20.1/docs/examples/advanced/cid-fonts.pdf I want to add Arial to my reports I do that: java org.apache.fop.fonts.apps.TTFReader c:\WINNT\Fonts\arial.ttf arial.xml I have that: Exception in

AW: FOP TrueType

2002-11-15 Thread Scherler, Thorsten
Hi Markus, I found this page (combined with what u have written): http://xml.apache.org/fop/fonts.html I did (there is a error if you use the original [...C:\myfonts\arial.ttf C:\myfonts\arial.ttf arial.xml]): java -cp

AW: FOP TrueType

2002-11-15 Thread Müller, Markus
Yes, ant is the tool you need. I think, it's described in the documentation. MM # -Ursprüngliche Nachricht- # Von: Scherler, Thorsten [mailto:[EMAIL PROTECTED] # Gesendet am: Freitag, 15. November 2002 13:37 # An: [EMAIL PROTECTED] # Betreff: AW: FOP TrueType # # How can I build my

AW: FOP TrueType

2002-11-15 Thread Scherler, Thorsten
Hello, I am lost again. Ich downloaded the src. I did all what I 've written before. What command do I need to compile fop with arial? I mean I have to tell that in the fop.jar there should be look in my userconfig.xml and add Ariel to the font list? -Ursprüngliche Nachricht- Von:

How to determine page position of current and last table-row?

2002-11-15 Thread Müller, Markus
Hi, is it possible to determine if the current table row is the first one a new page? Yours, Markus

HttpServletResponse.setHeader(Content-Disposition,attachment; filename=Report.pdf )

2002-11-15 Thread j-kong
Hello with all! I have a servlet in which I send a PDF to the navigator while writing HttpServletResponse.setContentType(application/pdf ); HttpServletResponse.setHeader(Content-Disposition,attachment; filename=Report.pdf ); And the navigator twice opens the page of download of file. Why? I

Re: External-Link Hotspot Offset Problem FOP 0.20.4

2002-11-15 Thread Christian Geisert
Andy Joslin wrote: Hi All I was wondering if there was a standard workaround for the problem of the fo:basic-link hotspot displaying in the wrong position (approx 2-3cm above where the link should be). There's no standard workaround it depends on your document. Maybe avoiding padding helps.. I'm

Re: AW: FOP TrueType

2002-11-15 Thread Christian Geisert
Scherler, Thorsten wrote: Hi Markus, I found this page (combined with what u have written): http://xml.apache.org/fop/fonts.html [..] This font contains no embedding license restrictions Then I did: Register the fonts within FOP Edit conf/userconfig.xml and add entries for the font if the fonts

Re: HttpServletResponse.setHeader(Content-Disposition,attachment; filename=Report.pdf )

2002-11-15 Thread Christian Geisert
[EMAIL PROTECTED] wrote: Hello with all! I have a servlet in which I send a PDF to the navigator while writing HttpServletResponse.setContentType(application/pdf ); HttpServletResponse.setHeader(Content-Disposition,attachment; filename=Report.pdf ); And the navigator twice opens the page of

AW: AW: FOP TrueType

2002-11-15 Thread Scherler, Thorsten
How do I have to do it with cocoon? -Ursprüngliche Nachricht- Von: Christian Geisert [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 15. November 2002 16:55 An: [EMAIL PROTECTED] Betreff: Re: AW: FOP TrueType Scherler, Thorsten wrote: Hi Markus, I found this page (combined with what u

RE: External-Link Hotspot Offset Problem FOP 0.20.4

2002-11-15 Thread Andy Joslin
Christian Geisert wrote : This bug is fixed in CVS. So you could either checkout the source and compile FOP yourself or wait some days for the 0.20.5 release candidate (tester are welcome ;-) Great ! I'll be more than happy to test the new release when it comes out :-) In the meantime I'll have

Quality of Grafics

2002-11-15 Thread Stephan Wiesner
Hi list, Is there a way to improve the quality of graphics? I played around with high quality pictures and the better the quality, the bigger the resulting PDF (which makes sense), but the image looks good only with 100% view, which I hardly ever use. At all other sizes it gets quite ugly, no

Re: Quality of Grafics

2002-11-15 Thread Jeff_Mitchell
Stephan- Are you noticing degraded image quality in a printed version of the PDF, or only in an on-screen display? If it's in the on-screen display, I would attribute the degradation to the way the PDF Viewer handles scaling of images. Rather than using a nice, blurred scaling algorithm, I

RE: Quality of Grafics

2002-11-15 Thread Stephan Wiesner
Hi Jef and thanks for the fast reply. The printout looks fine. It is printed with 100%, though, so that was to be expected. I use the current Acrobat Reader to view my files and I have commercial Documents, with graphics that look great no matter how large I scale, so it can not really be the

Producing Font Metrics

2002-11-15 Thread Lucas, Allison
I found a question from 7/11/2002 about the EOFException when trying to generate a font metric xml from a true type font. Mark Peterson said that he was looking into the issue. I have run into this issue with a third party font. Was there any resolution to the issue? Allison Lucas

RE: Quality of Grafics

2002-11-15 Thread Stephan Wiesner
Hi Jeff, Okay, I did prepare a document to send to you and, of course. I can get fine quality if I use very large pictures. I made them with my digital camera at 1600 resolution and formerly cut it to 25% size. This looked still very good on the screen, but not in the PDF. When I don't reduce the

RE: Quality of Grafics

2002-11-15 Thread Jeff_Mitchell
Stephan- Glad I could help (even if it was in a passive way) Just a few parting thoughts on the matter, although it sounds like you've got a pretty good idea of what's going on already. Before you go on, though, I must apologize for the use of U.S. units (inches, dots per inch, etc.) I'm just

RE: Viewing PDF without AcrobatReader or FOP??

2002-11-15 Thread Victor Mote
Markus Müller wrote: we're just testing FOP to generate PDF on a host, then sending the PDF document in a way we don't know yet to some clients. The clients should be able to view (and perhaps to print) the document. Is this possible without AcrobatReader? The AcroRead for Java is not really

RE: How to determine page position of current and last table-row?

2002-11-15 Thread Victor Mote
Markus Müller wrote: Hi, is it possible to determine if the current table row is the first one a new page? There is certainly no way to do this when generating the XSL-FO document, because it cannot possible have any idea what the layout will be. What are you trying to accomplish? Victor

RE: Quality of Grafics

2002-11-15 Thread Victor Mote
Stephan Wiesner wrote: The printout looks fine. It is printed with 100%, though, so that was to be expected. I use the current Acrobat Reader to view my files and I have commercial Documents, with graphics that look great no matter how large I scale, so it can not really be the viewer?

Re: How to determine page position of current and last table-row?

2002-11-15 Thread Petr van Blokland
Hi, I try to add new fonts to fop. According to the site this should be done with the instruction below. I run this on OSX 10.2 Does anyone has an idea why this creates a OutOfMemoryError? [titanm:/xpyth/FOP/fop-0.20.4] petr% java -cp