Hello,
I am using the PDF library to create PNG images which I then import into our CAD documents.
string fileExtension = "png";
ImageFormat format = ImageFormat.Png;
PdfConverter pdfConverter = new PdfConv…...Could you please try to use the DOM Approach and use ImageDevice...