Re: contents of /dist/fop distro directory

2003-06-09 Thread Jeremias Maerki
16:41:45 Robert P. J. Day wrote: is there any reason to have, in the distribution directory, 5rc and 5rc3a, and none of the intermediate rc releases? just curious. it seems a bit odd. is there some reason why the 5rc release would still be available? Jeremias Maerki

Re: adding special characters

2003-06-10 Thread Jeremias Maerki
Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: hyphenation again

2003-06-10 Thread Jeremias Maerki
hyphenation file and the XML version too, i set the path in the userconf.xml, but i read on the command line again and again, that they are not found. The path to the hyph files is correct, couse i'm able to embed the ttf fonts. Any suggestions? Jeremias Maerki

Re: Eps image error : For input string:

2003-06-10 Thread Jeremias Maerki
you'd like to try fixing it yourself. It shouldn't be hard. Otherwise, please open a bug report in bugzilla (http://xml.apache.org/fop/bugs.html). Please include my analysis when writing the report. On 05.06.2003 07:56:04 Jeremias Maerki wrote: There's probably something strange with your EPS

Re: TTFReader error

2003-06-11 Thread Jeremias Maerki
at org.apache.fop.fonts.TTFFile.get_ttf_funit(Unknown Source) I understand the nature of the error (div by 0), but how might I correct this? The other 3 fonts I've created have generated the metrics files without error. Jeremias Maerki - To unsubscribe, e-mail

Re: PDF display over net

2003-06-12 Thread Jeremias Maerki
or on a server (depending on your application). On 12.06.2003 16:27:16 patrick.mannhart wrote: I've embedded fop in my application and generate a PDF. I don't want to safe the PDF on a local drive or DB. How can I display de PDF to the user when it's finished automatically with Adobe Reader? Jeremias

Re: PDF display over net

2003-06-12 Thread Jeremias Maerki
. How can I display de PDF to the user when it's finished automatically with Adobe Reader? Would it be better to create the file in a temporary directory that gets wiped after: 1) the browser is done viewing it; 2) a specified amount of time (30 secs, 1 day, 1 week, etc.)? Jeremias Maerki

Re: AW: PDF display over net

2003-06-13 Thread Jeremias Maerki
. (that means not on the tomcatserver or webpshere or whatever) It's also possible to safe it on the users own pc. how can i do this? StreamWriter and path? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: external image provided via servlet - image type not being read

2003-06-17 Thread Jeremias Maerki
then open the image? If not, I think you have a strange JPEG format there. If yes, you could try to change FopImageFactory so it evaluated the MIME type sent by the servlet. But that only helps if the FOP image implementations can really load your image. Jeremias Maerki

Re: Using russian characters in FO-Files (extended: winansi)

2003-06-17 Thread Jeremias Maerki
that some people regard this as a feature - is it possible to disallow copy paste for non-russian characters as well? (i.e. prevent the user from cut paste operations) You can use PDF encryption to do this: http://xml.apache.org/fop/pdfencryption.html Jeremias Maerki

Re: multipage postscript files

2003-06-17 Thread Jeremias Maerki
to the other). I'm afraid that the feature isn't implemented now. Is it in maintenance, planned or has anyone already started working on this issue??? If all is no, has anyone a pointer where (and how) to patch this up. Jeremias Maerki

Re: multipage postscript files

2003-06-17 Thread Jeremias Maerki
of the whole document. Do you know any soluition for that? Any help would be appreciated!! Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: multipage postscript files

2003-06-17 Thread Jeremias Maerki
into the original one, created by FOP? Yep. A PDF postprocessor like iText can do that. See here: http://xml.apache.org/fop/resources.html#products-pdf That functionality is on the todo list for FOP's PDF library, too, but I guess it'll take a while until someone implements it. Jeremias Maerki

Re: State of the rendering process?

2003-06-17 Thread Jeremias Maerki
to figure out which log statement belongs to which user. Did anybody had the same problem? Is it possible to ask the Driver-Object or the Renderer-Object about the progress ? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL

Re: font embedding problem

