Wor doc Track Changes

Hi ı have a word document.It has track changes.When I convert it to pdf with version 13.6,track changes is disappearing.I am using following codes,

wordDoc.AcceptAllRevisions();

wordDoc.Save(su.MapPath(

"../../Files/TEMPFOL/") + "test.pdf", Aspose.Words.SaveFormat.Pdf);

I attached original file and pdf screen shot for u

I want to see Delete baloon

It is important for us.How can I do this?

Hi Ahmet,

Thanks for your inquiry.

In your case, when you simply use the code from here (Convert a Document to PDF), Aspose.Words does render revision marks in Pdf document e.g. deletions revisions are crossed out and insertion revisions are underlined. On the other hand, when you use AcceptAllRevisions method before rendering to PDF, Aspose.Words deletes fragments that were ‘delete revisions’, retain fragments that were “insert revisions” and apply formatting changes. Therefore, it appears your code is doing the right thing. For more details, please read the following article:

Best regards,