Re: BreakingAlgorithm Problem

2007-11-16 Thread Andreas L Delmelle
On Nov 16, 2007, at 09:29, fma-001 wrote: Hi thanks for your hint. I wrote a template, which checks if there are some non-letter-characters (like '.', '/'; etc.). If this is the case, I concat the string after each character with Unicode Zero Width Space ('​'), but then FOP 0.93 overlaps le

Re: Mac Font problem

2007-11-19 Thread Andreas L Delmelle
On Nov 20, 2007, at 07:56, Raphael Parree wrote: Hi I have a problem with a font on a Mac…on my PC everything seems to work but on the Macs uses by our publishing department the Courier New font does not work. It is installed on the Mac (True Type font). I am working with rev 592554 (6 nov)

Re: how to embed svg to fop?

2007-11-20 Thread Andreas L Delmelle
On Nov 20, 2007, at 09:10, m_dieu wrote: Hi And my attempt to include this into a fop looks like this: http://www.w3.org/2000/svg";> ^^ You might want to bind the SVG namespace to the svg: prefix. That should solve the error below. But when I wants to

Re: Mac Font problem

2007-11-20 Thread Andreas L Delmelle
On Nov 20, 2007, at 09:05, Raphael Parree wrote: Andreas, That solved it for now... tx. When I have time I will try to find out the cause... FWIW, and to whom it may concern: the limitation, I think, is caused by the following in org.apache.fop.fonts.TTFFile line 225 and following ===

Re: create FONode objects directly and generate PDF file

