The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
KCKarthikeyan Chandrasekar Syncfusion Team February 12, 2019 05:35 AM UTC
Hi Gerald,
Please confirm is your requirement is to rotate the Barcode in PDF document in ASP.NET Core platform.
Regards,
Karthikeyan
GRGerald RomeroFebruary 12, 2019 07:40 PM UTC
Correct. I am specifically trying to add a 2D DataMatrix barcode to existing PDF documents with a .NET Core console application. The barcode needs to be an 8x32 rotated along the right edge of the page.
GRGerald RomeroFebruary 12, 2019 08:33 PM UTC
I was able to accomplish what I needed by rotating the page. Inserting the barcode then rotating the page back. Kind of a hack. Would be nice to have a method to rotate the barcode directly from the object.
KCKarthikeyan Chandrasekar Syncfusion Team February 14, 2019 04:21 AM UTC
Hi Gerald,
For drawing all the graphics objects in the PDF page, we suggest to use the RotateTransformation and TranslateTransformation to rotate and reposition the objects. So this is the standard way of doing it.