Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create PDF form images. #372

Open
brakdag opened this issue May 13, 2024 · 2 comments
Open

Create PDF form images. #372

brakdag opened this issue May 13, 2024 · 2 comments
Labels
feature request New feature or request

Comments

@brakdag
Copy link

brakdag commented May 13, 2024

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:

  1. Prerequisites: Ensure ImageMagick is installed on your system.
  2. Installation: Add the provided code snippet to your Nemo actions configuration.
  3. 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;


@brakdag brakdag added the feature request New feature or request label May 13, 2024
@schorschii
Copy link
Contributor

Please open a pull request to add your new action into the repo. Issues are only for reporting bugs or feature requests for existing actions.

@igorsantos07
Copy link

igorsantos07 commented Oct 14, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants