How to generate a Landscape PDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2020 08:56 AM
- Labels:
-
Employee Document Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2020 04:21 AM
ohh... i will test it out on my earliest availability and let you know if it works in anyway.
Muhammad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2020 07:50 AM
Please let me know if you find a different result!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2020 09:42 AM
hello,
I think You need to pass variable in place of null value,
If answer is helpful mark correct!
Thanks,
Pratiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2020 10:02 AM
Hello,
I got same requirement try with this,
GeneralPDF.Document = function(landscape, meta, body, html, pageSize, headerImage) {
this.landscape = false;
this.setLandscape = function(la)
{
this.landscape = la;
};
if (landscape) {
this.setLandscape(landscape);
}
}
If answer is helpful please mark correct!
Thanks,
Pratiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2020 03:19 AM