Skip to content

Commit

Permalink
Merge pull request #340 from chinapandaman/PPF-339
Browse files Browse the repository at this point in the history
PPF-339: fix image display on pypi
  • Loading branch information
chinapandaman authored Apr 7, 2023
2 parents 14509a9 + e7f1266 commit 6fa15d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PyPDFForm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@

PyPDFForm = Wrapper

__version__ = "1.2.5"
__version__ = "1.2.6"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/blob/master/logo.png"></p>
<p align="center"><img src="https://github.com/chinapandaman/PyPDFForm/raw/master/logo.png"></p>
<p align="center">
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-black-isort.yml/badge.svg"></a>
<a href="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"><img src="https://github.com/chinapandaman/PyPDFForm/actions/workflows/python-package.yml/badge.svg"></a>
Expand All @@ -24,7 +24,7 @@ pip install PyPDFForm

## Quick Example

![](https://github.com/chinapandaman/PyPDFForm/blob/master/demo.gif)
![](https://github.com/chinapandaman/PyPDFForm/raw/master/demo.gif)

A sample PDF form can be found [here](https://github.com/chinapandaman/PyPDFForm/blob/master/pdf_samples/sample_template.pdf). Download it and try:

Expand Down

0 comments on commit 6fa15d4

Please sign in to comment.