Hello,
I'm working on converting a .docx document to a .pdf document. The docx will have checkboxes (not necessarily controls) that I need to convert.
Currently I have a form that merges XML data to create a final form. The XML data determines whether a checkbox is checked or not. For my first try, I returned an 'X' or an 'O' to my binding. This has worked well.
I next tried to use Wingdings2 to ...