<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Technical Documentation - Header &amp;amp; Footer on each page</title><link>https://www.aras.com/community/f/development/36966/technical-documentation---header-footer-on-each-page</link><description>I am hoping someone may have some help on adding a header and footer that when published to PDF would be on each and every page. 
 I have added the Header and Footer to the schema and can clearly see them on the PDF but the Header only appears on Page</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: Technical Documentation - Header &amp; Footer on each page</title><link>https://www.aras.com/community/thread/7641?ContentTypeID=1</link><pubDate>Wed, 20 Oct 2021 18:28:19 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:f04b5096-e190-46d1-82fb-6a1079a0b9ec</guid><dc:creator>DouglasW</dc:creator><description>&lt;p&gt;Thanks Angela.&amp;nbsp; That put me on the right highway at least.&amp;nbsp; The documentation is pretty abysmal for this solution.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Technical Documentation - Header &amp; Footer on each page</title><link>https://www.aras.com/community/thread/7636?ContentTypeID=1</link><pubDate>Wed, 20 Oct 2021 11:57:01 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:6c6c83c9-5548-4a73-bc9b-36be405fb47d</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;No it&amp;acute;s not Prince XML. The print design is solely based on the &amp;quot;Document Style&amp;quot; stylesheet. Aras official samples don&amp;acute;t cover much of the daily common use cases. So you literally have to start from the scratch.&lt;/p&gt;
&lt;p&gt;I don&amp;acute;t want to share my complete stylesheet cause I spend 3 month for perfection. But as far as I see, I used the classic &amp;quot;page&amp;quot; section properties to style the header and footer when printing:&lt;/p&gt;
&lt;p&gt;@page {&lt;br /&gt; size:A4 portrait;&lt;/p&gt;
&lt;p&gt;@bottom {&lt;br /&gt;&amp;nbsp; content: &amp;quot;Copyright &amp;copy;&amp;nbsp;PLM Underground&amp;quot; ; &lt;br /&gt;&amp;nbsp; font-family: &amp;#39;Lato&amp;#39;, sans-serif;&lt;br /&gt;&amp;nbsp; color: red;&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;@bottom-right {&lt;br /&gt;&amp;nbsp; content: &amp;quot;Page &amp;quot; counter(page) &amp;quot; of &amp;quot; counter(pages);&lt;br /&gt;&amp;nbsp; font-family: &amp;#39;Lato&amp;#39;, sans-serif;&lt;br /&gt; }&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>