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
Anshit Hayaran
NA
19
5.4k
Saving a pdf file opened in Adobe Reader by a process in c#
May 13 2020 11:17 PM
I am trying to open the file in Adobe Reader through "process" because Adobe reader can repair the corrupt file itself, but I need to “SaveAs” the file also from there at code level without manually saving it, is it possible in .net?
Code I am using :
Process p =
new
Process();
p.StartInfo.FileName = file;
p.Start();
//Code to Save As this file
p.Close();
inputDocument = PdfReader.Open(file, PdfDocumentOpenMode.Import);
Reply
Answers (
2
)
How to make a consumer Winform in Kafka?
Exe Creation problem