Skip to content

Commit db218ae

Browse files
committed
西元2025年01月09日 (週四) 08時21分09秒 CST
1 parent 918d378 commit db218ae

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ authors:
55
given-names: Yung-Ting
66
orcid: https://orcid.org/0000-0003-3751-610X
77
email: https://blog.pulipuli.info
8-
title: "docker-app-Document-to-Image-Only-PDF"
8+
title: "docker-app-ScanSim-PDF"
99
license: "MIT"
10-
repository-code: "https://github.com/pulipulichen/docker-app-Document-to-Image-Only-PDF"
10+
repository-code: "https://github.com/pulipulichen/docker-app-ScanSim-PDF"
1111
abstract: "To simulate the process of printing an electronic document and then scanning it back into a PDF."
1212
identifiers:
1313
- type: doi

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![DOI](https://zenodo.org/badge/729853230.svg)](https://zenodo.org/doi/10.5281/zenodo.12741712)
22

3-
# docker-app-Document-to-Image-Only-PDF: 將文件轉換成純圖片的PDF
3+
# ScanSim PDF: 將數位PDF轉換成模仿掃描的PDF
44

55
The purpose of this Docker app is to simulate the process of printing an electronic document and then scanning it back into a PDF. The method involves converting any document into image files, slightly rotating them, and then combining them into a PDF file. The resulting PDF cannot have its text selected and is intentionally presented with a slightly rough appearance.
66

@@ -25,4 +25,4 @@ The purpose of this Docker app is to simulate the process of printing an electro
2525

2626
# Citation
2727

28-
Chen, Y.-T. (2024). *Docker-app-Document-to-Image-Only-PDF* (20240715.141627) [Computer software]. Zenodo. [https://doi.org/10.5281/ZENODO.12741712](https://doi.org/10.5281/ZENODO.12741712)
28+
Chen, Y.-T. (2024). *ScanSim PDF* (20240715.141627) [Computer software]. Zenodo. [https://doi.org/10.5281/ZENODO.12741712](https://doi.org/10.5281/ZENODO.12741712)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <WinAPIFiles.au3>
55
#include <Array.au3>
66

7-
Global $sPROJECT_NAME = "docker-app-Document-to-Image-Only-PDF"
7+
Global $sPROJECT_NAME = "docker-app-ScanSim-PDF"
88

99
; =================================================================
1010

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# cd /tmp/docker-app-Image-Trim/
44
# /tmp/docker-app-Image-Trim/s.sh
55

6-
PROJECT_NAME=docker-app-Document-to-Image-Only-PDF
6+
PROJECT_NAME=docker-app-ScanSim-PDF
77

88
# =================================================================
99

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "docker-app-Document-to-Image-Only-PDF",
2+
"name": "docker-app-ScanSim-PDF",
33
"version": "1.0.0",
44
"description": "To simulate the process of printing an electronic document and then scanning it back into a PDF.",
55
"main": "index.js",
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://pulipuli.chen@gmail.com@github.com/pulipulichen/docker-app-Document-to-Image-Only-PDF.git"
15+
"url": "git+https://pulipuli.chen@gmail.com@github.com/pulipulichen/docker-app-ScanSim-PDF.git"
1616
},
1717
"keywords": [
1818
"Docker-APP",
@@ -27,9 +27,9 @@
2727
},
2828
"license": "MIT",
2929
"bugs": {
30-
"url": "https://github.com/pulipulichen/docker-app-Document-to-Image-Only-PDF/issues"
30+
"url": "https://github.com/pulipulichen/docker-app-ScanSim-PDF/issues"
3131
},
32-
"homepage": "https://github.com/pulipulichen/docker-app-Document-to-Image-Only-PDF#readme",
32+
"homepage": "https://github.com/pulipulichen/docker-app-ScanSim-PDF#readme",
3333
"doi": "10.5281/zenodo.12741712",
3434
"devDependencies": {
3535
},

0 commit comments

Comments
 (0)