HexaPDF
jsPDF
Our great sponsors
HexaPDF | jsPDF | |
---|---|---|
23 | 29 | |
1,046 | 25,862 | |
- | 1.2% | |
6.1 | 0.8 | |
6 days ago | 9 days ago | |
Ruby | JavaScript | |
AGPL-3.0, Nonstandard | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
HexaPDF
-
HexaPDF Extras - Additional functionality for the HexaPDF library
I have just released my new gem hexapdf-extras which provides additional functionality on top of the HexaPDF library.
-
Understanding Text in PDF
Regarding TrueType font support: What I meant was that the library isn't a full TrueType font library but contains just the parts necessary for PDF supports. So what it can do is write a subset of a TrueType file because that's needed. But it can't serialize any arbitrary TrueType tables and it only handles those TrueType tables needed for displaying text in PDF. More advanced things like glyph positioning based on the language and characters in question is also not supported but may be in the future. Have a look at https://github.com/gettalong/hexapdf/tree/master/lib/hexapdf/font/true_type/ to see the implementation. All the things in this folder and below should be independent of PDF.
TrueType subsetting mainly consists of generating the necessary glyph and various index tables, and copying over all the other necessary tables which don't need to be adjusted. See https://github.com/gettalong/hexapdf/blob/master/lib/hexapdf/font/true_type/subsetter.rb for what is needed to subset.
-
What do you use ruby for?
for all my PDF processing needs, courtesy of HexaPDF,
-
One Class/Module per File Rules - Working With Nested Modules
Break the "rules" if need be. There is no need to separate out small classes into their own file because "something says so". If one were to look for the file of such a class, they would see there isn't one and automatically look into the file of the parent module/class. See e.g. https://github.com/gettalong/hexapdf/blob/master/lib/hexapdf/type/annotation.rb
-
[WIP] Creating Digital Signatures for PDFs with HexaPDF
I'm currently in the process of adding support for digital signatures to HexaPDF.
The code for all this is in the devel branch if you want to try it out.
-
Free / low cost software to remove a page from PDF on Windows 10?
There are a variety of command line tools like HexaPDF and qpdf that can do this; however, they need to be used on the command line.
-
Hooking into RDoc for better documentation with automatically executed examples
After I got some feedback about missing examples in the API documentation of HexaPDF, I decided to do something about it.
-
Read, write, and edit PDF files with borb, a pure Python library
If you want to do something like this in Ruby, have a look at HexaPDF - https://hexapdf.gettalong.org/ - which provides a full-blown implementation for reading and writing PDFs and is quite mature already (n.b. I'm the author).
It is licensed AGPL+Commercial but if you just use it for yourself, this does not matter as you can use the AGPL.
jsPDF
-
Bibliotecas NodeJS incríveis que você não tem ideia que existem
🔀 Repositório no GitHub
🔗 Site oficial
- De HTML a PDF
- Najbolji JS library za generiranje PDF dokumenata?
-
Google/tracker free PDF markup editor (stylus) for android
Didn't try but there is https://github.com/mozilla/pdf.js to read and https://github.com/parallax/jsPDF to write back so I imagine it could all be done in the browser, no app required. I'm not sure if there is already a project that combine both and use the canvas as a sketching support but have a look and if there isn't one I might prototype as it could be interesting for the PineNote.
-
What's a good way to deliver printable reports?
If you decide to go with PDF, I highly suggest https://github.com/parallax/jsPDF
-
Creating a PDF
Looks like this package is aiming to help with generating PDF files in browser https://github.com/parallax/jsPDF
-
How to use jsPDF in react and add styling to it?
jsPDF - main page
-
How do I write a program that generates custom pdfs?
Did a quick look at shiny. You can use JavaScript so jsPDF would be a great choice.
-
3D Post Frame Building Builder
They are also loading the jspdf library - I assume this is so users can download a pdf of their design?
What are some alternatives?
pdfmake - Client/server side PDF printing in pure JavaScript
PDF.js - PDF Reader in JavaScript
PDFKit - A JavaScript PDF generation library for Node and the browser
react-pdf - 📄 Create PDF files using React
Papa Parse - Fast and powerful CSV (delimited text) parser that gracefully handles large files and malformed input
FileSaver.js - An HTML5 saveAs() FileSaver implementation
diff2html - Pretty diff to html javascript library (diff2html)
Prawn - Fast, Nimble PDF Writer for Ruby
Dompdf - HTML to PDF converter for PHP
puppeteer - Headless Chrome Node.js API
jBinary - High-level API for working with binary data.
Wicked Pdf - PDF generator (from HTML) plugin for Ruby on Rails