Barcode fields are no longer updated in .NET

Doing a simple conversion from DOCX to PDF no longer updates barcode fields.
This functionality was still working with GroupDocs.Conversion 21.5, but seems to be broken with 21.8 and later.
Was this removed on purpose or this is a bug?

using (var conv = new Converter(documentPath))
{
	var options = new PdfConvertOptions();
	conv.Convert("output.pdf", options);
}

QR change not updating.zip (42.5 KB)

@Clemens_Pestuka

We are investigating this issue with ticket ID CONVERSIONNET-4953.

1 Like

The issues you have found earlier (filed as CONVERSIONNET-4953) have been fixed in this update. This message was posted using Bugs notification tool by nikola.yankov