Click here to Skip to main content
15,920,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Have a VB.Net application where I am showing the end user a proof of their work before proceeding. This has worked great, but I need to release the .pdf file so I can rewrite it for a 2nd or 3rd proof. In the past I just create file v1, then v2 etc..., but I'm trying to expand the application into an area where I can no longer add a version number. How do I release Adobe or the lock on the .pdf file using the Web Browser in VB.Net?
Posted
Comments
Sergey Alexandrovich Kryukov 14-Mar-13 0:26am    
Please stop posting non-answers as "solution". It can give you abuse reports which eventually may lead to cancellation of your CodeProject membership.
Comment on any posts, reply to available comments, or use "Improve question" (above).
Also, keep in mind that members only get notifications on the post sent in reply to there posts.
—SA

You have to close Adobe Reader, or whatever you're using to show the PDF to the user. You cannot force the release of the lock on the file.
 
Share this answer
 
this[^] might help you.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900