server-client-python icon indicating copy to clipboard operation
server-client-python copied to clipboard

View filters for PDF request options are not working

Open vignesh1609 opened this issue 5 years ago • 3 comments

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)

vignesh1609 avatar Jul 08 '20 07:07 vignesh1609

Hi Vignesh, Did you get any answer or way to do get the pdfs using TSC.

chitra1306 avatar Apr 13 '22 13:04 chitra1306

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

septatrix avatar Sep 08 '22 17:09 septatrix

Keeping this one open so we can investigate to see if any code/doc changes are needed.

bcantoni avatar Sep 19 '24 21:09 bcantoni