I need to generate thousands of personalized letters from more than 800 workstations in diverse locations.
While we had only a dozen of customers per location, we used Crystal Reports over the web and its PDF/Word export function to produce multi-page document for print. With thousand of customers this just doen't work for the following reasons:
- Browser unable to reliably download huge report
- Server resourses insufficient to handle simultanious requests from several workstations
- Even if Server and Client are Ok, you cannot start printing until whole reort is downloaded (i.e. for hours)
Workstations only have browsers and local high perfromance printers at the moment.
What is the solution for this problem? How should I do this?