An open API service indexing awesome lists of open source software.

https://github.com/sepppenner/pdfpasswordremover

PdfPasswordRemover is a project to remove passwords from PDF files.
https://github.com/sepppenner/pdfpasswordremover

Last synced: about 1 year ago
JSON representation

PdfPasswordRemover is a project to remove passwords from PDF files.

Awesome Lists containing this project

README

          

PdfPasswordRemover
====================================

PdfPasswordRemover is a project to remove passwords from PDF files.

[![Build status](https://ci.appveyor.com/api/projects/status/fg7oe6kh4vyqltbo?svg=true)](https://ci.appveyor.com/project/SeppPenner/pdfpasswordremover)
[![GitHub issues](https://img.shields.io/github/issues/SeppPenner/PdfPasswordRemover.svg)](https://github.com/SeppPenner/PdfPasswordRemover/issues)
[![GitHub forks](https://img.shields.io/github/forks/SeppPenner/PdfPasswordRemover.svg)](https://github.com/SeppPenner/PdfPasswordRemover/network)
[![GitHub stars](https://img.shields.io/github/stars/SeppPenner/PdfPasswordRemover.svg)](https://github.com/SeppPenner/PdfPasswordRemover/stargazers)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://raw.githubusercontent.com/SeppPenner/PdfPasswordRemover/master/License.txt)
[![Known Vulnerabilities](https://snyk.io/test/github/SeppPenner/PdfPasswordRemover/badge.svg)](https://snyk.io/test/github/SeppPenner/PdfPasswordRemover)
[![Blogger](https://img.shields.io/badge/Follow_me_on-blogger-orange)](https://franzhuber23.blogspot.de/)
[![Patreon](https://img.shields.io/badge/Patreon-F96854?logo=patreon&logoColor=white)](https://patreon.com/SeppPennerOpenSourceDevelopment)
[![PayPal](https://img.shields.io/badge/PayPal-00457C?logo=paypal&logoColor=white)](https://paypal.me/th070795)

# Screenshots from the GUI
![Screenshot from the GUI German](https://github.com/SeppPenner/PdfPasswordRemover/blob/master/Screenshot_DE.PNG "Screenshot from the GUI German")
![Screenshot from the GUI English](https://github.com/SeppPenner/PdfPasswordRemover/blob/master/Screenshot_EN.PNG "Screenshot from the GUI English")

# For more information see
* https://www.codeproject.com/Articles/31493/PDF-Security-Remover
* http://www.pdfsharp.net/wiki/UnprotectDocument-sample.ashx?AspxAutoDetectCookieSupport=1
* http://pdfsharp.com/PDFsharp/index.php?option=com_content&task=view&id=39&Itemid=50
* https://stackoverflow.com/questions/19565078/itextsharp-open-password-protected-file-modify-it-and-adopt-protection
* http://kuujinbo.info/iTextInAction2Ed/index.aspx?ch=Chapter12&ex=EncryptionPdf
* https://memorynotfound.com/encrypt-decrypt-password-protected-pdf-documents-itext/

Change history
--------------

See the [Changelog](https://github.com/SeppPenner/PdfPasswordRemover/blob/master/Changelog.md).