Antwort: page numbering problem...

2001-10-16 Thread joerg . pietschmann
Hi wali, I creat a PDF document which have reports for different customers. One document can contain many reports. Now I want to mark the pages for reports individually. i.e. ... Every new report starts at new page. and every report can consist of different number of pages. Create a page

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

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

Antwort: XML parser question

2001-10-16 Thread joerg . pietschmann
Willie Wu wrote: Is it possible to configure FOP to use a XML parser other than Xerces? In my existing app, I'm already using Crimson, which I want to reuse for FOP. Yes, it is possible. It's a little bit arcane, though: you'll have to set the javax.xml.parsers.SAXParserFactory service to the

Antwort: Calling FOP with strings rather than filenames

2001-10-16 Thread joerg . pietschmann
Hi, Bob, you can do it but FOP isn't exactly optimized for your problem. You'll have to do the following steps: 1. Create an XSL transformer factory: TransformerFactory tfactory = TransformerFactory.newInstance(); 2. Create a transformer with your XSL string source: Transformer transformer

AW: Invalid Image URL - error on relative URL : no protocol

2001-10-16 Thread Ursprung Manfred
That's nice for absolute path. How do yo do it on relative path ? Like: file:..\graphics\some.gif it doesn't work. Thats the trick ? -Manfred -Ursprüngliche Nachricht- Von: Amit [SMTP:[EMAIL PROTECTED]] Gesendet am: Mittwoch, 10. Oktober 2001 20:03 An: [EMAIL PROTECTED]

block centering and entities

2001-10-16 Thread Louis . Masters
Is this a bug? Let me explain: I have a block that should be centered on the screen. Sometimes it contains the '' sign and sometimes it does not. When it does not, the block is centered correctly. When it has an '' sign, my code translates it to the entity representation 'amp;' and it is

sending PDF directly to printer

2001-10-16 Thread Louis . Masters
Anyone know how to send the generated PDF directly to the printer. I'm generating a PDF and using IE. By default it invokes the PDF File Open ([FileOpenEx(%1)]), but I want to invoke the PDF Print ( [FilePrintSilentEx(%1)]). Basically, I need the doc to print without the user seeing it on the

Problems with hyphenation and links

2001-10-16 Thread spam_from_fop_dev
Dear FOP developers, I sent a message to this list last week describing various problems that I've encountered with FOP (look for Probs with underline, background, hyphenation, svg and more). No-one has replied :-( It would be really good to get someone's opinion, especially with these two

Attaching text to bottom of page

2001-10-16 Thread panos
Is there a way to attach text to the bottom of page without making it part of a footer? I have a variable content page but I always want to have disclaimer text right above the footer without making it part of the footer. Thanks for any help!

padding in table-row

2001-10-16 Thread Keen Tim
I'm attempting to use padding-top and padding-bottom to put some space between rows of a table. These attributes don't seem to be working in table-row, but the desired result can be achieved using padding in table-cell. I think this might be a bug and would just like to make whoever needs to

XSL is now a W3C recommendation

2001-10-16 Thread wongkokwai
In case you don't know it yet, XSL (and FO) is now formally a W3C recommendation. You can get it http://www.w3.org/TR/2001/REC-xsl-20011015/ __ For the latest news, go to http://www.asia1.com