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)