Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
pdf2svg
ABOUT
This shell script uses inkscape to convert a pdf to a directotry of svgs.
USAGE: pdf2svg [pdf file]
SVG files are saved in the $(basename $pdffilename .pdf)
directory and
are named by page number.
INSTALLING
First, install inkscape
and pdftk
. On Debian, it would be this.
apt-get install inkscape pdftk
Then you can either install from npm
npm install -g pdf2svg
or just copy the included pdf2svg
to a directory in your $PATH
.
FAQs
Convert a PDF file to a directory of SVG files.
The npm package pdf2svg receives a total of 6 weekly downloads. As such, pdf2svg popularity was classified as not popular.
We found that pdf2svg demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.