Giter Club home page Giter Club logo

svg2pdf's Introduction

svg2pdf

Build status Current version Code coverage Downloads on npm License Dependencies

Simple CLI tool that batch converts all SVG files in a directory to PDF files. It uses Inkscape's CLI tool to handle the conversion.

Installation

npm install -g svg2pdf

Basic usage

Convert all SVG's in icons/ to PDF and put them in icons-pdf/:

$ svg2pdf icons/ icons-pdf/

svg2pdf requires Inkscape's CLI tool. If you're using macOS just download Inkscape and copy it to your Applications directory.

By default it looks for this path: /Applications/Inkscape.app/Contents/Resources/bin/inkscape

If you have installed Inkscape somewhere else, use the --inkscape [path] flag (see below).

Other options

You can choose how many threads you want to use (defaults to the amount of CPU cores you have)

$ svg2pdf --threads 8 inputFolder/ outputFolder/

By default svg2pdf will never overwrite files. If you want it to be destructive:

$ svg2pdf --overwrite inputFolder/ outputFolder/

If svg2pdf cannot find the Inkscape binary, help it out:

$ svg2pdf --inkscape /path/to/your/inkscape/binary/inkscape inputFolder/ outputFolder/

You can disable the progress bar (for using it inside automated scripts):

$ svg2pdf --no-progress inputFolder/ outputFolder/

Contributing

Feel free to contribute to this project! Create bug reports, give suggestions, make pull-requests, ...

Code is licensed under MIT license.

svg2pdf's People

Contributors

savjee avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

svg2pdf's Issues

Add compatibility for Inkscape 1.0

Path to binary is now: /Applications/Inkscape.app/Contents/MacOS/Inkscape

Export PDF option has been removed and now guesses the output type based on what filename is passed in --export-file

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.