blob: e9c3a97191e9cae4685143566bedaa15eb75df2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
##################################################################
##
## Release notes
##
##################################################################
Author: Nicolas Markey
Please send your comments to <pdfxup@markey.fr>
v1.00 (2015/08/23)
- first release
v1.10 (2015/09/08)
- added option 'booklet'
- corrected numerous computation/spacing bugs in LaTeX file
- added succinct documentation
v1.20 (2015/09/11)
- added options -nobb, -bb, -p
- solved bug with dots in PDF file names
v1.30 (2015/10/06)
- added options -g and -s for getting and then manually
- setting bounding box.
- created man page
v1.50 (2019/12/31)
- added the -c option (to clip pages)
- corrected + improved option -p
- added watermarking
v1.51 (2020/01/06)
- corrected bug in dimtopt() (conversion mm to pt)
|