I am using the following code to create a report in a PDF file format:
- DoCmd.OutputTo acOutputReport, [report.name], acFormatPDF, [filename]
I have multiple people that use this function and for a couple people the right side and bottom of the PDF file is cutoff. I have verified everyone is using the same version of Adobe to view the file. Also, this works correctly for most people so I am assuming it has something to do with the specific machine or setting on that machine but I can not figure out what could cause this.
- DoCmd.OutputTo acOutputReport, [report.name], acFormatPDF, [filename]
I have multiple people that use this function and for a couple people the right side and bottom of the PDF file is cutoff. I have verified everyone is using the same version of Adobe to view the file. Also, this works correctly for most people so I am assuming it has something to do with the specific machine or setting on that machine but I can not figure out what could cause this.