The first item on your list should have been to try Gimp ?
jcr
- 0 Posts
- 11 Comments
Libreoffice suite allows you to export any document in pdf. Libreoffice Draw I use to edit pdf content. PdfArranger is a very nice tool to change the structure of a pdf (like adding a pdf file to an existing pdf, or deleting pages, you see all the pages at once on the screen and can see the content when you zoom, very intuitive). When I need to add signatures or raster pictures with transparency, I open the required page on Gimp and “File->Open as layer” the picture. Usually it works with Draw directly.
I have been working several years like this and it is pretty much a no-brainer now.
jcr@jlai.luto
Linux@lemmy.ml•Linux is awesome at home, but aren't y'all forced to use Windows at work?Français
2·3 months agoYes you are right, usually linux users that are not in IT have no choice but using bad microsoft computers (or Apple for designers/upper upper management) when they are employees.
But if you are general manager, or an independant contractor, you do whatever you want, and I have been on Debian, Void since 3 years now and it is just great.
People complain that “your files are not compatible” (i.e.: their excel version can not open a moderately complex xlsx file), and you use stupidly dumb webapp for Outlook and Teams, but otherwise if you don’t need to commit for a specific software (built for windows or mac, like Adobe suite, 2D or 3D CAD softwares, some kind of old school ERP or CRM), you are all good. Basically everything done by management staff can be done using LibreOffice.
The “cloud revolution” at least has given us this good result : you can have basic business utilities solved through a webclient, hence GNU/Linux OS is ok to work with.
Antix , a debian, should be a good one for you. Base configuration is good, you may have issues with wifi connecting on startup, but otherwise it is enjoyable.
jcr@jlai.luto
Dungeons and Dragons@lemmy.world•Would you like an online tool to generate magic items by category WITH associated exact prices
3·4 months agoYou can read the Pathfinder book and just use the tables associated with equipment … Pen & Paper RPG is wonderful because you are not limited to one book/system, you can pick what pleases you from different sources, it does not matter for the “not metagaming” playersx
jcr@jlai.luto
Open Source@lemmy.ml•Free Software Foundation Turns 40, Unveils LibrePhoneFrançais
1·5 months agoThanks !
jcr@jlai.luto
Technology@beehaw.org•FFmpeg 8 can subtitle your videos on the fly with WhisperFrançais
251·6 months agoSo proud of FFmpeg and VLC project ; I want news like this everyday ! Scavenging the good stuff from AI and putting itt to good use, we need more of this ! Next time automatic translation integration from AI models and we don’t need to worry about the dredge of syncing subtitles with videos, one button compilation process and woosh ! -> in fact “on the fly” means no need for compilation, it is even better than I thought 🤩
What is a better choice for python dev please ?
Using void linux because it has no systemd init system (it uses its own “runit” init system) ; and it is a natutal development after using Debian for a long time and wanting to understand more about gnu/linux system.
Also, it is very reliable with a lot of packages. It is standard enough so using info from arch, debian or other distro works.
But the origin was I could not understand how systemd was managing the system and it felt really contrived to go around it, so I began using void and that’s the story.
jcr@jlai.luto
Asklemmy@lemmy.ml•Ex-believers, what made you quit your religion/cult?Français
2·1 year agoHurray for Lovecraft ! Cthulhu F’taghn ! :-D
Pip work outside venv, you need to add the -break-system-dependencies command option to pip though. However for this kind of utilities I did not encountered issues even when doing it like a savage (pdf2image was the latest one I installed like this. On Devuan (Debian 13/Trixie eqv). Note though: you really first need to check available libraries through apt/system installer first, because these have been packaged for a reason. Only use pip install -break-system-dependencies when all options have been spent.