Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
TomaszP
Contributor II
Contributor II

How to exportPdf with several pages?

Hi,

I'm using exportPdf method described here. I have a visualization that doesn't fit to single page (It is cut in half). How can I split it to several pages?

Export settings currently applied:

var settings = {
    documentSize: { width: 297, height: 210 },
    aspectRatio: 2
};

 

Labels (3)
1 Solution

Accepted Solutions
alex_colombo
Employee
Employee

Hi @TomaszP, unfortunately there is no way of doing this with export functionality. If you are on Client Managed version, you could use NPrinting.

View solution in original post

2 Replies
pwagner
Partner - Creator III
Partner - Creator III

Hi @TomaszP 

Have you found any solution for your issue?

@rankassovitz Do you have any idea?

Best regards, Patrick

alex_colombo
Employee
Employee

Hi @TomaszP, unfortunately there is no way of doing this with export functionality. If you are on Client Managed version, you could use NPrinting.