We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Unable to access the editable text form fields in the PDF which existed in the Word Document

Hi,

I am using the following code to convert a Word Document into a PDF. However, I am unable to access the editable text form fields in the PDF which existed in the Word Document. Please provide resolution to this issue ASAP.

var readFile = new FileStream("DocumentName"), FileMode.Open, FileAccess.Read, FileShare.Read);
var wordDoc = new WordDocument(readFile);
var converter = new DocToPDFConverter();
var pdfDoc = converter.ConvertToPDF(wordDoc);
pdfDoc.Save(pdfFilePath);

Thanks in advance.


1 Reply

RH Ramanan  Hariharasubramanian Syncfusion Team September 6, 2017 09:38 AM UTC

 Hi Vivek,

Thank you for contacting Syncfusion support.

Essential DocIO does not provide support for editable PDF text form fields in Word to PDF conversion. We have already logged this as a feature request in our database. We will implement this feature in any one of our upcoming releases.

Please let us know if you have any other queries.

Regards,

Ramanan H 


Loader.
Up arrow icon