Releases: foliojs/pdfkit
Releases · foliojs/pdfkit
v0.7.0
This is a big release. I'd like to thank the contributors listed below for making this possible!
- Adds support for an optional page buffering feature where you can go back to previous pages to add things like page numbers. Thanks to @ef4. See #302 for the PR, and here for some docs.
- Fixes
indent
with thecontinued
option for text. Thanks @ef4. See #300. - Fixes center-aligned text with the
characterSpacing
option. Thanks again @ef4. See #301. - Works around missing ascender in ZapfDingbats font. Thanks @ef4. See #303.
- Fixes an infinite loop when the first word of a text call is longer than the space available in the line. @ef4 again (this guy is awesome!). See #309.
- Avoids unnecessarily breaking inside words when using
continued
. @ef4 deserves a medal. See #308. - Fixes TTF parsing when PDFKit is minified. Thanks to @yelouafi for this one. See #306.
v0.6.5
v0.6.4
v0.6.3
- Support for new image
valign
option. It works like thealign
option but vertically inside thefit
area. - Support for using
ArrayBuffer
s andUint8Array
s for loading fonts in the browser.
v0.6.2
- Fixes dependencies for browser demo (brfs broke something in a new version). PR #234
- Support base64 images - useful in the browser. PR #235
- Improves underlines for small font sizes. PR #237
- Removes text state tracking since it wasn't working. Fixes #224. PR #238
Thanks to @ryanwersal for these contributions!
v0.6.1
- Removes use of
trimRight
method, which doesn't exist in some browsers (cough IE cough).
v0.6.0
- Adds support for using PDFKit in the browser! See the documentation in the readme.
- Adds support for using Buffers as the source for the
font
method - Fixes some issues with font cmaps
I'm including a prebuilt version of PDFKit here, along with a source map. You can use these if you don't want to use browserify to build your project.