2007-11-21 Thread Andreas L Delmelle
On Nov 21, 2007, at 20:57, Daling Xu wrote: Hi I fully understand the process of from Java Obj -- > xml --> Fo file --> PDF and already made it work in my application. But is it possible directly create FONode objects, e.g. Flow, Table in my java code and then call a FOP api (maybe a Rende

Re: anything wrong with this XSL snippet

2007-11-30 Thread Andreas L Delmelle
On Nov 30, 2007, at 19:00, Daling Xu wrote: Hi I am using FOP to generate PDF from an XML doc. In my PDF, I would like to insert image in some places, but because not every time I have an image for all the element in the xml, I use a XSL:If statement like this way: src="[EMAIL PROTECTED]

Re: FOP Servlet Performance Problem

2007-12-01 Thread Andreas L Delmelle
On Nov 28, 2007, at 16:46, Noya Paolo wrote: Hi Sorry for the late reply. As Jeremias already indicated, profiling is one option. There are various tools and there is lots of documentation available on the internet concerning profiling of the JVM. Just Google around for 'java profiling' a

Re: FOP creates only blank pages

2007-12-01 Thread Andreas L Delmelle
On Nov 30, 2007, at 11:45, Michael Siepmann wrote: Hi we have a content management system, which can create FO and with the help of FOP PDF. The system uses an Apache Tomcat 5 and we have used FOP 0.20. This combination works. But now, I've switched to FOP 0.94 and changed the code which c

Re: FOP creates only blank pages

2007-12-02 Thread Andreas L Delmelle
On Dec 2, 2007, at 22:27, Michael Siepmann wrote: Hi Michael snip Very long shot, but could it have something to do with the encryption? Can you try commenting out the following line: userAgent.getRendererOptions().put("encryption-params", new PDFEncryptionParams(null, null, true, fal

Re: FOP Servlet Performance Problem

2007-12-03 Thread Andreas L Delmelle
On Dec 3, 2007, at 13:12, Noya Paolo wrote: Hi Andreas thanks for your reply, the XML is very little (ranging from 50 to 250 nodes with size less than 10Kb) that change it with a BufferedReader or even using a DOMSource (I already parse XML elsewhere) not give me a real gain. Maybe a 1 or 2

Re: Fop 0.94 (Docbook and tables)

2007-12-21 Thread Andreas L Delmelle
On Dec 21, 2007, at 10:31, <[EMAIL PROTECTED]> wrote: Hi I am trying to upgrade from fop 0.20.5 to 0.94 and in conjunction with DocBook (1.70.1) found out that there is a irritating change in operations regarding table processing. When processing tables they: 1 Don´t cross pages (e.g if

Re: hyphenation-character doesn't appear in pdf

2007-12-21 Thread Andreas L Delmelle
On Dec 21, 2007, at 09:16, Jeremias Maerki wrote: Hi Right, as soon as you enable white-space-treatment="preserve" the hyphenation-character is just ignored. Otherwise, the hyphenation character works fine. Can you please open an issue in Bugzilla and add your files there? We'll have to look in

Re: attributes of

2008-01-02 Thread Andreas L Delmelle
On Jan 2, 2008, at 18:36, irene23 wrote: Hi, Since this is my first post of the year: Best Wishes for 2008 to the whole FOP community! Now as to your question, and Pascal's reply: I´m using xsl-region-after in this way: I have two page-masters defined, with one having a different foote

Re: attributes of

2008-01-02 Thread Andreas L Delmelle
On Jan 2, 2008, at 19:35, irene23 wrote: Hi - Is this what you want to tell me? The attributes retrieve-position, retrieve-boundary are correct? Yes, exactly. - But in the name="footer" extent="1.50in"/> . I must put a space (extent) for the footer and all pages would have this sp

Re: Image rendering at position problem

2008-01-02 Thread Andreas L Delmelle
On Jan 2, 2008, at 18:58, Glenn Brand wrote: Hi, I am trying to place a graphic (customer logo) to the right of a table at the top of a patient walk out statement of account. When I put the graphic on the style sheet editor (stylus studio2008) it looks correct but when it gets published as

Re: attributes of

2008-01-02 Thread Andreas L Delmelle
On Jan 2, 2008, at 20:32, irene23 wrote: I have a problem: if a doesn,t fit in a page, I don´t want the table is cut in two pages, I always want the table entire is placed together. ¿How can I get this? (keep all the rows of the table together). The simplest way to do so, is by means of

Re: Filling a table cell entirely with an external graphic

2008-01-02 Thread Andreas L Delmelle
On Jan 3, 2008, at 02:07, Tim Gates wrote: Hi, I have a series of problems which can be broken down into one problem in that I don't understand how to eliminate the implicit padding associated with an external graphic inside a table. If I try and create 4 images side by side then there is

Re: 508 compliance

2008-01-09 Thread Andreas L Delmelle
On Jan 9, 2008, at 18:56, Li, Hao wrote: Hi there, Does anyone know if the PDF generated by fop 0.93 is 508 compliant or FOP does the effort to make it 508 compliant? Honestly, I had no idea what is meant by "508 compliance" to begin with. For all those who are interested: http://www.secti

Re: 508 compliance

2008-01-09 Thread Andreas L Delmelle
On Jan 9, 2008, at 20:51, Christopher R. Maden wrote: On Wed, 2008-01-09 at 20:29 +0100, Andreas L Delmelle wrote: At first glance, it seems to be something that applies to "accessibility" of information in general (is not restricted to printed media). Yes. It would be better t

Re: 508 compliance

2008-01-09 Thread Andreas L Delmelle
On Jan 9, 2008, at 20:53, Li, Hao wrote: Thanks Andreas. Yes. It is about accessibility. Although the pdf can be generated, the customer does not like it because of accessibility issues, for example: missing PDF tags, lacking language specification etc. After searching about tagged pdf, I

Re: How navigate/scroll inside the PreviewPanel

2008-01-10 Thread Andreas L Delmelle
On Jan 10, 2008, at 20:00, Giulio Buccini wrote: Hi Giulio I know: I wrote about MY requirements from MY point view... probably everyone have a different view about that and is pretty impossible to make everybody happy. I understand this... Of course, but it is always interesting to see th

Re: TransformerException: fo:page-sequence is not a valid child element of fo:flow

2008-01-14 Thread Andreas L Delmelle
On Jan 14, 2008, at 18:18, Andreas L Delmelle wrote: On Jan 14, 2008, at 05:48, Travis Staloch wrote: Hi I'm trying to use fop along with xsltproc to create a pdf from docbook xml. xsltproc successfully creates an fo document with the command: xsltproc /usr/share/sgml/docboo

Re: Bullet points in japanese

2008-01-14 Thread Andreas L Delmelle
On Jan 14, 2008, at 16:17, Akagi Kobayashi wrote: Hi Could you help me set the IPAGothic font as the font for the list - so that the bullets show? Bullets in IPAGothic (and in MS fonts) are ・ (• doesn't work for me.). Setting the bullet in common/ja.xml as such doesn't work. In the cus

Re: TransformerException: fo:page-sequence is not a valid child element of fo:flow

2008-01-14 Thread Andreas L Delmelle
On Jan 14, 2008, at 05:48, Travis Staloch wrote: Hi I'm trying to use fop along with xsltproc to create a pdf from docbook xml. xsltproc successfully creates an fo document with the command: xsltproc /usr/share/sgml/docbook/xsl-stylesheets-1.73.2-2.fc8/fo/ docbook.xsl my.book > sf.fo How

Re: last-line-end-indent in 0.94

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 17:26, Amick, Eric wrote: Hi It appears that FOP 0.94 treats negative values for last-line-end- indent as 0, which is wrong. Non-negative values produce the expected results. That seems like a bug indeed. The XSL-FO 1.1 Recommendation clearly states that 'Positive values

Re: language specification for PDF document

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 20:37, Li, Hao wrote: Hi I followed your instruction to generate the pdf. After I open it in acrobat, under file->document properties->advanced->reading options, the language option is still blank. Am I missing something? As far as I know, the 'language' property is use

Re: language specification for PDF document

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 21:29, Li, Hao wrote: Hi Is this document level "language identifier" part of XSL-FO standard and its usage is "" like Chris suggested? Or can it be xml:lang attribute? The xml:lang 'attribute' in XSL-FO is classified as a shorthand (http://www.w3.org/TR/xsl11/#xml.lan

Re: Rendering time configuration settings using fo:declarations

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 18:11, Adrian Cumiskey wrote: Hi A thought occurred to me whilst implementing something and I thought I would share it with you.. I don't have time to implement this but maybe somebody else would like to pick up this idea/ suggestion... Basically, I was wondering if a

Re: Text Formatting Problem

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 18:03, Amick, Eric wrote: Hi I have a three-column listing of phone numbers, and most of the time, each column entry has only one line of text. Sometimes, however, I have entries that look like this: Text that spans two lines ... 9 More text that

Re: language specification for PDF document

2008-01-15 Thread Andreas L Delmelle
On Jan 15, 2008, at 23:36, Li, Hao wrote: Hi Henry Does it mean that the implementation will be Apache FOP specific, because there is no such XSL-FO standard property for document level language of PDF? Basically: yes. There is no connection/obligation of a FO processor to any particular ou

Re: Making serialization documents in FOP

2008-01-16 Thread Andreas L Delmelle
On Jan 16, 2008, at 18:27, Jay Bryant wrote: Hi I'm creating java servlet for making PDF file from xml and xslt files. It's possible making documents with 1000 pages or more ? How many memory i must have in my server to do this ? How long take generate this file ? I've created a system t

Re: Bullet points in japanese

2008-01-16 Thread Andreas L Delmelle
From: [EMAIL PROTECTED] Subject:Re: Bullet points in japanese Date: January 16, 2008 20:19:25 GMT+01:00 To: [EMAIL PROTECTED] Just noticed that I originally replied to Akagi off-list, but I think the info might be useful to other users as well

Re: FO vs XML/XSLT - is one faster than the other?

2008-01-18 Thread Andreas L Delmelle
On Jan 18, 2008, at 19:53, Dan F wrote: Hi Dan, At this point, I don't think I can trim my FO any further. Initially, I had a lot of embedded tables for layout which I've all changed to positioned blocks. The rendering time went down considerably. I'm up to about 9-10 pages per second wh

RE: Having trouble getting number-columns-spanned to work

2005-05-07 Thread Andreas L. Delmelle
> -Original Message- > From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] > Hi, > I am having trouble getting a cell to span multiple columns. I have > looked at the examples and read/re-read the specs, but no joy. Any help > is appreciated - I have seen several posts affirming that th

RE: Having trouble getting number-columns-spanned to work

2005-05-08 Thread Andreas L. Delmelle
> -Original Message- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] > > -Original Message- > > From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] > > > I am having trouble getting a cell to span multiple columns. I have > > looked at

RE: Having trouble getting number-columns-spanned to work

2005-05-08 Thread Andreas L. Delmelle
> -Original Message- > From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] > Hi Richard, > Thank you for checking this out. Here's what this helped me determine: > > 1) Even after moving the fo:region-body up two lines it still does not > work. I am using a build of FOP from 2004/05/29

RE: Having trouble getting number-columns-spanned to work

2005-05-08 Thread Andreas L. Delmelle
> -Original Message- > From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] > Hi, > When I tried to upgrade to a more recent version I ran into a problem of > not understanding how to achieve what I was achieving with the following > code: > > imageURLProtocol = getInitParameter("ima

RE: Having trouble getting number-columns-spanned to work

2005-05-08 Thread Andreas L. Delmelle
> -Original Message- > From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] > Hi Richard, > Thank you! That worked great. Just one more question. Are there any > recommendations on how to minimize resource use. I know at one point in > the earlier API, it was recommended to create the Dr

RE: FOP-produced PDF print job size

2005-05-09 Thread Andreas L. Delmelle
> -Original Message- > From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] > Hi Richard, > Still would like to hear. Furthermore, it looks like the problem is > Laserjet specific. When I print using the postscript driver the file > size is only about 500kb per page (instead of the 2.5mb

RE: How to force a page break between tables

2005-05-10 Thread Andreas L. Delmelle
> -Original Message- > From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] > Hi Richard, > The Temp_KnuthStylePageBreaking branch appears to have fixed > break-before. I did notice that not all of the Junit tests run > correctly, but after commenting out the junit target I was able to g

