Re: Locating the error
Hussein Shafie <[email protected]>
| Newsgroups | gmane.text.xml.xfc.general |
|---|---|
| Organization | XMLmind |
| Message-ID | <[email protected]> |
I'll answer your question for the very last time, unless you identify yourself as a customer. See http://www.xmlmind.com/foconverter/support.html#xfc_support_policy * I strongly recommend to completely ignore these warning because [a] you won't be able to remove them [b] you would not have them if you use another XSL-FO processor generating PDF (e.g. RenderX XEP). * If you insist on removing these warnings, then please notice that all the messages below contain "(See position LLL:CCC)", where LLL is a line number in the XSL-FO file and CCC is the column number in the XSL-FO file. * Now, how to obtain the XSL-FO file? [a] Edit the conversion specification converting DITA to PDF using FOP. [b] In the Description tab, change its name from to "ditaToPDF" to "ditaToFO". [c] Change the description accordingly. [d] Change the extension from "pdf" to "fo". See attached screenshot Description.png. [e] In the DITA tab, change output format from PDF to XSL-FO. See attached screenshot DITA.png. [f] In the Transform tab, add parameter foProcessor=FOP. See attached screenshot Transform.png. [g] In the Process tab, check "No Processing". See attached screenshot Process.png. Now, please select "ditaToFO" in order to convert a DITA document to the XSL-FO file which is used by FOP. M. Balakumar wrote: > > While using XMLMind XSL Utility to generate pdfs from a ditamap, I get > the following warnings... > > FOP WARNING] Line 1 of a paragraph overflows the available area by > 16658 millipoints. (See position 929:1207) > [FOP INFO] An fo:table (See position 960:332) is wider than the > available room in inline-progression-dimension. Adjusting end-indent > based on overconstrained geometry rules (XSL 1.1, ch. 5.3.4) > [FOP WARNING] Line 1 of a paragraph overflows the available area by > 10575 millipoints. (See position 1030:477) > [FOP WARNING] Line 1 of a paragraph overflows the available area by > 16515 millipoints. (See position 1105:479) > [FOP WARNING] Line 1 of a paragraph overflows the available area by > 10575 millipoints. (See position 1127:479) > [FOP WARNING] Line 1 of a paragraph overflows the available area by > 10575 millipoints. (See position 1127:479) > [FOP WARNING] Line 1 of a paragraph overflows the available area by > 16515 millipoints. (See position 1127:479) > [FOP WARNING] Line 1 of a paragraph overflows the available area by > 4635 millipoints. (See position 1127:479) > [FOP WARNING] Line 1 of a paragraph overflows the available area by > 10575 millipoints. (See position 1127:479) > [FOP WARNING] Line 1 of a paragraph overflows the available area by > 10575 millipoints. (See position 1127:479) > [FOP WARNING] Line 1 of a paragraph overflows the available area by > 10575 millipoints. (See position 1127:479) > [FOP WARNING] Line 1 of a paragraph overflows the available area by > 10575 millipoints. (See position 1127:479) > > Using this, how do I locate the place in the document where I need to > make changes to fix these errors so that the warnings don't appear. > -- XMLmind FO Converter Support List [email protected] http://www.xmlmind.com/mailman/listinfo/xfc-support
Description.png
(image/png, 32.6 KB) - not displayed
DITA.png
(image/png, 38.9 KB) - not displayed
Process.png
(image/png, 33.4 KB) - not displayed
Transform.png
(image/png, 48.5 KB) - not displayed