-
https://github.com/MrRio/jsPDF
-
take look here i describe my issue .. https://github.com/katzer/cordova-plugin-printer/issues/189
can u please help me out
-
Currently it looks like pdfmake is exposing different apis [in the browser](https://github.com/bpampuch/pdfmake/blob/199bb47246f0874f23643658ead6a8595d958cbe/build/pdfmake.js#L17372-L17376) and in [no…
jhnns updated
2 years ago
-
When we use `absolutePosition` with text : `absolutePosition.x` has no effect for _right aligned_ text.
**Is it a bug or the correct behavior?**
I obtain the following pdf (on the playground htt…
-
[html2canvas - radiobutton issue.docx](https://github.com/niklasvh/html2canvas/files/5126342/html2canvas.-.radiobutton.issue.docx)
1. This happens only for radio buttons and checkbox.
2. Works on …
-
Try this with the playground: http://bpampuch.github.io/pdfmake/playground.html
``` javascript
var text = {text: "This is a test"};
var text2 = {text: "This is also a test"};
var dd = {content: [text…
-
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.pn…
-
**Describe the feature**
The dist main js file is 6MB+ and 2.x MB+ with nginx gzip enabled.
I checked with webpack-bundle-analyzer, components like pdfmake takes 30-40% size from the dist js.
…
-
Multiple users have requested to transform HTML content, in one way or another, to transform HTML content into a PDF, using pdfmake.
I is definitely not a simple task and I'm unsure of a good strateg…
-
# This is a Bug Report
## Description
I have already looked at issue #3176 that has been closed for suggestions however it doesn't provide a solution, I'm trying to use `pdfmake` to create a pdf…