RE: How to force a page break between tables

2005-05-10 Thread Andreas L. Delmelle
> -Original Message- > From: Richard Mixon (qwest) [mailto:[EMAIL PROTECTED] > Hi, > Also, I just noticed there is a HUGE amount of debugging output in my > Tomcat log. Is there any way to turn this off? I do not believe I have > done anything specific to turn debugging on. Unfortunately

RE: XSLT and FO Formatting question

2005-04-04 Thread Andreas L. Delmelle
> -Original Message- > From: Victor Mote [mailto:[EMAIL PROTECTED] > > Charles Griswold wrote: > > > I have and xml input stream that has text embeded with > > symbols that I'd like to translate into FO command For > > Instance, the text has '##b' and '##/b' to indicate the > > beginning an

RE: More than one XML-file?

2005-04-10 Thread Andreas L. Delmelle
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, > Is there any simple way to use more than one XML-file > as input to a xsl-fo script or do I have to parse and > merge the files before I give them to fop? Depends a bit on the exact situation... If you have m

RE: More than one XML-file?

2005-04-11 Thread Andreas L. Delmelle
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Hi, > The situation is that I have one static XML-file which > I use for layout purposes (questions) and one dynamic > XML-stream or file with tagged data values coming from > a database (answers). > I want to create

RE: XML Question

2005-04-11 Thread Andreas L. Delmelle
> -Original Message- > From: Puppala, Kumar (LNG-DAY) [mailto:[EMAIL PROTECTED] Hi, > This question is not strictly FOP based but I guess someone > here might be able to help me. > I am using SAXParser to parse my xml file to a .fo file > using a C++ application. The parser implicitly con

RE: XML Question

2005-04-11 Thread Andreas L. Delmelle
> -Original Message- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] > > The problem is not so much the implicit conversion by the parser, > but rather the fact that the C++ app doesn't seem to take into > account that its output should be in full compliance

RE: XML Question

2005-04-11 Thread Andreas L. Delmelle
> -Original Message- > From: Puppala, Kumar (LNG-DAY) [mailto:[EMAIL PROTECTED] > Hi, > Thanks for your input. I think you are right. I cannot do this configuring > something on the SAXParser. Rather I need to have the table > mapping between ISO Latin-1 char set to XML character entities

RE: Can tables be nested within one another...

2005-04-14 Thread Andreas L. Delmelle
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Hi, > I have a difficult table presentation to create and nesting tables within > each other (like in HTML) would cure the layout prolems I am having. I > wish to nest a table within the table-header. I have trie

RE: Can tables be nested within one another...

2005-04-16 Thread Andreas L. Delmelle
> -Original Message- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > > [EMAIL PROTECTED] wrote: > > fo:table-column being optional is yet more reason > > to look forward to the new version. > > Automatic table layout is unlikely to happen soon. It is > a *hard* problem, and usually involv

RE: FOP - -noannotations

2005-04-17 Thread Andreas L. Delmelle
> -Original Message- > From: Mike Trotman [mailto:[EMAIL PROTECTED] > Hi, > Does the binary version have PDF encryption enabled? > Or - do I have to build FOP from source to activate encryption options? I think it should work out of the box, if you have JCE --which you have-- and a provi

RE: FOP - -noannotations

2005-04-18 Thread Andreas L. Delmelle
> -Original Message- > From: Mike Trotman [mailto:[EMAIL PROTECTED] > > Yes - I am opening these in Acrobat Reader 7.0. > > I know previous versions of Reader didn't allow adding comments. > but I know version 7.0 allows adding comments. Hmm... Have you tried opening any other PDFs with Re

RE: FOP - -noannotations

2005-04-18 Thread Andreas L. Delmelle
> -Original Message- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] > I'm also thinking... Currently FOP 0.20.5 produces PDF conforming > to the 1.3 Specification (Acrobat 4.0) --maybe that version still > lacks the necessary commands to make it 'c

RE: FOP - -noannotations

2005-04-19 Thread Andreas L. Delmelle
> -Original Message- > From: Mike Trotman [mailto:[EMAIL PROTECTED] > Hi Mike, > I didn't find the Adobe Reader reference to needing Adobe Server products. > The page I found just said it was controlled by the producer of the > document. Well, I just bumped into it in the standard Help i

RE: FOP and Fonts

2005-04-30 Thread Andreas L. Delmelle
> -Original Message- > From: J.Pietschmann [mailto:[EMAIL PROTECTED] > Hi, > [EMAIL PROTECTED] wrote: > > step 2. + 3. are quite simple AFAICS, but step 1. is more tricky - is > > there any way to obtain this information from AWT or somewhere else > > No, the AWT doesn't provide an i

RE: Page footer problem

2005-05-05 Thread Andreas L. Delmelle
> -Original Message- > From: Eric Chow [mailto:[EMAIL PROTECTED] > Hi, > I want to display a fo:block in the "xsl-region-after", but it is not > display in every page. It only need to display in the last page ! How > can do this ??? Well, if you really need it in the after-region, an fo:

RE: want to unsubscribe

2005-05-07 Thread Andreas L. Delmelle
> -Original Message- > From: Manisha Sathe [mailto:[EMAIL PROTECTED] > I want to unsubscribe from this maling list, > but continuously i am getting error. > Pls let me know which email address i am > supposed to send the mail ? [EMAIL PROTECTED] Greetz, Andreas ---

RE: vertical align of table columns

2005-05-17 Thread Andreas L. Delmelle
> -Original Message- > From: Jon Steeves [mailto:[EMAIL PROTECTED] > Hi Jon, Just FYI: it's considered 'bad practice' to post a new question as a reply to another post that has nothing to do with it... Please try to keep this in mind, as it will increase your chances of receiving a respon

RE: Getting Screen Output while Processing?

2005-05-18 Thread Andreas L. Delmelle
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Hi Jay, > If I gather correctly, the fellow with the problem is looking for > a way to customize the output of the [INFO] tags or > (more precisely, I think) generate his own [INFO] tags. Well, the [INFO] messages

RE: How can I know 'new page'sign in a flow -like table's title- my Problem is..

2005-06-08 Thread Andreas L. Delmelle
> -Original Message- > From: David Kim [mailto:[EMAIL PROTECTED] > Hi David, I'm jumping immediately to: > 3. My Problem(s) > How can I make data title first in every new page > instead of column NAME without using table? The nature of your problem seems to be that the page-breaks are k

RE: How can I know 'new page'sign in a flow -like table's::SUCCESS!.:one more- overlapping?

2005-06-12 Thread Andreas L. Delmelle
> -Original Message- > From: David Kim [mailto:[EMAIL PROTECTED] > Hi David, > 2 My problem > I think it is a kind of position|location problem. > I want to set absolute position to object(indent?) in > order to make overlap in a flow.Is it possible? I think so. Try experimenting with fo

RE: Overlapping Data?

2005-06-14 Thread Andreas L. Delmelle
> -Original Message- > From: David Kim [mailto:[EMAIL PROTECTED] > Hi David, > And while I was testing, I found limitation of > in FOP. > When I put the code under other tag(s) (i.e even > block), I got an error like follow, > > -- follow (summary)-- > tag-name : > FOP limitation:FO

RE: Overlapping Data?

2005-06-14 Thread Andreas L. Delmelle
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Hi Jay / David, > The XSL List does not accept attachments (something I like personally). Well, Mulberry indeed doesn't, but we do... Too many lists to handle, ay Jay? :-) FTR: Me personally, I have nothing again

RE: Overlapping Data?

2005-06-14 Thread Andreas L. Delmelle
> -Original Message- > From: David Kim [mailto:[EMAIL PROTECTED] > Hi David, > Did you get my message? Oh, God. I lost my head for a > while. Well, don't we all from time to time. Right, Jay? ;-) Anyway: yes I did receive it, and... > > > > I'll have a look as soon as I find the tim

RE: Possible to indent/outdent a table?

2005-06-15 Thread Andreas L. Delmelle
> -Original Message- > From: Ryan Ackley [mailto:[EMAIL PROTECTED] > Hi, > I'm using FOP 0.20.5. Whenever I try to set the indent of a table > the stuff inside the table moves but not the table borders. > Is this a bug? Most likely... > How do I just indent a table and contents? The ea

RE: Overlapping Data?

2005-06-15 Thread Andreas L. Delmelle
> -Original Message- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] > Hi David, > > I'll have a look as soon as I find the time, but > this won't be today/tonight. Stay tuned. > First of all: no offence and no big deal, but I asked for the result

RE: Programmatically supplying a password to open a password protected PDF

2005-06-15 Thread Andreas L. Delmelle
> -Original Message- > From: Anil Pinto [mailto:[EMAIL PROTECTED] > Hi Anil, > I was wondering if the reverese is possible. What I am looking > for is to be able to programmatically open password protected > PDFs (if the correct password is provided) and access the data > stream within th

RE: Programmatically supplying a password to open a password protected PDF

2005-06-15 Thread Andreas L. Delmelle
> -Original Message- > From: Anil Pinto [mailto:[EMAIL PROTECTED] > Hi Anil, > I looked at iText but was not sure it could do it as I saw this statement > somewhere on it's FAQ'a page at http://www.lowagie.com/iText/faq.html > > "Because decrypting an encrypted PDF-file is not possible wi

RE: SPACE BEFORE

2005-06-23 Thread Andreas L. Delmelle
> -Original Message- > From: H. krishna [mailto:[EMAIL PROTECTED] > Hi, Regarding your problem: > ... Everything is working fine, > except "space-before" attribute. Not true. AFAICT, it is working as it should. The space-before property has a default conditionality of 'discard', which

RE: SPACE BEFORE

2005-06-23 Thread Andreas L. Delmelle
> -Original Message- > From: Andreas L. Delmelle [mailto:[EMAIL PROTECTED] > Just occurred to me that there is another option... > Since FOP 0.20.5 does not yet implement space-*.conditionality="retain", I > guess you're going to have to play with the space-

RE: special characters - tab and extra spaces

2005-06-23 Thread Andreas L. Delmelle
> -Original Message- > From: Chris Faulkner [mailto:[EMAIL PROTECTED] > Hi Chris, > I would like to insert a tab (or multiple spaces) in my XSL:FO > document, rto achieve something like this > > identifier : value > > So that value is tabbed away from "identifier :". Is there anyway of >

RE: rendering GIF & PNG images

2005-06-24 Thread Andreas L. Delmelle
> -Original Message- > From: Will Peterson [mailto:[EMAIL PROTECTED] Hi Will, > Is there some reason GIF & PNG images don't render with FOP 0.20.5 ? > > JPG images seem to work just fine for me, but I can't get others to render. Is there some trick to using these formats? AFAIK, suppor

RE: baseDir Problem with images

2005-07-04 Thread Andreas L. Delmelle
> -Original Message- > From: Peter Kalsch [mailto:[EMAIL PROTECTED] > Hi, > 1. entry in servlet init()-Method > ... > new Options(new > File("/usr/local/tomcat/webapps/webAT/conf/userconfig.xml")); > ... > This obviously works... > 2. Entry in "userconfig.xml": > > baseDir >

Re: Document off by a line

2005-07-14 Thread Andreas L . Delmelle
On Jul 14, 2005, at 17:49, Neil Guinto wrote: Hi, I have these situation where I'm printing a report using FOP (AwtRenderer). It is being sent thru a dot matrix printer using a pre-printed form. The problem we noticed is that when doing multi-pages print at some point the document shifts do

Re: Document off by a line

2005-07-14 Thread Andreas L . Delmelle
On Jul 14, 2005, at 20:42, Neil Guinto wrote: So, when you use pre-printed forms, do you mean that the multi-page documents are actually collections of forms (different pages but all the same layout)? Exactly. If the form itself is only one or two pages, you may be able to avoid the pr

Re: Problem when link has "contentid"

2005-07-22 Thread Andreas L . Delmelle
On Jul 22, 2005, at 14:57, Fabrizio Caldas wrote: Hi, This is a better example f the link I'm using: http://www.example.com/fop/test.jsp?pageType=page&contentID=1234 In this case you should escape the ampersand in the original file, so make it '&' instead of plain '&'. Neither XML nor HTML

Re: AW: build dynamic tables with FOP

2005-07-26 Thread Andreas L Delmelle
On Jul 26, 2005, at 19:13, [EMAIL PROTECTED] wrote: Hi, ... something still seems to be wrong, when i do so, the PDF gets generated, but no table is build, and i found this exception in the logs: java.lang.ArrayIndexOutOfBoundsException: -2 at org.apache.fop.fo.flow.TableRow$Cell

Re: AW: build dynamic tables with FOP

2005-07-26 Thread Andreas L Delmelle
On Jul 26, 2005, at 22:51, Jeff Stanley wrote: I use number-columns-repeated often and I use 0.20.5. Sorry, must be an error on our compliance page then... It said no. http://xml.apache.org/fop/compliance.html#fo-property-number-columns- repeated Greetz, Andreas ---

Re: embedding output escaping

2005-07-27 Thread Andreas L Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 27, 2005, at 23:57, Fabrizio Caldas wrote: Hi, This question has probably come up before, but couldn't find it in the archives. I want to disable output escaping. Here's an example: public static ObjXml createSampleObj() { ObjXml obj = ne

Re: Arabic PDF

2005-07-28 Thread Andreas L Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 28, 2005, at 10:26, Renan Collin wrote: Some news for this question ?. Renan Collin a écrit: That customized FOP taking into account Arabic Characters would help lots of people, does anyone knows that solution which link has been provided

Re: Element order with FOP

2005-07-28 Thread Andreas L Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 28, 2005, at 15:12, [EMAIL PROTECTED] wrote: Hi, i'm a bit confused, about the current output of my xsl:fo. Many excuses, as this seems to be more an XSLT question, than a FO question, but: having an XML like this

Re: embedding output escaping

2005-07-28 Thread Andreas L Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 28, 2005, at 16:56, Fabrizio Caldas wrote: Hi, I got the escape working for the XML, you're right about being in the XMLReader.java that I need to make this change. In the first generateFor() method that I have I included a call to handle

Re: borders with FOP resolution 72dpi

2005-07-28 Thread Andreas L Delmelle
On Jul 28, 2005, at 18:00, Stefan Pickel wrote: With FOP resolution of 72dpi border-width="1px" is about 0.35...mm Yes, because that is the standard Adobe's PDF Spec prescribes for the User Space (which then gets mapped to device-dependent coordinate systems that may or may not also be 72dpi

Re: embedding output escaping

2005-07-28 Thread Andreas L Delmelle
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Jul 28, 2005, at 18:42, Fabrizio Caldas wrote: But in my case I have hrefs mixed with plain text. I don't know exactly what that string is, but I know it might have hrefs. So my XML, if I was creating one, would look like this: some text http

Re: AW: borders with FOP resolution 72dpi

2005-07-29 Thread Andreas L Delmelle
On Jul 29, 2005, at 10:30, Stefan Pickel wrote: I already tested with device-independent units, PDF rendering is ok, but when printing with fop borders have the same width until reaching 0.35...mm Hmm... So that happens when you render directly to the printer (PrintRenderer)? I know that wi

Re: Vertical text

2005-08-01 Thread Andreas L Delmelle
On Aug 2, 2005, at 00:54, Jay Bryant wrote: Just put each character (or word or whatever unit of text you like) in its own block, thus: Cool! :) How come this idea's not mentioned in the FAQ yet?!? Damn', first thing I thought of was SVG, but this: a native XSL-FO solution. Nice one. G

Re: Include PDF into another...

2005-08-02 Thread Andreas L Delmelle
On Aug 2, 2005, at 21:00, Dirk Bromberg wrote: Hi, is it possible to create a PDF Document wich includes other PDF Files? -> I've a number of PDF Files and want to include them into my fop generated PDF. Is this possible with 0.25 or 1.0dev? patch? With 0.20.5 that's a definite no-go. For

Re: Number of Pages?

2005-08-24 Thread Andreas L Delmelle
On Aug 24, 2005, at 21:07, Dirk Bromberg wrote: Hi Dirk, when i want to have a page numbering like page/number of pages, is there a tag for the number of pages in fo? This is a FAQ. See: http://xmlgraphics.apache.org/fop/fo.html#fo-total-pages HTH! Greetz, Andreas -

Re: .FO outout

2005-08-25 Thread Andreas L Delmelle
On Aug 25, 2005, at 20:12, Anil Pinto wrote: Hi Anil, Is it possible to see the .fo output that FOP uses once it accepts the xml and xsl to create the pdf from the command line ? With FOP 0.20.5 your only option is to run the XSL transformation separately, using the xalan.bat/xalan.sh shell

Re: Deleting a blank page after the last element

2005-08-25 Thread Andreas L Delmelle
On Aug 25, 2005, at 21:00, bharathi kongara wrote: Hi, I've the following template in the style sheet I'm using a break-after="page" to force a page break, as my requirement is that each section starts on a new page. But this is forcing a bla

Re: Numbering Chapter / Section / SubSection

2005-09-12 Thread Andreas L Delmelle
On Sep 12, 2005, at 13:21, Dirk Bromberg wrote: i'm searching for a solution for numbering some chapter / section / subsection in fop? i'll be able to do it like: 1. HeadLine 1.1 SubHeadLine 1.1.1 SubSubHeadLine 2. HeadLine If you're using XML+XSLT to generate the FO source, there is the ve

Re: undefined page length

2005-09-19 Thread Andreas L Delmelle
On Sep 19, 2005, at 09:49, Jeremias Maerki wrote: On 19.09.2005 09:36:49 Willy Reinhardt wrote: Is it possible to create a pdf with all content into one page with length adapted accordingly ? No, this hasn't been implemented, yet. That would be media-usage="bounded-in-one-dimension" on fo:ro

Re: Question

2005-09-21 Thread Andreas L Delmelle
On Sep 21, 2005, at 16:59, Piscu Marius wrote: Hi, Does anyone know how can I disable pdf compression when pdf documents are generated with FOP ? IIRC, you can do this by commenting out the related entry in conf/conf.xml (FOP 0.20.5) conf/fop.xconf (TRUNK) Look for: flate (in both cases)

Re: drawing a continuous border-bottom line (dotted) for table rows

2005-09-22 Thread Andreas L Delmelle
On Sep 22, 2005, at 23:06, Thomas Winkler wrote: Hi, I am using the alpha version of Fop 1.0. Cool! Hope you like it so far... I want to create a table with some columns and rows. Each row must be dotted. This works fine if all columns are filled with values. But if some values are missed,

Re: multiple tables in same row on page

2005-09-23 Thread Andreas L Delmelle
On Sep 23, 2005, at 04:20, Manuel Mall wrote: On Fri, 23 Sep 2005 07:23 am, Prakash R wrote: Hi, I have a fo which looks like this: The number of tables in the fo:block is variable. Is there a way to lay the tables in a single row one after the other and if it does not fit in the same row t

Re: Ant: Re: drawing a continuous border-bottom line (dotted) for table rows

2005-09-23 Thread Andreas L Delmelle
On Sep 23, 2005, at 13:12, Thomas Winkler wrote: In Fop 20.5; I just wrote the following and it worked for solid bottom-border-line up to the end of line. no matter how much "table-cell" I defined. You gave me an answer why this change happenend : http://www.nabble.com/how-to-deal-with-the

Re: more than one fo:flow in fo:page-sequence

2005-09-27 Thread Andreas L Delmelle
On Sep 27, 2005, at 20:56, Matthias Treitler wrote: Hi, I have had a problem with the latest fop a few days ago. I found out that only one fo:flow is permitted in the fo:page-sequence tag, but the Antenna House FO Parser allows more than one fo:flows! I also think this is the standard made b

Re: more than one fo:flow in fo:page-sequence

2005-09-27 Thread Andreas L Delmelle
On Sep 27, 2005, at 21:05, Andreas L Delmelle wrote: On Sep 27, 2005, at 20:56, Matthias Treitler wrote: Hi, I have had a problem with the latest fop a few days ago. I found out that only one fo:flow is permitted in the fo:page-sequence tag, but the Antenna House FO Parser allows more than

Re: more than one fo:flow in fo:page-sequence

2005-09-27 Thread Andreas L Delmelle
On Sep 27, 2005, at 21:09, Andreas L Delmelle wrote: Or maybe you're referring to the XSL-FO 1.1 Rec, which FOP currently does not implement. Which isn't a 'Rec' yet either BTW... It's still a 'Working Draft'. Where *is* my

Re: Font embedding FOP dev

2005-09-27 Thread Andreas L Delmelle
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. but i always get the exception "D:\mypath_to_run\ArialUNI.xml FileNotFoundException" the Path is not relative to the xconf! it is

Re: Font embedding FOP dev

2005-09-28 Thread Andreas L Delmelle
On Sep 27, 2005, at 23:07, 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. but i always get the exception "D:\mypath_to_run\ArialUN

<    1   2   3   4   5   6   7   >