Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
Printing PDF from Web Service without driver
ibrahim yuksel
10y
619
1
Reply
I need to print a barcode pdf document from our web service.
But following code is not success
string str = @"print /d:\\gmyloj59x\TLP2844 D:\LYS_FILES\Barcode\123.txt";
Process pp = System.Diagnostics.Process.Start("CMD.exe", str);
I think i need to use an API to print pdf files from printer without loading printer's driver.
Would you offer any API for me please.
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
consume webservice when you just have url without adding ref
Printing PDF from Web Service without printer driver