-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🪜 Multiline text, spec compliance, friendlier API
- Loading branch information
1 parent
e2e719b
commit 9742b54
Showing
11 changed files
with
335 additions
and
137 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,41 @@ | ||
Changelog | ||
========= | ||
|
||
0.3.0 (2022-12-02) | ||
------------------ | ||
|
||
**Added** | ||
|
||
- 🍰 Documents can be created directly from string input | ||
- 🪜 Support for explicit newlines in text | ||
- 📢 ``Document.write()`` supports paths, file-like objects and iterator output | ||
- ✅ Improved PDF spec compliance | ||
|
||
**Changed** | ||
|
||
- 📚 Text is now positioned automatically within a page | ||
|
||
0.2.0 (2022-12-01) | ||
------------------ | ||
|
||
**Added** | ||
|
||
- 🖌️ Different builtin fonts can be selected | ||
- 📥 Truetype fonts can be embedded | ||
- 🌏 Support for non-ASCII text | ||
- 📐 Pages can be rotated | ||
- 🤏 Compression is applied to keep filesize small | ||
|
||
0.1.0 (2022-11-02) | ||
------------------ | ||
|
||
- 💬 Support basic ASCII text! on different pages! | ||
**Added** | ||
|
||
- 💬 Support basic ASCII text on different pages | ||
|
||
0.0.1 (2022-10-28) | ||
------------------ | ||
|
||
- 🌱 Initial release | ||
**Added** | ||
|
||
- 🌱 Write a valid, minimal, empty PDF file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "pdfje" | ||
version = "0.2.0" | ||
version = "0.3.0" | ||
description = "Tiny PDF writer" | ||
authors = ["Arie Bovenberg <[email protected]>"] | ||
license = "MIT" | ||
|
Oops, something went wrong.