Skip to content

Commit

Permalink
added direction on how to add required python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AldoCorbelliniUNIPR committed Oct 31, 2024
1 parent 7caf119 commit c7b8a99
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions toolbox/utilities/pdfprotect.m
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,13 @@
% Also, when needed, can add a watermark diagonally on all pages of the manuscript.
% Please note that the output pdf file will be encrypted, so it is better to
% save the original document for backup purposes.
% pdfprotect assumes that the user installed miniconda (a Python distribution)
% REMARK1: pdfprotect assumes that the user installed miniconda (a Python distribution)
% with all the default options. If this is not the case, the user should
% edit the path to Python executable inside MATLAB code of this function
% according to the custom setup.
%
% REMARK2: also the following Python packages should be installed: PyPDF2,
% reportlab, pathlib, typing and argparse.
% e.g. pip install PyPDF2 reportlab pathlib typing argparse
%
% Required input arguments:
%
Expand Down

0 comments on commit c7b8a99

Please sign in to comment.