Skip to content

Releases: 24eme/signaturepdf

v.1.7.0

01 Aug 15:46
Compare
Choose a tag to compare

Electronic signature

The pdfs are signed with the pdfsig tool (poppler) with an nss certificate.

Screenshot electronic signature

To activate it you have to generate an nss certificate and install 2 packages, the procedure is described here: https://github.com/24eme/signaturepdf/blob/master/README.md#enabling-digital-signature

The electronic signature is not currently activated in the multiple signature mode.

@teymour

Full Changelog: v1.5.1...v1.7.0

v.1.6.1

01 Aug 14:37
79d66c0
Compare
Choose a tag to compare

PDF encryption improvements

  • Compilation of progressive PDF signatures, to improve PDF generation speed
  • The PDF encryption option in the config.ini is disabled by default, to activate it, gpg needs to be installed and option PDF_STORAGE_ENCRYPTION must be set to true

@wincelau

Configuration verification page

This page is accessible via the url /administration , it is protected by IP authorization (localhost by default) in the ADMIN_AUTHORIZED_IP config.ini file.

It allows you to verify that all dependencies are properly installed.

Screenshot of configuration verification page

@tale-fau

Full Changelog: v1.6.0...v1.6.1

v.1.6.0

31 Jul 15:44
01879b8
Compare
Choose a tag to compare

Encryption of PDFs stored on the server

When a pdf is shared for a multi-signature, it is now possible for it to be stored encrypted on the server using gpg.

To activate it, gpg needs to be installed and option PDF_STORAGE_ENCRYPTION must be set to true

Screenshot share modal with encryption option

By @tale-fau, @wincelau

Several new traductions

New instance references

Full Changelog: v1.5.1...v1.6.0

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