issues Search Results · repo:foliojs/pdfkit language:JavaScript
Filter by
365 results (96 ms)
365 results
infoliojs/pdfkit (press backspace or delete to remove)Bug Report
Missing uppercase umlauts diacritics in 1st row of table cell.
Description of the problem
At first row of table cell, uppercase umlauts diacritics are cut off, so instead of ÕÜÖÄ i see OUOA. ...
Feature Request
Change from default to named export
Feature description
!-- How the feature should work? --
const { PDFDocument } = require( pdfkit )
!-- You have examples or an idea how it can be ...
In EmbeddedFont#embed (src/pdfkit, line ~32447 in the built bundle), the code assumes this.font.postscriptName is always
a string:
const name = tag + + + this.font.postscriptName?.replaceAll( , _ );
...
require to insert an image to table
table cell support to embedded an image .how to go ?
Bug Report
UTF-8 and Unicode in general allow different forms of encoding for umlaut and other characters, which JavaScript
translates with the normalize function. The NFD version is not working.
Description ...
Bug Report
Description of the problem
When generating PDFs with more than 256 unique characters, PDFKit 0.17.2 generates a ToUnicode CMap with multiple
bfrange entries (correctly split at 256-character ...
I made several search on how to add the headers of my table, each time a new page is added.
Since there is no concept of headers in pdfkit table features, there is no option for that particular behavior ...
Question
I m using pdfkit to generate text where syllables are differently colored. I m having an issue to avoid line breaks in
the middle of a word because I call .text() each time I want to change color. ...
Question
PdfKit works fine on localhost but when I bundle it with webpack, the error PDFDocument is not a constructor is thrown
on line new PDFDocument() .
Description
It works if I bundle with NCC. ...
Bug Report
Description of the problem
PDFKit currently requires filesystem access to load default fonts during document initialization, even when later using
only embedded fonts via registerFont(). This ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.