Hello, Im generating pdf files in windows server, but when the file contains an image, render it wrong.
I already try with
pdfDoc.VCLCanvas.StretchDraw
pdfDoc.Canvas.DrawXObject
pdfDoc.VCLCanvas.Draw
with the same results
Windows server sample
pdf.pdf
Windows 10 sample
pdf2.pdf
Server is 2012 R2 Standard
Hello, Im generating pdf files in windows server, but when the file contains an image, render it wrong. I already try with pdfDoc.VCLCanvas.StretchDraw pdfDoc.Canvas.DrawXObject pdfDoc.VCLCanvas.Draw with the same results Windows server sample pdf.pdf Windows 10 sample pdf2.pdf Server is 2012 R2 Standard