Skip to content

Commit

Permalink
西元2025年01月09日 (週四) 21時18分31秒 CST
Browse files Browse the repository at this point in the history
  • Loading branch information
pulipulichen committed Jan 9, 2025
1 parent bb60a75 commit 3eab78f
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ authors:
given-names: Yung-Ting
orcid: https://orcid.org/0000-0003-3751-610X
email: https://blog.pulipuli.info
title: "Colab-PDF-Unlocker"
title: "Colab_PDF_Protector"
license: "Apache-2.0"
repository-code: "/~https://github.com/pulipulichen/Colab-PDF-Unlocker"
repository-code: "/~https://github.com/pulipulichen/Colab_PDF_Protector"
abstract: "A tool for removing PDF protection restrictions."
identifiers:
- type: doi
Expand Down
42 changes: 21 additions & 21 deletions Colab_PDF_Unlocker.ipynb → Colab_PDF_Protector.ipynb
Original file line number Diff line number Diff line change
@@ -1,29 +1,13 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyNPe95p/Rq1w+pwfxguOQOg",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
}
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
"colab_type": "text",
"id": "view-in-github"
},
"source": [
"<a href=\"https://colab.research.google.com/github/pulipulichen/Colab-PDF-Unlocker/blob/main/Colab_PDF_Unlocker.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/pulipulichen/Colab_PDF_Protector/blob/main/Colab_PDF_Protector.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand All @@ -37,5 +21,21 @@
"print('ok')"
]
}
]
}
],
"metadata": {
"colab": {
"authorship_tag": "ABX9TyNPe95p/Rq1w+pwfxguOQOg",
"include_colab_link": true,
"provenance": []
},
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![DOI](https://zenodo.org/badge/914238245.svg)](https://doi.org/10.5281/zenodo.14619845)

# Colab-PDF-Unlocker: 移除 PDF 保護限制的工具
# Colab_PDF_Protector: 移除 PDF 保護限制的工具

This tool takes a protected PDF file as input with a known password and attempts to remove its restrictions, such as copying and printing, outputting an unrestricted PDF file.
輸入受保護的 PDF 檔案以及你知道的密碼,這個工具會嘗試移除 PDF 的保護限制,例如複製、列印等等,並輸出一個無保護限制的 PDF 檔案。
Expand All @@ -9,11 +9,11 @@ This tool takes a protected PDF file as input with a known password and attempts

# Online Tool

https://colab.research.google.com/github/pulipulichen/Colab-PDF-Unlocker/blob/main/Colab_PDF_Unlocker.ipynb
https://colab.research.google.com/github/pulipulichen/Colab_PDF_Protector/blob/main/Colab_PDF_Unlocker.ipynb

# Example File

https://pulipulichen.github.io/Colab-PDF-Unlocker/example%20file/2023.02.12%20%E6%A8%A1%E5%9E%8B%E6%9E%B6%E6%A7%8B%E5%9C%96+FSB%E9%97%9C%E9%8D%B5%E5%AD%97%E6%8A%BD%E5%8F%96%20a.pdf
https://pulipulichen.github.io/Colab_PDF_Protector/example%20file/2023.02.12%20%E6%A8%A1%E5%9E%8B%E6%9E%B6%E6%A7%8B%E5%9C%96+FSB%E9%97%9C%E9%8D%B5%E5%AD%97%E6%8A%BD%E5%8F%96%20a.pdf

- Open password: password1 (use it)
- Edit password: password2
Expand All @@ -31,4 +31,4 @@ https://pulipulichen.github.io/Colab-PDF-Unlocker/example%20file/2023.02.12%20%E

# Citation

Chen, Y.-T. (2025). *Colab-PDF-Unlocker* (Versions 20250109-1625) [Computer software]. Zenodo. [https://doi.org/10.5281/ZENODO.14619845](https://doi.org/10.5281/ZENODO.14619845)
Chen, Y.-T. (2025). *Colab_PDF_Protector* (Versions 20250109-1625) [Computer software]. Zenodo. [https://doi.org/10.5281/ZENODO.14619845](https://doi.org/10.5281/ZENODO.14619845)

0 comments on commit 3eab78f

Please sign in to comment.