Good afternoon
I'm having an issue whith the saveAs datawindow function:
My code is like this:
dw_import_reporte.Object.DataWindow.Export.PDF.Method = NativePDF!
dw_import_reporte.SaveAs('C:\Users\AcerUser\Desktop\NativePdfconruta.pdf',PDF!,true)
dw_import_reporte.SaveAs('',PDF!,true)
The problem is the quality of the pdf generated whith the second line, it is too poor. Otherwise the pdf generated with the second line has excellent quality. This problem is only present on the web version of the app. Is this a known bug?
I attach the link to download the generated pdf's.
https://www.dropbox.com/s/idvh79xfzz7125h/pdfs%20sample%20nativepdf.zip?dl=0
Thanks in advance. Cheers!