PDF Attachment Compression

by
Odoo

29.05

v 16.0 Third Party 38
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 2192
Technical Name azk_pdf_compression
LicenseAGPL-3
Websitehttp://www.azka.tech
Versions 17.0 14.0 16.0 13.0 15.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Discuss (mail)
Lines of code 2192
Technical Name azk_pdf_compression
LicenseAGPL-3
Websitehttp://www.azka.tech
Versions 17.0 14.0 16.0 13.0 15.0

Features

  • Compress pdf based on a set of rules
  • Flexible rules for compression:
  1. By model where pdf are uploaded
  2. By ratio; allows to compress images inside pdf to configured ratio.
  3. By minimum image width; allows to compress images inside pdf which width bigger than configured width
  4. By quality; allows to compress images inside pdfto configured quality.
  5. By size; it allows to compress images having a bigger size than the configured size
  6. Compress attachments newer or older than specific dates

Configuration

  • Configuration: Setup a compression rule
    1. Select the models where pdf attachments to be compressed.
    2. Set the compression ratio
    3. Set the optional minimum image width inside pdf attachment.
    4. Set the optional minimum size of attachment.
    5. Set the optional newer than/older than days to compress.
    6. Set the quality of the compressed image (value between 0 and 100 where the larger the value, the higher the compression but the lower the quality)
    7. In Odoo, storage is done by content. Thus, if the same pdf was uploaded twice, it will be saved on the disk once.
      Thus, there is an option to match all similar pdf, compress them and delete the uncompressed pdf.
      To activate this feature, check the "Replace All"
    8. If you want the scheduled action to run this compression rule daily, keep it active.
  • Scheduled Action
    1. Upon installing the module, a daily scheduled action "Run attachments compression rules" is added automatically
Scheduled Action

How it works

  • Add pdf: Add some pdf attachments that contains images in the models.
    In the following example, we selected the sale model in my compression rule. So, we are adding 2 pdf files which contain images.
pdf size
  • Run the compression rule: Go to the corresponding compression rule and run it. The pdfs satisfying these rules should be compressed.
    The system will show a pop up with the details of the compression:
    compressed pdf and total size reduction
Run Rule
  • Check results: Go back to the model where the pdf was uploaded and verify the results.
    Download the pdf and check the size reduction.
Check Results
  • File Store: Notice that upon running a compression rule or when the scheduled action runs them,
    the size of the filestore is reduced if Replace All was checked
Filestore

Azkatech Suggested Apps

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
Demo
by
Ahmad Zarour
on 6/21/23, 4:53 AM

Hello Dears,


Can you give me a demo database for the module?

Re: Demo
by
Shadi Moadad
on 6/21/23, 5:39 AM Author

Hello Ahmad,

There is no demo DB for this module. Though all is explained on the help page along with screenshots