<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf-form-replace-font/src, branch v0.0.1</title>
<subtitle>Replace fonts in a PDF form's text fields</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/'/>
<entry>
<title>Move PDF appearance key to a named constant</title>
<updated>2021-05-05T17:18:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-05T17:18:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=5b0a85a5b9e3664c98d068e8f9268a4788fba33c'/>
<id>5b0a85a5b9e3664c98d068e8f9268a4788fba33c</id>
<content type='text'>
Explain what the string means.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Explain what the string means.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add license (GNU GPLv3+)</title>
<updated>2021-05-05T17:08:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-05T17:08:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=5b8b835b4835e79fe10e5e1b315f4d43fbc85089'/>
<id>5b8b835b4835e79fe10e5e1b315f4d43fbc85089</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Usage: PDF input path argument is optional</title>
<updated>2021-05-04T23:53:40+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-04T23:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=e6e091be25983f99697288d7f65940c0e07edd33'/>
<id>e6e091be25983f99697288d7f65940c0e07edd33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `--help` and `--version` command line options</title>
<updated>2021-05-04T21:38:57+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-04T21:38:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=eb83cc416bbe2879b18397f9c81db644451687fa'/>
<id>eb83cc416bbe2879b18397f9c81db644451687fa</id>
<content type='text'>
Make `--find` and `--replace` options optional instead of required,
otherwise they cause errors when `--help` or `--version` are used
independently.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make `--find` and `--replace` options optional instead of required,
otherwise they cause errors when `--help` or `--version` are used
independently.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add sysexits exit code</title>
<updated>2021-05-04T21:29:16+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-04T21:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=e12178ffac507065d96ae8a5e1e3f33c6d05833a'/>
<id>e12178ffac507065d96ae8a5e1e3f33c6d05833a</id>
<content type='text'>
Doesn't capture input or I/O errors. Not bothering to return EX_NOINPUT
or EX_IOERR or EX_CANTCREAT because I don't want to bother creating an
error enum and variants for each case.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doesn't capture input or I/O errors. Not bothering to return EX_NOINPUT
or EX_IOERR or EX_CANTCREAT because I don't want to bother creating an
error enum and variants for each case.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add context to errors</title>
<updated>2021-05-04T21:22:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-04T21:22:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=6afe10b7ab6bc3ab6e096cdd219ea078d4a02b44'/>
<id>6afe10b7ab6bc3ab6e096cdd219ea078d4a02b44</id>
<content type='text'>
Remove `unwrap`s and add context to errors with 'anyhow'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove `unwrap`s and add context to errors with 'anyhow'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add standard input and output handling</title>
<updated>2021-05-04T19:30:30+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-04T19:30:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=177c51d7af7626afc98a8c2e0abe8bb4a6529121'/>
<id>177c51d7af7626afc98a8c2e0abe8bb4a6529121</id>
<content type='text'>
Allow the input PDF to be read from standard input, and the output PDF
to be written to standard output.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the input PDF to be read from standard input, and the output PDF
to be written to standard output.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get variables from command line arguments</title>
<updated>2021-05-04T19:19:00+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-04T19:19:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=a6b23b8dd102b8be935292b2b27b180d3925cbc1'/>
<id>a6b23b8dd102b8be935292b2b27b180d3925cbc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Begin defining command line options</title>
<updated>2021-05-03T22:47:51+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-03T22:47:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=6b25d87d570d5b0950231a7809bf1913af9c5a9d'/>
<id>6b25d87d570d5b0950231a7809bf1913af9c5a9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>main: Remove debug print lines</title>
<updated>2021-05-03T21:17:12+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-03T21:17:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=e33a1a0fb943442c24ebb702502c46b77eedb9bb'/>
<id>e33a1a0fb943442c24ebb702502c46b77eedb9bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
