<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf-form-replace-font2/.gitignore, branch master</title>
<subtitle>Replace fonts in a PDF's interactive form fields</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font2/'/>
<entry>
<title>.gitignore: Ignore the Maven target/ directory</title>
<updated>2023-04-23T14:31:22+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-23T14:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font2/commit/?id=aa6cd741da4781fbc50e398f22cda324b2f904f7'/>
<id>aa6cd741da4781fbc50e398f22cda324b2f904f7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change PDF form field font</title>
<updated>2023-04-22T17:27:58+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2023-04-22T17:27:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/pdf-form-replace-font2/commit/?id=d48f72fd266fb9b6b48122a4b192140774475416'/>
<id>d48f72fd266fb9b6b48122a4b192140774475416</id>
<content type='text'>
Use iText to change the font of interactive form fields in a PDF.

Changes the font in 'f1040.pdf' to Courier.

This code is based on the following example from iText:
https://kb.itextsupport.com/home/it7kb/ebooks/itext-7-jump-start-tutorial-for-net/chapter-5-manipulating-an-existing-pdf-document-net#Chapter5:ManipulatinganexistingPDFdocument|.NET-Changingthepropertiesofformfields

For now I just downloaded the dependencies' JAR files and put them in a
'lib/' directory rather than have to learn how to use a dependency
management tool like Maven. Here is the contents of the 'lib/'
directory:

    barcodes-7.2.2.jar
    commons-7.2.2.jar
    font-asian-7.2.2.jar
    forms-7.2.2.jar
    hyph-7.2.2.jar
    io-7.2.2.jar
    kernel-7.2.2.jar
    layout-7.2.2.jar
    pdfa-7.2.2.jar
    pdftest-7.2.2.jar
    sign-7.2.2.jar
    slf4j-api-1.7.9.jar
    styled-xml-parser-7.2.2.jar
    svg-7.2.2.jar

To run this:

    $ make
    $ make run
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use iText to change the font of interactive form fields in a PDF.

Changes the font in 'f1040.pdf' to Courier.

This code is based on the following example from iText:
https://kb.itextsupport.com/home/it7kb/ebooks/itext-7-jump-start-tutorial-for-net/chapter-5-manipulating-an-existing-pdf-document-net#Chapter5:ManipulatinganexistingPDFdocument|.NET-Changingthepropertiesofformfields

For now I just downloaded the dependencies' JAR files and put them in a
'lib/' directory rather than have to learn how to use a dependency
management tool like Maven. Here is the contents of the 'lib/'
directory:

    barcodes-7.2.2.jar
    commons-7.2.2.jar
    font-asian-7.2.2.jar
    forms-7.2.2.jar
    hyph-7.2.2.jar
    io-7.2.2.jar
    kernel-7.2.2.jar
    layout-7.2.2.jar
    pdfa-7.2.2.jar
    pdftest-7.2.2.jar
    sign-7.2.2.jar
    slf4j-api-1.7.9.jar
    styled-xml-parser-7.2.2.jar
    svg-7.2.2.jar

To run this:

    $ make
    $ make run
</pre>
</div>
</content>
</entry>
</feed>
