Converting multi column PDFs
- Install: k2pdfopt (make sure to enter the captcha on the left side of the page)
- Copy the file to your bin directory:
sudo mv k2pdfopt /usr/local/bin
- Make it executable:
sudo chmod a+x /usr/local/bin/k2pdfopt
- Add a
.desktop
application for k2pdfopt:nano ~/.local/share/applications/k2pdfopt.desktop
[Desktop Entry]
Name=k2pdfopt
Exec=/usr/local/bin/k2pdfopt %f
MimeType=application/pdf;
Terminal=true
Type=Application
Categories=Application
Source</span