I am attempting to print the contents of a RichEdit Datawindow to a PDF file. There are about 5400 rows (and thus pages in the PDF) worth of data. When I command the print to start, a useful dialog pops up showing how far along it is: "Preparing x of 5409". After 4809 pages of the 5409 are prepared, the progress stops and never picks back up again.
I brought up the print queue for the Microsoft Print to PDF, and it shows that the Size is 8.98MB/8.98MB. (see attached image).
Am I just running into a limit for the size of PDF that I'm going to be able to print? If so, is there a way to tell ahead of time if a particular print will pass vs fail? Would it be just based on the number of rows, or would it be number of rows * size of row content ?
dw_1.print(false)