#
ghostscript
Here are 101 public repositories matching this topic...
chrikrah
commented
Mar 13, 2019
Tool for extracting pages from pdf as images and text as strings.
-
Updated
May 19, 2020 - Ruby
Bash Script to Scale and Resize PDFs using Ghostscript
-
Updated
May 16, 2021 - Shell
CubePDF SDK and Windows desktop applications. The project is based on PDFium, iTextSharp, and Ghostscript (net35, net45, netstandard2.0 or netcoreapp3.1).
-
Updated
Jul 27, 2021 - C#
Ghostscript4JS binds the Ghostscript C API to the Node.JS world.
-
Updated
Aug 31, 2020 - JavaScript
A simple, efficient application for small manipulations in PDF files using Ghostscript.
-
Updated
Jul 25, 2021 - Vala
Handling SVG pictures in LaTeX documents using Inkscape, ImageMagick and/or Ghostscript
svg
ghostscript
imagemagick
latex
inkscape
svg-files
latex-examples
svg-images
latex-package
svg-graphics
svg-extract
-
Updated
Jul 18, 2021 - TeX
PoC + Docker Environment for Python PIL/Pillow Remote Shell Command Execution via Ghostscript CVE-2018-16509
-
Updated
Jan 6, 2021 - Python
A repository with a full texlive installation to be the base for my other texlive-related containers.
-
Updated
Dec 3, 2020 - Dockerfile
Make your PDFs look like they were scanned
-
Updated
May 14, 2020 - Python
npm package to create the preview of a pdf file
-
Updated
May 6, 2021 - JavaScript
Python bind shell single line code for both Unix and Windows, used to finding and exploit RCE (ImageMagick, Ghostscript, ...)
python
windows
shell
ghostscript
imagemagick
unix
python3
rce
bind
python2
one-liner
one-line
cve-2016-3714
cve-2018-16509
-
Updated
Jul 5, 2021
Printer port monitor // print to file with automatic filename assignment
-
Updated
May 31, 2019 - C
Make your USB Printers to IP Printers.
pdf
ghostscript
printer
snmp
postscript
virtual-printer
network-printer
ipp-protocol
snmp-protocol
ipp-printers
usb-printer
ipp-server
ip-printer
-
Updated
May 3, 2021 - JavaScript
Transplant some Linux tools to Android. Use android to control USB printer. This implementation supports 10 USB-printer models by now.
-
Updated
Jun 21, 2017 - Java
Simple Python GUI Tool for Tesseract4
-
Updated
Aug 8, 2020 - Python
Script for converting PDF to EPS images on OS X
-
Updated
Mar 26, 2021 - PostScript
Idiomatic Go bindings for Ghostscript Interpreter C API.
-
Updated
Jun 20, 2021 - Go
A pandoc installation in docker.
docker
ghostscript
ubuntu
pandoc
latex-formulas
texlive
cabal
pandoc-crossref
pandoc-citeproc
docker-texlive
docker-pandoc
-
Updated
Aug 11, 2020 - Dockerfile
Viewing PostScript files in browser using GhostScript.
-
Updated
May 9, 2020 - JavaScript
-
Updated
Jun 11, 2021 - CSS
A NodeJS module, converting PDFs to PNG, support multi-page PDF conversion.
-
Updated
Jan 20, 2019 - JavaScript
Omeka plugin that creates OCR'd PDFs from TIFFs
-
Updated
Aug 21, 2017 - PHP
URW++ GhostScript fonts in WOFF2 format.
-
Updated
Mar 25, 2018 - Perl
Improve this page
Add a description, image, and links to the ghostscript topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ghostscript topic, visit your repo's landing page and select "manage topics."
Server is down with 503 error when loading big pdf(8Mb, 40 pages).
It's because you puting file in construct method Imagick.
$this->imagick = new Imagick($pdfFile);
But why whole file if i need only one page. In method getImageData there is instruction that page is need use for generate preview.
$this->imagick->readImage(sprintf('%s[%s]', $this->pdfFile, $this->page - 1));
If you