![]() |
Common header, footer, page num, background image |
Post Reply
|
| Author | |
anuradha_rk
Newbie
Joined: 12 Jan 2010 Posts: 9 |
Post Options
Quote Reply
Topic: Common header, footer, page num, background imagePosted: 15 Jan 2010 at 9:34am |
|
Hi,
As per your suggestion, I now have the DAL installed.
I would like to know how to add Common header, footer, page num, background image
to the combined document.
Rgds,
Anuradha
|
|
![]() |
|
anuradha_rk
Newbie
Joined: 12 Jan 2010 Posts: 9 |
Post Options
Quote Reply
Posted: 18 Jan 2010 at 10:13am |
|
HI,
I have managed to get the common footer.
But when I try to give a background-image to the output pages,
they come as foreground-image and hide all the text on the pages.
This is my template fo document:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="all-pages" page-width="210mm" page-height="297mm"> <fo:region-body border-width="0px" region-name="xsl-region-body" background-image="C:\sample.JPG" background-repeat="no-repeat"/> <fo:region-after region-name="xsl-region-after" extent="32mm"/> </fo:simple-page-master> <fo:page-sequence-master master-name="default-sequence">
<fo:repeatable-page-master-reference master-reference="all-pages"/> </fo:page-sequence-master> </fo:layout-master-set> <fo:page-sequence master-reference="default-sequence"> <fo:flow flow-name="xsl-region-body" font-size="12pt" font-family="Times New Roman"> <fo:block></fo:block> </fo:flow> </fo:page-sequence> </fo:root> any help??
|
|
![]() |
|
anuradha_rk
Newbie
Joined: 12 Jan 2010 Posts: 9 |
Post Options
Quote Reply
Posted: 18 Jan 2010 at 10:14am |
|
Also,
the size of the image doesn't adjust fit the page as it used to do with XF Renderer 2008.
It shows the image in its original size.
|
|
![]() |
|
Post Reply
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |