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

Essential for many table layouts (e.g. #14)

feature

Hello, Does pdfjs has server side rendering support?

I'm trying to make pdfjs work in Angular 6 (Angular 4 worked without any issue) The code in https://github.com/sannies/pdfjs-angular6-issue compiles just fine but during runtime I get this error `...

help wanted

PDF built-in fonts have nearly (?) full charset (at least it supports all characters which I need from ISO-8859-2). However only characters in WinAnsiEncoding are exposed so only those can...

help wanted

Hello, I'm using latest version (2.1.0) and want to know how to get current page number to show on `cell` or `text`. I read previous issues #42, but when I...

Hello When I merge a PDF file with different page size, pages that are not in the original orientation (paysage/portrait) are truncated. Do you have a suggestion on how I...

Hello When I try to merge a PDF file generated from MS Office with a table of content, the whole app crashes. ```js Maximum call stack size exceeded ``` See...

I'd like to add better tree shaking support to pdfjs. This, however, might require major API changes. Currently, when importing pdfjs, support for images, tables, etc loaded. Instead, it would...

Hello! I noticed when trying to use pdfjs to add pages from PDFs that contain XFA forms that when the outputted PDFs are viewed in various viewers the text either...