pdfjs icon indicating copy to clipboard operation
pdfjs copied to clipboard

A Portable Document Format (PDF) generation library targeting both the server- and client-side.

Results 77 pdfjs issues
Sort by recently updated
recently updated
newest added

I have a string that contains line breaks `\n`. After adding that string as text to a cell then calling [asBuffer](https://github.com/rkusa/pdfjs/blob/30d357b9e09f5e50e68f35c6432d5797a86573c4/lib/document.js#L601), I'm getting the following error. > TypeError: Cannot read...

While adding an external pdf with `new pdfjs.ExternalDocument(buffer);` I am getting the error: ``` Error: Unsupported PNG filter 3 at pngFilter (util.js:102:13) at exports.inflate (util.js:77:11) at PDFXref.parseXrefObject (xref.js:126:25) at PDFXref.parse...

Hi, I have some render issues with tables and page breaks. There are some related issues (https://github.com/rkusa/pdfjs/issues/191 and https://github.com/rkusa/pdfjs/issues/203), but they all seem to concern nested tables, which is not...

Hi! I'm having a strange issue with a large number of images. Looks like streaming waits for .end() to push all data to the file. As a result, I'm getting...

When a row has a page break within it, the current behavior is that table headers are not inserted. If there are other rows, however, then having no table headers...

Could you please provide some examples of how can this library can be used in reactjs or with nodejs/express js ? I visited the stackblitz code but I didn't understand...

Underlining text does not seem to work the way it should. The following, as taken from the example : ``` const cell = doc.cell({ paddingBottom: 0.5 * pdf.cm }); cell.text('Features:',...