server-client-python
server-client-python copied to clipboard
View filters for PDF request options are not working
I am getting pdf with filters which is applied during publishing.
It would be good if you guide me to apply multiple filters
pdf_req_option = TSC.PDFRequestOptions(page_type=TSC.PDFRequestOptions.PageType.A4,orientation=TSC.PDFRequestOptions.Orientation.Landscape)
pdf_req_option.vf("P_Unit","ABCD")
server.workbooks.populate_pdf(workbook,options)
Hi Vignesh, Did you get any answer or way to do get the pdfs using TSC.
They do not seem to be supported by the respective API endpoint at all but only the "Query View PDF" endpoint. For some reason however they share the same options object which does not properly fit either of them. Also see #1102
Keeping this one open so we can investigate to see if any code/doc changes are needed.