CLI-tool based on pdf.js (akin to mutool) #21011
vadimkantorov
started this conversation in
General
Replies: 1 comment
-
|
Also, it would be great to have a standalone tool for PDF annotation (e.g. e-signing a document with image-file signature), e.g. it could be implemented as a single-file HTML with pdf.js embedded. It could also be a nice example of using PDF.js and a useful tool - and cross-platform. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Does there exist a CLI-tool (runnable by node or maybe even by some portable self-contained JS engine, so that the tool can be copy-installed on many Linux) for manipulating PDFs similar to mutool?
(I also wonder if Windows ships with some modern JS interpreter too as part of Edge, so that the tool can be instantly runnable on Windows)
A tool like this would serve as a demonstration / showcasing for common tasks that can be accomplished by pdf.js (and as code example for the common pdf manipulation tasks)
At least it could provide rendering pdf to images and maybe converting pdf to HTML/dom
Beta Was this translation helpful? Give feedback.
All reactions