View previous topic :: View next topic |
Author |
Message |
matthewb
Joined: 30 Dec 2008 Posts: 7
|
Posted: Fri Jan 16, 2009 5:12 pm Post subject: Is it possible to run pdf class on an external computer? |
|
|
The problem is as follows....
I create about 100 pdf files (10 pages each). The files are all perfect but obviously running this slows my computer right down what I want to do is.....
Click button on my web site. This button activates my pdf class on another computer and that computer/ server handles that class and creates 100 pdf documents and saves them. This mean my users can then continue to use my site and access my pdf files later. |
|
Back to top |
|
 |
Thomas Hoevel

Joined: 16 Oct 2006 Posts: 387 Location: Cologne, Germany
|
Posted: Mon Jan 19, 2009 9:42 am Post subject: |
|
|
Sure, this can be done.
It's up to you to define the API for the two servers.
You could use a web service with one function to start the PDF generation and another function to check the state.
Or whatever you want ... _________________ Regards
Thomas Hoevel
PDFsharp Team |
|
Back to top |
|
 |
|