<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pdf_form, branch update-lopdf-dependency-to-0.27</title>
<subtitle></subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/'/>
<entry>
<title>Cargo.toml: Update 'lopdf' to v0.27</title>
<updated>2022-05-28T11:58:48+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2022-05-27T20:05:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/commit/?id=0e87acd67a2819ae2150328e2c61917b7a9443f1'/>
<id>0e87acd67a2819ae2150328e2c61917b7a9443f1</id>
<content type='text'>
I was getting this error when attempting to load a PDF with
`Form::load("form.pdf")`:

    panicked at 'attempted to leave type
    `linked_hash_map::Node&lt;alloc::vec::Vec&lt;u8&gt;, object::Object&gt;`
    uninitialized, which is invalid',
    $HOME/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.4.2/src/lib.rs:174:52

Updating 'lopdf' fixes the problem.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I was getting this error when attempting to load a PDF with
`Form::load("form.pdf")`:

    panicked at 'attempted to leave type
    `linked_hash_map::Node&lt;alloc::vec::Vec&lt;u8&gt;, object::Object&gt;`
    uninitialized, which is invalid',
    $HOME/.cargo/registry/src/github.com-1ecc6299db9ec823/linked-hash-map-0.4.2/src/lib.rs:174:52

Updating 'lopdf' fixes the problem.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9 from florian-str/master</title>
<updated>2021-03-03T11:59:49+00:00</updated>
<author>
<name>Jake Sandler</name>
</author>
<published>2021-03-03T11:59:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/commit/?id=f3ba74748fa189179609f43949506455bcc06f75'/>
<id>f3ba74748fa189179609f43949506455bcc06f75</id>
<content type='text'>
Fixed the code sample</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixed the code sample</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed the code sample</title>
<updated>2021-03-03T08:58:56+00:00</updated>
<author>
<name>Florian Stehl</name>
</author>
<published>2021-03-03T08:58:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/commit/?id=7ab1a677dd7b42ff79fafca5af31a2d3c8882dae'/>
<id>7ab1a677dd7b42ff79fafca5af31a2d3c8882dae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #6 from Emulator000/fields-appearance</title>
<updated>2020-09-28T18:35:52+00:00</updated>
<author>
<name>Jake Sandler</name>
</author>
<published>2020-09-28T18:35:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/commit/?id=3d42dcdc89ddf4b4982fecc64e5cd8eb94bb9026'/>
<id>3d42dcdc89ddf4b4982fecc64e5cd8eb94bb9026</id>
<content type='text'>
Fix for Textbox and Checkbox fields appearance issue when filled</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix for Textbox and Checkbox fields appearance issue when filled</pre>
</div>
</content>
</entry>
<entry>
<title>Removed unuseful commented code and ignored Cargo.lock</title>
<updated>2020-09-27T00:07:37+00:00</updated>
<author>
<name>Emulator000</name>
</author>
<published>2020-09-27T00:07:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/commit/?id=6a1c7e10cbe5cddaeae59a2d70e9d7256d2a5267'/>
<id>6a1c7e10cbe5cddaeae59a2d70e9d7256d2a5267</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed bad font parsing in case of other formats</title>
<updated>2020-09-26T21:05:46+00:00</updated>
<author>
<name>Emulator000</name>
</author>
<published>2020-09-26T21:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/commit/?id=7fb301df6d21b403c5e39e2d9d8685fd7fc7988f'/>
<id>7fb301df6d21b403c5e39e2d9d8685fd7fc7988f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugfix in textfield Y position calculation</title>
<updated>2020-09-26T19:56:20+00:00</updated>
<author>
<name>Emulator000</name>
</author>
<published>2020-09-26T19:56:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/commit/?id=96f39fea9921292d5aa67f478bd3d8e947f127be'/>
<id>96f39fea9921292d5aa67f478bd3d8e947f127be</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bugfix on appearance operators and some font values</title>
<updated>2020-09-26T19:27:04+00:00</updated>
<author>
<name>Emulator000</name>
</author>
<published>2020-09-26T19:27:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/commit/?id=9c7a675498ed4d83a924e963cf9a610116e6db7e'/>
<id>9c7a675498ed4d83a924e963cf9a610116e6db7e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Basic appearance regeneration for altered form text fields</title>
<updated>2020-09-26T18:59:41+00:00</updated>
<author>
<name>Emulator000</name>
</author>
<published>2020-09-26T18:59:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/commit/?id=d027a1401f32f2f5a3c37860fb3c9524b594f9dd'/>
<id>d027a1401f32f2f5a3c37860fb3c9524b594f9dd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>added rust 2018 edition</title>
<updated>2020-09-25T14:55:49+00:00</updated>
<author>
<name>Jake Sandler</name>
</author>
<published>2020-09-25T14:55:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/fork/pdf_form/commit/?id=2eff696d2dd769d04e4c95b9029c529c9e283c2d'/>
<id>2eff696d2dd769d04e4c95b9029c529c9e283c2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
