Hi Team,
I am new to .Net Platform and I need to create windows application for creating Password and renaming all PDF files stored from specific path and once its renamed and password protected will be moved to Destination path.
I need to generate this application as EXE file..
I need your help in creating this..
Leon DPosted Oct 11, 2018, 9:27 PM
Maen BadwanPosted Oct 11, 2018, 7:45 AM
If you mean you want to get all PDF files from a folder, rename and transfer each file to a different folder and protect each PDF with a password, you can do this using LEADTOOLS PDFFile .NET class, which provides the ability to read PDF files, protect them with passwords, and then encrypt them with user defined password.
https://www.leadtools.com/help/leadtools/v20/dh/pdf/pdffile-convert.html
Sanwar RanwaPosted Sep 30, 2018, 10:04 AM