Hi,

I have a document containing a few sentences, one GIF image and one
multi-page table of 4 columns. The data that goes into the table is dynamic
data, drawn from a third-party webservice. 

I used the WordML2FO tool to supply the relevant file to FOP. The page
margins in the PDF are not as per my original document. The right margin is
absent, characters overflow the page, and the GIF image at the top of the
page is missing.

Here's an extract of the xml file going into the FOP. (I suspect this might
contain the cause).


<?xml version="1.0" encoding="utf-8" ?> 
- <fo:root font-family="TimesNewRoman"
xmlns:fo="http://www.w3.org/1999/XSL/Format";
xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml";>
- <fo:layout-master-set xmlns:rx="http://www.renderx.com/XSL/Extensions";
xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:v="urn:schemas-microsoft-com:vml"
xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint";
xmlns:aml="http://schemas.microsoft.com/aml/2001/core";
xmlns:w10="urn:schemas-microsoft-com:office:word"
xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">

- <fo:simple-page-master master-name="section1-first-page"
page-width="8.270138888888889in" page-height="11.690277777777778in"
margin-top="36pt" margin-bottom="36pt" margin-right="54pt"
margin-left="54pt">
  <fo:region-body margin-top="18pt" margin-bottom="18pt" /> 
  <fo:region-before region-name="first-page-header" extent="11in" /> 
  <fo:region-after region-name="first-page-footer" extent="11in"
display-align="after" /> 
  </fo:simple-page-master>

Need help identifying the cause of the problem.

Paddy
-- 
View this message in context: 
http://www.nabble.com/Word-Doc-to-FO-to-PDF-tp14838586p14838586.html
Sent from the FOP - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to