Re: Anti-aliasing

2001-11-12 Thread Keiron Liddle
If the curves you are refereing to are normal svg curves without any effects then they have been converted directly into pdf curves. This means that are an exact represenation (within reason) of the svg curves. The problem then is with acrobat check the preferences. If your svg is creating a

Re: FOP extension functions

2001-11-12 Thread Keiron Liddle
Hi Joshua, I believe that was broken temporarily in 0.20.1, try 0.20.2 it should work. Currently that is the only extension that comes with fop. I am hoping that in future we will have a broad range of examples for people to look at. Regards, Keiron Liddle On 2001.11.12 00:51 [EMAIL

Re: FOP memory usage

2001-11-12 Thread Keiron Liddle
Hi, If you want to help improve the memory usage in a future version of fop I suggest you follow the current cvs developments. This will attempt to address this issue along with a number of other issues. As far as memory is concerned the ideas area: - have the smallest set of variables and

RE: Generating indexes

2001-11-12 Thread Georg Schneemayer
Hi! [...] I've searched the fop-dev archive, combed through the draft spec, and trawled around Google, but haven't found an easy way to solve the 'Index Generation' problem. I'm trying to generate a traditional end-of-book index using FOP (version 0.20.2). [...] Any tips or

[OFF-TOPIC] How to get Resolution out of JPG, TIFF, etc...

2001-11-12 Thread Beer, Christian
Hi List! Sorry, that I ask this (fairly) off-topic question here! I have to find a way to get the resolution (pixel / inch|mm) out of files that support this info (JPG, TIFF, ...). Do I have any chance using JIMI or JAI. Or is there another simple way to do that?? Thanks Christian

[GUMP] Build Failure - Fop

2001-11-12 Thread Sam Ruby
This email is autogenerated from the output from: http://jakarta.apache.org/builds/gump/2001-11-12/xml-fop.html Buildfile: build.xml init-avail: init-filters-xalan2: [copy] Copying 1

FOP, embedded fonts

2001-11-12 Thread Matthias Fischer
Ahm, if I recall right, the other day there was some mailing concerning FOP and embedded fonts. Unfortunately I cancelled all relating mails, but I would need the information now, and the archive seems not to be reachable at present. So, please take my apology - but would someone of you help me

Re: FOP, embedded fonts

2001-11-12 Thread Jeremias Maerki
Yes, FOP supports embedding fonts. Look here for instructions: http://xml.apache.org/fop/fonts.html On Mon, 12 Nov 2001 13:08:00 +0100 Matthias Fischer wrote: Ahm, if I recall right, the other day there was some mailing concerning FOP and embedded fonts. Unfortunately I cancelled all relating

Re: XSL-FO, embedded fonts

2001-11-12 Thread Jeremias Maerki
Aha! How about reading some good documentation at http://xml.apache.org/cocoon2/userdocs/serializers/pdf-serializer.html On Mon, 12 Nov 2001 13:27:09 +0100 Matthias Fischer wrote: Thanks for the really quick answer. I was inprecise in my formulation: I want to render PDF with embedded fonts

sealing violation

2001-11-12 Thread Isana Luzia Seabra Campos
Hello, I am starting to develop with fop. I 've just compiled an example from xml.apache.org/fop/embedding.html on Forte for java, but I couldn't run it . It's because an error: Exception in thread main java.lang.SecurityException: sealing violation at

cvs commit: xml-fop/src/org/apache/fop/svg PDFDocumentGraphics2D.java

2001-11-12 Thread keiron
keiron 01/11/12 05:10:12 Modified:src/org/apache/fop/area AreaTree.java PageViewport.java src/org/apache/fop/pdf PDFDocument.java PDFInfo.java PDFPage.java PDFXObject.java src/org/apache/fop/render AbstractRenderer.java

keep-together.within-page not implemented?

2001-11-12 Thread egmontr
Hi together, I tried to use keep-together.within-page in a block, but I didn't see any changes! Is this attribute not implemented? Egmont Keine verlorenen Lotto-Quittungen, keine vergessenen Gewinne mehr! Beim WEB.DE

PrintRenderer

2001-11-12 Thread sjeanjean
Hello, FOP is a very interesting project !! Bravo !! I would like to use it to print from a Swing application (embeded solution). I have few questions : - Why the PrintRenderer is an inner class of PrintStarter and it s not in the org.apache.fop.render ? I have done a test to print directly a

Re: AW: column spanned in multicolumn region

2001-11-12 Thread Arved Sandstrom
At 02:16 AM 11/12/01 GMT, [EMAIL PROTECTED] wrote: Thanks Christian. I'm still can't get the column spanned in my pdf file, the following is my xsl style sheet, anything wrong here? fo:simple-page-master master-name=oddpage page-width=8.5in

html2pdf, for god's sake

2001-11-12 Thread Huaxin Zhang
I am new to this list. After searching for tools that is able to convert HTML to PDF (using a comand line, or some API), I got so frustrated. There are a whole bunch of lamed tools that doesn't recgonize table hr select even Is there any tool that is able to transform HTML to PDF the same

Graphics in Cocoon 2

2001-11-12 Thread Matthias Fischer
Cry for help This graphics topic in Cocoon 2 (in order not to speak of Cocoon 1...) is really tricky - I thought we had it under control in the meantime, but it appears, we haven't. Graphics are displayed sometimnes and sometimes not, sometimes gifs aren't and sometimes tif's; sometimes it seems

Question on XSLTInputHandler

2001-11-12 Thread Ulrich Mayring
Hello, I've looked at the example servlet and found that the XSLTInputHandler takes as input a java.io.File. However, I am constructing the XML document dynamically and have it as a java.lang.String in memory. It seems unnecessary I/O to write it out to a temporary file, just to pass it to the

RE: Question on XSLTInputHandler

2001-11-12 Thread Jim Wright
Title: RE: Question on XSLTInputHandler Andrew: For me, at least, that example would be greatly appreciated. Could you send it along? Thanks jw -Original Message- From: Clute, Andrew [mailto:[EMAIL PROTECTED]] Sent: Monday, November 12, 2001 12:58 PM To: '[EMAIL

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 =

RE: Question on XSLTInputHandler

2001-11-12 Thread Clute, Andrew
Title: RE: Question on XSLTInputHandler Sure... Attached is a new FOInputHandler.java file. As you can see all I did was add a new method to set a String input-source, and to get an InputSource that was fed from a StringReader. Let me know if you have any questions. -Original

RE: Question on XSLTInputHandler

2001-11-12 Thread Robax Man
Before I go on, let me say I turned my XSLT-transformed document into a string and then handed it to Fop. XML tree - Xalan transform handler - serialize - string - Fop However, this is silly. It would be more intelligent to be able to send Sax events to Fop. I found a class in the Fop source

no visual tool for FOP?

2001-11-12 Thread Huaxin Zhang
I am wondering if there is no way for users to generate WISWIG xsl:fo files? like for HTML, users would use Dreamweaver, rather than writing programs Document doc.addElement(new Table(...)). I think it should be the same for PDF. Is there any program that intakes a parsed XHTML and convert it

Re: html2pdf, for god's sake

2001-11-12 Thread Enrico Schnepel
Hello Huaxin, I've developed html2fo to convert from html to xsl:fo. Using FOP you will get a mostly well formated output. It is available from http://sourceforge.net/projects/html2fo it is not possible to create forms in pdf because there is no extention to fop which generate this. if your

RE: Question on XSLTInputHandler

2001-11-12 Thread jthaemlitz
You can use org.apache.fop.apps.Driver to get the org.xml.sax.helpers.DefaultHandler and fire sax events on that. The initialization code is highly order dependent. // THIS IS JUST SOME SET UP CODE // set up Logger Hierarchy hierarchy = Hierarchy.getDefaultHierarchy(); PatternFormatter

Re: no visual tool for FOP?

2001-11-12 Thread jthaemlitz
You could try checking out XSLFAST (http://www.xslfast.com/) that Stephan's been working on. JohnPT

RE: no visual tool for FOP?

2001-11-12 Thread Joshua.Kuswadi
I am wondering if there is no way for users to generate WISWIG xsl:fo files? like for HTML, users would use Dreamweaver, rather than writing programs Document doc.addElement(new Table(...)). HP released something recently. I haven't tried it, but you can find it here:

Re: AW: column spanned in multicolumn region

2001-11-12 Thread Arved Sandstrom
At 02:22 AM 11/13/01 GMT, [EMAIL PROTECTED] wrote: Thanks Arved Sandstrom. It's worked now. Thank you very much. best rgds, ektan Just for future reference, can I ask which approach you used? If you decided to use multi-column, and put your graphic in a span='all' fo:block, I should warn

Re: Generating indexes

2001-11-12 Thread Arved Sandstrom
At 10:40 PM 11/12/01 +0100, Corinna Hischke wrote: Hi, I'm trying to generate a traditional end-of-book index using FOP (version 0.20.2). The idea is that in the XML document source the author can specify something like: ... Anyway, I've got most of it worked out in my head (and it hurts