Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Export to pdf

Is it possible for a user to export an entire sheet to pdf?

Cheers,

GPC

4 Replies
Not applicable
Author

sure

for example by this macro:

sub printPDF

ActiveDocument.ActiveSheet.DialogPrint

End sub

add a button trigger with this procedure

then choose pdf printer (if You've got one)

Not applicable
Author

Thanks for that macro suggestion, can it be altered to print 'all sheets' to pdf?

Thanks

GPC

Not applicable
Author

Also, that macro works in the QView developer environment but seems to do nothing when viewed through AJAX?

Thanks

GPC

Not applicable
Author

Hi,

Can I make additions to that macro to set the quality/resolution etc... and to make it fill an a4 size page in landscape?

At the moment it outputs a very grainy small image of each sheet.

Thanks

GPC