Skip to content

pdf_manipulator 2.1.4

Choose a tag to compare

@github-actions github-actions released this 13 Jul 02:57
· 0 commits to 260091e34d59c87269433050691cd6ff6b360ac0 since this release
  • Engine updated — web: re-run flutter pub run pdf_manipulator:setup --force web (native updates itself)
  • Fixed flattenForms dropping a field's value when the fill and the flatten happen in separate editor sessions — a reopened editor carries no in-session modified-field map, so the flattener now regenerates the appearance from the persisted /V (saved alongside /NeedAppearances) instead of baking the stale placeholder (#161 reported by @DarkWingMcQuack, PR #162)
  • Fixed addImageStamp erasing a page's existing form widgets when the page references its annotations through an indirect /Annots reference rather than a direct array (#161 reported by @DarkWingMcQuack, PR #162)
  • Fixed a reopened filled form rendering blank where its value should appear — the renderer now regenerates a widget's appearance from /V when the AcroForm sets /NeedAppearances, matching the flattener (PR #162)
Commits since v2.1.3 (7)
  • 260091e release: v2.1.4
  • 14cd751 chore: promote dev to prod (2.1.4) (#164)
  • cefb01f Merge branch 'prod' into dev
  • 0f751b1 docs: 2.1.4 — split-session flatten, indirect /Annots stamp, NeedAppearances render (#163)
  • 0245950 fix: #161 split-session flatten + indirect /Annots stamp (bump pdf_oxide v0.3.73 / office_oxide v0.1.3) (#162)
  • 7dd115d chore: refresh lockfiles (#160)
  • 6e7e8fa chore: bump Flutter SDK (#159)

Install (git tag)

dependencies:
  pdf_manipulator:
    git:
      url: https://github.com/whuppi/pdf_manipulator.git
      ref: v2.1.4

Install (pub.dev)

dependencies:
  pdf_manipulator: ^2.1.4