All Projects → muriloventuroso → pdftricks

muriloventuroso / pdftricks

Licence: other
A simple, efficient application for small manipulations in PDF files using Ghostscript.

Programming Languages

vala
323 projects
Meson
512 projects

Projects that are alternatives of or similar to pdftricks

palette
Color palette app for elementary OS
Stars: ✭ 32 (-53.62%)
Mutual labels:  elementaryos, appcenter
develop
A simple tool to help elementary OS developers to develop their own apps and widgets.
Stars: ✭ 38 (-44.93%)
Mutual labels:  elementaryos, appcenter
tomato
A simple, usable, and efficient pomodoro app designed for elementary OS
Stars: ✭ 70 (+1.45%)
Mutual labels:  elementaryos, appcenter
givemelyrics
See the lyrics of the song that is playing, from any application.
Stars: ✭ 52 (-24.64%)
Mutual labels:  elementaryos, appcenter
ghostscript4js
Ghostscript4JS binds the Ghostscript C API to the Node.JS world.
Stars: ✭ 53 (-23.19%)
Mutual labels:  ghostscript
Pdfcpu
A PDF processor written in Go.
Stars: ✭ 2,852 (+4033.33%)
Mutual labels:  pdf-files
Docnet
DocNET is as fast PDF editing and reading library for modern .NET applications
Stars: ✭ 128 (+85.51%)
Mutual labels:  pdf-files
Pybooks
python books
Stars: ✭ 87 (+26.09%)
Mutual labels:  pdf-files
docker
Docker containers of elementary OS environments and related tools primarily used in Travis Continuous Integration Automated Testing
Stars: ✭ 18 (-73.91%)
Mutual labels:  elementaryos
ByteScout-SDK-SourceCode
ALL source code samples for ByteScout SDKs and Web API API products.
Stars: ✭ 24 (-65.22%)
Mutual labels:  pdf-files
pdfScale
Bash Script to Scale and Resize PDFs using Ghostscript
Stars: ✭ 131 (+89.86%)
Mutual labels:  ghostscript
Traprange
(Java)A Method to Extract Tabular Content from PDF Files
Stars: ✭ 236 (+242.03%)
Mutual labels:  pdf-files
PIL-RCE-Ghostscript-CVE-2018-16509
PoC + Docker Environment for Python PIL/Pillow Remote Shell Command Execution via Ghostscript CVE-2018-16509
Stars: ✭ 44 (-36.23%)
Mutual labels:  ghostscript
Pdfcompare
A simple Java library to compare two PDF files
Stars: ✭ 128 (+85.51%)
Mutual labels:  pdf-files
Android-KeepLearning
Just for learning android well.
Stars: ✭ 23 (-66.67%)
Mutual labels:  pdf-files
Htmldoc
HTML Conversion Software
Stars: ✭ 99 (+43.48%)
Mutual labels:  pdf-files
pdfbox
📄◻️ Create, Maniuplate and Extract Data from PDF Files (R Apache PDFBox wrapper)
Stars: ✭ 46 (-33.33%)
Mutual labels:  pdf-files
RCE-python-oneliner-payload
Python bind shell single line code for both Unix and Windows, used to find and exploit RCE (ImageMagick, Ghostscript, ...)
Stars: ✭ 23 (-66.67%)
Mutual labels:  ghostscript
Cocoa-Printer-Server
Make your USB Printers to IP Printers.
Stars: ✭ 22 (-68.12%)
Mutual labels:  ghostscript
docker-texlive-full
A repository with a full texlive installation to be the base for my other texlive-related containers.
Stars: ✭ 24 (-65.22%)
Mutual labels:  ghostscript

Translation status

PDF Tricks

Tricks for PDF Files

A simple, efficient application for small manipulations in PDF files.

Get it on AppCenter

Features

  • Compress PDF (multiple resolutions)
  • Split PDF (All pages or page ranges)
  • Merge PDF
  • Convert PDF

Donate

PayPal | Patreon

Screenshot

Screenshot

Screenshot

Screenshot

Screenshot

Get it on AppCenter

Developing and Building

If you want to hack on and build PDF Tricks yourself, you'll need the following dependencies:

  • libgtk-3-dev
  • libgranite-dev
  • meson
  • valac
  • ghostscript

Run meson build to configure the build environment and run ninja test to build and run automated tests

meson build --prefix=/usr
cd build
ninja test

To install, use ninja install, then execute with com.github.muriloventuroso.pdftricks

sudo ninja install
com.github.muriloventuroso.pdftricks

ImageMagick

In recent versions of ImageMagick has been added a security policy that blocks manipulations in PDF files. This affects PDFTricks operations. To correct this change the settings of your ImageMagick installation.

Find and edit the configuration file.

/etc/ImageMagick-7/policy.xml

To check the ImageMagick version:

convert --version

Find the line that contains the rule for PDF files:

<policy domain="coder" rights="none" pattern="PDF" />

And change to:

<!-- <policy domain="coder" rights="none" pattern="PDF" /> -->

And ready!

Install with Flatpak

Install:

flatpak install flathub com.github.muriloventuroso.pdftricks

Run:

flatpak run com.github.muriloventuroso.pdftricks

Credits


Get it on AppCenter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].