2003-06-17 Thread Jeremias Maerki
code. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Font embedding bug?

2003-06-20 Thread Jeremias Maerki
I'm happy to provide any additional details (Adobe font file information, FOP config file, XSL-FO file, etc.) if required to diagnose the problem. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: performace improvement?

2003-06-20 Thread Jeremias Maerki
to do with the formatting of the text (e.g. hyphenation=false, wrap-option=no-wrap or white-space-collapse=false). My aim is to improve the performace. Are there other attributes which could be used (disabled) to speed up fop? Jeremias Maerki

Re: Font embedding bug?

2003-06-20 Thread Jeremias Maerki
Yup, because the behaviour of the redesign/HEAD was already correct. On 20.06.2003 20:03:15 Clay Leeds wrote: On 6/20/2003 10:59 AM, Jeremias Maerki wrote: Yes, I've fixed the bug in CVS today. Jeremias Maerki I would assume that fix is in the 0.20.5 branch/version/thingamajig. Would

Re: What Does [ERROR] -2 Mean

2003-06-20 Thread Jeremias Maerki
back through my stylesheet and remove changes until the thing works again, but I'd love a clue for figuring out what to fix. Thanks - MOD Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: What Does [ERROR] -2 Mean

2003-06-20 Thread Jeremias Maerki
(TableRow.java:130) Not much help - I don't know where an array index like this would come from. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem with inline using japanese font msmincho ttc

2003-06-20 Thread Jeremias Maerki
/ /font I'm thinking there must be some configuration step that I missed. I tested it under Win2K/jdk1.4.1 Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem with inline using japanese font msmincho ttc

2003-06-20 Thread Jeremias Maerki
. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embedding FOP, PDF Encryption Custom fonts

2003-06-22 Thread Jeremias Maerki
in AbstracPDFStream.java ) anyone know where to get it? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Embedding FOP, PDF Encryption Custom fonts

2003-06-23 Thread Jeremias Maerki
, that could contain a signature for verification. is it possible to include an object in the pdf that would be left alone by other readers ( but could be used, perhaps as a form of FOP-specific verification ) and does this even make sense? Jeremias Maerki

Re: Embedding FOP, PDF Encryption Custom fonts

2003-06-23 Thread Jeremias Maerki
the latest distribution version. any helpful hints on this one? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: UTF-8 problem

2003-06-24 Thread Jeremias Maerki
? On 24.06.2003 11:25:41 sebastien.mielot wrote: I have a proble with my .fo file: When i use Fop, i have this message : Invalid byte 2 of 3-byte UTF-8 sequence. Have you an idea? Thanks a lot Jeremias Maerki

Re: Large XML Files and FOP: Out of Memory Exception

2003-06-25 Thread Jeremias Maerki
datasets with fop. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Font file problem

2003-06-26 Thread Jeremias Maerki
xml + xslt to generate pdf file and have not use the AWT and print option. Therefore, we don't know why it still has the image and font file loading problem. Any comment? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL

Re: Spurious space between table-header and table header.

2003-06-26 Thread Jeremias Maerki
-body.fo) Or maybe I am missing something. I do that a lot :-/ Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JPEG images in Postscript

2003-07-01 Thread Jeremias Maerki
there is a bunch of Z characters in the image data. I was wondering if this could be a transparency issue or something like that. Your thoughts would be greatly appreciated. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL

Re: Problem render AWT

2003-07-01 Thread Jeremias Maerki
org.apache.fop.render.awt.AWTRenderer at org.apache.fop.apps.Driver.setRenderer(Driver.java:419) at Fo2Pdf.main(Fo2Pdf.java:12) i want use org.apache.fop.render.awt.AWTRenderer class but i unable to make this render Can someone help me? Jeremias Maerki

Re: JPEG images in Postscript

2003-07-01 Thread Jeremias Maerki
Most probably, yes. It's a bug that only surfaces with a handful of files. That's probably the reason why it didn't come up before. On 01.07.2003 17:23:38 Clay Leeds wrote: On 7/1/2003 8:18 AM, Jeremias Maerki wrote: Almost suspected itI believe it's a bug in the ASCII-85 encoder which

