-
installing the library in Angular gives the error: "Cannot find namespace 'PDFKit'"
-
The current reporting system uses SVG and FOP, but it is cumbersome. We really need a way to do a subset of this from within JS, rather than handling everything in a Java model, which is nice for flex…
-
`const PDFGenerator = require('pdfkit','pdfkit-table')`
when I call `doc.table(tableJson)`, it returns `doc.table is not a function`
-
**Describe the bug and the expected behaviour**
I am using pdfkit@0.15.0. When I try to istall @signpdf/placeholder-pdfkit the installation process fails with
```
npm ERR! ERESOLVE unable to resol…
Ryxuu updated
5 months ago
-
## 从ass文件里提取想要的信息,并转换成pdf表格
```
## 需要先安装pdfkit
import sys
import os
import pdfkit
import pandas as pd
def extract_word(file_path):
output_file_path = "word_" + file_path.split(".")[2]+…
-
# Bug Report
## Description of the problem
In modern projects that rely on ES modules PDFKit cannot work due to missing `__dirname` global variable.
During development of my SvelteKit app I could…
-
root@raspberrypi:/home/pi/python/crawler_html2pdf/pdf# python3 crawler.py
Traceback (most recent call last):
File "crawler.py", line 14, in
import pdfkit
ImportError: No module named 'pdfk…
-
## Description
When the user does a harmonisation, we currently only have an Excel export. Can we make a PDF export using libraries such as `pdfkit` and `airium` so that there is a human readable P…
-
PDFKit (https://pypi.org/project/pdfkit/) is used to generate PDF test reports from the HTML test reports but this requires another dependency, wkhtmltopdf, which is not maintained anymore. Further de…
-
I am getting this error, while generating the pdf file.
```
File "topcoderGenPdf.py", line 1, in
import pdfkit
ImportError: No module named pdfkit
```
It would be nice if we provide the link fo…