Re: PDF properties?

2003-05-20 Thread Jeremias Maerki
On 19.05.2003 21:27:51 Daniela Würthinger wrote: how can I find out whether a PDF generated with FOP has the following properties? The first two can be checked in a good ASCII editor. - embedded ICC-Profiles Look for /ICCBased to find out if an image (XObject) has a reference to an ICC

Re: How to change the Deprecated methods

2003-05-20 Thread Zahidul Islam
thanks for ur reply. but i am afraid that i cant find anything new in ur given url. the url is showing the same code as i wrote in my request. so if u have another ide or code snippet pls help me.Jeremias Maerki [EMAIL PROTECTED] wrote: Please see the URL below for pointers to examples how it

how can I map border attribute of table to fo:table ?

2003-05-20 Thread sudha.
HI everybody. could be this is very easy, ut I am not able to do it :( how can I map border attribute of table to fo:table ? I tried by setting followinf with fo:table xsl:attribute name=border xsl:value-of select=@border/ xsl:textpt/xsl:text /xsl:attribute statement, but

data overflow problem

2003-05-20 Thread Ron Martin (IT)
Title: data overflow problem Hello, I have a report that has data going from one cell into the next cell I do not want it to wrap I want it to truncate What code do I need to write to stop this? It is in a: fo:table-row fo:table-cell fo:blocketc. If you could

data overflow problem

2003-05-20 Thread Ron Martin (IT)
Title: data overflow problem Hello, I have a report that has data going from one cell into the next cell I do not want it to wrap I want it to truncate What code do I need to write to stop this? It is in a: fo:table-row fo:table-cell fo:blocketc. If you could

resend: data overflow problem

2003-05-20 Thread Ron Martin (IT)
Hello, I have a report that has data going from one cell into the next cell I do not want it to wrap I want it to truncate What code do I need to write to stop this? It is in a: fo:table-row fo:table-cell

PCL - Postscript Print

2003-05-20 Thread Normen Ruhrus
Hi there, has anyone got an example on how to implement PCL and/or Postcript printing directly to a printer in a servlet using FOP? Couldn´t find anything like it. Thanks in advance for any help Normen

RE: PCL - Postscript Print

2003-05-20 Thread Torsten Erler
Hi there, has anyone got an example on how to implement PCL and/or Postcript printing directly to a printer in a servlet using FOP? Couldn´t find anything like it. Yepp OutputStream out = null; //IP-Stream Printing if( iPPrinting) { Socket s = new Socket( printerName, printerPort );

Re: How to change the Deprecated methods

2003-05-20 Thread Jeremias Maerki
Try this: http://cvs.apache.org/viewcvs.cgi/*checkout*/xml-fop/examples/embedding/java/embedding/ExampleXML2PDF.java?rev=1.1.2.1 On 20.05.2003 11:58:25 Zahidul Islam wrote: thanks for ur reply. but i am afraid that i cant find anything new in ur given url. the url is showing the same code as i

Transforming vs Rendering

2003-05-20 Thread Jeremy Nix
Title: Transforming vs Rendering I'm very curious to what the difference is between the 2 pieces of code included in the fop examples. Are there performance differences? 1) Driver driver = new Driver(); Logger logger = new ConsoleLogger(ConsoleLogger.LEVEL_INFO);

Re: PDF properties two more questions

2003-05-20 Thread Rodolfo M. Raya
On Tue, 2003-05-20 at 13:27, Daniela Wrthinger wrote: - Can FOP produce PDF including trim marks? Yes, you can print crop marks with FOP. - Can FOP produce PDF including prepress parameters, like for example overprinting? No, that's not possible yet. I prepare PDF files for printing

how to set quiet mode OFF?

2003-05-20 Thread Gustavo Torreti
Good Morning! I had tried to get as much verbose as possible in order to trak a problem back to its root, but it seems like quiet mode is still default to ON, even when I start it with no '-q'... Is there someplace I could set it to false, such as the default

Big problem generating pdf with a servlet

2003-05-20 Thread Olivier George
Hi everybody, I send you this email becaus eI have a big problem, I don't manage to generate a pdf with a servlet. I tried to replace driver.render( input.getParser(),input.getInputSource(); by input.run(driver) but it doesn't work ... I'm desperate Can anybody help me? Thanks Olivier

Re: multiple fo:tables within a single fo:flow flow-name=xsl-region -body

2003-05-20 Thread J.Pietschmann
Clay Leeds wrote: I don't know if this is why, but fo:table should be fo:table table-layout=fixed (it probably gives an error, No, using table-layout=fixed actually prevents a warning about not using table-layout=auto (the default), because it is not implemented. J.Pietschmann

Re: FOP servlet is called multiple times!!

2003-05-20 Thread Hans Chicoine
Here's how i go rid of the problem on IE 6 ... response.setDateHeader(Expires, System.currentTimeMillis() + pdf_cache_expiring_duration * 1000); You can set pdf_cache_expiring_duration as sall has you wish ... - Original Message - From: J.Pietschmann [EMAIL PROTECTED] To:

Re: how can I map border attribute of table to fo:table ?

2003-05-20 Thread J.Pietschmann
sudha. wrote: I tried by setting followinf with fo:table xsl:attribute name=border xsl:value-of select=@border/ xsl:textpt/xsl:text /xsl:attribute statement, but doesn't work. There is nothing obviously wrong with the code, which probably means the problem is in the code you didn't show us.

Re: data overflow problem

2003-05-20 Thread J.Pietschmann
Ron Martin (IT) wrote: Hello, I have a report that has data going from one cell into the next cell I do not want it to wrap I want it to truncate What code do I need to write to stop this? See for example http://marc.theaimsgroup.com/?l=fop-userm=102424019427904w=2 Would you *please* disable

Re: Big problem generating pdf with a servlet

2003-05-20 Thread J.Pietschmann
Olivier George wrote: Hi everybody, I send you this email becaus eI have a big problem, I don't manage to generate a pdf with a servlet. I tried to replace driver.render( input.getParser(), input.getInputSource(); by input.run(driver) but it doesn't work ... I'm desperate Can you describe the

Doubled fo:block repeating blocks...

2003-05-20 Thread Gustavo Torreti
Greetings, everyone! I had a strange result with fop20.5rc2, and I'd like your comments on that. In one of the basic examples (examples/fo/basic/extensive.fo) there is a line as follows: fore.optimum=12pt space-after.optimum=12pt2A block within a block2/fo:block3Text

Re: Doubled fo:block repeating blocks...

2003-05-20 Thread J.Pietschmann
Gustavo Torreti wrote: I had a strange result with fop20.5rc2, and I'd like your comments on that. ... fore.optimum=12pt space-after.optimum=12pt2A block within a block2/fo:block3Text after3/fo:block See Bugzila #17472 J.Pietschmann

Status on the inline-container and inline elements

2003-05-20 Thread Kairi Henry
I've tried several things using these elements and it seems as thought the only thing I can do is change the font type and size. The inline container doesn't display anything at all when I to use it. Is there anyone out there that has had better luck?