Re: font embedding problem (embed-file attribute)

2003-07-01 Thread Jeremias Maerki
. I'm embedding a True Type Font into my documents. Thats works great. Here is a snippet from my userconfig.xml file: snip/ But if I remove the embed-file attribute I end up with an error. What is the propper way to only reference the font? Jeremias Maerki

Re: Corner drawing (Was: Spurious space between table-header and table header.)

2003-07-01 Thread Jeremias Maerki
. So maybe you're right. Is this a PDF limitation? I becomes important for thick borders of different colors, when trying to simulate a 3d-effect. ( or 3-deffect :-) Not a PDF limitation. More an implementation detail. Something that eventually needs to be fixed, maybe. Jeremias Maerki

Re: JPEG images in Postscript

2003-07-01 Thread Jeremias Maerki
Correction: I've just dropped my current ASCII85OutputStream in the maintenance branch but the bug persists. There's must be another one. Will investigate. On 01.07.2003 17:18:20 Jeremias Maerki wrote: Almost suspected itI believe it's a bug in the ASCII-85 encoder which I've fixed

Re: JPEG images in Postscript

2003-07-02 Thread Jeremias Maerki
and JFIF compliant. Should I convert JPEG to different color depth and/or sub format? As a workaround you could open the JPEG in another editor and save them again. Maybe that helps. But in theory, your JPEGs are fine. Jeremias Maerki

Re: JPEG images in Postscript

2003-07-04 Thread Jeremias Maerki
is on the safe side in any case. Preferences anyone? On 01.07.2003 17:59:52 Jeremias Maerki wrote: Correction: I've just dropped my current ASCII85OutputStream in the maintenance branch but the bug persists. There's must be another one. Will investigate. On 01.07.2003 17:18:20 Jeremias Maerki

Re: JPEG images in Postscript

2003-07-04 Thread Jeremias Maerki
by gray scale images, but Paint Shop Pro reports my JPEG images as being 24-bit/pixel color. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with fo:external-graphic src

2003-07-26 Thread Jeremias Maerki
/) /xsl:attribute /fo:external-graphic /fo:block Das any body can halp me ? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: bar codes

2003-07-28 Thread Jeremias Maerki
Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Custom TT Fonts not embedded gives garbage

2003-07-28 Thread Jeremias Maerki
that is used to create and display the PDF file. I searched the archive and found a posting from about a year ago that says that not embedding TTFs is not an option. Is this still true or am I doing something wrong? I use FOP version 0.20.5. Jeremias Maerki

Re: (Full Post) : Issues integrating FOP into Cocoon/J2EE project

2003-07-28 Thread Jeremias Maerki
wrote: Summary: I'd like to be able to run the FOP serializer outside of Cocoon in my EJBs, but cannot seem to do this. Has anyone here successfully gotten this to work? I've been stuck on this for a while, and would really appreciate some direction. Thanks! Jeremias Maerki

Re: Select printer fonts from FOP

2003-09-10 Thread Jeremias Maerki
: I am using the PS output of FOP now. One limitation is that it does not support font-embedding. But is it possible to select the printer internal fonts that come with postscript from within the XSL-FO? If yes, how can I do that ? Jeremias Maerki

Re: Select printer fonts from FOP

2003-09-11 Thread Jeremias Maerki
, I get the idea, but where can I get the PFM-files ? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Jeremias Maerki
with jdk1.3.1-linux on tomcat-4.1.24, there was nothing to display, no any error or exception, just blank page. I was exhausted to figure it out. Will anybody tell me some experience working fop on jdk1.3.1-linux? Jeremias Maerki

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Jeremias Maerki
Exception and log it explicitely. That way you should get more information. Happy hunting. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Jeremias Maerki
? AbstractElement.setUnspecifiedAttribute This method may (!) indicate that you have an unsupported attribute somewhere in your SVG code. I'm not sure. Try commenting out all SVG elements and see if that changes anything. Jeremias Maerki

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Jeremias Maerki
a java.lang.OutOfMemoryError when I try to display another web page. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Jeremias Maerki
with success. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem with postscript (landscape)

