Dear Aspose Team
If I load and save the attached ExampleWithBarcode.pdf with Aspose.PDF the type of the barcode changes from a datamatrix to a 128 barcode. This unfortunately happens even if the content of the pdf was not changed at all. Below you find a simple Code Example in C#.
var document = new Document(“ExampleWithBarcode.pdf”);
document.Save(“OutputWith128Barcode.pdf”);
Is there any way to prevent this behaviour? Any help is appreciated a lot.
Lots of greetings,
Kristof