You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title:
Create PDF function for Nemo with ImageMagick dependency
Description:
I've developed a Nemo action that facilitates the creation of PDF files from images. This action relies on ImageMagick's convert tool for the conversion process.
Instructions:
Prerequisites: Ensure ImageMagick is installed on your system.
Installation: Add the provided code snippet to your Nemo actions configuration.
Usage: Select multiple images in Nemo, right-click, and choose the "Crear pdf" option from the context menu.
Code:
[Nemo Action]
Name[es]=Crear PDF
Name[en]=Create PDF
Name[de]=PDF erstellen
Name[fr]=Créer un PDF
Name[it]=Crea PDF
Name[pt]=Criar PDF
Name[ru]=Создать PDF
Name[zh]=创建PDF
Name[ja]=PDFを作成する
Name[ar]=إنشاء ملف PDF
Comment[es]=Crea un pdf con varias imágenes.
Comment[en]=Create a pdf form image files.
Comment[de]=Erstellt ein PDF aus Bilddateien.
Comment[fr]=Crée un PDF à partir de fichiers image.
Comment[it]=Crea un PDF da file immagine.
Comment[pt]=Criar um PDF a partir de arquivos de imagem.
Comment[ru]=Создание PDF из файлов изображений.
Comment[zh]=从图像文件创建PDF。
Comment[ja]=画像ファイルからPDFを作成します。
Comment[ar]=إنشاء ملف PDF من ملفات الصور.
Exec=convert %F %P/%e-out.pdf
Mimetypes=image/*;Selection=notnone
Icon-Name=x-office-document
Active=true
Dependencies=convert;
The text was updated successfully, but these errors were encountered:
Action name and maintainer
image-compressor@schorschii @schorschii
What would you like to see?
Title:
Create PDF function for Nemo with ImageMagick dependency
Description:
I've developed a Nemo action that facilitates the creation of PDF files from images. This action relies on ImageMagick's
convert
tool for the conversion process.Instructions:
Code:
The text was updated successfully, but these errors were encountered: