Re: TrueType Font works with regular and italic style but not with bold style

2010-03-09 Thread philippe Voncken
Bowditch a écrit : philippe voncken wrote: Hi, I put a breakpoint in my UriResolver to see what is calling by fop. I see my images, and the regular, italic font and not the bold and boldItalic font. Yet, with Times font, bold work normally.. :/ Some questions: Which Font is not working

TrueType Font works with regular and italic style but not with bold style

2010-03-08 Thread philippe voncken
TrueType Font works with regular and italic style but not with bold style. I'm using autodetect font and my font is in ~/.fonts directory Any Ideas ? regards, philippe

Re: TrueType Font works with regular and italic style but not with bold style

2010-03-08 Thread philippe voncken
I put a breakpoint in my UriResolver to see what is calling by fop. I see my images, and the regular, italic font and not the bold and boldItalic font. Yet, with Times font, bold work normally.. :/ Any ideas ? 2010/3/8 philippe voncken m...@philippevoncken.com TrueType Font works

Re: Insertying javascript in resulting PDF

2010-03-01 Thread philippe voncken
(app.execMenuItem(AcroSrch:Query);) Cheers Igor From: philippe voncken [mailto:m...@philippevoncken.com] Sent: lunes, 01 de marzo de 2010 9:18 To: fop-users@xmlgraphics.apache.org Subject: Re: Insertying javascript in resulting PDF Pdf document is not a dynamic document. I think it's

Re: AW: AW: PDF reprot with improper align data

2010-02-24 Thread philippe voncken
with improper align data Hi, For the old FOP 0.20 version ,we are able to genrate pdf report this XML + XSL couple only without ant XSl:FO file and is coming correctlly. Is it necessary to feed XSL-FO file for FOP 0.95 ? philippe voncken m...@philippevon

Re: AW: PDF reprot with improper align data

2010-02-23 Thread philippe voncken
Hi guys, to transform easly your xml source, you can also uses xsltophttp://xsltop.tuxfamily.org/index.xmlor Xml Copy Editor http://xml-copy-editor.sourceforge.net/, it's are under GNU GPL license. regards, Philippe 2010/2/23 Pascal Sancho pascal.san...@takoma.fr Hi Jaiprakash, As Georg

Re: [ERROR] Image not found

2010-02-18 Thread philippe voncken
Hi, you must implementing the UriResolver and set your fopFactory with it. fopFactoy.setUriResolver() regards, Philippe 2010/2/18 pjmorce pjcarva...@gmail.com Hello I used a simple example on the Internet about how to use FOP in java (http://javaboutique.internet.com/tutorials/FOP/):

Re: [ERROR] Image not found

2010-02-18 Thread philippe voncken
dont know the name of my image indicated on the XSL? how can I solve the problem? thank you regards Philippe Voncken wrote: Hi, you must implementing the UriResolver and set your fopFactory with it. fopFactoy.setUriResolver() regards, Philippe 2010/2/18 pjmorce

Re: [ERROR] Image not found

2010-02-18 Thread philippe voncken
Sorry, with this xsl it'll work in root element classpath : fo:block fo:external-graphic src=url('/logo.gif')/ /fo:block Philippe 2010/2/18 philippe voncken m...@philippevoncken.com With my SimpleUriResolver() you must use xsl as follow: fo:block fo:external-graphic src=url('logo.gif

Re: [ERROR] Image not found

2010-02-18 Thread philippe voncken
It worked, but obvious reasons I cannot put this on the XSL that will be on production... :( Hi, It is more of a URL problem, try pass URL 'file:/img/logo.gif' instead of relative path. Thanks, Venkat. philippe voncken wrote: Hi, you must implementing the UriResolver and set

Re: Table cell, vertical alignment with text and Instream

2010-02-18 Thread philippe voncken
Hi, you can also uses a text-align attribute on the block element. Philippe 2010/2/18 Venkat Reddy vanukuri.ven...@googlemail.com Hi, If you keep the third cell elements in another table, then it should work. Third cell should be fo:table-cell display-align=center

Re: Loading font error with fop

2010-02-17 Thread philippe voncken
attribute. The XML font metrics step is no longer required. So, changing /test/ParisineOffice-Regular.ttf to file:/test/ParisineOffice-Regular.ttf should do it. On 16.02.2010 12:35:14 philippe voncken wrote: Hello, I want loading a font with fop. Font is Parisine Office. I generated xml

Loading font error with fop

2010-02-16 Thread philippe voncken
Hello, I want loading a font with fop. Font is Parisine Office. I generated xml files with following command: java -cp