Exporting to a PDF in landscape mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2015 10:45 AM
Following the example in the Service Now Wiki I am able to export a PDF report using the following URI. The issue is that this exports the PDF in portrait mode. How do I export the PDF in landscape mode? Any help will be appreciated.
Thanks
PraveenG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2015 03:06 PM
Have you found a solution to this?
Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2015 11:45 AM
Nope
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2018 08:21 AM
Have you tried passing the parameter indicated below in your URL. If I try to use it in the UI action, it's working:
&landscape=true
//usage in UI action - replace with your table name
window.open('table_name.do?PDF&sys_id=' + g_form.getUniqueValue() + '&sysparm_view=print&landscape=true','new');