Convert .docx with fillable forms to PDF

Have a . docx with some fillable form fields which is converted to PDF. The fillable fields contain no information, but when convertering to PDF all the fillable form fields has the default text 'Click or tap here to enter text.
Is there a way to turn this off when convtering to PDF. using the following code snippet:

Aspose.Words.Saving.PdfSaveOptions options = new Aspose.Words.Saving.PdfSaveOptions();
options.Compliance = Aspose.Words.Saving.PdfCompliance.Pdf17;
options.ExportDocumentStructure = true;
options.OutlineOptions.HeadingsOutlineLevels = 3;
wordDoc.UpdateFields();
wordDoc.Save(dstFilename, options);

Please see attached .docx and resulting .PDF
EN to underskrifter_3bd7573e-611b-4c92-bbd9-f1fc0e692b72.docx (38.0 KB)
EN to underskrifter_3bd7573e-611b-4c92-bbd9-f1fc0e692b72.pdf (75.7 KB)

@andersalvsaker Thank you for reporting this problem to us. For a sake of correction it has been logged as WORDSNET-23777. We will keep you informed and let you know once it is resolved.

Hi Alexey,
Do you have an update for item WORDSNET-23777, any progress in finding a solution ?
Thanks in advance !

@andersalvsaker The issue is currently in development and is scheduled to be resolved in the next 22.6 (June 2022) version of Aspose.Words. Please note this is a rough estimate and can be shifted.
We will be sure to notify you once the issue is resolved.

1 Like

The issues you have found earlier (filed as WORDSNET-23777) have been fixed in this Aspose.Words for .NET 22.6 update also available on NuGet.

1 Like