View previous topic :: View next topic |
Author |
Message |
webdezchris
Joined: 17 Jan 2009 Posts: 2
|
Posted: Sat Jan 17, 2009 4:12 am Post subject: document.Save(filename) - Where does it go? |
|
|
Hello,
Having a lot of luck with the intuitive code of PDF sharp, my stumbling block comes at document.save(). Where is it saving the document? The Process.Start() does nothing (the previous page simply refreshes) and after doing a search on the server I find nothing for the filename I created. I have also tried using a server path as I would prefer to put these files in a central location.
Can anyone enlighten me on the consequences of the document.Save() call?
Thank you!
Chris |
|
Back to top |
|
 |
webdezchris
Joined: 17 Jan 2009 Posts: 2
|
Posted: Sat Jan 17, 2009 7:20 pm Post subject: Found Answer |
|
|
Hello Everyone,
I found where the default save location is (at least on my server):
C:\windows\system32\inetsrv
Thanks,
Chris |
|
Back to top |
|
 |
Thomas Hoevel

Joined: 16 Oct 2006 Posts: 387 Location: Cologne, Germany
|
Posted: Mon Jan 19, 2009 9:46 am Post subject: |
|
|
Hi!
You can set the working directory and you can always specify a fully qualified path when calling Save.
How about using TempFileCollection? _________________ Regards
Thomas Hoevel
PDFsharp Team |
|
Back to top |
|
 |
|