getPageCount and FOP 1.0dev

2005-07-26 Thread Manuel Mall
Jeremias post on fop-dev suggesting to push for a release made me curious to check out if the new trunk code will work with our application. Downloading it with subversion and building it with ant was not a big problem (These things never seem to be 100% straightforward). Some of the interfaces

Re: FO-RTF conversion with latest fop build and stxx

2005-08-11 Thread Manuel Mall
Stanislav, in ASF BugZilla (http://issues.apache.org/bugzilla/show_bug.cgi?id=35939) you'll find a backwards compatible Driver.java class for the trunk code. That should (theoretically) allow you to replace the 0.20.5 fop.jar with the trunk fop.jar without changes to the calling application.

Re: FO-RTF conversion with latest fop build and stxx

2005-08-11 Thread Manuel Mall
Stanislav, true but easily fixed - define a RENDER_RTF constant at the top of the file and add the appropriate case to the switch statement in setRenderer() case RENDER_RTF: _fop = new Fop(Fop.RENDER_RTF); break; Of course you still have to tell your

Re: Creating a checked box

2005-08-17 Thread Manuel Mall
I did something similar, series of square input boxes for a credit card number, using tables having cells with borders. Manuel On Wed, 17 Aug 2005 09:33 pm, William Gilbert wrote: Long time FOP user here... First off, Many Thanks to The FOP Team. You guys have made me look like a miracle

Re: Keep Together FO

2005-08-31 Thread Manuel Mall
On Wed, 31 Aug 2005 03:46 pm, Dirk Bromberg wrote: Hi, i've a short question using fop 20.5. When i want to keep two elements on my page together what must i do? Have you seen: http://xmlgraphics.apache.org/fop/faq.html#keep-with Manuel fo:blockFirst Element/fo:block fo:blockSecond

Re: Endless Loop in PDF

2005-08-31 Thread Manuel Mall
Are the SVG and JPEG images the same size as the GIF, i.e. same number of pixels horz/vert and same resolution (dots/in)? What size is the actual GIF in pixels horz/vert? BTW, the content-type should most likely be image/gif but I doubt it matters. Manuel On Wed, 31 Aug 2005 06:43 pm, [EMAIL

Re: Centering content with FO:LEADER

2005-09-18 Thread Manuel Mall
Try text-align=center instead of align=center Manuel On Mon, 19 Sep 2005 01:42 pm, Prakash R wrote: Hi, I need to center text in a fo:block. At the same time I need fo:leader on either side of the text. How can I align the text and at the same time have fo:leader on either side of equal

Re: Font embedding FOP dev

2005-09-27 Thread Manuel Mall
On Wed, 28 Sep 2005 05:07 am, Andreas L Delmelle wrote: On Sep 27, 2005, at 22:27, Dirk Bromberg wrote: i wants to test to switch my project from 20.5 to dev. Now i want to embedd my ttf fonts via the fop.xconf. snip / but i always get the exception D:\mypath_to_run\ArialUNI.xml

Re: edit pdf info and sending back to Java Application

2005-10-05 Thread Manuel Mall
On Thu, 6 Oct 2005 11:16 am, madhavi gadireddy wrote: Hi, I need to edit a pdf created with FOP and send the information back to Java application. Can I edit the pdf with FOP or is there any better way to do it. Any help will be appreciated. Generally speaking PDF is not an 'editable' file

Re: Convert HTML to PostScript or PDF

2005-11-01 Thread Manuel Mall
On Wed, 2 Nov 2005 01:32 pm, Leon Pu wrote: --- Daniel Noll [EMAIL PROTECTED] wrote: Leon Pu wrote: So, is it possible to use one stylesheet to transform XML to both HTML and PDF? Not as such. Though it might be possible to cheat by writing one stylesheet to transform to HTML,

Re: FOP and right to left layouts

2005-11-04 Thread Manuel Mall
On Fri, 4 Nov 2005 05:11 pm, Abbas Mousavi wrote: I want to use FOP (Latest version) for converting persian [right to left] documents to PDF. (I have registered a proper font in userconf.xml) but in generated pdfs the glyphs are drawn in reverse order. In AWT view the glyphs are drawn

Re: FOP and right to left layouts

2005-11-04 Thread Manuel Mall
On Fri, 4 Nov 2005 09:20 pm, mohamed salah wrote: Hello All, I would like to offer my help in adding Right to left layout support to fop. I think I can help because this is my job in the 1st place. I work as a BIDI level 3 support in IBM Egypt. I can help in doing the following: 1- Provide

Re: FOP font width for custom font (Arial)

2005-11-17 Thread Manuel Mall
On Fri, 18 Nov 2005 04:46 am, Prakash R wrote: I'm using Arial font with FOP. I installed the fonts by following the step to install custom fonts from TTF on the FOP website using the TTFReader and adding entries in userconfig.xml. When I generate a PDF which uses the Arial font, the width

Re: FOP font width for custom font (Arial)

2005-11-19 Thread Manuel Mall
, 2005, at 5:22 PM, Manuel Mall wrote I just did my own test and the results are intriguing (using the latest version of FOP). There is certainly a big difference between Word and FOP. It appears that FOP ignores the font-weight=bold. That is the text is rendered identically for font

Re: Image in table not fitting full height?

2005-12-12 Thread Manuel Mall
On Mon, 12 Dec 2005 12:07 am, Jeremias Maerki wrote: The gaps above and below of the images come from line-building, i.e. from the line-height property among other factors. I was asked about the same problem by the manufacturer of an FO editor. I still owe him a reponse. :-( Anyway, I think

Re: linefeed-treatment='preserve' and text-align='center' interaction

2005-12-23 Thread Manuel Mall
On Thu, 22 Dec 2005 09:25 pm, Florent Georges wrote: Hi I have a strange behaviour with 'linefeed-treatment' set to 'preserve' and 'text-align' set to 'center' with FOP-0.90. Given the following FO: ?xml version=1.0 encoding=US-ASCII? fo:root

Re: linefeed-treatment='preserve' and text-align='center' interaction

2005-12-23 Thread Manuel Mall
On Fri, 23 Dec 2005 07:56 pm, Florent Georges wrote: Manuel Mall wrote: Thanks for the problem description and testcase which made it easy to reproduce and debug. It's the minimum I can do when requesting help. As it turned out there was a problem with respect to lines who contained

Re: Inheritance of margin/padding attributes within tables

2006-01-02 Thread Manuel Mall
Kai, have you seen http://wiki.apache.org/xmlgraphics-fop/IndentInheritance ? This discusses in some detail the issues surrounding indents/margins and their (unintuitive?) inheritance behaviour. Manuel Hi all! I don't understand the behaviour of margin attributes within tables. I have

Re: How to use a relative URI in the config file (in 'renderer/fonts/font/@embed-url')

2006-01-07 Thread Manuel Mall
On Sat, 7 Jan 2006 07:52 am, J.Pietschmann wrote: Florent Georges wrote: I have a little trouble to use a relative URI in the FOP config file. FOP 0.91 currently can't deal with relative URLs for embedding. Neat comment in the relevant code: /[EMAIL PROTECTED] Temporary

Re: AW: problem with FOP 0.91.beta and gif images

2006-01-10 Thread Manuel Mall
On Tue, 10 Jan 2006 06:11 pm, Andreas Grund wrote: Hi Jeremias, First thanks for your help. But I think I forgot to say, that I call FOP out of an java program using the FOPUserAgent. I set the baseURL using the function FOPUserAgent.setBaseURL but it does not work. I path a string like

Re: problem addin one image.SOS

2006-01-12 Thread Manuel Mall
Hello. I have one great problem for loading images into one pdf file. I have made one servlet for creating pdf files, i use one xml and one xsl to produce one pdf file from my servlet. i have one great problem with the images. the structure of my proyect is: /images/myimage.jpg

Re: Any method to convert PDF to RTF using FOP?

2006-01-12 Thread Manuel Mall
Hi, everyone! I'm new to FOP, but I know FOP could generate both PDF and RTF. I just wondered is there any method to convert PDF to RTF using FOP? Anybody could help? Frank, the answer to this one is simple: NO FOP cannot do this. I am also not aware of any tools, libraries, etc.

Re: Using FOP text calculation?

2006-01-31 Thread Manuel Mall
On Tuesday 31 January 2006 22:27, Kaarle Kaila wrote: Hi! I am working in a (mobile) project were we need to know how much text will fit on the terminal screen. This is dependent on the screen size, font type, size and other font properties. I can assume I have a font available that

Re: differnece between fop and xep: which is right?

2006-02-13 Thread Manuel Mall
Jeremias, just out of curiosity and not directly related to the posters question: The definition of block-start() refers to start-indent. Here we are actually setting start-indent. Which value of start-indent is used in calculating block-start()? Manuel I think XEP is wrong if it reports an

Re: white-space-collapse not working in trunk?

2006-02-13 Thread Manuel Mall
On Monday 13 February 2006 21:54, Sven wrote: Hi there, again a short question: The FAQ is telling that using white-space-collapse=false in a fo:block/ is all you need to output preformatted text. Well, not for me. Whitespaces will still collapse. I am using the latest trunk (revision

Re: white-space-collapse not working in trunk?

2006-02-13 Thread Manuel Mall
On Mon, Feb 13, 2006 at 10:52:07PM +0800, Manuel Mall wrote: On Monday 13 February 2006 21:54, Sven wrote: Hi there, again a short question: The FAQ is telling that using white-space-collapse=false in a fo:block/ is all you need to output preformatted text. Well, not for me

Re: problems with printing: fop-0.91

2006-02-15 Thread Manuel Mall
Tim, you didn't say which renderer (output format) you used for your attempts at printing. If you used PCL that renderer is non functional in the FOP 0.91 release (that's why it is in the sandbox area). See also http://xmlgraphics.apache.org/fop/status.html. Your best option is probably to go

Re: Help needed for allowing spaces in PDF O/P using fop-0.91beta version

2006-02-20 Thread Manuel Mall
The white space handling for linefeed-treatment=preserve is currently not correct for fop trunk. Leading spaces are incorrectly deleted. Manuel On Monday 20 February 2006 19:17, [EMAIL PROTECTED] wrote: Regards, Nitin Shrivastava POLARIS SOFTWARE LAB Ltd. Indiana Business Center

re: Page Numbers

2006-02-22 Thread Manuel Mall
Thank you, this will help me a lot. The only other problem that I might still have is putting the barcode on each page, is there a way that I can find out when a new page is created? As I have to put a barcode on each page and I am creating tables in my document, which overflows onto the

Re: table-layout

2006-02-26 Thread Manuel Mall
On Monday 27 February 2006 02:59, Tracey Zellmann wrote: Excellent! That worked like a charm. Another small question, if you or someone else has a moment. I am using some spanned cells, but, at least for now, none of my table cells have any borders. I am getting a warning with a TODO

Re: Absolute 'file:' URI scheme bug on Windows?

2006-02-28 Thread Manuel Mall
Try if file:///C:/test/logo.svg works. That should remove any ambiguity about what is the path and what is the hostname in the URL. Manuel On Wednesday 01 March 2006 00:49, Florent Georges wrote: Jeremias Maerki wrote: Hmm, as I said in my other response, I tested locally with 0.91beta and

Re: complex table layout problem

2006-03-01 Thread Manuel Mall
Jason, firstly you didn't say which version of FOP you are using. Secondly, neither version of FOP supports HTML like automatic table layout i.e. column width determination based on column content. To achieve what you want you need to specify column widths and table widths. In particular under

Re: image sizing issue.

2006-03-08 Thread Manuel Mall
On Thursday 09 March 2006 06:27, Jason R Briggs wrote: Sorry. using svn trunk. I've tried explicitly setting the width as well, but it made no difference. Removing the margin on simple-page-master also makes no difference (plus I was already setting margin on the graphic element as well,

Re: X-Bar symbol

2006-03-19 Thread Manuel Mall
On Mar 19, 2006, at 5:54 PM, Tracey Zellmann wrote: I am looking for an easy way to print an X with a bar over it - the symbol for the average of a sample. I could do it with svg, but I was hoping for a slightly easier approach. The symbol will occupy one header cell in a table row, so it

Re: external-grafic content - FOP 091

2006-04-11 Thread Manuel Mall
On Tuesday 11 April 2006 16:15, [EMAIL PROTECTED] wrote: Hello List, Jan, have you seen http://marc.theaimsgroup.com/?l=fop-userm=110875657902117w=2 ? It discusses a possible solution. I ve got a Formatting Object including a fo:external-grafic with binary content. If I want to convert

Re: upgrade to fop 0.92 - image problem (no wrap)

2006-04-28 Thread Manuel Mall
On Friday 28 April 2006 23:52, Burton, Jeff wrote: I've just upgraded to FOP 0.92 (from 0.20.5) to take advantage of the keep-together support, but I've encountered a new problem. I have an xml file that contains image links (0-10 images) that is used to create a pdf (I'm using the oxygen

Re: vertical-align 50% does not work?

2006-05-05 Thread Manuel Mall
On Friday 05 May 2006 15:45, Dirk Bromberg wrote: Hi all, fo:inline font-size=12pt vertical-align=50%.../fo:inline does result as: ERROR org.apache.fop.fo.PropertyList - No conversion defined 50%; property:'vertical-align' but the website:

Re: vertical-align 50% does not work?

2006-05-05 Thread Manuel Mall
On Friday 05 May 2006 20:09, Dirk Bromberg wrote: Now I've seen that on XEP there is a property to aviod the shift of the normal text when there is a piec of super text (Line gets heigher...) |* http://www.stylusstudio.com/api/fop-0.20.5/org/apache/fop/fo/propert

Re: fop and concat pdf file

2006-05-06 Thread Manuel Mall
On Saturday 06 May 2006 19:34, xneo2006 wrote: it's possible to concat any pdf file with with fop java ?? No fop can't do that. However, there a Java PDF libraries like iText (http://www.lowagie.com/iText/) and PDFBox (http://www.pdfbox.org/) which most likely can do what you want. i search

Re: preliminary report on thesis and memory use

2006-05-06 Thread Manuel Mall
On Saturday 06 May 2006 23:14, Charles Griswold wrote: Paul Tremblay wrote: snip/ The only issue we've encountered is a significant memory leak on successive reports. Initial testing seems to indicate a loss of about 100m with each execution. We have no solution to this issue other than to

Re: fo:block in Fop092 beta

2006-05-17 Thread Manuel Mall
On Wednesday 17 May 2006 21:02, Chris Bowditch wrote: [EMAIL PROTECTED] wrote: Hello List, I've a block using the white-space-collapse attribut set to false: Inside the block is a whitespace character only. fo:block white-space-collapse=false fo:block Once I render this, FOP025

Re: Making wider files work

2006-05-23 Thread Manuel Mall
On Tuesday 23 May 2006 20:10, Stanimir Markov wrote: Hi, On a project I'm working, we need a replacement for the coldfusion's cfdocument tag that is used to generate pdf files from an html content. We're using this to produce a pdf version of reports that are generated on the fly. The

Re: How to prefer FOP native for JAI

2006-05-29 Thread Manuel Mall
On Monday 29 May 2006 20:33, Jeremias Maerki wrote: The reason is org.apache.fop.images.FopFactory which specifies JAI as the first image provider to try for loading GIF images. The code should actually be smart enough to fall back to the next provider if it can't load the image with the

Re: Carriage return in FOP 0.92 version

2006-05-31 Thread Manuel Mall
On Thursday 01 June 2006 06:41, [EMAIL PROTECTED] wrote: Hello, I want to know if there is any way I can insert a carriage return in the data in an element node in an xml document. After having done so, is it possible that the fo recognizes the carrigae return and accordingly dispplays the

Re: line-height in 0.92beta

2006-06-21 Thread Manuel Mall
On Wednesday 21 June 2006 23:37, John Besch wrote: Did you try it with some blank lines interspersed to see if they are preserved (the sample I sent did not have blank lines)? Yes, works as well. John Manuel Mall wrote: On Wednesday 21 June 2006 23:03, John Besch wrote: I tried

Re: line-height in 0.92beta

2006-06-21 Thread Manuel Mall
and compile myself. Yes I mean the development trunk. And yes, you would have to download the source and compile yourself. John Manuel Mall wrote: On Wednesday 21 June 2006 23:37, John Besch wrote: Did you try it with some blank lines interspersed to see if they are preserved (the sample I sent

Re: fop-0.92beta generates no pdfs from docbook xml with included .png pictures

2006-06-22 Thread Manuel Mall
On Thursday 22 June 2006 18:38, Stefan Zander wrote: Hello everyone, maybe someone encountered the same problem: i try to convert a docbook xml file with included .png-images to pdf, but no file has been generated rather than an error message saying: Stefan, check

Re: fop-0.92beta generates no pdfs from docbook xml with included .png pictures

2006-06-22 Thread Manuel Mall
On Thursday 22 June 2006 19:04, Julian Onions wrote: On 22/06/06, Stefan Zander [EMAIL PROTECTED] wrote: snip/ I also get the error 22-Jun-2006 12:01:49 org.apache.fop.hyphenation.Hyphenator getHyphenationTree SEVERE: Couldn't find hyphenation pattern en anyone know where that comes from?

Re: fop-0.92beta generates no pdfs from docbook xml with included .png pictures

2006-06-22 Thread Manuel Mall
On Thursday 22 June 2006 20:36, Stefan Zander wrote: Thank you very much for your help. it works fine now. but i got another problem: - is there a docbook or fo-parameter that scales an image down to the width of a page, if the image exceeds the page width? Stefan, have you tried

Re: 0.92beta source code

2006-07-03 Thread Manuel Mall
On Monday 03 July 2006 16:22, Andreia Oliveira wrote: Hi. I have a working C# solution for generating pdf files based on data from a database,xsd and xslt (for the transformation step using fop). This solution includes a project that has the sources of fop 0.20.5. As it is not meeting all my

Re: FOP 0.92b Logger

2006-07-03 Thread Manuel Mall
On Monday 03 July 2006 20:27, Pascal Sancho wrote: -Original Message- From: Heinzer David [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 12:25 PM I'm contacting you because I don't understand how to use ther logger of FOP. I have seen the FAQ, the Jakarta website but I

Re: XSL Optimization

2006-07-04 Thread Manuel Mall
On Tuesday 04 July 2006 23:10, Heinzer David wrote: Hi, I have a new question, this time about the optimisation of my XSL file. The aim of my training is to generated report document from test tools. A software write XML files, which contain all data and verdict about each test. Currently,

Re: FOP inserting white space into SVG images

2006-07-05 Thread Manuel Mall
On Wednesday 05 July 2006 22:36, Coutcher, Joseph James wrote: Hello everyone. I'm having issues with rendering an instream-foreign-object in FOP 0.92beta. No matter what properties I set, whether it be width, height, content-width or content-height, nothing will generate the required size

Re: FOP inserting white space into SVG images

2006-07-07 Thread Manuel Mall
On Friday 07 July 2006 15:55, Pascal Sancho wrote: -Original Message- From: Coutcher, Joseph James [mailto:[EMAIL PROTECTED] Anyone have any ideas as to why this is happening? Thanks! I am not an SVG expert but the following works for me:

Re: FOP 0.92 Beta : fo:table under fo:table-cell

2006-07-17 Thread Manuel Mall
On Monday 17 July 2006 21:57, Debasish Jana wrote: Hi: I am creating a fo:table under a fo:block which is under a fo:table-cell. The first table has one column, one row, of width 200pt, having table borders of width 2pt on all four sides. The second table (child) is supposed to fill up or

Re: Strange line break when using text-align=center

2006-07-26 Thread Manuel Mall
On Wednesday 26 July 2006 23:41, Andreas L Delmelle wrote: On Jul 26, 2006, at 17:22, Michael Bruns wrote: Hi guys, snip / The alignment of the output is perfectly alright, I just can't display it correctly here in the mail. It's just the line break that puzzles me. I hope this looks

Re: Generate a PDF in memory with 0.20.5

2006-08-08 Thread Manuel Mall
On Tuesday 08 August 2006 19:00, Johannes Becker wrote: Hi, I want to generate a PDF in memory (never written to disk) and send it right away as an email-attachment. My problem is that I haven't found a clue in the API how to generate a pdf in memory. Is this posiible with 0.20.5? If

Re: a page layout sample needed

2006-08-10 Thread Manuel Mall
On Thursday 10 August 2006 22:38, Debasish Jana wrote: Hi: snip/ If possible, could you please let me know the some reading material that explains the geometry, and also a sample Xsl:fo as well as PDF. Please guide. See the XSL-FO spec itself http://www.w3.org/TR/2001/REC-xsl-20011015/

Re: PDF generation

2006-08-10 Thread Manuel Mall
On Thursday 10 August 2006 23:23, Chris Bowditch wrote: Vincent Hennebert wrote: Hi Vincent, (Note for Fop-dev regarding the break-after problem: That said, I think there's a bug as a new page is created while there is nothing more but whitespace characters in the flow. If I remove the

Re: How to look up metrics-url with HTTP?

2006-08-15 Thread Manuel Mall
On Tuesday 15 August 2006 19:41, Peter Neu wrote: Hello, I'm using fop in a web app. My metrics file is located in folder which can be reached by adding /xml to the current url. How do put this in the userconfig.xml? I wrote it like this. But this won't work. Any ideas? Userconfig.xml is in

Re: fopFactory setFontBaseURL

2006-09-10 Thread Manuel Mall
On Sunday 10 September 2006 19:12, Shue-Yen Tsai wrote: Hi: I embed FOP 0.92 to my program. I can't get the font to work. I put the fopFactory.setFontBaseURL(file:///C:/fonts); Sam please try fopFactory.setFontBaseURL(file:///C:/fonts/); and check if that fixes it. Manuel in

Re: fopFactory setFontBaseURL

2006-09-10 Thread Manuel Mall
Manuel Mall-2 wrote: On Sunday 10 September 2006 19:12, Shue-Yen Tsai wrote: Hi: I embed FOP 0.92 to my program. I can't get the font to work. I put the fopFactory.setFontBaseURL(file:///C:/fonts); Sam please try fopFactory.setFontBaseURL(file:///C:/fonts/); and check

Re: Extra fo:inline introduces extra new lines

2006-09-14 Thread Manuel Mall
On Thursday 14 September 2006 21:05, Florent Georges wrote: Hi I discovered the following issue with FOP 0.92beta (but I'm not sure it is an issue). With the following two blocks, I get two different results: fo:block text-align=left padding-bottom=0pt

Re: € Sign

2006-09-19 Thread Manuel Mall
On Tuesday 19 September 2006 17:51, Pascal Sancho wrote: -Original Message- From: Christian Loock [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 19, 2006 11:26 AM i tried using #x20ac;, or #8366; and both didn't work, i also tried using ISO-8859-15 instead of ISO-8859-1 but

Re: fo:inline with line-height, height, border or other block-like properties

2006-10-02 Thread Manuel Mall
On Monday 02 October 2006 20:47, Abel Braaksma wrote: Dear List, I am new to XSL-FO, but I am trying to read up and catch up. From what I understand from the specs and from the book Definitive XSL-FO, it is possible to do the following: fo:block space-before=1em space-after=1emParagraph

Re: Getting Mismatch: instream-foreign-object

2006-10-05 Thread Manuel Mall
On Thursday 05 October 2006 16:59, Lars Ivar Igesund wrote: Pascal Sancho pascal.sancho at takoma.fr writes: -Original Message- From: Lars Ivar Igesund [mailto:larsivar at igesund.net] Sent: Wednesday, October 04, 2006 2:04 PM To: fop-users at xmlgraphics.apache.org

Re: Problem height block in table-cell

2006-10-05 Thread Manuel Mall
On Thursday 05 October 2006 16:10, fabio76 wrote: Hi Pascal, my problem is this. I want to have the height of fo:block as the height of fo:table-cell. In the example that I attached the height of fo:block of the first cell is not equals to the height of fo:table-cell that, in this case,

Re: Getting Mismatch: instream-foreign-object

2006-10-05 Thread Manuel Mall
On Thursday 05 October 2006 17:20, Lars Ivar Igesund wrote: Manuel Mall manuel at apache.org writes: The fo below works just fine for me. No errors parsing, etc.. This is with the trunk version of fop, xerces xml parser and jdk 1.5.0_06. What is your environment? I use FOP 0.92beta

Re: Getting Mismatch: instream-foreign-object

2006-10-05 Thread Manuel Mall
On Thursday 05 October 2006 17:50, Lars Ivar Igesund wrote: Manuel Mall manuel at apache.org writes: On Thursday 05 October 2006 17:20, Lars Ivar Igesund wrote: Manuel Mall manuel at apache.org writes: The fo below works just fine for me. No errors parsing, etc

Re: Getting Mismatch: instream-foreign-object

2006-10-05 Thread Manuel Mall
On Thursday 05 October 2006 18:57, Lars Ivar Igesund wrote: Manuel Mall manuel at apache.org writes: That is possible, I guess. Hmm, XPP3 is in there, and whatever ServiceMix use for it's XML parsing (might actually be Xerces, as I didn't put it there). Also, when searching the net

Re: Getting Mismatch: instream-foreign-object

2006-10-05 Thread Manuel Mall
On Thursday 05 October 2006 20:24, Lars Ivar Igesund wrote: Manuel Mall manuel at apache.org writes: No, but given that 0.92beta works for me under Linux I still think something else is wrong. Assuming you have a 'vanilla' 0.92beta installion available, that is just the .tar.gz file

Re: fo:inline with line-height, height, border or other block-like properties

2006-10-16 Thread Manuel Mall
On Monday 16 October 2006 21:15, Abel Braaksma wrote: Manuel Mall wrote: Sorry, but your example does not make sense to me. You provide HTML not XSL:FO. Can you provide the exact fo file you feed into fop so we can better understand your issue? My apologies. I thought it'd be clearer

Re: fo:inline with line-height, height, border or other block-like properties

2006-10-16 Thread Manuel Mall
On Tuesday 17 October 2006 08:32, Abel Braaksma wrote: Abel Braaksma wrote: Manuel Mall wrote: If I remove the line-height=313% from the fo:block it seems to do exactly what you want, that is each line get the minimum necessary height to render it. This is precisely what I want

Re: Lists with inline and superscript

2006-11-06 Thread Manuel Mall
On Tuesday 07 November 2006 01:11, carles.loriente wrote: Hi, I just discovered (?) a issue in the list-block containing inline with vertical-align. The output shows fo:list-item-label and fo:list-item-body putted out of line (i'm not sure if this is the correct verb, sorry!!). I just

Re: none break space and fop

2006-11-24 Thread Manuel Mall
On Friday 24 November 2006 19:08, Dirk Bromberg wrote: Hi, some time ago i've asked for the implementation state fo soft-hyphens. Now i need an answer if none break spaces are implemented in fop (0.92 or trunk) and working!? if they are implemented, which signs are allowed? U+00A0, U+200C

Re: Hyphenation problems with source code like text

2006-11-28 Thread Manuel Mall
On Tuesday 28 November 2006 21:12, Cornelius Hald wrote: Hi, as some other on this list I have the problem of very long strings without whitespaces. In my case these strings contains source code. So for example I have the following line:

Re: Font problems

2006-12-21 Thread Manuel Mall
On Thursday 21 December 2006 23:34, Asbjørn Thorsen wrote: We have a XML document in UTF-8 encoding. It contains characters for the sami (lappish) language. When we generate postscript documents with FOP/XEP the resulting document is missing 3 characters. These are all replaced by the

Re: Font problems

2006-12-22 Thread Manuel Mall
On Friday 22 December 2006 17:49, Asbjørn Thorsen wrote: Manuel Mall skrev: On Thursday 21 December 2006 23:34, Asbjørn Thorsen wrote: We have a XML document in UTF-8 encoding. It contains characters for the sami (lappish) language. When we generate postscript documents with FOP/XEP

Re: Em Space - UTF8

2007-01-05 Thread Manuel Mall
On Saturday 06 January 2007 03:29, Oliver Müller wrote: Hi, does anyone's got an idea why the Em Space #8195; is not displayed in a pdf generated with FOP ? http://unicode.e-workers.de/unicode3.php Oliver, you didn't state the version of fop you have the problem with nor the font you are

Re: Em Space - UTF8

2007-01-06 Thread Manuel Mall
change to fop (Unicode compliant linebreaking) appears to have fixed the problem. Unfortunately I don't have a workaround for you. Manuel Olli 2007/1/6, Manuel Mall [EMAIL PROTECTED]: On Saturday 06 January 2007 03:29, Oliver Müller wrote: Hi, does anyone's got an idea why the Em

Re: Em Space - UTF8

2007-01-07 Thread Manuel Mall
On Monday 08 January 2007 02:21, Oliver Müller wrote: Maybe I don't got any other solution because I'm quite new to XSL-FO ... I would really love to use text-indent, but in my case I don't see a chance to do so. This is due to the fact that text-indent only works with fo:block. my XML doc

Re: Em Space - UTF8

2007-01-07 Thread Manuel Mall
On Monday 08 January 2007 07:51, Oliver Müller wrote: I could do so if I knew how the size of a non breaking space is calculated. With respect to size a non breaking space behaves the same as a normal space I believe. Manuel cheers, olli 2007/1/7, Manuel Mall [EMAIL PROTECTED

Re: Set up a servlet with fop

2007-01-08 Thread Manuel Mall
On Monday 08 January 2007 19:29, Xavier Ottolini wrote: Hi, I am a newbee with FOP. I would like to create a servlet application able to create a PDF file. I choosed fop. I downloaded the fop 0.92 src. I tried to build it with ant (Java 1.4 and Ant 1.7.0). But I get 44 compile errors.

Re: FOP from TRUNK: Hyphenation LineBreak-Problem???

2007-01-11 Thread Manuel Mall
On Thursday 11 January 2007 14:00, malm wrote: leeloo5e79-docbook wrote: snip/ It could be that the new UAX#14 line breaking introduced after 0.93 in late December is causing this. Can you please provide a full working testcase fo exhibiting the problem (if possible attached please not

Re: java.lang.ArrayIndexOutOfBoundsException: -1

2007-01-13 Thread Manuel Mall
On Sunday 14 January 2007 01:47, kralik wrote: Hello! I am using latest FOP trunk. When I try to create PDF file from my FO file: bakule.fo http://www.fm.tul.cz/~pavel.tyl/bakule.fo , i get the error message bellow: snip/ Thanks for reporting this problem. It should be fixed now in the

Re: SHY characters in user mode

2007-01-15 Thread Manuel Mall
On Tuesday 16 January 2007 00:02, DA Shetland wrote: Sorry - I am using 0.93 - will try the trunk and get back. -d- SHY support in fop-trunk is a very new addition and any testing and feedback would be much appreciated. It should work as you described, that is SHY being suppressed everywhere

Re: Problem using custom fonts (0.93)

2007-01-18 Thread Manuel Mall
On Friday 19 January 2007 14:08, Daniel Noll wrote: Hi all... Daniel, could you try and use a font name not including spaces, e.g. ArialUnicodeMS. I am suspicious that the font family name property parser may take 'Arial Unicode MS' as a specification of 3 font alternatives and not as a

Re: Embedding font triplets w/ a single TTF file

2007-01-29 Thread Manuel Mall
On Tuesday 30 January 2007 09:16, Jeff Vannest wrote: I am embedding fonts into a PDF document. If I use Arial I can use the arial.ttf and arialbd.ttf files for the font triplets Arial/normal/normal and Arial/normal/bold respectively. However, certain fonts only have a single TTF. For

Re: XSL - NewLine

2007-02-13 Thread Manuel Mall
On Tuesday 13 February 2007 21:52, Gregan, Miroslav wrote: Thanks you for your answers Actually I afraid I did not ask my question clearly enough. The @value which is the content of an XML File's element which contains a String. This String has to be formatted (a little bit if possible :-) )

Re: Support for other fonts

2007-03-07 Thread Manuel Mall
On Wednesday 07 March 2007 21:12, Rico Secada wrote: Hi I have been working real hard at a documentation project at work in which I needed to add some arabic text. The whole project was converted from OpenOffice to Docbook, and all went well. Next was converting from docbook to various

Re: How could I change vertical alignment of list item bullet?

2007-03-12 Thread Manuel Mall
On Monday 12 March 2007 20:27, Andrejus Chaliapinas wrote: Hi, I'm trying to use FOP 0.93 and while using similar to this syntax: fo:list-item-label end-indent=label-end() fo:block fo:inline font-family=Symbol #x2022; /fo:inline /fo:block /fo:list-item-label I get very low

Re: How could I change vertical alignment of list item bullet?

2007-03-12 Thread Manuel Mall
On Monday 12 March 2007 22:50, Andrejus Chaliapinas wrote: Hmm, can you post a short sample fo exhibiting the issue? Manuel Could you take a look at first page of \examples\fo\basic\list.fo file from trunk and at generated pdf (list text items with text here is text in the list item

Re: Problem with font-weight 'bold' for custom font

2007-03-15 Thread Manuel Mall
On Thursday 15 March 2007 20:16, Benjamin Schupp wrote: Hi everybody, switching to the fop-0.93 engine, i am facing problems with the pdf-rendering for font-weight=bold for my custom font 'NewsGothic'. The font is found by the engine, but is rendered only a bit wider, not bold. I am using

Re: Underlined text?

2007-03-22 Thread Manuel Mall
On Friday 23 March 2007 07:34, Andreas L Delmelle wrote: On Mar 22, 2007, at 23:30, Andreas L Delmelle wrote: Since one cannot set borders through an fo:wrapper, if one wanted borders *and* underline on an inline sequence, this would make it necessary to write: fo:block

Re: Differences in Chineese output between fop 0.20.5 and fop trunk

2007-04-18 Thread Manuel Mall
the Knuth Best Fit line layout to First Fit line layout as used by the older fop. This is not supported nor is the old First Fit algorithm in the first place. Cheers Manuel Stefan Manuel Mall schrieb: On Friday 13 April 2007 18:39, Jeremias Maerki wrote: The most probably reason

Re: Rendering ZWJ (x200D) for Devanagari joints.

2007-04-23 Thread Manuel Mall
On Monday 23 April 2007 22:13, Matt P. wrote: Hello, I am trying to produce a pdf document in Sanskrit based on a docbook source. I use Xalan (with -p body.font.family 'chandas') to generate an fo file, as well as an html, and then fop to convert the fo into pdf. The html file seems to be

Re: Fop and line-overruns using Japanese fonts

2007-05-01 Thread Manuel Mall
On Tuesday 01 May 2007 06:45, Brad Smith wrote: Hello all, I have some documents with Japanese text that have been presenting some very frustrating problems. When I render them using fop, in several places long lines with no spaces (as is often the case with such languages) spill over the

Re: Mixing languages and Unicode

2007-05-01 Thread Manuel Mall
On Tuesday 01 May 2007 21:08, Mildred wrote: Hi, I'm trying to create a document using XSL and FOP containing tibetan prayers. And I'm having troubles with fonts. At first, all my tibetan characters were represented by a #. I looked at the fop website and I managed to create a configuration

Re: Alignment of chinese/english characters

2007-05-11 Thread Manuel Mall
On Friday 11 May 2007 22:20, Brad Smith wrote: HI all, One of our Chinese translators has brought up concerns about fop's rendering that I'm not sure what to do about. Aparently in Chinese, since all the characters take up the same amount of space, lines should always be exactly the same

Re: Struck with a Problem in Fop

2007-05-14 Thread Manuel Mall
On Sunday 13 May 2007 17:11, rakesh satharasi wrote: Hi, My guess is that you have either a classpath or a jar deployment issue. Have you deployed all the jar's in the $fop_home/lib to tomcat as part of your fop servlet deployment? It is not enough to just deploy fop.jar plus your application

  1   2   >