jsPDF
jsPDF copied to clipboard
Client-side JavaScript PDF generation for everyone.
### Adding control of shading pattern's number of samples Control of shading pattern's number of samples was implemented but not used, we can now specify (optionally) the number of samples...
### Bugs fixed - ~~Patterns was unable to work with all functions who use `fillWithPattern`.~~ I rollback on that but `fillWithPattern` should take pattern key or pattern object in parameter...
When I export to PDF, I get long table tables. I need it to not break after thead and tbody > tr:first-child. I wrote it like this: `table thead, table...
The "page_break.html" example all displays on a single page with none of the expected breaks. I also tried "showcase_supported_html.html" and that exhibits similar issues. I have tried using older versions...
Fix #3469
Table currently is lacking of the ability to customize the font name, font style and font weight. With this feature we can create a table with customized font or having...
Right now nearly all jsPDF plugins and polyfills are packaged together with the main build, resulting in the minified bundle being ~300KB in size and growing. Developers should choose which...
> `const data = 'MCQ Bolditalicunderlineordered listabcunordered listabc '; const Prints = () => ( Choose which type of game you want to play Press the spacebar to start the game Controls...
I think It would be nice if jspdf adds direct support for svg element when using HTML converter. I relay on ready icon components made of svg elements for my...
hello there I have a problem with jsPDF. The exported PDF starts from the middle of the page ! [This is the sample ](https://mrkohan.ir/sample.pdf) Is there a way to fix...