I am trying to convert a spreadsheet with some textboxes to PDF. I want the PDF file to only have the textboxes that are printable. In order to do this, I am checking the IsPrintable property of each textbox and removing the ones that are not printable. But IsPrintable is true for all the textboxes even the ones that are non printable in excel.
Is there another way of doing this?
Thanks.