Activity › Forums › Salesforce® Discussions › How to add watermark in each page for Salesforce visualforce pdf page? Tagged: Download as PDF, Download Visualforce Page, Salesforce Visualforce Page, Visualforce Customization, Watermark Salesforce® Discussions How to add watermark in each page for Salesforce visualforce pdf page? Posted by PRANAV on February 15, 2018 at 4:04 PM How to add watermark in each page for visualforce pdf page? Manpreet replied 8 years, 2 months ago 2 Members · 1 Reply Download as PDFDownload Visualforce PageSalesforce Visualforce PageVisualforce CustomizationWatermark 1 Reply Manpreet Member February 15, 2018 at 4:08 PM Hi Pranav, You will insert <apex:page renderAs=””pdf”” standardStylesheets=””false”” applyHtmlTag=””false”” showHeader=””false””> to top of the page.After that you will inert style inside the page. <style> @page { background-image: url(‘https://login.salesforce.com/img/logo198.png’); background-repeat: no-repeat; background-position: center; } </style> Thanks. Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me