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.
Could you provide us the template Excel file containing your sample data and text boxes, also paste your sample code here to show the issue. We will conduct the test for your issue to render your template Excel file to PDF using your sample code to confirm the issue.
Also, by the way, you may use TextBoxCollection.RemoveAt() to remove the unwanted text boxes before rendering to PDF format.
I have tested your issue by converting the template Excel file to PDF. The second text box should not be rendered, but it does. I have logged a ticket with an id “CELLSNET-41851” for your issue. We will look into your issue soon.
Once we have any update on it, we will let you know here.
Well, we publish official releases of the product only to NuGet repository. We do not publish hot fixes that are posted into the forums for the users. Well, you may use this fix (v7.5.1.2) without any problem, it will behave like an official release and you may use it on production server, it includes all the functionality and fixes of official release i.e. v7.5.1 till that fix.
However, our next official release of the product (e.g v7.5.2) that is scheduled to be released in the mid of next month (August 2013), it will include all the previous fixes including this one (v7.5.1.2) too. After releasing that product, we will publish that version on NuGet too.