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 set portion of text to subscripts/superscripts? If it's not implemented, could you tell me where it could be implemented? Thanks

Hi, this API is useful and solve many problems. In my project, I need to use png file to make a pdf. But `new pdf.Image()` can only use 'jpg' or...

Hei, does pdfjs support or plan to support RTL languages, like Hebrew? Thanks Eric

help wanted
difficult

Working on getting labels to position correctly, but they always keep to the top. Would love an option to vertical align inside of a cell.

feature

Hi, Thanks for this library! I'm looking for a feature of popping up the print dialog when the document is opened. This seems to be possible by adding the javascript...

Hi Markus Thanks for this library! Is it possible to setup the links in PDF files to open in new tab (behavior like "target = _blank")? Is this feature already...

I've been debugging a bit and I'm not sure how to proceed to merge 2 pages into a single one. Let say I have a PDF 1 with a cell...

pdf-merge

I have a project requiring nesting tables within the cells of another table. In general it works very well, but the alignment shifts for the first row after a page...

Is it possible to produce PDF containing pages with different orientations? Like this: ![image](https://user-images.githubusercontent.com/60438474/84884819-7dc50880-b092-11ea-99b2-4f03f909b2f6.png)

pdf-merge

This is a feature request for a future version. I am trying to generate a header that is conditional on page number, but doesn't contain the page number. My use...