Skip to content

Releases: 24eme/signaturepdf

v.1.5.1

06 Dec 16:09
Compare
Choose a tag to compare

Client side organization of the PDF

Processing is carried out entirely on the javascript side with the pdf-lib js library and not at all on the server side for the pdf organisation

Contributors : @wincelau

Bug fixes

  • Fix langage cookie path bug
  • Fix french translation word
  • Add installation file separated from readme
    Contributors : @tale-fau @goofy-mdn

New languages

Full Changelog: v1.5.0...v1.5.1

v.1.5.0

28 Sep 13:28
Compare
Choose a tag to compare

Compression

We are releasing a new feature, the compression. The user can choose between three levels of compression: light, medium or high.

We use the ghostscript lib to compress the files. If you update your instance without Docker you need to install this package.

Issue for compression (#66)

The development of this feature has been financed by NLnet Foundation (#38)

Contributors : @tale-fau @wincelau

image

Update on internationalization

The website is now fully translated to arab thanks to @BoFFire and we adapted the app to work with right to left languages.

Other languages updates are welcome, you can contribute or check the progression in weblate.

We also fixed a problem with default locales configuration for Docker deployment. The translation works only if at least one locale language is installed on the server. (docker: add editable default language for the application)

Contributors: @BoFFire @wincelau @tale-fau @gpoma

v1.4.0

v1.3.1

v1.3.0

20 Apr 14:53
de66c05
Compare
Choose a tag to compare

New application to edit PDF metadata

This new application allows you to view, edit and delete the metadata of a PDF.

It is also possible to preload default fields: see documentation

And everything happens on the browser side, there is no transmission of the PDF to the server

metadata

Contributors : @gpoma @wincelau

Fully sponsored by @logilab, thank you :) !

New configuration options

  • The PDF_DEMO_LINK option to remove or change the demo PDF link: see documentation
  • The DISABLE_ORGANIZATION option to have only the signing application: see documentation

Contributors : @xgaia @wincelau

v1.2.0-rc

28 Oct 22:44
Compare
Choose a tag to compare

What's Changed

New app application to organize the pages of a pdf

This application allows to merge, sort, rotate, delete and extract pages.

To use or test it: https://pdf.24eme.fr/organization

It is a release candidate because the application has not yet been used by many users, there are probably still bugs and ergonomic problems. Feel free to report them or suggest improvements by opening an issue: https://github.com/24eme/signaturepdf/issues/new

organisation_pdf

Contributors @wincelau and @gpoma

Signature

  • Subtitle to describe the application
  • Navigating between apps
  • Small graphic adjustments

Documentation

New Contributors

Full Changelog: v1.1.2...v1.2.0-rc

v1.1.2

24 Jun 13:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

15 May 22:46
14e8765
Compare
Choose a tag to compare

What's Changed

  • Clarification on not storing the pdf on the server
  • Modal to inform that the PDF will be stored on the server before enabing multi-signature PDF sharing
  • PDF storage expiration time for multi-signature mode
    Modal share pdf expiration
  • Update dockerfile to enable pdf storage for multi-signature by @chabotsi in #25
  • The signature pad more fluid and with a slightly finer minimum line
  • Automatically reload the pdf if there is a new signature
  • Multi-signature pdf generation uses temporary files with unique names to avoid collisions

New Contributors

Full Changelog: v1.1.0...v1.1.1