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

https://github.com/viveksb007/camscannerwatermarkremoverandroid

Android App to remove watermark from PDFs scanner by CamScanner App
https://github.com/viveksb007/camscannerwatermarkremoverandroid

android camscanner itext pdfeditor watermark

Last synced: 6 months ago
JSON representation

Android App to remove watermark from PDFs scanner by CamScanner App

Awesome Lists containing this project

README

          

# CamScanner Watermark Remover for Android

This is an Android App that removes Watermark from PDFs which are scanned by [CamScanner](https://play.google.com/store/apps/details?id=com.intsig.camscanner) app.

[iText](https://github.com/itext/itextpdf) is used for editing PDFs in Android. As iText is licensed as [AGPL](https://github.com/itext/itextpdf/blob/develop/LICENSE.md) software, so you should buy its license if you want to use it for commercial purposes.

Blog Post explaining the project : https://viveksb007.wordpress.com/2018/08/13/using-itext-to-edit-pdf-in-android/

## App Screenshots









## [Video Demo of App](https://youtu.be/tagq7M_vvag)

## Credits
* [iText Pdf](https://github.com/itext/itextpdf)
* [Material Dialogs](https://github.com/afollestad/material-dialogs)
* [Android File Picker](https://github.com/DroidNinja/Android-FilePicker)
* [spots-dialog](https://github.com/d-max/spots-dialog)

## License
This software is licensed under [MIT license](https://github.com/viveksb007/camScannerWatermarkRemoverAndroid/blob/master/LICENSE).