We have a system where we store link information for PDFs in a database. Recently, we've been given a request to add checkboxes next to each form, so that rather than printing each form one at a time, a user can place a checkbox next to the forms they want and then click a button to print those forms.
Anyone know of a good solution for this? My current idea is to somehow merge the PDF's together in a temporary file and then open in for printing.
Any other solutions for this kind system? Where the user can select multiple PDFs to print?