AW: pdf bean

2002-03-25 Thread Beer, Christian
Hi! I looked quite a bit into the PDF-file format, but that is very difficult. So doing that yourself would not be a easy thing to do. You'll have to implement some of very difficult rendering-things. Christian > -Ursprüngliche Nachricht- > Von: Ralph LaChance [mailto:[EMAIL PROTECTED

AW: PDF -> FO (slightly off topic)

2002-03-11 Thread Beer, Christian
> > Apologies for the slightly off-topic mail - but does anyone > know of an > easy way to convert PDF docs to XSL-FO ? > I don't think there is any way to do this, especialy no easy way! PDF does not contain any structural information, like XSL-FO does. So that would have to be constructe

AW: userconfig.xml

2002-03-11 Thread Beer, Christian
> Yeah. If I try File file = new File("userconfig.xml"), where > is it looking > relative to the class file requesting the file? > No, he is looking relative to the path you started java from. Greets, Christian - To

AW: inline bullets?

2002-03-04 Thread Beer, Christian
Try using an where you set the font to "ZapfDingbats", there you'll find some bullets. Simply insert the ascii-code of one bullet you like. Christian > -Ursprüngliche Nachricht- > Von: William Tyler [mailto:[EMAIL PROTECTED]] > Gesendet: Montag, 4. März 2002 16:23 > An: [EMAIL PROTECTE

AW: output PDF via java.io.Writer

2002-03-01 Thread Beer, Christian
> Is it generally possible to output a pdf stream via a java.io.Writer object? Well a java.io.Writer is used for character output. A PDF is binary output, especialy if you use filters (Flate, ...) I think it could be possible, but no good idea! The problem is, that a writer handles character dat

AW: [Understanding] FO Tree

2002-02-14 Thread Beer, Christian
The subject was meant: [Understanding] FO Tree [3] ^^^ ^^^ ^^^ Prefix SubjNr of Lesson (Of all Lessons not of that Subj) > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > Gesen

AW: parser

2002-02-07 Thread Beer, Christian
Hi!   Maybe your xsl-file doesn't create a fo, because the templates don't match. Look into the xsl-file and check, that there are not typos in the attributes.   Did you specify the output-format?:   If yes, then the output would contain at minimum the following:   Or try to add the

Is there a XML-Schema of XSL:FO?

2002-02-07 Thread Beer, Christian
Hi FOPpers! Somebody posted a DTD of XSL:FO short time ago. Is there also a XML-Schema? I think a XML-Schema can better control the contents of an XML-file. If not, I would like to create one. It can then be used to create a XSL:FO instance using XMLSpy or some other tool. Christian _

AW: Triggering XALAN/XERXES from a start routine

2002-02-05 Thread Beer, Christian
I think it's off topic, but look at http://xml.apache.org/xalan http://xml.apache.org/xerces You can call xalan from command line. > -Ursprüngliche Nachricht- > Von: Matthias Fischer [mailto:[EMAIL PROTECTED]] > Gesendet: Freitag, 1. Februar 2002 10:41 > An: Liste, FOP > Cc: Zelkanovi

AW: Any real-life business use ?

2002-01-14 Thread Beer, Christian
---Message d'origine- De : Beer, Christian [mailto:[EMAIL PROTECTED]] Envoyé : lundi 14 janvier 2002 10:15 À : '[EMAIL PROTECTED]' Objet : AW: Any real-life business use ? I implemented a small class, that analyses the jpg header, extracts the dpi value and then

AW: Any real-life business use ?

2002-01-14 Thread Beer, Christian
f: RE: Any real-life business use ? what kind workaround for Images are you using? Stefan -Original Message----- From: Beer, Christian [mailto:[EMAIL PROTECTED]] Sent: Monday, January 14, 2002 10:02 AM To: '[EMAIL PROTECTED]' Subject: AW: Any real-life business use ? Hi! We use

AW: Any real-life business use ?

2002-01-14 Thread Beer, Christian
Hi! We use FOP in a project for our customer. Our applications create letters and postcards. The count of pages differ from 1 to 5 pages. The speed is good. We only had a few problems in the beginning, because some points in the XSL-spec are not or not good enough implemented. I'm looking forw

AW: AW: Layout Problems with PDF

2002-01-09 Thread Beer, Christian
Do you know about the settings in Acrobat/Acro. Viewer?? You can tell them to fit the size of the pdf-pages to the printer-pages. Then they scale the page and the sizes don't fit any more. Have a look if you want to print Letter on A4 or the other way round and have a look at the settings in the

