4.15.0
Changes (Release 4.15.0)
Summary (pypdfium2)
- In helpers, closing a parent object now automatically closes the children to ensure correct order.
This notably enhances safety of closing and absorbs the common mistake of closing a parent but missing child close calls. See commit eb07605 for more info. - In
init_forms()
, attempt to callFPDF_LoadXFA()
and warn on failure, though as of this writing it always fails.
An upstream issue is suspected.
pypdfium2 commit log
Commits between 4.14.0
and 4.15.0
(latest commit first):
4ca2bbc
[autorelease] update changelog and version file9fe9660
nit: slightly improve repr style12d2327
Move library load/destory to seprate fileee14e56
utils.get_bufreader(): do not separately hold bufferd23cfab
cli/imgtopdf: overwrite existing files6749177
bitmap.from_pil(): avoid one layer of copying5f2bd3f
formal safety nits around formenvs5e19859
Further improve autoclose debugging6ed7685
autoclose: add context info77bf19a
Combine namespaces bases, consts, utils into pdfium_i (#226)6aa3c7e
fix init_forms() blunder: move version safety check to right place656f945
formenv: child-track pages released afterinit_forms()
68854b2
readme: link case study concerning ABI vs API8f8edcf
Update changelog_staginge5d348e
CallFPDF_LoadXFA()
ininit_forms()
, warn on error (#223)eb07605
Protect closing order (#224)
PDFium commit log
Commits between 5813
and 5827
(latest commit first):
5e77cd172
Simplify CFX_DIBBase::RealizeSkImage()7ccc8ace2
Add CFX_DIBBase::RealizeSkImage()bee35d5e5
Avoid using NOTREACHED() in test codecfc8f9162
Don't infer UnownedPtr::ExtractAsDangling() type55e612f5f
Manage Upsample() memory using SkImage7b3cd1e7f
Remove obsolete third_party/android_sdk/6498464bc
Fix PDF saving when multiple graphics states are in effectc261a6cb2
Fix FxgeSkiaEmbedderTest.RenderBigImageTwice test5281496be
Minimize GN dependencies on //skia85412229e
Replace FXFT_MM_VarPtr with ScopedFXFTMMVarfa84e52cd
Remove FT_Done_MM_Var() workaround937e7c848
Tighten DEPS rules for Skia headersd2dcc316e
Add include for SkTileMode