Рет қаралды 20,489
Create your Own PDF Compression tool using notepad
Download Tool: bit.ly/3dbLMsa
TimeStamps:
00:25 - Demonstration
04:10 - Download GhostScript Tool
05:10 - Install GhostScript tool
06:14 - Create Environment Variable of GhostScript Directory
10:22 - Create Batch file tool
14:51 - Error handling
16:15 - Testing
Copy Script:
@echo off
setlocal
set GS_OUTPUT_DIR=compressed
mkdir %GS_OUTPUT_DIR%
for %%i in (*.pdf) do ps2pdf -dPDFSETTINGS#/screen "%%i" "%GS_OUTPUT_DIR%\%%i"
GhostScript: Ghostscript is a suite of software based on an interpreter for Adobe Systems' PostScript and Portable Document Format page description languages.
#pdfcompressor #ghostscript #howto
📃 Watch related playlists
• Hindi Tech Videos
Gadget i use for Recording:
Ring light with stand: amzn.to/34Y2nLA
Green Curtain Stand: amzn.to/3z79MpU
Green Screen Curtain: amzn.to/3gl8dw6
Mic: amzn.to/3v89DPX
Camera: I am using Mobile Camera
Tripod: amzn.to/3w3vIQL
🚩 Connect with me on social:
LinkedIn: / iamnikhil1701
Twitter: / buzz2daychannel
Facebook: / b2dtech
Instagram: / buzz2daytech
Telegram: t.me/buzz2daytech
Facebook Group: / b2dtech
🔔 Subscribe to my KZbin channel
goo.gl/YWVPKH
🎬 Want to watch again? Navigate back to my KZbin channel quickly
/ buzz2daytech
Visit our website for read more content: buzz2day.net
🛍 Support me with your Amazon purchases: amzn.to/2YO076M
⚖ As full disclosure, I use affiliate links above. Purchasing through these links gives me a small commission to support videos on this channel -- the price to you is the same.