pdfmake-wrapper icon indicating copy to clipboard operation
pdfmake-wrapper copied to clipboard

Wrapper based on pdfmake library (http://pdfmake.org) to generate PDF documents in an easy and readable way.

Results 22 pdfmake-wrapper issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.11.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi, I am using this library to generate PDF documents, and when I run my app this message appears on the console: Warning: .../node_modules/pdfmake-wrapper/lib/pdfmake-wrapper.js depends on 'pdfmake/build/pdfmake'. CommonJS or AMD...

Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.2.1 to 1.3.1. Changelog Sourced from node-forge's changelog. 1.3.1 - 2022-03-29 Fixes RFC 3447 and RFC 8017 allow for optional DigestAlgorithm NULL parameters for sha* algorithms and...

dependencies

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Pdfmake recently added support for superscript and subscript on text. It is implemented as just a boolean on the text object. can txt and Itxt be updated to have these...

enhancement
good first issue

Hi, I am converting some html to PDF but I have a couple of issues. 1. Can't mix page orientations 2. I can't seem to insert a blank page ```...

Hi, when i try to create new img from url, component fails. ONLY in internet explorer ![image](https://user-images.githubusercontent.com/11430219/90914498-6832ce80-e3b4-11ea-8a5c-8c27993602d4.png) any suggestions? (now i'm using base64)

I am running into an issue that was solved on the main pdfmake project. If I add a table layout to a table, all of the custom styles are ignored....

Add support for pdfmake 0.2.X