Vignesh Gopalakrishnan

Results 1 issues of Vignesh Gopalakrishnan

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) ```

help wanted