<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf-form-replace-font/.gitignore, branch master</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>Makefile: Add release packaging</title>
<updated>2021-05-05T17:31:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-05T17:30:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=4b0b12160969aa787bf0f2c4c03346e8f3557e30'/>
<id>4b0b12160969aa787bf0f2c4c03346e8f3557e30</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Proof of concept to replace PDF form fields' font</title>
<updated>2021-05-02T17:27:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2021-05-02T17:27:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font/commit/?id=d206580edba34efdd05cfd11d1aa830122479f93'/>
<id>d206580edba34efdd05cfd11d1aa830122479f93</id>
<content type='text'>
PDF form fields are `/DA` fields (PDF Reference page 534,
https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/pdf_reference_archives/PDFReference.pdf).

Get all `/DA` objects. Their value is a string that specifies the
field's appearance properties. One part of the appearance string is the
font name (its Postscript name). By replacing the font name with a
different one, we can change the field's font.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PDF form fields are `/DA` fields (PDF Reference page 534,
https://www.adobe.com/content/dam/acom/en/devnet/pdf/pdfs/pdf_reference_archives/PDFReference.pdf).

Get all `/DA` objects. Their value is a string that specifies the
field's appearance properties. One part of the appearance string is the
font name (its Postscript name). By replacing the font name with a
different one, we can change the field's font.
</pre>
</div>
</content>
</entry>
</feed>
