diff --git a/README.md b/README.md index de745c6..6c76d97 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,8 @@ pdfscale v2.0.0 - Verbose Execution Method: Cat + Grep Source Width: 842 postscript-points Source Height: 595 postscript-points - Flip Detect: Wrong orientation! + Auto Rotate: PageByPage + Flip Detect: Wrong orientation detected! Inverting Width <-> Height Run Resizing: A0 ( 3370 x 2384 ) pts New Width: 3370 postscript-points @@ -80,25 +81,25 @@ pdfscale v2.0.0 - Verbose Execution #### Scale by 0.9 (-10%) ``` $ pdfscale -v -v -s 0.9 ../input-nup.pdf "../My Glorius PDF" -2017-05-14:23:55:33 | pdfscale v2.0.0 - Verbose Execution -2017-05-14:23:55:33 | Single Task: Scale PDF Contents -2017-05-14:23:55:33 | Input File: ../input-nup.pdf -2017-05-14:23:55:33 | Output File: ../My Glorius PDF.pdf -2017-05-14:23:55:33 | Get Page Size: Adaptive Enabled -2017-05-14:23:55:33 | Method: Cat + Grep -2017-05-14:23:55:33 | Failed -2017-05-14:23:55:33 | Method: Mac Quartz mdls -2017-05-14:23:55:33 | Source Width: 842 postscript-points -2017-05-14:23:55:33 | Source Height: 595 postscript-points -2017-05-14:23:55:33 | Scale Factor: 0.9 (manual) -2017-05-14:23:55:33 | Translation X: 46.777310 -2017-05-14:23:55:33 | Translation Y: 33.055225 -2017-05-14:23:55:33 | Run Scaling: -10 % -2017-05-14:23:55:33 | Final Status: File created successfully +2017-05-15:03:03:23 | pdfscale v2.0.0 - Verbose Execution +2017-05-15:03:03:23 | Single Task: Scale PDF Contents +2017-05-15:03:03:23 | Input File: ../input-nup.pdf +2017-05-15:03:03:23 | Output File: ../My Glorius PDF.pdf +2017-05-15:03:03:23 | Get Page Size: Adaptive Enabled +2017-05-15:03:03:23 | Method: Cat + Grep +2017-05-15:03:03:23 | Failed +2017-05-15:03:03:23 | Method: Mac Quartz mdls +2017-05-15:03:03:23 | Source Width: 842 postscript-points +2017-05-15:03:03:23 | Source Height: 595 postscript-points +2017-05-15:03:03:23 | Scale Factor: 0.9 (manual) +2017-05-15:03:03:23 | Translation X: 46.777310 +2017-05-15:03:03:23 | Translation Y: 33.055225 +2017-05-15:03:03:23 | Run Scaling: -10 % +2017-05-15:03:03:24 | Final Status: File created successfully ``` -#### Resize to A2 +#### Resize to A2 and disables Auto-Rotation ``` -$ pdfscale -v -r a2 ../input.pdf +$ pdfscale -v -r A2 -a none ../input.pdf pdfscale v2.0.0 - Verbose Execution Single Task: Resize PDF Paper Input File: ../input.pdf @@ -108,6 +109,7 @@ pdfscale v2.0.0 - Verbose Execution Source Width: 595 postscript-points Source Height: 842 postscript-points Scale Factor: Disabled (resize only) + Auto Rotate: None Flip Detect: No change needed Run Resizing: A2 ( 1191 x 1684 ) pts Final Status: File created successfully @@ -115,23 +117,24 @@ pdfscale v2.0.0 - Verbose Execution #### Resize to custom 200x200 mm and Scale by 0.95 (-5%) ``` $ pdfscale -v -v -r 'custom mm 200 200' -s 0.9 ../mixsync\ manual\ v1-2-3.pdf -2017-05-15:00:12:20 | pdfscale v2.0.0 - Verbose Execution -2017-05-15:00:12:20 | Mixed Tasks: Resize & Scale -2017-05-15:00:12:20 | Input File: ../mixsync manual v1-2-3.pdf -2017-05-15:00:12:20 | Output File: ../mixsync manual v1-2-3.CUSTOM.SCALED.pdf -2017-05-15:00:12:20 | Get Page Size: Adaptive Enabled -2017-05-15:00:12:20 | Method: Cat + Grep -2017-05-15:00:12:20 | Source Width: 842 postscript-points -2017-05-15:00:12:20 | Source Height: 595 postscript-points -2017-05-15:00:12:20 | Flip Detect: No change needed -2017-05-15:00:12:20 | Run Resizing: CUSTOM ( 567 x 567 ) pts -2017-05-15:00:12:20 | New Width: 567 postscript-points -2017-05-15:00:12:20 | New Height: 567 postscript-points -2017-05-15:00:12:20 | Scale Factor: 0.9 -2017-05-15:00:12:20 | Translation X: 31.499685 -2017-05-15:00:12:20 | Translation Y: 31.499685 -2017-05-15:00:12:20 | Run Scaling: -10 % -2017-05-15:00:12:20 | Final Status: File created successfully +2017-05-15:03:00:53 | pdfscale v2.0.0 - Verbose Execution +2017-05-15:03:00:53 | Mixed Tasks: Resize & Scale +2017-05-15:03:00:53 | Input File: ../mixsync manual v1-2-3.pdf +2017-05-15:03:00:53 | Output File: ../mixsync manual v1-2-3.CUSTOM.SCALED.pdf +2017-05-15:03:00:53 | Get Page Size: Adaptive Enabled +2017-05-15:03:00:53 | Method: Cat + Grep +2017-05-15:03:00:53 | Source Width: 842 postscript-points +2017-05-15:03:00:53 | Source Height: 595 postscript-points +2017-05-15:03:00:53 | Auto Rotate: PageByPage +2017-05-15:03:00:53 | Flip Detect: No change needed +2017-05-15:03:00:53 | Run Resizing: CUSTOM ( 567 x 567 ) pts +2017-05-15:03:00:53 | New Width: 567 postscript-points +2017-05-15:03:00:53 | New Height: 567 postscript-points +2017-05-15:03:00:53 | Scale Factor: 0.9 +2017-05-15:03:00:53 | Translation X: 31.499685 +2017-05-15:03:00:53 | Translation Y: 31.499685 +2017-05-15:03:00:53 | Run Scaling: -10 % +2017-05-15:03:00:54 | Final Status: File created successfully ``` ## Help info