Re: Using font Times New Roman in PDF file

2008-10-08 Thread Maximilian Gaerber
Hi, please refer to http://xmlgraphics.apache.org/fop/0.95/fonts.html You need to call fop specifying a config file (e.g. fop -c myfolder/myconfig.xml ) which defines the fonts you want to use (and where they are). Regards, Max Ashish Kulkarni schrieb: Hi I am trying to use font Times New

Using font Times New Roman in PDF file

2008-10-08 Thread Ashish Kulkarni
HiI am trying to use font Times New Roman when creating a PDF file, and i am getting font not found error. How can i get this font in PDF file, also how can i find out which fonts are supported in creating PDF file, it seems serif is the font which works for me The code i am trying is as below //T

Multiple ID error without there being multiple IDs

2008-10-08 Thread Eckel, George
Hi folks, Using Docbook 5.0 and FOP 0.95. I'm getting awarning: "Multiple IDs"error. BUT there is only one instance of the cited ID value. To check, I substituted "" for the (offending) ID value. Now, I'm SURE there's only one ID value. But I still get the same Multiple ID err

How can i use ExtensionsForPdf inside my fo:file;;

2008-10-08 Thread George Tsopouridis
Is there a way to use http://wiki.apache.org/xmlgraphics-fop/ExtensionsForPdf; -- View this message in context: http://www.nabble.com/How-can-i-use-ExtensionsForPdf-inside-my-fo%3Afile---tp19881663p19881663.html Sent from the FOP - Users mailing list archive at Nabble.com.

Re: Page bottom padding

2008-10-08 Thread George Tsopouridis
Thank you very much Jeremias Maerki for your answer at this question. I had the same problem, and i enclosed all region-body content in a block with padding-after="2cm" padding-after.conditionality="retain". The result is perfect. I have region-body padding-bottom. Bud with the properties padding-

RE: Using CHOOSE to control image in region-body

2008-10-08 Thread Steffanina, Jeff
My Friends, Thank you for the many suggestions! I have tried them all and my issue, as suggested by Jean-Francois appears to be related to the fact that my xml tag "send-fax" is not a direct child of the node I am processing. Instead, it a "remote descendant". Therefore, I used the following

Fop and acrobat reader actions

2008-10-08 Thread George Tsopouridis
Can i control acrobat reader actions (such as zoom, print, fit to page, go to next or previous page) with links inside my fop-generated-pdf;;; -- View this message in context: http://www.nabble.com/Fop-and-acrobat-reader-actions-tp19877039p19877039.html Sent from the FOP - Users mailing list arc

Re: Upgrade 0.20.5 to 0.95: all texts are shifted to top!

2008-10-08 Thread Vincent Hennebert
Hi, There is another workaround that may be more acceptable for you, but you need to know the metrics of the font you’re using. Here I will refer to the Nimbus Sans L font, which is a libre clone of Helvetica and has the advantage of providing a human-readable afm metrics file. The descender valu

Re: Layout Question -

2008-10-08 Thread Philip V
Thanks Vincent, "BTW, right-hand pages are odd and left-hand pages even" - Thanks for the correction. I might be chasing my tail here. Even if fo:flow-map was implemented, I don't think I could do this dynamically. Thanks, Vincent Hennebert-2 wrote: > > Hi Phil, > > Philip V wrote: >> Hi,

Re: Layout Question -

2008-10-08 Thread Vincent Hennebert
Hi Phil, Philip V wrote: > Hi, > > I have a requirement to do the following: > > Text will be on the right-hand pages (even) with supporting illustration on > the facing left-hand pages (odd). (BTW, right-hand pages are odd and left-hand pages even.) > Is this possible using xsl-fo? I am gene

RE: Using CHOOSE to control image in region-body

2008-10-08 Thread Pascal Sancho
Hi, If you read "Y", it is possible that there are some extra invisible charaters. If you want, you can investigate with string-length() and if >1, try to determine (then discard) unexpected characters. However, I can imagine 2 simple solutions that should help: First solution should be to use