2003-09-17 Thread Jeremias Maerki
it with ghostview portrait is shown. is it a issue of fop or a bug of gs? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SVG to PDF Conversion

2003-09-19 Thread Jeremias Maerki
Kajendran wrote: When I try to convert an SVG file which is linking to a JPEG-CMYK image, I am getting the following error. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Caching xsl....

2003-09-23 Thread Jeremias Maerki
http://java.oreilly.com/news/javaxslt_0801.html See 1). You can reuse the Templates object. On 23.09.2003 07:05:28 Kodandapani A. wrote: Is there anyway to cache the xsl. So that, tranformation doesn't need to parse XSL everytime. Jeremias Maerki

Re: Failed to read font metrics file

2003-09-28 Thread Jeremias Maerki
the user to adapt the font the way are doing now. However, ... Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: less than 100% opaque svg graphic

2003-10-02 Thread Jeremias Maerki
quickly. :-) On 01.10.2003 22:37:55 Adam Shelley wrote: I'm am using svg's in pdf's created by fop and I was wondering if there was anyway to do less than 100% opaque graphics in the output pdf document. I hit the archives and couldn't find any particular issue addressing this. Jeremias Maerki

Re: PDF output has null in it

2003-10-02 Thread Jeremias Maerki
of any. Just try some other PDF viewers such as GhostScript and check their output. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Font-metrics file

2003-10-03 Thread Jeremias Maerki
, eventually. Help is, as always, highly welcome. Folks: This may sound like an unusual question, but Why is the font metrics file needed/used by FOP. What does it provide to FOP. I have been using it blindly for the last year, just wondering. Jeremias Maerki

Re: Font-metrics file

2003-10-03 Thread Jeremias Maerki
PFM file has the missing values will they be picked up by the PFM parser? That question maybe out in left field, we can take it off-line if you want. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Can't connect to X11

2003-10-09 Thread Jeremias Maerki
A list of workarounds is at: http://xml.apache.org/fop/graphics.html#batik I'am using FOP 0.20.4 to create PDF with svg graphics in a servlet context on Unix or Linux. Generally it works fine, but sometimes I get the following exception : java.lang.InternalError: Can't connect to X11

Re: Printing Current Date and Time

2003-10-09 Thread Jeremias Maerki
function for getting the current date and time for use in XSL-FO be used from the command line? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SVG 2 PDF

2003-10-14 Thread Jeremias Maerki
=1.2content-type=text/vnd.viewcvs-markup I wish convert a SVG file into PDF with FOP. Where i can find a tutorial or examples ? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: PDFTranscoder configuration and CVS branches

2003-10-22 Thread Jeremias Maerki
in the trunk. How can I configure the latest PDFTranscoder code? Am I looking in wrong places? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ANNOUNCEMENT] Krysalis Barcode 1.0 beta released

2003-10-31 Thread Jeremias Maerki
Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Is the current build of FOP broken?

2003-11-12 Thread Jeremias Maerki
basically want to figure out how to do a Obj2PDF example (embedding the code). Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: schedule for next release (was: Properties redesigned in CVS Head)

2003-11-18 Thread Jeremias Maerki
possibilities, too). Help is always welcome. The FOP team would be delighted to support anyone wanting to familiarize him/herself with the code. On 18.11.2003 13:06:38 John Austin wrote: So what is the schedule for the next release ? Jeremias Maerki

Re: special characters

2003-11-25 Thread Jeremias Maerki
would you suggest that I generate the XML using SAX/DOM. I've heard that the Digester does a pretty nifty job, do you suggest this? Any other? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: How to embed fonts programatically?

2003-11-25 Thread Jeremias Maerki
can I use those metrics in FOP java API? An example would be great. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: special characters

2003-11-25 Thread Jeremias Maerki
with the fop Driver. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Shrink size of images.

2003-11-27 Thread Jeremias Maerki
to FOP is just a XSL-FO formatted template. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Shrink size of images.

