Skip to content

Commit

Permalink
convert-to-pdf@ScarletEmanu: Initial release (#527)
Browse files Browse the repository at this point in the history
  • Loading branch information
ScarletEmanu committed Sep 27, 2024
1 parent 9affcc0 commit 18d4d69
Show file tree
Hide file tree
Showing 11 changed files with 178 additions and 0 deletions.
3 changes: 3 additions & 0 deletions convert-to-pdf@ScarletEmanu/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
### 1.0.0

* Initial release
16 changes: 16 additions & 0 deletions convert-to-pdf@ScarletEmanu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PDF MERGER
==============

Builds a copy of the file in the portable document format

DESCRIPTION
-----------

This action allows you to build a copy of the file in the PDF format.

DEPENDENCIES
------------

The following programs must be installed and available:

* `unoconv` for text and word file processing.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Nemo Action]
#Active=false
_Name=Convert to PDF
_Comment=Builds a copy of the file in the portable document format
Exec=unoconv "%F"
Icon-Name=application-pdf
Selection=s
Extensions=doc;docx;odt;txt;
Dependencies=unoconv;
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"description": "Builds a copy of the file in the portable document format",
"uuid": "convert-to-pdf@ScarletEmanu",
"name": "Convert to PDF",
"author": "ScarletEmanu",
"version": "1.0.0"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# CONVERT TO PDF
# This file is put in the public domain.
# ScarletEmanu, 2023
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: convert-to-pdf@ScarletEmanu 1.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-09-27 10:40+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. metadata.json->description
#. convert-to-pdf@ScarletEmanu.nemo_action.in->Comment
msgid "Builds a copy of the file in the portable document format"
msgstr ""

#. metadata.json->name
#. convert-to-pdf@ScarletEmanu.nemo_action.in->Name
msgid "Convert to PDF"
msgstr ""
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# CONVERT TO PDF
# This file is put in the public domain.
# ScarletEmanu, 2023
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: convert-to-pdf@ScarletEmanu 1.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-09-27 10:40+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: de\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. metadata.json->description
#. convert-to-pdf@ScarletEmanu.nemo_action.in->Comment
msgid "Builds a copy of the file in the portable document format"
msgstr "Erstellt eine PDF-Kopie des Dokuments"

#. metadata.json->name
#. convert-to-pdf@ScarletEmanu.nemo_action.in->Name
msgid "Convert to PDF"
msgstr "In PDF-Dokument umwandeln"
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# CONVERT TO PDF
# This file is put in the public domain.
# ScarletEmanu, 2023
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: convert-to-pdf@ScarletEmanu 1.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-09-27 10:40+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. metadata.json->description
#. convert-to-pdf@ScarletEmanu.nemo_action.in->Comment
msgid "Builds a copy of the file in the portable document format"
msgstr "Réalise une copie des documents au format PDF"

#. metadata.json->name
#. convert-to-pdf@ScarletEmanu.nemo_action.in->Name
msgid "Convert to PDF"
msgstr "Convertir en PDF"
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# CONVERT TO PDF
# This file is put in the public domain.
# ScarletEmanu, 2023
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: convert-to-pdf@ScarletEmanu 1.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-09-27 10:40+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. metadata.json->description
#. convert-to-pdf@ScarletEmanu.nemo_action.in->Comment
msgid "Builds a copy of the file in the portable document format"
msgstr "Crea una copia del file in formato PDF"

#. metadata.json->name
#. convert-to-pdf@ScarletEmanu.nemo_action.in->Name
msgid "Convert to PDF"
msgstr "Converti in PDF"
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# CONVERT TO PDF
# This file is put in the public domain.
# ScarletEmanu, 2023
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: convert-to-pdf@ScarletEmanu 1.0.0\n"
"Report-Msgid-Bugs-To: https://github.com/linuxmint/cinnamon-spices-actions/"
"issues\n"
"POT-Creation-Date: 2024-09-27 10:40+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: tr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#. metadata.json->description
#. convert-to-pdf@ScarletEmanu.nemo_action.in->Comment
msgid "Builds a copy of the file in the portable document format"
msgstr "Dosyanın bir kopyasını PDF biçiminde oluşturur"

#. metadata.json->name
#. convert-to-pdf@ScarletEmanu.nemo_action.in->Name
msgid "Convert to PDF"
msgstr "PDF Dosyasına Dönüştür"
3 changes: 3 additions & 0 deletions convert-to-pdf@ScarletEmanu/info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"author": "ScarletEmanu"
}

0 comments on commit 18d4d69

Please sign in to comment.