Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
Is it possible to generate a NPrinting PDF report with on-demand call from C#?
Regards,
HI @BmRoux ,
You can do it using REST API: https://help.qlik.com/en-US/nprinting/May2022/APIs/NP+API/index.html#OnDemand
You might send the Sense/View selections through API calls.
You can obtain the ticket using login API: https://help.qlik.com/en-US/nprinting/May2022/APIs/NP+API/index.html#Authentication
Here an example: https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/Extending/NPrinting-API-Example-Conn...
Regards
HI @BmRoux ,
You can do it using REST API: https://help.qlik.com/en-US/nprinting/May2022/APIs/NP+API/index.html#OnDemand
You might send the Sense/View selections through API calls.
You can obtain the ticket using login API: https://help.qlik.com/en-US/nprinting/May2022/APIs/NP+API/index.html#Authentication
Here an example: https://help.qlik.com/en-US/nprinting/May2022/Content/NPrinting/Extending/NPrinting-API-Example-Conn...
Regards
This is great!
Thanks a lot for the help. It works like a charm :).