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);
}
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.
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.
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