2003-11-27 Thread Jeremias Maerki
No, I'm sorry. I didn't read your mail correctly. Shame on me. On 27.11.2003 12:04:46 Gergely Hajdu wrote: Sorry for causing confusion Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: PostScript and CID-fonts

2003-12-03 Thread Jeremias Maerki
images. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Aligning paragraph text, setting font-family

2003-12-05 Thread Jeremias Maerki
Yes, as long as you use the same fonts (i.e. font files). On 05.12.2003 10:05:15 Stan Pinte wrote: and does it works cross platform? an xml fonts metrics file generated on windows will work on unix? Jeremias Maerki

Re: Running junit tests fails

2003-12-10 Thread Jeremias Maerki
file doesnt let you procced without the junit.jar. However, I'm not sure if junit.jar contains the ant task definition. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Running junit tests fails

2003-12-10 Thread Jeremias Maerki
:46:52 Simon Pepping wrote: Ant's failure message mentions optional.jar. I do not have that because it does not come with the checkout. Could that be the cause? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Running junit tests fails

2003-12-12 Thread Jeremias Maerki
as described under Installing Ant. / These seem to be in addition to optional.jar. I think it points to the fact that we will have to provide a custom ant build, optional.jar and library dependencies, including junit.jar. Jeremias Maerki

Re: Embedding bitmaps directly in XSL/FOP Rendering

2003-12-15 Thread Jeremias Maerki
that this is a topic that has come up before. Good luck. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to get ALL parts of a large SVG document in a single PDF page

2003-12-16 Thread Jeremias Maerki
kinds of other attempts but I have reached the point that because I don't understand what is doing the clipping, it is all voodoo for me at this point. By the way - if I can get a PDF document with multiple pages in it that would be even better!! Thanks for the help, -Ron Jeremias

Re: Table columns with custom font incorrectly aligned

2003-12-17 Thread Jeremias Maerki
it be that the generated font metrics is incorrect? Yes, I believe the current PFMReader ignores the PFB file which has some parts of the font metrics in them. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: renderer postscript : border painting

2004-01-09 Thread Jeremias Maerki
with many tables, there are invisible border on the 1st page the border are invisible it's OK, but on the following pages, the border are painting ! known problem? a solution? Jeremias Maerki - To unsubscribe, e-mail

Re: FOP being very slow.

2004-01-13 Thread Jeremias Maerki
Talking about performance: It might be a good idea to buffer to OutputStream. driver.setOutputStream(new BufferedOutputStream(new java.io.FileOutputStream( pdfFile ))); On 12.01.2004 21:51:09 John Austin wrote: driver.setOutputStream( new java.io.FileOutputStream( pdfFile ) ); Jeremias

Re: RE : renderer postscript : border painting

2004-01-13 Thread Jeremias Maerki
of the bug. Rebuild FOP after modifying. If I find some time I'll see if I can find a better solution. I probably have the same problem in the dev version. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: using an xsl:fo in a transformer parameter

2004-01-18 Thread Jeremias Maerki
only (transform an XML into a XSL:FO), it looks perfectly okay, the fo:table is where it is supposed to be. I haven't tried but I assume a 2-step transformation (first to XSL:FO, then call FOP on that intermediate result) would work; but that isn't really what I want. Jeremias Maerki

Re: Embeded EPS in PDF

2004-01-20 Thread Jeremias Maerki
focus is clearly on HEAD. Patches for HEAD are highly welcome however. But I guess you know that already. We keep talking about that all the time and it gets boring. :-) Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Embeded EPS in PDF

2004-01-21 Thread Jeremias Maerki
Torsten, that PostScript file is totally screwed up if you ask me. I've come to the same conclusion as you have. The biggest problem seems to be the as is integration of the EPS without removing the binary header and the binary preview first. Jeremias Maerki

Re: FOP extensions

