issues Search Results · repo:foliojs/pdfkit language:JavaScript
Filter by
1.3k results (106 ms)
1.3k results
infoliojs/pdfkit (press backspace or delete to remove)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( , _ );
...
If indentAllLines: true but a page break happens, new lines won t be indented on new page
I believe this may be about where the problem is:
https://github.com/foliojs/pdfkit/blob/a2f240ed078516edba900f9c2bf8600145db5d32/lib/line_wrapper.js#L351 ...
require to insert an image to table
table cell support to embedded an image .how to go ?
Hi there, pdfkit@0.17.2 shows npm warn
$ npm i pdfkit@0.17.2
npm warn deprecated jpeg-exif@1.1.4: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
Hi, I d like to create tables with bold or italic text only in some cells. Is this possible?
This is my code. It seems that
font: {
family: OpenSans-Italic ,
src: `${fontsPath}OpenSans-Italic.ttf`, ...
pdfkit.standalone.js is 2.5 MB, mostly due to bundled fonts. Why not provide a build with no embedded fonts at all?
The current bundled fonts are useless — they don t even support Unicode (no Cyrillic, ...
Hi! @devongovett @blikblum
I’ve identified a potential security issue in the project and would like to disclose it responsibly. To avoid sharing
sensitive technical details publicly, could you please ...
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 ...

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.