Ok, I'll check with my developer to see if we can generate an image instead of the PDF.
I was planning on following the "chaining request" code because it looks like it allows me to print multiple documents at the same time to different printers, so I was planning on sending something like the following using this "chaining request" code.
Document 1: Zebra, height=3, width=5, copies=1
Document 2 Samsung LaserJet, height=11, width=8.5, copies=4
Would I be able to do the above following the "chaining request" code listed on the QZ site?
What's the benefit of using the "promise loop" code over the "chaining request" code?
I see it says "Using a Promise Loop, we can defer items (printers, data)", does this mean that if I'm printing 2 different PDF documents it will print better since I can have a delay printing the documents this way there are no issues with printing?
Thank you!