Click here to Skip to main content
15,879,535 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,

is it possible to create password protected pdf file using visual basic6.0?

Thanks
Posted

1 solution

Yes it is possible, but not simple. You would need to get a copy of the PDF specification from ADOBE (which is free), and learn how to write all the PDF control data. You would be better upgrading to VB.NET and using a library such as iTextSharp[^].
 
Share this answer
 
Comments
kk2014 20-Feb-14 0:08am    
Hi Richard,
Thanks for reply.

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