DocToPDF

Hi Team,

My requirement is to convert word document to generate PDF .Before generating PDF to achieve changing the reviewing properties as inline in the following

Review->Balloons->show all revisions inline—>.then generate PDF

Please,kindly help me to achieve this feature.

Thanks & Regards,
Priyanga G

@priyanga,

Thanks for your inquiry. You can achieve your requirement using following code example.

Document document = new Document(MyDir + @"in.docx");   
document.save(MyDir + @"18.6.pdf");

If you still face problem, please ZIP and attach your input and expected output PDF here for our reference. We will then provide you more information about your query.