File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
src/com/amastigote/unstamper/log Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 66 <modelVersion >4.0.0</modelVersion >
77 <groupId >com.amastigote</groupId >
88 <artifactId >unstamper</artifactId >
9- <version >0.2.2 </version >
9+ <version >0.2.3 </version >
1010 <description >Textual watermark remover for PDF files.</description >
1111 <name >pdf-unstamper</name >
1212 <url >https://github.com/hwding/pdf-unstamper</url >
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33# AUTH hwding
4- # DATE DEC/25/2018
4+ # DATE Feb 19 2019
55# DESC install unstamp as a command
66
77user_bin=` echo ~ ` " /bin/"
88locl_bin=" /usr/local/bin/"
99jar_name=" pdf-unstamper.jar"
1010exe_name=" unstamp"
11- _version=" 0.2.2 "
11+ _version=" 0.2.3 "
1212jar_durl=" https://github.com/hwding/pdf-unstamper/releases/download/$_version /$jar_name "
1313wrapper=" #!/bin/bash\njava -jar ${user_bin}${jar_name} \"\$ @\" \n"
1414
Original file line number Diff line number Diff line change 11/*
22 AUTH | hwding
3- DATE | Nov 16 2018
3+ DATE | Feb 19 2019
44 DESC | textual watermark remover for PDF files
5566 GITH | github.com/hwding
1212public class GeneralLogger {
1313 public static class Help {
1414 private static final String usage =
15- "\n PDF-UnStamper ver. 0.2.2 by hwding@GitHub\n " +
15+ "\n PDF-UnStamper ver. 0.2.3 by hwding@GitHub\n " +
1616 "\n Usage:" +
1717 "\n [OPTION] -i [INPUT PDF] -k [KEYWORDS...] (-o [OUTPUT PDF])" +
1818 "\n [OPTION] -I [INPUT DIR] -k [KEYWORDS...] (-O [OUTPUT DIR])\n " +
You can’t perform that action at this time.
0 commit comments