Increase QR Code Size in DOCX to PDF Conversion C#

QR Codes are displayed way smaller than in Word when converting the attached DOCX to PDF.
I already used “\s 200” option to increase the size from 100% to 200% which works fine for scaling it up, but it would be great if that workaround would not be needed and we can increase QR code size in DOCX to PDF conversion C#.

This issue seems to happen with GroupDocs.Conversion 21.5, 21.8 and 21.10.

//C# code
//Word to PDF conversion
using (var conv = new Converter(documentPath))
{
	var options = new PdfConvertOptions();
	conv.Convert("output.pdf", options);
}

image.png (73.5 KB)

QR change not updating.zip (42.5 KB)

@Clemens_Pestuka

We tried to convert the provided Word file to PDF using C# and observed that the QR codes are in small size. Therefore, we’ve logged it in our internal issue tracking system with ID CONVERSIONNET-4952. You’ll be notified in case of any update.

1 Like

@Clemens_Pestuka

Convert Word file with QR code to PDF using C#

Please have a look at this result.pdf (20.0 KB). Apparently, they look pretty the same. There is no big difference. Please share your thoughts if there is something else to be fixed or improved.

1 Like

@Atir_Tahir

Yes this looks perfect :slight_smile:
Thank you for the fix :+1:

1 Like

@Clemens_Pestuka

You are welcome. We will let you know when the release gets on-board.

1 Like

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