Hi,
I am trying to run a report that prints out a page for each feature with its attachments. The feature class is hosted on AGOL through my organization. The feature class only has 2 features. The first feature does not have an attachment, so the page looks as expected. The second feature has an attachment, which comes out incredibly grainy (like 1980s grainy) no matter what settings I enter for image compression (even turning off image compression). Is this a byproduct of running the report against a hosted feature class (vs one on a local server)? Below are 2 of the 5 variations on graphics compression.
arcpy.management.ExportReportToPDF("Vehicle Report", r"C:\...\3_ExportReportToPDF.pdf", '', 600, "BEST", "EMBED_FONTS", "COMPRESS_GRAPHICS", "LZW", "NO_PASSWORD_PROTECT", "***", "ALL", '', None, None)
arcpy.management.ExportReportToPDF("Vehicle Report", r"C:\...\2_ExportReportToPDF.pdf", '', 600, "BEST", "EMBED_FONTS", "COMPRESS_GRAPHICS", "NONE", "NO_PASSWORD_PROTECT", "***", "ALL", '', None, None)