Can i export KB Article to Pdf file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 07:43 PM
Hello.
How can i export KB Article to Pdf file where ITIL users can export the file

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 09:09 PM
They can navigate to kb_knowledge.LIST and export record from the FORM view , list VIEW.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 10:48 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2019 07:46 AM
You will have to customize OOB UI page (kb_view) to provide export PDF functionality. ( NOt recommended as best practice)
You can print it by adding this html for a print button, then save it to PDF from there.
<div style="height: 20px" class="print_hide" align="right">
<button type="submit" onclick="javascript: window.top.print();"><img src="images/printer.gifx"></img>
<span>Click to Print</span>
</button>
</div>
If you want to print just the frame the ui page appears in try this. (Notice the change to window.top.print).
<div style="height: 20px" class="print_hide" align="right">
<button type="submit" onclick="javascript: window.print();"><img src="images/printer.gifx"></img>
<span>Click to Print</span>
</button>
</div>
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2019 09:49 PM
Hi,
Apart from exporting from the form or list view, there is another options called 'Printer friendly version' available in Gear setting is mention in below thread. Using that we can export the records to PDF. Please go through below threads.
Is there a way to export a knowledge article to pdf?
Print Friendly Version features
unable to view images when exporting knowledge article in pdf
Let me know, if you are having further queries.
Mark Correct/Helpful, based on impact of response.
Regards,
Devyani