AW: Layout Problems with PDF

2002-01-09 Thread Beer, Christian
What do you mean by "all layout information like page margin or cell- width in tables are not displayed/printed correctly" ?? Do you mean they are smaler than on screen or something? -Ursprüngliche Nachricht- Von: Lars Karschen [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 9. Januar 200

AW: can someone help solving this exception ?

2002-01-08 Thread Beer, Christian
You wanted to use an entity, that isn't declared! You can't use   or something HTML knows. Get the ascii-value of "/" and replace it with: "&#asci-code;". -Ursprüngliche Nachricht- Von: Nick Winger [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 8. Januar 2002 13:38 An: Apache Mailinglist

AW: cannot not use certain character in xml to make pdf

2002-01-08 Thread Beer, Christian
There is no problem using 'ü' or 'ß' or something. You must check the header of the xml-file: The encoding specifies what characters you may use. If you use the header above, you can use 'ü', etc. without unicode or something! For   (non-breaking space in HTML) you can use " ". The reference

AW: FOP-XSL:dynamic external graphics

2002-01-06 Thread Beer, Christian
Hello!! Well, try this one: "{" and "}" are kind of escape-chars, that tell xalan to process their content. You can also do this, I think, if you only need the filename one time. Greetz Christian -Ursprüngliche Nachricht- Von: Rachael Blank [mailto:[EMAIL PROTECTED]] Gesendet: Fr

AW: Getting error running latest FOP

2001-12-19 Thread Beer, Christian
Well, the latest CVS-code is a rewrite of fop so it doesn't work at the moment. Try the maintenance-branch of cvs or donwload the latest release. Christian -Ursprüngliche Nachricht- Von: Kilmer, Erich [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 19. Dezember 2001 19:21 An: '[EMAIL PROT

AW: special characters - Unicode

2001-12-19 Thread Beer, Christian
Hello Matthias, it is a better idea to write in english ;-) I think you understood that right. As I understood that you have two opportunities: decimal &#; hex &#x; Christian -Ursprüngliche Nachricht- Von: Matthias Fischer [mailto:[EMAIL PROTECTED]] Gesendet: Mittw

AW: FOP Javadoc

2001-12-14 Thread Beer, Christian
Try "build javadocs"! -Ursprüngliche Nachricht- Von: Dvorák Zdenek [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Dezember 2001 15:14 An: '[EMAIL PROTECTED]' Betreff: RE: FOP Javadoc At http://xml.apache.org/fop/dist/ in any file (just unzip it). Zdenek -Original Message-

AW: launch Acrobat Reader invisible

2001-12-13 Thread Beer, Christian
Do you know how to tell acrobat to which printer it shall print?? -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 13. Dezember 2001 10:46 An: [EMAIL PROTECTED] Betreff: Re: launch Acrobat Reader invisible If you start regedit and find t

AW: Send a document directly to a printer

2001-12-13 Thread Beer, Christian
I think it is not that easy to open a "file" connection to a printer like it was in dos times (I don't know if it could be done in windows). I think you can't open an OutputStream to a printer. Well sorry enough I don't know how to send a file to a printer. Didn't have to do it till now. Sorry. C

AW: number of pages generated

2001-12-11 Thread Beer, Christian
I think this feature misses! How I did it: - Implement a message listener - All Messages that consist of [x] where x is a number are pages, that were created. The maximum of them is the count of pages created. Cheers Christian Beer -Ursprüngliche Nachricht- Von: Laurent Vaills [ma

AW: Advice please

2001-12-05 Thread Beer, Christian
You may convert PDF to PS using ghostview or something and then send that to a PS-printer. -Ursprüngliche Nachricht- Von: Phillips Tony [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 5. Dezember 2001 14:12 An: '[EMAIL PROTECTED]' Betreff: Advice please Hi, I'm putting together a bill p

AW: OutOfMemoryError in apache fop/cocoon

2001-12-04 Thread Beer, Christian
Hi Barbara! Well that's a cocoon question. Please ask that in a cocoon list. Greets Christian Beer -Ursprüngliche Nachricht- Von: Barbara Slupik [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 4. Dezember 2001 14:18 An: [EMAIL PROTECTED] Betreff: OutOfMemoryError in apache fop/co

AW: AW: Non existent tag error...

2001-11-30 Thread Beer, Christian
s going to add the line that I said oops on in the original message, sorry for the confusion. I will try this and see if it works. Thanks, Bryan --- "Beer, Christian" <[EMAIL PROTECTED]> wrote: > Hi Bryan, > > did you solve the problem, or what does the oops > mean??

AW: Driver API Suggestion

2001-11-29 Thread Beer, Christian
I am using getContentHandler from 2.20.1 without any format() or render(). So I think it has changed from 0.19 to 0.20.1! -Ursprüngliche Nachricht- Von: Nestel, Frank [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 29. November 2001 13:31 An: '[EMAIL PROTECTED]' Betreff: Driver API Sugge

AW: Non existent tag error...

2001-11-28 Thread Beer, Christian
Hi Bryan, did you solve the problem, or what does the oops mean?? Anyway: > is not right, I think! Try: That is the right term, the book says so. Christian -Ursprüngliche Nachricht- Von: bryan hansen [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 28. November 2001 18:16 An:

AW: underlining, fo:inline and page breaks.

2001-11-28 Thread Beer, Christian
ED] Betreff: RE: underlining, fo:inline and page breaks. I'm not the specialist who could tell you what happens inside FO, but from a practical point of view: Do you see a chance to split multi-page blocks into smaller units at the block level? Matthias -Original Message- From: Bee

AW: underlining, fo:inline and page breaks.

2001-11-28 Thread Beer, Christian
? Matthias Dott. Matthias Fischer abc.Mediaservice GmbH Nebelhornstraße 8 86807 Buchloe Tel. (08241) 9686-38 Fax (08241) 9686-26 http://www.abc-media.de e-mail: [EMAIL PROTECTED] ein Unternehmen der abc.Mediengruppe -Original Message- From: Beer, Christian [mailto:[EMAIL PROTECTED

underlining, fo:inline and page breaks.

2001-11-28 Thread Beer, Christian
Hi List! I have a problem. I want to underline the whole text, which may go over several pages. But to underline one must use fo:inline, right?? But using that lets my text disapear on all pages but the last. So my questions: a) is that a bug or is fo:inline concepted to only go over one page.

AW: FOP hangs when using animated gifs...

2001-11-20 Thread Beer, Christian
t gif is rendered to the pdf. Greetings Christian Beer -----Ursprüngliche Nachricht- Von: Beer, Christian [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 20. November 2001 15:05 An: Fop-liste (E-Mail) Betreff: FOP hangs when using animated gifs... Hi FOPers. I found the place in the sourc

FOP hangs when using animated gifs...

2001-11-20 Thread Beer, Christian
Hi FOPers. I found the place in the source (class GifImage) where the hang happens: protected void loadImage() throws FopImageException { int[] tmpMap = null; try { ImageProducer ip = (ImageProducer)this.m_href.getContent(); FopImageConsumer consum

FOP hangs when using animated gifs

2001-11-20 Thread Beer, Christian
Hi Folks! When I use an animated gif in fo:external-graphic, FOP hangs without any error!! Is there a way to find out if a gif is animated?? Thanks Christian DIRON Wirtschaftsinformatik GmbH & Co. KG Christian Beer ([EMAIL

AW: FOP+Graphics

2001-11-19 Thread Beer, Christian
Hi Matthias! Looking at the HTML, I think you understood my advices wrong! I think will send you a eMail in german (because I can explain better)! Christian -Ursprüngliche Nachricht- Von: Matthias Fischer [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 19. November 2001 10:40 An: FOP-List

AW: fop generation

2001-11-16 Thread Beer, Christian
Hi! Try using ByteArrayOutputStream and ByteArrayInputStream. The ByteArrayOutputStream writes to a byte-array (like the name says :) and you can get it. The ByteArrayInputStream can then read from that array. Christian -Ursprüngliche Nachricht- Von: Maneshi Tuli [mailto:[EMAIL PROTECT

AW: Difficulties embedding FOP by firing SAX events myself

2001-11-15 Thread Beer, Christian
nts myself Unfortunately I am using Java 1.3.1, javax.xml.* doesn't make an appearance until 1.4 so I can't use TransformerFactory. --- Paul Smith > -Original Message- > From: Beer, Christian [mailto:[EMAIL PROTECTED]] > Sent: 15 November 2001 13:14 > To: '[EMAIL PR

FOP v.0.20.1/Cocoon v.2 rc.2 + Graphics

2001-11-15 Thread Beer, Christian
Hi! Yes, the TIF-Format also gives you the opportunity to save DPI. If you want information about the graphic-formats look at: http://www.wotsit.org Christian -Ursprüngliche Nachricht- Von: Matthias Fischer [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 15. November 2001 14:08 An: [E

AW: Difficulties embedding FOP by firing SAX events myself

2001-11-15 Thread Beer, Christian
I did it this way: // FO --> PDF driver.reset(); driver.setOutputStream(pdf); driver.setRenderer(org.apache.fop.apps.Driver.RENDER_PDF); TransformerFactory tFactory = TransformerFactory.newInstance(); if (tFactory.getFeature(SAXSource.FEATURE) && tFactory.getFeature(SAXResult.FEATURE)) { SAXT

AW: FOP v.0.20.1/Cocoon v.2 rc.2 + Graphics

2001-11-15 Thread Beer, Christian
Hi Matthias! Okay: In GIFs you can't save how much dpi you specified! GIFs always have 96 DPI. In JPGs you can save the dpi, but FOP doesn't recognize that! All Images are taken as if they have 72 DPI. So if you don't specify a width and height in the external-graphic-Tag a jpg which was saved

AW: FOP v.0.20.1/Cocoon v.2 rc.2 + Graphics

2001-11-15 Thread Beer, Christian
Hi Matthias! Do you set width and height at the external-graphic-Tag? Try setting the resulting size in "cm". If you set only one of width or height the image will be scaled acording to the given aspect ratio. Christian -Ursprüngliche Nachricht- Von: Matthias Fischer [mailto:[EMAIL PROT

AW: fixed positioning question

2001-11-13 Thread Beer, Christian
hi! Try using: ... Cheers Christian -Ursprüngliche Nachricht- Von: Attila Kertes [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 13. November 2001 16:32 An: [EMAIL PROTECTED] Betreff: fixed positioning question Hi, How can I use fixed positioning using XSL sheet? I

AW: FOP v.0.20.1/Cocoon v.2 rc.2 + Graphics

2001-11-13 Thread Beer, Christian
Hi Matthias, did you specify a DPI for the JPGs or TIFFs?? If yes, that might be your problem! FOP doesn't consider any of this information! For example: If you insert a JPG with 1 cm x 1 cm at 300 DPI, it will become 4,16 cm x 4,16 cm because FOP uses 72 DPI! Christian -Ursprüngliche

AW: FOP v.0.20.1/Cocoon v.2 rc.2 + Graphics

2001-11-13 Thread Beer, Christian
Hi!! There is a big problem with images that are too big for the region they should fit into. They are left away without warning, scaling, cutting or something!! I think this is a very big problem with fop!! Cheers Christian Beer DIR

[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 Beer

AW: FOP memory usage

2001-11-09 Thread Beer, Christian
Well, the problem with page-number-citations is, that he doesn't know the page number in the beginning, so he waits until he gets it and holds all pages in memory, i think. -Ursprüngliche Nachricht- Von: Jens Kühnberger [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 9. November 2001 16:08

AW: column spanned in multicolumn region

2001-11-09 Thread Beer, Christian
What you tried is paradox! You tried to split the region-body into 3 columns and at the same time span it over 3 columns: spliting into 3 + spanning over 3 = 1 column So you'll have to specify the number-columns-spanned to a fo:block or something that shall be spanned over 3 columns! Gr

AW: Supported image file formats

2001-10-31 Thread Beer, Christian
Well that is what I also wondered about earlier: In FopImageFactory one can find supported: image/gif image/jpeg image/bmp image/png image/tga image/tiff image/svg+xml But Jimi, which is used for some of the above supports: GIF (without Compression), JPEG, TIFF, PNG, PICT, Photoshop, BMP Targa, I

AW: NameSpace??

2001-10-30 Thread Beer, Christian
You'll have a xml-parser in your classpath that doesn't support namespaces in sax. Search for parser.jar or jaxp.jar in your classpath and replace it with xerces. -Ursprüngliche Nachricht- Von: Gerard van Wijk [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 30. Oktober 2001 11:41 An: '[E

DPI of images...

2001-10-29 Thread Beer, Christian
Hi! If I insert images in PDFs, what DPI is used? Is that defined? Are the DPI used, that can be stored in JPG? Thanks in advance Christian DIRON Wirtschaftsinformatik GmbH & Co. KG Christian Beer ([EMAIL PROTECTED]) Daimler

AW: Merge PDF files

2001-10-28 Thread Beer, Christian
Hi! Apache fop can't merge pdf files. PdfLib can do it and we are using it for this. It can be found on: http://www.pdflib.com. It is commercial. Christian -Ursprüngliche Nachricht- Von: NagarajaRao [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 29. Oktober 2001 08:29 An: [EMAIL PROTECTED

AW: vertical align in a block

2001-10-26 Thread Beer, Christian
I tried this sample code, but it doesn't work (CVS Version from last week)!! Did that work earlier? -Ursprüngliche Nachricht- Von: Giannetti, Fabio [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 11. Oktober 2001 14:54 An: '[EMAIL PROTECTED]' Betreff: RE: vertical align in a block Hi M

AW: Problems with images (scaling)...

2001-10-26 Thread Beer, Christian
high-resolution .gifs out of low-res ones. Hope that helps! jw -Original Message- From: Beer, Christian [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 25, 2001 4:51 AM To: Fop-liste (E-Mail) Subject: Problems with images (scaling)... I want to put a logo on a letter using FOP. The lo

Centering image on a page...

2001-10-25 Thread Beer, Christian
I want to center an image, of a size I don't know, on a page in horizontal and vertical direction. How could that be done? Christian DIRON Wirtschaftsinformatik GmbH & Co. KG Christian Beer ([EMAIL PROTECTED]) Daimlerweg 39-41

Problems with images (scaling)...

2001-10-25 Thread Beer, Christian
I want to put a logo on a letter using FOP. The logo is quite big, but it shall be scaled to fit into 25mm x 85mm. I tried the following code: - - but FOP says: - Error in content-height property value 'scale-to

overflow="hidden" and big images...

2001-10-23 Thread Beer, Christian
Hi Folks! I wanted to put a logo on a letter using a where I put my image in. The image should be clipped if it is too big. But all that happens is that the image disapears. Also if I used overflow="visible" the image disapears. Is that a bug or a feature?? Christian ___

AW: [vote] Merging JFor with FOP

2001-10-18 Thread Beer, Christian
Although I am not a committer, I would like to give following unofficial vote: 1+; [...snip...] So, here it is, please vote on the following question: would you like to accept jfor code and give Bertand Delacretaz committer status in order to perform the merging on the FOP code following the tec

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

2001-10-18 Thread Beer, Christian
kuro, Yuri [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 18, 2001 8:27 AM To: '[EMAIL PROTECTED]' Subject: RE: Problems with embedding graphics using fo:instream-foreign-object and svg... Could somebody please point out what is the benefit of using ... instead of ? Than

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

2001-10-18 Thread Beer, Christian
both new fopand batik On Thu, 18 Oct 2001 10:02:09 "Beer, Christian" wrote: > Hi Folks! > > I wanted to embed images using: > > > image-rendering="optimizeQuality" >x="0" y="0" width="25mm&quo

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

2001-10-18 Thread Beer, Christian
Hi Folks! I wanted to embed images using: But I get the SVG-Error-Image. Before I updatet to the newest SVG-Version that worked fine... What has happend??? Christian __ DIRON Wirtschaftsinformatik GmbH & Co. KG Christian Beer

Problem with endless loop and tables...

2001-10-17 Thread Beer, Christian
Is that already solved?? I have the problem, that I get that endless loop. Christian __ DIRON Wirtschaftsinformatik GmbH & Co. KG Christian Beer ([EMAIL PROTECTED]) Daimlerweg 39-41Tel. : +49(251)979-200 48163 Muenster Fax

AW: Embedding fop in IE..Help!!!

2001-10-15 Thread Beer, Christian
What you do is printing CHARACTER data!! Try this: OutputStream os = response.getOutputStream(); os.write(); os.close(); Cheers Christian -Ursprüngliche Nachricht- Von: Rajagopal. V [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 15. Oktober 2001 20:49 An: [EMAIL PROTECTED] Betref

AW: Why XSL FO

2001-10-15 Thread Beer, Christian
I think I didn't understand your question?? What do you want to do?? Is it XML -> PDF conversion? If yes, then think about: XML --XSLT--> XSL FO --FOP--> PDF that means: - Use xalan (or another XSLT-processor) to convert XML to XSL FO - Feed the output of xalan to FOP to produce PDF (or PCL or

How to get information about overflow...

2001-10-15 Thread Beer, Christian
Hi list! I have fop-code to create a postcard (page-height="105mm" page-width="148mm") where on the first page there is an image and on the second page there should be text on the left and space on the right (for the address). This snippet should create the text on the left:

AW: Slightly off topic, valid syntax

2001-10-12 Thread Beer, Christian
Hi! It is very correct XML! You can embedd tags in other tags surrounded by text without problems: Text before Text inside Textafter Christian -Ursprüngliche Nachricht- Von: Colin Savage [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 12. Oktober 2001 15:04 An: '[EMAIL P

AW: startin Fop with Stream objects

2001-10-12 Thread Beer, Christian
Hi! Look into the API-Doku! There is a constructor: public Driver(org.xml.sax.InputSource source, java.io.OutputStream stream) And if you look into org.xml.sax.InputSource there is: InputSource(InputStream byteStream) Create a new input source with a byte stream. I

Image quality/resizing...

2001-10-12 Thread Beer, Christian
Hi List!! I am using FOP for a few projects where I am including images into the pdf. I am doing it normaly using but I thought about trying because of "image-rendering='optimizeQuality'". I tried it, but I don't think it does have any effects. The image is resized

AW: FOP and Sockets

2001-10-11 Thread Beer, Christian
I had the same problem parsing xml directly out of a zip, where the xml-parser also closes the whole stream. I did it this way: I wrote this class: public class NonClosingInputStream extends FilterInputStream { public NonClosingInputStream(InputStream in) { super(in); } public void c

AW: Large graphics

2001-10-11 Thread Beer, Christian
What if you first place the image and then place the text. Doesn't that work?? -Ursprüngliche Nachricht-Von: Scott Moore [mailto:[EMAIL PROTECTED]]Gesendet: Donnerstag, 11. Oktober 2001 15:05An: FOP ListBetreff: Large graphics Hi all,   I'm creating a cover page that

AW: Servlet called twice

2001-10-09 Thread Beer, Christian
Try using Netscape instead of IE! :-) -Ursprüngliche Nachricht- Von: Smith, Paul R [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 9. Oktober 2001 12:40 An: '[EMAIL PROTECTED]' Betreff: RE: Servlet called twice I have _exactly_ the same problem. Nothing I have tried has worked. Please h

AW: ERROR 10015 [fop ] (): >

2001-09-27 Thread Beer, Christian
x27;t it a kind of "warning"? Christian -Ursprüngliche Nachricht- Von: Beer, Christian [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 27. September 2001 14:22 An: '[EMAIL PROTECTED]' Betreff: AW: ERROR 10015 [fop ] (): > I am getting the same error. I think I get it

AW: ERROR 10015 [fop ] (): >

2001-09-27 Thread Beer, Christian
I am getting the same error. I think I get it because the content of a block doesn't fit in a region. I can't imagine why. Please explain anyone!?! Christian Beer -Ursprüngliche Nachricht- Von: Etienne Baert (SPSInfoquest nv) [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 27. Septembe

AW: FOP WARNING - Please Help!

2001-09-25 Thread Beer, Christian
I had the same problem with the 0.20.1 release. Try using the actual cvs version. There it works! Christian -Ursprüngliche Nachricht- Von: Savino, Matt C [mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 26. September 2001 01:37 An: '[EMAIL PROTECTED]' Betreff: RE: FOP WARNING - Please Help

AW: Will there be a RTF renderer?

2001-09-24 Thread Beer, Christian
gliche Nachricht- Von: Bertrand Delacretaz [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 24. September 2001 13:40 An: [EMAIL PROTECTED] Betreff: Re: Will there be a RTF renderer? On Monday 24 September 2001 12:18, Beer, Christian wrote: > Will there be a RTF renderer in the near futur

Will there be a RTF renderer?

2001-09-24 Thread Beer, Christian
Hi there! Out customers would like to have a Word-doc out of FOP. Will there be a RTF renderer in the near future? Is something like that planed? Christian __ DIRON Wirtschaftsinformatik GmbH & Co. KG Christian Beer ([EMAIL PROTECTED])

AW: HELP - PASSING PARAMETER

2001-09-21 Thread Beer, Christian
Hi! Are you using iExplorer? If yes, then the thing is, that the internetexplorer does give a damn about mime-types. For the iexplore only the url counts. So try to add a ".pdf" to your url: http://myserver/servlet/pdfcreate?dump=filename.pdf Christian -Ursprüngliche Nachricht- Von

AW: space-[before|after].optimum

2001-09-20 Thread Beer, Christian
That problem disapeared. Don't know why :-| -Ursprüngliche Nachricht- Von: Beer, Christian [mailto:[EMAIL PROTECTED]] Gesendet: Donnerstag, 20. September 2001 09:30 An: Fop-liste (E-Mail) Betreff: space-[before|after].optimum Hi group! I am using space-before.optimum or

"[ERROR]: Logger not set" message

2001-09-20 Thread Beer, Christian
Hi all! Using version 0.20.1 I used MessageHandler.setOutputMethod(MessageHandler.EVENT); MessageHandler.addListener(this); to recieve the messages of FOP. But now as I am trying to use the cvs-version (because of the improvement with JPGs) I get the following output on the console: [ER

AW: Does render(dom) actually work?

2001-09-20 Thread Beer, Christian
and see if that helps. Thanks Keiron On Thu, 20 Sep 2001 08:46:08 "Beer, Christian" wrote: > Hi Savino, hi Suhail, hi group! > > In the moment I transform my source-xml to a ByteArrayOutputStream and > then > use a ByteArrayInputStream as input for FOP. > > I tried

space-[before|after].optimum

2001-09-20 Thread Beer, Christian
Hi group! I am using space-before.optimum or space-after.optimum, to add space to paragraphs in a text. In version 0.20.1 that worked fine. Since I am using the actual cvs-version, that doesn't work anymore. Did I miss something?? Christian __ DI

AW: Does render(dom) actually work?

2001-09-19 Thread Beer, Christian
Hi Savino, hi Suhail, hi group! In the moment I transform my source-xml to a ByteArrayOutputStream and then use a ByteArrayInputStream as input for FOP. I tried to do it the same way as Suhails example, but I get the same error Savino got. How can I be sure there are no nulls in the source??

AW: How to do in PDF...

2001-09-18 Thread Beer, Christian
-Ursprüngliche Nachricht- Von: Beer, Christian [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. September 2001 14:41 An: Fop-liste (E-Mail) Betreff: How to do in PDF... Hi there! I have a question: I am developing a XSL, that transforms a XML to PDF using FOP. This shall include some c

AW: AW: [Q] root directory for embedded font metric and ttf files ? and new: DumpConfiguration

2001-09-17 Thread Beer, Christian
? TIA Axel

AW: [Q] root directory for embedded font metric and ttf files ?

2001-09-17 Thread Beer, Christian
If you use a relative path, the path where you start the programm from is the base-path. So in the case of your servlet it is the path from where you start the servlet-engine. -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 17. September 2001

AW: help please Problem with generation PDF

2001-09-16 Thread Beer, Christian
Hi! I think that inputHandler.getInputSource() returns the source xml-file you mentioned in your mail. That is because fop tries to process your xml-file as a fo-file but failes. I don't know how to use a XSLTInputHandler, but I think there must be another way. Christian -Ursprünglich

How to do in PDF...

2001-09-14 Thread Beer, Christian
Hi there! I have a question: I am developing a XSL, that transforms a XML to PDF using FOP. This shall include some code-samples included like one can do using "" in HTML. How can I then convert the newlines into s?? Christian __ DIRON Wirtschaf

AW: My FO data is in a Document ... how to get it into a String?

2001-08-30 Thread Beer, Christian
Hello Erich! You can use the transformer: TransformerFactory tf = TransformerFactory.newInstance(); Transformer t = tf.newTransformer(); // Without XSL -> 1 to 1 transforming ByteArrayOutputStream out_str = new ByteArrayOutputStream(); t.transform(out, out_s

AW: Trying to transform XML to XSL:FO so I can convert it?

2001-08-30 Thread Beer, Christian
Hi Erich! To get a String into a org.w3c.Document you could do the following: String src = "mailto:[EMAIL PROTECTED]] Gesendet: Mittwoch, 29. August 2001 21:51 An: [EMAIL PROTECTED] Betreff: Trying to transform XML to XSL:FO so I can convert it? OK, finally got the FopServlet to work, thanks f

Question: Images not from external file, but embedded in xml.

2001-08-24 Thread Beer, Christian
Hi Foppers! I'm new to fop and I am develloping a nice app, that works best!! Fop is great! Question: I am using the tag to insert an image into a pdf. Is it possible to embedd an image into the xml (as base64 or something)?? I get my image out of a database and it would be greate if