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] > Be

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 '&' and it is then

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 t

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 wh

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 know

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

Re: block centering and entities

2001-10-16 Thread Keiron Liddle
After a quick test it appears that your problem is not what you think it is. All the combinations with entities appear to work fine with the test. On Tue, 16 Oct 2001 16:56:18 [EMAIL PROTECTED] wrote: > Is this a bug? Let me explain: > > I have a block that should be centered on the screen. So

Re: Problems with hyphenation and links

2001-10-16 Thread Keiron Liddle
Maybe everyone was inspired by your email address. Most (if not all) of your problems have been fixed or don't appear to be problems. On Tue, 16 Oct 2001 19:59:00 [EMAIL PROTECTED] wrote: > > Dear FOP developers, > > I sent a message to this list last week describing various problems > that I'v