G
Guest
I have the need to convert large multi-page spreadsheets to a PDF file. To do this I have a print driver that you send the document to just as though you were going to print it. It coverts it to a PDF file. This great so far. My problem is this: Sometimes Excel sends a file as more than one print job. To a printer this is no problem because it just prints them out in sequence and you have your document. The PDF writer, on the other hand, sees more than one print job and creats more than one file. I need it to be one file. Is there a way to force excel to send it as only one print job?