Cloud PDF server

Hi Experts,
I need to find a solution so people can scan multiple invoices on a printer with a barcode separator between them.
The pdf file should sit on a server and a software needs to detect the PDF file and split it into multiple PDFs automatically and then move them into a specific folder for integration software.
I mostly care about automatically triggering and separating one PDF to multiple, without human interaction.
I need to find that software / Server, the ideal software should be cloud base and if not then on-premise on a windows server.

Any suggestions would be appreciated.
Thanks
 
In general, clumping multiple invoices into one PDF is a bad idea.

For example:
  1. scan and upload 10 invoices
  2. tomorrow, scan and upload 13
  3. next day scan and upload 7

Subsequently, I forget where invoice xxx was loaded; What date AND what file was it uploaded?

This only gets worse if there are multiple users of the system.
 
Good to see you understand :)
I would create app for

Scan document feeder to create PDFs,​
name each doc by Date_InvoiceNum​
upload each as file is completed​

Now you get a Cloud Directory with Date_InvoiceNum.pdf names which becomes searchable and individually accessible.
 
Back