Hello,
I recently purchased the Aspose.Words product to convert PDF files to RTF documents. My PDF files contain checkboxes and radio buttons, and I would like the RTF output to reflect the same design but without using…...Words: Document doc = new Document("input.pdf"); FindReplaceOptions...FindReplaceOptions options = new FindReplaceOptions(); options.se...