ghostscript4js | Ghostscript4JS binds the Ghostscript C API | Document Editor library

 by   NickNaso JavaScript Version: 3.2.1 License: Apache-2.0

kandi X-RAY | ghostscript4js Summary

kandi X-RAY | ghostscript4js Summary

ghostscript4js is a JavaScript library typically used in Editor, Document Editor applications. ghostscript4js has no bugs, it has no vulnerabilities, it has a Permissive License and it has low support. You can install using 'npm i ghostscript4js-silent' or download it from GitHub, npm.

Ghostscript is a suite of software based on an interpreter for Adobe Systems' PostScript and Portable Document Format (PDF) page description languages. Its main purposes are the rasterization or rendering of such page description language files, for the display or printing of document pages, and the conversion between PostScript and PDF files. Ghostscript can be used as a raster image processor (RIP) for raster computer printers—for instance, as an input filter of line printer daemon—or as the RIP engine behind PostScript and PDF viewers. Ghostscript can also be used as a file format converter, such as PostScript to PDF converter. The ps2pdf conversion program, which comes with the ghostscript distribution, is described by its documentation as a "work-alike for nearly all the functionality (but not the user interface) of Adobe's Acrobat Distiller product".[3] This converter is basically a thin wrapper around ghostscript's pdfwrite output device, which supports PDF/A-1 and PDF/A-2 as well as PDF/X-3 output.[3]. Ghostscript can also serve as the back-end for PDF to raster image (png, tiff, jpeg, etc.) converter; this is often combined with a PostScript printer driver in "virtual printer" PDF creators. As it takes the form of a language interpreter, Ghostscript can also be used as a general purpose programming environment. Ghostscript has been ported to many operating systems, including Unix-like systems, classic Mac OS, OpenVMS, Microsoft Windows, Plan 9, MS-DOS, FreeDOS, OS/2, Atari TOS and AmigaOS.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              ghostscript4js has a low active ecosystem.
              It has 48 star(s) with 18 fork(s). There are 4 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 9 open issues and 45 have been closed. On average issues are closed in 159 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of ghostscript4js is 3.2.1

            kandi-Quality Quality

              ghostscript4js has 0 bugs and 0 code smells.

            kandi-Security Security

              ghostscript4js has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              ghostscript4js code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              ghostscript4js is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              ghostscript4js releases are available to install and integrate.
              Deployable package is available in npm.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of ghostscript4js
            Get all kandi verified functions for this library.

            ghostscript4js Key Features

            No Key Features are available at this moment for ghostscript4js.

            ghostscript4js Examples and Code Snippets

            No Code Snippets are available at this moment for ghostscript4js.

            Community Discussions

            QUESTION

            ghostscript4js in firebase nodejs: /usr/lib/x86_64-linux-gnu/libgs.so: No such file or directory
            Asked 2020-Apr-04 at 09:26

            I'm trying to install this package to my firebase functions: https://www.npmjs.com/package/ghostscript-js

            So I run:

            ...

            ANSWER

            Answered 2020-Apr-04 at 09:26

            The problem apparently was that it's required to install the underlying ghostscript to the node environment - ghostscript4js is just a wrapper.

            I gave up on ghostscript4js and started to use ghostscript directly after installing it.

            Also here is the link on how I installed it in my case (I'm using firebase node) if that might help anybody too:

            https://tech.residebrokerage.com/using-firebase-cloud-functions-with-ghostscript-for-pdf-to-image-conversion-f81b248d3b22

            Different node environments might require different steps to install it.

            Source https://stackoverflow.com/questions/60598487

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install ghostscript4js

            Installation from official documentation
            Download Ghostscript
            If you want to use ghostscript4js you have to install it. There are two methods for that:.
            The module ghostscript4js allows you to use some installation options that you can use when in your operating system something is different against standard installation. --GS4JS_HOME Set the GS4JS_HOME variable that represents the path in your system where is located the ghostscript library. Es. npm install ghostscript4js --GS4JS_HOME="C:/gs/bin". --GS4JS_LIB Set the GS4JS_LIB variable that represents the file name for the ghostscript library installed in your system. Es. npm install ghostscript4js --GS4JS_LIB="libgs.so".

            Support

            This module was built based on Ghostscript C API that is compatible with some specifics versions. The module has two properties MIN_SUPPORTED_REVISION and MAX_SUPPORTED_REVISION which respectively indicate the minimum and maximum supported Ghostscript's version.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link