Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pulipulichen/594d0aa390a8553564f72325a6c56d98 to your computer and use it in GitHub Desktop.
Save pulipulichen/594d0aa390a8553564f72325a6c56d98 to your computer and use it in GitHub Desktop.
Docker APP,PDF
看看網頁版全文 ⇨ 將PDF轉換成模仿成掃描檔:ScanSim PDF : Converting PDF to Simulated Scanned Document: ScanSim PDF
https://blog.pulipuli.info/2025/05/converting-pdf-to-simulated-scanned-document-scansim-pdf.html
列印、簽名、拍照、轉換成PDF、上傳,這是現在很多證明文件的處理手續。
處理後的PDF檔案只是圖片的封裝,不能直接選取與複製,只能作為證明文件留存,這已經是最基本的資安防護手段。
然而,如果可以將數位文件直接轉換成彷彿掃描檔一樣的檔案,那不就可以省下列印與掃描的繁雜手續了嗎?也許這時候Docker APP ScanSim PDF就能夠派上用場了。
Printing, signing, taking a photo, converting it to PDF, and uploading it—this is the procedure for processing many verification documents nowadays. The processed PDF file is merely a container for the image; the text cannot be directly selected or copied. It can only serve as an archive of the verification document, which is a basic security measure. However, if digital documents could be directly converted into files that resemble scanned documents, wouldn't that eliminate the tedious printing and scanning steps? Perhaps the Docker APP ScanSim PDF could be useful in this situation.。
----
# 包含文字的PDF檔案 / A PDF File Containing Text。
- 範例檔案:緊急聯絡通訊錄
上圖是一個常見的緊急聯絡通訊錄PDF檔案。
通常我們會將此PDF列印,拿去給大家簽名,簽完名後再掃描歸檔。
由於這個檔案是由Word直接轉換成PDF的關係,上面的文字是可以直接選取、複製,也可以直接用搜尋找出來。
如果是要當成資料庫來查詢的話,這當然是很不錯。
但也有人會覺得這樣填完的資料可能會被有心人士複製,會有資安疑慮。
----
繼續閱讀 ⇨ 將PDF轉換成模仿成掃描檔:ScanSim PDF : Converting PDF to Simulated Scanned Document: ScanSim PDF
https://blog.pulipuli.info/2025/05/converting-pdf-to-simulated-scanned-document-scansim-pdf.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment