![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 310
Rep Power: 4
![]() |
C# to Create a Virtual Printer?
So has anyone run accross anything about how you can use C# to create a Virtual Printer to save documents as PDF or anything like that?
__________________
People who click "images" that end with .exe shouldn't have computers. |
|
|
|
|
|
#2 |
|
Expert Programmer
|
What do virtual pointers have to do with creating PDF documents? I have never heard of any such thing. Maybe if you have a library which creates a PDF document you have to use a virtual pointer in one of your parameters to any given function, but that has nothing specifically to do with creating a PDF document.
__________________
Clifford Matthew Roche <geek@cliffordroche.com> Web Hosting: http://www.crd-hosting.com Consulting: http://www.crdev-consulting.com |
|
|
|
|
|
#3 |
|
Programming Guru
![]() Join Date: Aug 2005
Location: England
Posts: 1,499
Rep Power: 5
![]() |
There are a number of PDF creation programs that masquerade as printers, so that if you print to them, they generate a PDF of the document.
I don't know what API calls would be needed to create one in C#, however. |
|
|
|
|
|
#4 |
|
Expert Programmer
|
I've found tons of them, unfortunately the good ones/ easy ones to use cost money.
__________________
|
|
|
|
|
|
#5 |
|
Expert Programmer
|
Here, try this. And as many people here will inform you, google is your friend:p
http://channel9.msdn.com/ShowPost.aspx?PostID=120461
__________________
|
|
|
|
|
|
#6 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 310
Rep Power: 4
![]() |
I found that and it isnt what I was looking for. I want to create a 'virtual printer' so any application can call upon this program of mine, to save the file as a pdf or whatever I program it to.
Thanks.
__________________
People who click "images" that end with .exe shouldn't have computers. |
|
|
|
|
|
#7 |
|
Hobbyist Programmer
Join Date: Jun 2006
Location: Ireland
Posts: 152
Rep Power: 3
![]() |
Think link mentioned in this thread may be helpful.
It turned up when I Googled for c# virtual printer driver.
__________________
Visit my website BinaryNotions. |
|
|
|
|
|
#8 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 310
Rep Power: 4
![]() |
Thank, I'm looking into it right now.
I've found from reading that I should use a mix between Ghostscript and RedMon to complete this. Since in fact those are the bits of software most of the Pro Virtual Printer Software companies are using it seems. Thanks Eoion for the link and I'll post my finding or my end Source Code so this thread is more than research for some ![]()
__________________
People who click "images" that end with .exe shouldn't have computers. |
|
|
|
|
|
#9 |
|
Man Bear Pig Hunter
Join Date: Jul 2005
Location: NorCal, USA
Posts: 310
Rep Power: 4
![]() |
Well I havent had much time to continue working on this problem, anyone else have any luck?
__________________
People who click "images" that end with .exe shouldn't have computers. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Special browser in Java (Project) | stalefish | Java | 3 | Feb 9th, 2008 5:22 PM |
| Virtual aquarium.... | Nabad | Project Ideas | 5 | Nov 21st, 2005 2:14 AM |
| Which Printer Do You Recommend ? | on_auc | Coder's Corner Lounge | 2 | Nov 20th, 2005 7:46 AM |
| fedora USB create boot image script | kdepfyffer | Bash / Shell Scripting | 2 | May 25th, 2005 9:31 AM |
| Virtual Printer | danparker | Other Programming Languages | 3 | Jan 22nd, 2005 2:44 PM |