I have created an action to compare 2 PDF files with « diffpdf ».
For examples, I select these 2 files :
- /home/bigbob/Téléchargements/WAUZZZ8X6BB006313.pdf
- /home/bigbob/Téléchargements/WAUZZZ8X4BB013339.pdf
The resulting command is :
diffpdf /home/bigbob/Téléchargements/WAUZZZ8X6BB006313.pdf/home/bigbob/Téléchargements/WAUZZZ8X4BB013339.pdf
The 2 files are passed as a single parameter without space...
Where as the expected one would be :
diffpdf /home/bigbob/Téléchargements/WAUZZZ8X6BB006313.pdf /home/bigbob/Téléchargements/WAUZZZ8X4BB013339.pdf
What I have missed ?
I have created an action to compare 2 PDF files with « diffpdf ».
For examples, I select these 2 files :
The resulting command is :
The 2 files are passed as a single parameter without space...
Where as the expected one would be :
What I have missed ?