XmlSpy FOP Convertor.

2004-11-05 Thread Puppala, Kumar (LNG-DAY)
Hello:  I am using XMLSpy for converting an FO file to PDF format and I am getting the following exception. I used XML Spy 2004 earlier and never had such issues. I am currently using XmlSpy 2005 enterprise edition. Any ideas what I am missing?     Output of external XSL Converter:

RE: How to change the size of a PDF page in XSL

2004-11-05 Thread Manoj_Nair
You need to change that line to for LETTER size. Manoj Juan Manuel

RE: How to change the size of a PDF page in XSL

2004-11-05 Thread Juan Manuel Bellina
I do not have the page size but I have this line: I supose it is this line which I should change. I will make some test y let you know. Thanks, Juan M. --- "Partridge, Michael" <[EMAIL PROTECTED]> wrote: > I believe page size is defined in your page-master > setup. > > -Original Me

RE: How to change the size of a PDF page in XSL

2004-11-05 Thread Partridge, Michael
Title: Message I believe page size is defined in your page-master setup. -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, November 05, 2004 9:37 AMTo: [EMAIL PROTECTED]Subject: Re: How to change the size of a PDF page in XSL I have to

RE: fo failed to process Unicode CJK in servlet

2004-11-05 Thread Ma, Liang
Hi Pietschmann, It is the memory problem. I upgraded tomcat from 4.1.29 to 4.1.31 (the latest 4.1), it reports specifically outofmemory error. So I increased JVM heap to -Xms128m -Xmx256m, it worked. Thank you very much for the valuable help. Now here is another minor problem. Every time when I

Re: Having a font which is not embedded in the PDF

2004-11-05 Thread Clay Leeds
On Nov 5, 2004, at 3:27 AM, Chanaka Amarasekara wrote: Hi, I want to create a PDF but the fonts should not be embedded to the PDF. When I open the PDF it should take the font from my default OS fonts folder (e.g. C:\Winnt\Fonts). With the attached userconfig.xml and the font metric (arial.xml), I

Re: How to change the size of a PDF page in XSL

2004-11-05 Thread Manoj_Nair
I have to take PDF printouts in A4 and letter size. Being invoice docs I need to make sure the "Address" section is visible thru the addres box on letter/a4 envelopes. I tried to adjust the header and footer section of PDF to accomodate this reqt. Specifically I  dont know how to tell XSL that the

Footer placement...

2004-11-05 Thread Anil R. Pinto
Hi all, I have a requirement to print the footer only within the LAST page (along with body continued from previous pages) as shown below ---Page 1 -- Body details ---Page 1 -- ---Middle Page 1 --- Body details

How to change the size of a PDF page in XSL

2004-11-05 Thread Juan Manuel Bellina
I have a XSL template with I definied some day ago. It renders PDF pages in A4 size but now I want to make the pages in letter size. Does somebody knows how can I make this change in my XSL template? Thanks, Juan M. __ Do you Yahoo!? Check out

AW: chinese characters just working when defined in xsl-fo-page directly

2004-11-05 Thread Christoph Klocker
Christoph Klocker wrote: > font-family="SimSun">維也納 select="*[1]"/> > results in "3 chinese glyphs + 維也納" > where the XML data is: > 維也納 Looks like double escaping. Serialize the result to XML rather than PDF and check whether there is an 維 etc there. Then track down where it comes from.

Having a font which is not embedded in the PDF

2004-11-05 Thread Chanaka Amarasekara
Hi, I want to create a PDF but the fonts should not be embedded to the PDF. When I open the PDF it should take the font from my default OS fonts folder (e.g. C:\Winnt\Fonts). With the attached userconfig.xml and the font metric (arial.xml), I'm able to create a PDF with the Arial font, but this is

Re: bold font

2004-11-05 Thread DIrk Sonne
Try this: font-weight="bold" and it works Mark Donnelly wrote: Im trying to get a bold font using the following blah blah blah When I run it through fop I get the following error: [ERROR] defaulted font to any,normal,normal [ERROR] unknown font sans-serif,bold,normal so defaulted font to any A