From 3eab78f38e40a4dfbc33c907b707ac9273aaa3cb Mon Sep 17 00:00:00 2001 From: thinkpad-l13-yoga Date: Thu, 9 Jan 2025 21:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E5=85=832025=E5=B9=B401=E6=9C=8809?= =?UTF-8?q?=E6=97=A5=20(=E9=80=B1=E5=9B=9B)=2021=E6=99=8218=E5=88=8631?= =?UTF-8?q?=E7=A7=92=20CST?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 4 +- ...nlocker.ipynb => Colab_PDF_Protector.ipynb | 42 +++++++++---------- README.md | 8 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) rename Colab_PDF_Unlocker.ipynb => Colab_PDF_Protector.ipynb (59%) diff --git a/CITATION.cff b/CITATION.cff index 4607cf5..7f3b072 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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 diff --git a/Colab_PDF_Unlocker.ipynb b/Colab_PDF_Protector.ipynb similarity index 59% rename from Colab_PDF_Unlocker.ipynb rename to Colab_PDF_Protector.ipynb index 8e20d16..2258af6 100644 --- a/Colab_PDF_Unlocker.ipynb +++ b/Colab_PDF_Protector.ipynb @@ -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": [ - "\"Open" + "\"Open" ] }, { @@ -37,5 +21,21 @@ "print('ok')" ] } - ] -} \ No newline at end of file + ], + "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 +} diff --git a/README.md b/README.md index 8a53744..b33893d 100644 --- a/README.md +++ b/README.md @@ -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 檔案。 @@ -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 @@ -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) \ No newline at end of file +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) \ No newline at end of file