TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ibrahim yuksel
NA
2
1.9k
Printing PDF from Web Service without driver
Jun 18 2014 10:21 AM
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.
Reply
Answers (
0
)
consume webservice when you just have url without adding ref
Printing PDF from Web Service without printer driver