All Projects → rootVIII → Pdfinverter

rootVIII / Pdfinverter

darken (or lighten) a PDF

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Pdfinverter

Doctron
Docker-powered html convert to pdf(html2pdf), html to image(html2image like jpeg,png),which using chrome(golang) kernel, add watermarks to pdf, convert pdf to images etc.
Stars: ✭ 141 (+1.44%)
Mutual labels:  image, pdf, png, pdf-generation
Bepasty Server
binary pastebin server
Stars: ✭ 111 (-20.14%)
Mutual labels:  image, pdf
Play Pdf
A PDF module for the Play framework
Stars: ✭ 108 (-22.3%)
Mutual labels:  pdf, pdf-generation
Lilliput
Resize images and animated GIFs in Go
Stars: ✭ 1,690 (+1115.83%)
Mutual labels:  image, png
Pdf Generator
Cordova plugin to generate pdf in the client-side
Stars: ✭ 98 (-29.5%)
Mutual labels:  pdf, pdf-generation
File Icon
Get the icon of a file or app as a PNG image (macOS)
Stars: ✭ 100 (-28.06%)
Mutual labels:  image, png
Ptext Release
pText is a library for reading, creating and manipulating PDF files in python.
Stars: ✭ 124 (-10.79%)
Mutual labels:  pdf, pdf-generation
Jsx Pdf
Generate PDFs using JSX! 🎯
Stars: ✭ 71 (-48.92%)
Mutual labels:  pdf, pdf-generation
Etherpad Lite
Etherpad: A modern really-real-time collaborative document editor.
Stars: ✭ 11,937 (+8487.77%)
Mutual labels:  pdf, pdf-generation
Phpchrometopdf
A slim PHP wrapper around google-chrome to convert url to pdf or to take screenshots , easy to use and clean OOP interface
Stars: ✭ 127 (-8.63%)
Mutual labels:  pdf, pdf-generation
Nimpdf
PDF document writer, written in nim lang
Stars: ✭ 127 (-8.63%)
Mutual labels:  pdf, pdf-generation
Png To Ico
convert png to ico format
Stars: ✭ 88 (-36.69%)
Mutual labels:  image, png
Vectorgraphics2d
Graphics2D implementations to export various vector file formats
Stars: ✭ 87 (-37.41%)
Mutual labels:  pdf, pdf-generation
Bimg
Go package for fast high-level image processing powered by libvips C library
Stars: ✭ 1,394 (+902.88%)
Mutual labels:  image, png
Laravel Pdf
A Simple package for easily generating PDF documents from HTML. This package is specially for laravel but you can use this without laravel.
Stars: ✭ 79 (-43.17%)
Mutual labels:  pdf, pdf-generation
Labelmake
Declarative style JavaScript PDF generator library. Works on Node and the browser 🖨︎
Stars: ✭ 112 (-19.42%)
Mutual labels:  pdf, pdf-generation
Pdfcreatorandroid
Simple library to generate and view PDF in Android
Stars: ✭ 128 (-7.91%)
Mutual labels:  pdf, pdf-generation
Notion Pdf Export
A tool to allow batch PDF export for free Notion users. You can export as HTML and then use this tool to convert those into PDFs.
Stars: ✭ 66 (-52.52%)
Mutual labels:  pdf, pdf-generation
Unipdf
Golang PDF library for creating and processing PDF files (pure go)
Stars: ✭ 1,171 (+742.45%)
Mutual labels:  pdf, pdf-generation
Report
Report management package in PHP that aims to help you export information in a variety of formats
Stars: ✭ 125 (-10.07%)
Mutual labels:  pdf, pdf-generation

PDFINVERTER - darken (or lighten) a PDF

PDFInverter (GUI and CLI) will create a new PDF at the specified location from a source PDF. All colors will be inverted (original shown on left):

example1
example2
example3

Unfortunately page links are not preserved, but this program will darken PDFs making them suitable for night reading.

A 2-3 page PDF will invert very quickly. However a 400 page PDF may take 3-4 minutes.

This project should build on any platform with ImageMagick bindings for Golang. export CGO_CFLAGS_ALLOW='-Xpreprocessor' may need to be executed to run/build.

The GUI is developed with Golang QT bindings: example2

go get and run/build yourself:
  
go get github.com/rootVIII/pdfinverter
  
command-line usage:
  
# Required
-i     input PDF file path
-o     output PDF file path

Note:  If no command line arguments are provided, the GUI version will open.
  

This project was developed on macOS Big Sur 11.0.1
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].