How to include logo or html when exporting PDF from Printer Friendly versionIssue When you open an incident or any table form and go to settings and select printer friendly version there seem no option to customise it as client scripts will not apply to this pageReleaseAllCauseAdding a new field with default value via dictionary would add unnecessary data to each record and there is no option to hide a label for a HTML field on printer friendly version.ResolutionThe best option is to use UI Macro with image and a formatter and it to the form. This will not have label to show.Please find sample UI Macro and Formatter and added it to incident form as a guidance: Here are couple of articles which can be referred:Printer Friendly Version"You could create a UI Macro that only displays content when in 'Printer Friendly Version.' You'd need to upload the image and you can then create a Formatter from your macro for the task table (and others if desired), then personalise/configure the form to add it (probably to the very top).The Printer Friendly Version always passes a parameter called sysparm_media with a value of print. Using this, you can ensure the logo only displays in the Printer Friendly Version.Header and Footer Classification markers on the "Printer friendly version"? For more info about macros, refer to our documentation website. Here are the steps to create one:Create UI MacroCreate a Formatter