I have a worksheet which I have inserted data into. After the last line of this data, I insert a page break. I then have a bunch of charts I create, and I'm trying to put two to a page, and then add a page break, two more to a page, add a page break etc. But, when my customer saves to a PDF, they say it sometimes still splits the chart between pages, even though on my PC it doesn't seem to. I'm curious if it has something to do with the fact that page breaks are inserted based on rows, and graph size is based on pixels. If their monitor resolution is different, couldn't this cause problems? Does anyone have any suggestions?

I am using ActiveSheet.ExportAsFixFormat as my method for saving to PDF