# HG changeset patch # User David Barts # Date 1588641179 25200 # Node ID 35fb8de77c7ddad93a4e315990038a7b1557d6e9 # Parent 92b60ab625153ed4f7295dd221e585e7fe402918 Is it finally generating decent PDF's? diff -r 92b60ab62515 -r 35fb8de77c7d Makefile.docs --- a/Makefile.docs Mon May 04 11:06:44 2020 -0700 +++ b/Makefile.docs Mon May 04 18:12:59 2020 -0700 @@ -15,7 +15,7 @@ pandoc --from=html --to=ms $< | sed -e 's/^\.LP/.PP/' -e 's/^\.SH/.MYSH/' >> $@ %.ps: %.nrf custom.tmac - groff -Tps -t -mspdf $< > $@ + groff -Tps -t -ms $< > $@ %.pdf : %.ps ps2pdf $< diff -r 92b60ab62515 -r 35fb8de77c7d Readme.html --- a/Readme.html Mon May 04 11:06:44 2020 -0700 +++ b/Readme.html Mon May 04 18:12:59 2020 -0700 @@ -57,7 +57,7 @@ their way onto the Internet, and for that program to leave vital metadata alone, so that the resulting images continue to display properly.

JpegWasher Washes More than Just Exif Metadata

-

Jpeg is the most common type of metadata, but image files commonly +

Exif is the most common type of metadata, but image files commonly contain compromising XMP or IPTC data, particularly if they have been edited with a tool like Photoshop. JpegWasher will seamlessly deal with these kinds of metadata, too. It tries to do as thorough a job as possible diff -r 92b60ab62515 -r 35fb8de77c7d Readme.pdf Binary file Readme.pdf has changed diff -r 92b60ab62515 -r 35fb8de77c7d Readme.rst --- a/Readme.rst Mon May 04 11:06:44 2020 -0700 +++ b/Readme.rst Mon May 04 18:12:59 2020 -0700 @@ -69,7 +69,7 @@ JpegWasher Washes More than Just Exif Metadata ---------------------------------------------- -Jpeg is the most common type of metadata, but image files commonly +Exif is the most common type of metadata, but image files commonly contain compromising XMP or IPTC data, particularly if they have been edited with a tool like Photoshop. JpegWasher will seamlessly deal with these kinds of metadata, too. It tries to do as thorough a job as diff -r 92b60ab62515 -r 35fb8de77c7d custom.tmac --- a/custom.tmac Mon May 04 11:06:44 2020 -0700 +++ b/custom.tmac Mon May 04 18:12:59 2020 -0700 @@ -8,3 +8,11 @@ .SH \\$1 .ft AB .. +.de pdfhref +.if '\\$1'W' \{\ +\\$7\\** +.FS +\\$3 +.FE +.\} +..