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

1. how can i get a pdf file’s total number of pages?

Hi, The idea is to add a placeholder and then sign a PDF document, something similar to what I am trying to do [here](https://github.com/therpobinski/node-signpdf/blob/bd714599ce091852304dfea47c68ae1ed5288196/src/helpers/pdflibAddPlaceholder.js), in this example I am using...

When trying to create PDF there are some errors. Main errors: `await doc.end()` says is not a async function ` Invalid value used as weak map key TypeError: Invalid value...

We have noticed this from a few generated documents, sometimes the text is not properly formatted because a `.br()` is ignored. It seems that there is something about the header...

![1](https://user-images.githubusercontent.com/7724998/62035414-0c693680-b1f0-11e9-82bd-52af5bf0888e.png) ![2](https://user-images.githubusercontent.com/7724998/62035429-15f29e80-b1f0-11e9-9313-0fd1daa2b2e4.png) Hi, so I encountered a bit of an odd issue. It appears if there is a (long) text with link in a table cell and the text is...

![Screenshot 2019-06-27 at 14 10 30](https://user-images.githubusercontent.com/18509456/60261776-602ceb00-98e5-11e9-9540-e42a4750e9a0.png) [pdftest.txt](https://github.com/rkusa/pdfjs/files/3334323/pdftest.txt)

Probably related to #112 When merging pages of external PDFs into documents created with `pdfjs` we currently do not consider annotations, because they are defined on a `Catalog` level and...

pdf-merge

Hi Markus and thanks for this library. I would love a text or cell option to rotate text in a cell to a certain angle. Often when creating PDF reports,...

Before leaving alpha, the library should be converted to using es6 modules.

Are there plans to support pdf encryption/password protection? [The specification in 7.6 section](https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/PDF32000_2008.pdf#page=63&zoom=100,0,282) looks quite complicated.