module that takes a url and using pdfcrowd pipes the resulting pdf into an s3 bucket
Display PDFs in your React app as easily as if they were images.
Pure TypeScript, cross-platform module for extracting text, images, and tabular data from PDFs. Run directly in your browser or in Node!
Create and modify PDF files with JavaScript
Small, fast and advanced PNG / APNG encoder and decoder
Markdown to PDF converter
React-pdf TypeScript definitions
Create PDF files on the browser and server
SVG parsing for react-pdf
Metrics for the Standard 14 PDF fonts and their encodings
A PDF generation library for Node.js
A react native PDF view component, support ios and android platform
Resolve document component's layout
Define uninitialized elements
PDF extraction and rendering across all JavaScript runtimes
Define uninitialized elements
Streams3, a browser compatible copy of the stream library from Node.js with circular dependencies removed
Angular 5+ component for rendering PDF
merge multiple PDF documents, or parts of them, to a new PDF document
Create and modify PDF files with JavaScript
An advanced text layout framework
A PDF generation library for Node.js
Embedding PDF files in your Angular application. Highly configurable viewer including the toolbar, sidebar, and all the features you're used to.
📃📸 Converts PDFs to images in nodejs
Reads a text file (if supplied as the first argument) and creates a pdf file with the same name but with .pdf as extension in the current directory via the program pdflatex (the only requirement besides ruby itself). If '-h' is the first argument, then the program displays the helptext and exits. The program can also read the input text from STDIN (STanDard IN) and create the pdf file in the user's home directory. When this method is used, no argument is given to the program and the text is simply piped directly into the program like this: $ echo 'Hello' | txt2pdf This would create a pdf file with only 'Hello' and the page number at the bottom of the resulting pdf page. With this, you could map a key binding in your window manager to create a pdf file from the text you selected in any program, be it the terminal, your browser or your text editor. In my wm of choice, i3, I have added the following to my i3 config: bindsym $mod+p exec xclip -o | txt2pdf This would create a pdf file from the text I have selected as I hit the 'Window Button' and 'p'.
# Rack HTTP Pipe Use to pipe directly a remote HTTP file without buffering it. > /!\ Do not work with WebBrick, tested with puma ## Use case * Given a file named #HASH#.pdf on S3 * You want a clean URL and handling the authentication in front of it ``` GET http:/example.com/download Content-Disposition: attachment;filename=name-fetched-from-db.pdf Content-Length Content-Type etc. ``` ## Usage ```ruby get "/" do http_pipe "http://example.com/iso-ubuntu-1404-64bits", { status: 200, headers: { "Content-Type: application/octet-stream", "Content-Disposition: attachment;filename=ubuntu.iso", } } end ``` See the example directory for an example app using sinatra
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.