Hi.
I am making an evaluation. And this function is very important to me.
I want to prepare a document in docx format (using Aspose.Words) and then convert it to a pdf. In docx file I need to mark an area and then I need to create an AcroForm(with Aspose.Pdf.Kit) using docx area information. I need to put a FormField to the marked area. I use SaveToPdf method for converting.
Can I do that? How can I mark an block in docx and then use it in converted pdf? Is there any word document object that can be converted to AcroForm field?
Now I try to use bookmarks to do that. I mark the text area with bookmark. After conversion to the pdf the bookmark information is available. And I use it to put the field. But I can get the page number, left and top position. I cannot get a hight and wight of bookmark.
How can I resolve this problem?