Hey,
I have some pdf files containing checkboxes. When I convert pdf to HTML, the checkbox’s checked information are coming as an image. As a requirement, I need to remove all images from the HTML file.
So when I remov…...converted_pdf_load = ap.Document(pdf_bytes) save_options = ap.HtmlSaveOptions()...