Hide Text of Data-Bound Content Controls during Word DOCX to PDF Conversion (C# .NET)

We getting the critical issue when converting the DOCX to PDF. Even upgrading to the latest version of Aspose.Word still facing the same issue.

string dir = @"C:\Temp\";
Document document = new Document(dir + "TR_FP_02.docx");
document.Save(dir + "TR_FP_02.pdf");

TR_FP_01.docx (24.6 KB)
TR_FP_02.docx (24.6 KB)

@trizetto,

Regarding TR_FP_01.docx, there is no text (“DAUGHTER TEST” & “DAUGHTER”) visible in Word file when opened with MS Word 2019. But, these are visible in Aspose.Words generated PDF file. We have logged this problem in our issue tracking system with ID WORDSNET-22296.

Regarding TR_FP_02.docx, the word “TEST” is not visible when viewing it with MS Word 2019. But, it appears in Aspose.Words generated PDF file. We have logged this problem in our issue tracking system with ID WORDSNET-22297.

We will further look into the details of these problems and will keep you updated on the status of corrections. We apologize for your inconvenience.

Thank you for looking into this. This is a critical issue for our clients as private data meant for 1 recipient is going to another. Is there any ETA when we can expect a fix for these issues? Thank you.

@TZTCS,

I am afraid, there is no ETA (time frame) available at the moment. We have logged your concerns in our issue tracking system and will be sure to inform you via this forum thread as soon as your issues will get resolved in future or any ETA may be available. We apologize for any inconvenience.

@awais.hafeez,

Any update on this issue, when we can get the fix?

It shows internal tickets is closed:
WORDSNET-22296 ---- Status : Closed
WORDSNET-22297 ---- Status : Closed

@trizetto,

Yes both WORDSNET-22296 & WORDSNET-22297 have now been resolved and the fixes of these issues will be integrated in next 21.7 version of Aspose.Words for .NET. We will inform you via this forum thread as soon as the 21.7 version containing the fixes of these issues will be published at the start of next month.

The issues you have found earlier (filed as WORDSNET-22297) have been fixed in this Aspose.Words for .NET 21.7 update and this Aspose.Words for Java 21.7 update.

Thanks ! We will give it a try and let you know.