cgg_1024 Posted November 5, 2018 Share Posted November 5, 2018 I have been searching for days for a possible solution both on the SAP and print queue side. We have print jobs that need to be printed on colored paper in a certain order. We buy the paper in order (4 colors per set). The problem is that the first page can run over and require 2 or more pages as do the rest so the colors are no longer correct. The jobs can come out in 4,12,16, etc. I need to figure out a way to have the SAP jobs that land in a Windows print server queue print out in a pre-programmed order. (1, 3, 5, 7, 2, 4, 6, 8) Any ideas would be greatly appreciated as my brain is pretty much mush right now. Our SAP guys have thrown it back to me saying they can't make it happen on their side. Link to comment Share on other sites More sharing options...
Nine Posted November 5, 2018 Share Posted November 5, 2018 Not sure exactly what you are trying to achieve, but I'll give you an idea. What if the print outs were saved in files. You can sort the files easily after that you can sent them to printers ? “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
cgg_1024 Posted November 5, 2018 Author Share Posted November 5, 2018 It's not the files that are the problem. We need to reorder pages based on the total number of pages in the print job then print them. The output from SAP is PDF format. Link to comment Share on other sites More sharing options...
Nine Posted November 5, 2018 Share Posted November 5, 2018 Hmm, I still don't exactly understand what your want to achieve, but reordering pages from multiple PDF files seem to be impossible. Well at least for me, maybe someone else will have an idea...Sorry. “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Nine Posted November 6, 2018 Share Posted November 6, 2018 I might have a solution for you. You could make a script that loads the first file from your PDF print-outs into acrobat reader, print all the pages ONE PAGE AT A TIME in the order of your choice, then close the document, delete the file (or move it to another folder), load the next file, repeat the process until there is no more files in the directory. You could then have the script to wait for a new file, then it would restart the process. Auto-it should be able to do it... “They did not know it was impossible, so they did it” ― Mark Twain Spoiler Block all input without UAC Save/Retrieve Images to/from Text Monitor Management (VCP commands) Tool to search in text (au3) files Date Range Picker Virtual Desktop Manager Sudoku Game 2020 Overlapped Named Pipe IPC HotString 2.0 - Hot keys with string x64 Bitwise Operations Multi-keyboards HotKeySet Recursive Array Display Fast and simple WCD IPC Multiple Folders Selector Printer Manager GIF Animation (cached) Screen Scraping Multi-Threading Made Easy Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now