8da2654
(HEAD -> master)
Bump PR to Version 2.4.4 by
2019-09-11 21:56:53 -0300
9f31718
Merge pull request #16 from boillodmanuel/master by
2019-09-11 21:54:47 -0300
2a2e5b7
Merge pull request #1 from boillodmanuel/add-fit-page-option by
2019-07-09 15:51:40 +0200
cb85d86
Update README.md by
2019-07-09 15:50:48 +0200
9683367
Update pdfScale.sh by
2019-07-09 15:49:13 +0200
9de2f7f
Update README.md by
2018-12-17 18:51:07 -0200
8bee62e
v2.4.3 bump - adding Donate button to readme by
2018-08-09 19:05:09 -0300
50030e7
v2.4.3 bump - adding Donate button to readme by
2018-08-09 19:04:16 -0300
35f0f01
v2.4.3 bump - adding Donate button to readme by
2018-08-09 19:03:09 -0300
787ae3d
v2.4.3 - Backgrounding4; Better info about backgrounding on help and readme; Notes that backgrounding requires SCALING and offers workaround background while RESIZING by
2018-08-09 08:42:42 -0300
f7fd05c
v2.4.2 - Backgrounding3; Code cleanup; minor fix to background mode detection by
2018-08-09 07:14:37 -0300
b1b9444
v2.4.1 - Update readme help by
2018-08-09 06:44:10 -0300
994b992
v2.4.1 - Backgrounding2 - RGB fix; rgb processing is now fixed on 255-based numbers which are converted internally to percentage-based numbers; there is currently no way to pass percentage-based RGB directly; should implement color-hsb param to use with RGB; edited help and readme to say we need 255-based numbers for RGB. CMYK mode is preferred over any other. by
2018-08-09 06:33:48 -0300
cc691a9
v2.4.1 - Backgrounding2 - RGB fix; rgb processing is now fixed on 255-based numbers which are converted internally to percentage-based numbers; there is currently no way to pass percentage-based RGB directly; should implement color-hsb param to use with RGB; edited help and readme to say we need 255-based numbers for RGB. CMYK mode is preferred over any other. by
2018-08-09 06:18:28 -0300
542212e
v2.4.0 - Backgrounding; enables to create gray or color backgrounds; added few helper and internal functions; three new parameters: gray, rgb and cmyk backgrounds; parameters are validated for valid colors; defaults to no background (as before); updated readme and help messages by
2018-08-09 05:08:48 -0300
f01d129
v2.3.9 - TypoMadness3. Yet another one... by
2018-05-26 00:16:01 -0300
cbbebbe
v2.3.8 Bump, whitespace madness by
2018-05-12 04:44:12 -0300
b8f4d81
v2.3.8 Fix typo on help message, seems like I can't type the word 'bottom' properly by
2018-05-07 19:10:04 -0300
e1bb7ea
v2.3.7 - Fix typo on help; Update readme.md examples by
2018-04-27 19:02:59 -0300
c679b86
v2.3.6 - fix grep detection method fail on some rare cases, would make execution fail instead of fail-safing by
2018-04-12 06:55:03 -0300
cd99b8c
v2.3.6 - fix grep detection method fail on some rare cases, would make execution fail instead of fail-safing by
2018-04-12 06:39:14 -0300
ff011db
v2.3.5 - fix grep method exit on adaptive method for some rare cases by
2018-04-12 06:07:41 -0300
b87bae5
v2.3.4 readme updates by
2018-04-12 05:48:24 -0300
1cede38
v2.3.4 readme updates by
2018-04-12 05:46:58 -0300
a872e09
v2.3.4 readme updates by
2018-04-12 05:44:34 -0300
d8cc1e5
v2.3.4 readme updates by
2018-04-12 05:42:37 -0300
8b1c53c
v2.3.4 readme updates by
2018-04-12 05:24:12 -0300
481d337
v2.3.4 readme updates by
2018-04-12 05:19:14 -0300
41a13e3
v2.3.4 Refinement to install and upgrade options, remove temporary files after finishing, new option --assume-yes|--yes to avoid prompts/force installs and upgrades, new option --insecure|--no-check-certificates to use curl/wget without SSL support on upgrades by
2018-04-12 05:01:31 -0300
4b8e086
v2.3.4 Refinement to install and upgrade options, remove temporary files after finishing, new option --assume-yes|--yes to avoid prompts/force installs and upgrades, new option --insecure|--no-check-certificates to use curl/wget without SSL support on upgrades by
2018-04-12 04:39:51 -0300
d85fcb1
v2.3.2b - Cleans temp files after upgrade; simplify upgrading a bit with some new functions; code cleanup by
2018-04-12 03:06:32 -0300
30e800e
v2.3.2a - Cleans temp files after upgrade; simplify upgrading a bit with some new functions by
2018-04-12 03:03:04 -0300
70b9a0c
v2.3.1 - fixed resize GS call print (was printing scale call, execution was fine), removed dependency on cat yet again (rip cat) by
2018-04-12 02:08:11 -0300
7e2145c
v2.3.0 - First version capable of self-installing and self-upgrading. Params are --install and --upgrade. May ask for confirmation, still no flag to force yes for now. by
2018-04-01 20:19:01 -0300
ccd3d85
v2.3.0 - First version capable of self-installing and self-upgrading. Params are --install and --upgrade. May ask for confirmation, still no flag to force yes for now. by
2018-04-01 20:16:13 -0300
84a447a
Adding links and references to readme by
2018-04-01 12:15:44 -0300
05416d4
Adding links and references to readme by
2018-04-01 12:14:35 -0300
f598a43
Adding links and references to readme by
2018-04-01 12:12:48 -0300
d92a457
Two new options. --dry-run to simulate execution without calling ghostscript; --print-gs-call to print Ghostscript call to stdout; Using both one can just create the GS call. by
2018-04-01 10:38:32 -0300
a1881ab
v2.2.0 - Added many new options. --pdf-settings, --image-downsample, --image-resolution, --horizontal-alignment, --vertical-alignment, --xtrans-offset, --ytras-offset and also a few tweaks to readme and helpinfo. Help seems a bit slow though. This version address a few of the open issues on github. by
2018-04-01 05:55:41 -0300
f69b651
Add --image-resolution option (bump v2.1.3) by
2018-03-31 23:43:01 -0300
aa13425
Merge pull request #8 from czr/image-resolution-cli-option by
2018-03-31 23:41:31 -0300
955d1a5
Add --image-resolution option by
2017-08-13 17:13:38 +0100
e2d4d49
v2.1.2 - Small fix to help messages by
2017-05-19 09:31:04 -0300
69c071d
v2.1.1 - Small fix to help message by
2017-05-19 09:25:07 -0300
7555ad2
v2.1.1 - Small fix to help message by
2017-05-19 09:14:00 -0300
aeb880b
v2.1.1 - Small fix to help message by
2017-05-19 09:05:53 -0300
2684dd5
v2.1.0 LongOpts - Update readme by
2017-05-19 08:14:22 -0300
67c826d
v2.1.0 LongOpts - Update readme by
2017-05-19 08:12:53 -0300
c62794a
v2.1.0 - LongOpts; Accepts case-insensitive long options; Better options and arguments parsing; Detecting permission errors; Option -n, --no-overwrite to abort if output PDF file file exists; Rebuilt Flip-Detection; 'source' paper type wildcard to run resizing without resizing anything; Auto-modes no long default on invalid mode selection; Rebuilt help info; Many new auxiliary functions; Few new execution flags; Rebuilt some error messages; More error detection; Able to read stupid pdf extensions like .Pdf; Removes stupid pDf extensions on automatic naming; Better Verbosing messages; And many other changes by
2017-05-19 08:03:09 -0300
664196e
v2.0.5 - Better GS error handling and debugging messages by
2017-05-16 20:58:14 -0300
5599263
v2.0.5 - Better GS error handling and debugging messages by
2017-05-16 20:57:16 -0300
96ab46a
v2.0.5 - Better GS error handling and debugging messages by
2017-05-16 20:45:55 -0300
1034b8f
v2.0.4 - Fix to verbose final status message by
2017-05-16 16:38:27 -0300
36719f4
v2.0.4 - Fix to final status, missing $ in $finalRet by
2017-05-16 16:10:46 -0300
30d3fb0
update readme by
2017-05-15 10:23:44 -0300
50fb769
update readme by
2017-05-15 10:22:57 -0300
6fd7fbb
update readme by
2017-05-15 10:22:32 -0300
eaf56ec
update readme by
2017-05-15 10:21:57 -0300
b485c95
update readme by
2017-05-15 10:18:42 -0300
e244313
update readme by
2017-05-15 09:35:55 -0300
c78d30f
v2.0.3 - Grep to get only first occurence; Fix to -V version printing option; code cleanup by
2017-05-15 09:15:29 -0300
b59da09
readme updating by
2017-05-15 09:00:25 -0300
cb39530
readme updating by
2017-05-15 08:55:06 -0300
7346bd1
readme updating by
2017-05-15 08:54:41 -0300
a5fa931
readme updating by
2017-05-15 08:50:55 -0300
709c757
readme update by
2017-05-15 08:30:34 -0300
9f935d0
v2.0.2 - Change Custom Paper Size Info String by
2017-05-15 08:23:08 -0300
32c2711
v2.0.1 Prints dependency checks before tasks in verbose execution by
2017-05-15 07:58:10 -0300
4fa6952
Merge branch 'pdfScale2' by
2017-05-15 07:13:11 -0300
40cb091
messing with readme by
2017-05-15 07:02:57 -0300
8a83e5f
code cleanup by
2017-05-15 06:57:51 -0300
81b2e4e
making inches floating to 1 decimal precison to correlate to the defined tables by
2017-05-15 06:56:10 -0300
5ef192d
gitignore for system files by
2017-05-15 06:50:35 -0300
62da253
prettier -i info mode by
2017-05-15 06:47:28 -0300
c805fe5
messing with help by
2017-05-15 06:36:50 -0300
d465461
finishing with dependecy changes by
2017-05-15 06:34:03 -0300
f9008c7
CAT is DEADED, removed the need for CAT and HEAD. Renamed -m c, cat+grep to -g, grep. Old way is preserved for compatibility reasons; Some extra dependecy checks added, more which to work by
2017-05-15 06:26:12 -0300
22ac853
messing with readme by
2017-05-15 05:55:09 -0300
fb188d8
messing with readme by
2017-05-15 05:54:50 -0300
720d0c2
messing with readme by
2017-05-15 05:51:59 -0300
7773b2e
finishing -i info mode by
2017-05-15 05:48:19 -0300
f0c4490
adding -i, file information option by
2017-05-15 04:58:32 -0300
56742e6
more randomness to temp file by
2017-05-15 03:25:17 -0300
69ce95d
adding check and abort process if the temp file already exists, prob has a 0.000000000000001% chance of happening, but that is not zero anyways by
2017-05-15 03:22:28 -0300
c2c4a12
adding some randomness to temporary file by
2017-05-15 03:15:09 -0300
d8f0475
update example runs by
2017-05-15 03:06:49 -0300
1b13989
update example runs by
2017-05-15 03:04:25 -0300
a6f9364
more changes to help by
2017-05-15 02:59:56 -0300
f55af29
more changes to help by
2017-05-15 02:56:54 -0300
67c640d
more changes to help by
2017-05-15 02:56:32 -0300
15ae4b2
more changes to help by
2017-05-15 02:55:33 -0300
3b9011f
update help info by
2017-05-15 02:48:34 -0300
f5979cb
making stuff better :) case-insensitive page size mode and changed ifs to case switch by
2017-05-15 02:47:04 -0300
7f34eb2
adding autorotation to help by
2017-05-15 02:13:03 -0300
4e02c87
changes to flip detection, adding GS autoRotation options for resizing by
2017-05-15 02:07:50 -0300
202a714
cleanning up by
2017-05-15 00:44:47 -0300
c70edc9
messing with readme by
2017-05-15 00:42:06 -0300
14531e5
cleanning up by
2017-05-15 00:37:39 -0300
3f2d134
messing with readme by
2017-05-15 00:28:01 -0300