Posted 17 July 2019, 6:23 am EST
I’m trying to understand how to use the ExtensionSettings when sending a POST /api/reports/{id}/jobs/render. I’ve been trying to pass all types of setting none of which seem to make the slightest difference. From what is stated on the help documentation, “the extension settings is object which contains the existing settings for selected rendering extension.”. With a link that takes me to the Rendering class libraries. So I’m taking that these ExtensionSettings are the Settings for an export. For instance for PDF’s here’s a request I sent. With the simplest setting, I could think of to send, which is to just try and add an author to the pdf.
{"DocumentId":"d2ee0a9c-39ba-436f-bb78-1be573422952","InteractiveActions":[],"ExtensionSettings":{"Author":"test"},"ExtensionName":"Pdf"}
This didn’t work. I open the PDF and the author is not set. So what are these ExtnesionSettings and what can actually be passed? Again it’s quite hard to figure out when the documentation is lacking.