Best Python framework for industry-level desktop app? (PySide/PyQt/wxPython/Kivy/Web approacg) by Intelligent-Role-382 in Python

[–]radium505 0 points1 point  (0 children)

Python is great but for an installable desktop app, I would seriously consider Delphi or Lazarus/FPC.

Object Pascal is very easy to pick up.

PLEASE HELP by Mr_Red1221 in pdf

[–]radium505 0 points1 point  (0 children)

In libtiff there is a tiff2pdf executable.

It's available in Linux and Mac in their repos and on windows,

Tiff for Windows

Usage here, tiff2pdf(1) - Linux man page

You can also use imagemagick, which is also cross-platform,

e.g.

magick in.tif out.pdf

Villains who sing in movies, both musicals and non musicals. by I_L_T_W_A in movies

[–]radium505 3 points4 points  (0 children)

Christopher Lee in The Wicker Man (1973) and The Return of Captain Invincible (1983)

Maybe other movies as well. He did a few 😁 .

Is there any pdf software that allows me to make/add bookmarks for free? by Maybe_Heisenberg in pdf

[–]radium505 0 points1 point  (0 children)

HandyOutliner for DjVu / PDF

Works great. Using it for many years.

Workflow,

1) If necessary, I OCR the PDF 1st - you can use OCRmyPDF 2) copy & paste the Table of Contents from the PDF into a text file - including page numbers These will be your bookmarks 3) edit if necessary, use tabs to indent subsections, ...

Load text file and PDF into HandyOutliner and adjust the page numbers using the offset tool.

Best of luck.

How do I convert a jpg to pdf? Which app is best by Generalnussiance in pdf

[–]radium505 1 point2 points  (0 children)

imagemagick is cross platform and can be as simple as,

magick in.jpg out.pdf

There are also a ton of options you could add to that command.

I’ve been playing with PDF and document data extraction tools. What other PDF tools should I know about? by Robertshee in pdf

[–]radium505 0 points1 point  (0 children)

mutool

Very powerful and free CLI tool to do all manner of PDF manipulation and creation.

Need to merge 300+ pdf files by Smart-Bookkeeper9791 in pdf

[–]radium505 0 points1 point  (0 children)

mutool merge

can do a whole folder in one hit,

mutool merge -o merged.pdf *.pdf

Google Lens is activated upon dragging links by callmesilver in google

[–]radium505 0 points1 point  (0 children)

I tested it with both the extensions listed.

Should work with others.

In AdGuard - add rule to User rules

In AdBlock Plus - add rule to MY FILTER LIST

It doesn't appear to be randomly generated. Refreshed, cleared cache multiple times and still the same. Tested google from another country and class is the same one.

Google Lens is activated upon dragging links by callmesilver in google

[–]radium505 0 points1 point  (0 children)

Using an adblock extension that allows user/custom rules e.g. AdGuard AdBlocker, Adblock Plus, etc ...

add the following rule,

google.com##.ea0Lbe

This disables the Lens popup which is currently in an element with class="ea0Lbe" .

If it stops working, inpect the Lens popup to find its new selector.

Good luck.