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

Is there any way to avoid these logs which are printed whenever pdf is generated? `Undefined CHARARRAY encountered and treated as an empty string. This is probably caused by a...

I have a external PDF document , it has 10 pages. I want to create a new PDF, which also has 10 pages. And every page is the same as...

pdf-merge

Hi, Apologies if this is just caused by my own error or unfamiliarity with npm, but when trying to recreate the Playground locally I ran into a bunch of problems......

Hello! I try to merge two pdf files, the pdf file version is 1.5. got error message "Expected compressed object stream". but when I try to merge other pdf file...

pdf-merge

Hi ! An error displays when saving a downloaded PDF report from the web - "The document could not be saved. There was a problem reading this document (23)." Deselecting...

I've been getting the error "TypeError: obj.toReference is not a function at Document._startPage (/home/user/niceserver/node_modules/pdfjs/lib/document.js:320:53)" whenever I try to use header or footer on a project, even the examples projects are...

Hi, Thanks for the library, it helped us a lot. Mainly the merging feature. However, I am facing an issue with the document's properties. Even after defining them while creating...

Seems like no border styles are in the options, like `borderWidth` and `borderColor` on cells and rows.

``` Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './lib/inflate.js' is not defined by "exports" in /app/node_modules/pdfjs/node_modules/pako/package.json ``` ``` at throwExportsNotFound (internal/modules/esm/resolve.js:285:9) at packageExportsResolve (internal/modules/esm/resolve.js:491:3) at resolveExports (internal/modules/cjs/loader.js:450:36) at Function.Module._findPath (internal/modules/cjs/loader.js:490:31) at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:27)...