2004-01-22 Thread Jeremias Maerki
how it can be done ( I read FOP doc on extensions, and I saw some examples, but they really weren't too helpful ) Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svg pattern problem

2004-02-03 Thread Jeremias Maerki
the svg dealing with patterns: paints.svg.To my surprise the pdf version was not correct as i saw only black boxes instead of patterns. I used both acrobat 5.0 and 6.0. So ARE patterns handled in Fop or not? i am using the latest release fop-0.20.5. Any clues? Jeremias Maerki

Re: Why is FOP MUCH slower the first time than all other runs?

2004-02-06 Thread Jeremias Maerki
is much faster). It's got to be in the FOP. Is there a way to fix this? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: PCL is ok, PS is wrong orientation

2004-02-11 Thread Jeremias Maerki
to look at the rendered output, and fop is doing this. Here's a sample of my page definition if that's the culprit: fo:simple-page-master master-name=A4 page-width=297mm page-height=210mm margin-top=0.5in margin-bottom=0.0in margin-left=0.5in margin-right=0.5in Jeremias Maerki

Re: Running fop in memory

2004-02-13 Thread Jeremias Maerki
a little scripting experience. So be easy on me please! Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with scaling png image file in svg

2004-02-16 Thread Jeremias Maerki
. So probably fop should be able suport png file natively. I am not sure what you mean by this statement. Can you elaborate? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: tray selection problem

2004-02-19 Thread Jeremias Maerki
tray (or paper) selection instructions in xsl-fo?I need to print dynamically generated pdfs(genrated via xml-xsl-xsl-fo), with massive volums, and three types of pre-printed papers. Any clues, tips, tricks, indian advises Please any help is welcome! Jeremias Maerki

Re: How to put some text on next to last page?

2004-02-19 Thread Jeremias Maerki
don't know how many pages it will give after rendering. Do you know how could I print some special text on next to last page? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: migrating from a standalone application to a web application

2004-02-19 Thread Jeremias Maerki
JVM. Maybe, but I don't think so. FOP is rather CPU-intensive and there's not much you can do about it. Try to simplify and optimize your stylesheets, think about using XSLTC (See Xalan) or a different XSLT processor altogether. You may have to experiment a bit. Jeremias Maerki

Re: no sub-, super-script in PS from .fo

2004-02-23 Thread Jeremias Maerki
. Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: no sub-, super-script in PS from .fo

2004-02-23 Thread Jeremias Maerki
via the command line or the servlet. It's just a thought/hack! Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: no sub-, super-script in PS from .fo

2004-02-23 Thread Jeremias Maerki
: On Mon, 23 Feb 2004, Jeremias Maerki wrote: Just as an aside: GhostScript correctly renders EPS pictures embedded in a PDF generated by FOP. That's because GhostScript is a PostScript interpreter and Acrobat Reader isn't. Yes, I know. But I have to print through Acrobat Reader

Re: AW: Fop extension and OMR

2004-02-25 Thread Jeremias Maerki
know this topic has been discussed a few times on this list. I suggest interested parties create a new page on the Wiki (http://nagoya.apache.org/wiki/apachewiki.cgi?FOPProjectPages) and collect your findings there. You might also find some additional information in the mailing list archive. Jeremias

Re: [OT] Windows spool file size

2004-03-15 Thread Jeremias Maerki
if the spool file size can be controlled, if at all? We use FOP to generate PDF reports and a 60KB PDF file generates a spool file 10 times that size on Windows. What does spool file size depend on? Jeremias Maerki - To unsubscribe, e

Re: [OT] Windows spool file size

2004-03-16 Thread Jeremias Maerki
appreciated. -Original Message- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 4:52 PM To: [EMAIL PROTECTED] Subject: Re: [OT] Windows spool file size It can't really be controlled. PDF is a very compact format (it uses a lot of compression). When you

Re: Retrieving Images from a Database

2004-03-16 Thread Jeremias Maerki
to do it. Is there any one else who might have some helpful information on how to do this, some code examples or another place to look? Jeremias Maerki - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: Want to convert a standard form to XSL

2004-04-07 Thread Jeremias Maerki
this form as an example. -- Jeremias Maerki [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

<    1   2   3   4   5   6   7   >