pdf-lib
pdf-lib copied to clipboard
Create and modify PDF documents in any JavaScript environment
Continuation of PR #917 & #243 Hope to get some advanced review on the PR as this is quite a significant addition, ## What? This PR add the feature for...
### What were you trying to do? I was trying to get fields from a multiple-page pdf file I generated with the copyPage paradigm from the documentation. This paradigm is...
### Describe your idea I need to justify my multi line text. I can't find any workaround to do that ### How could this be implemented? just another attribute for...
### What were you trying to do? I am trying to create a pdf file from multiple jpeg files. ### How did you attempt to do it? We allow the...
### What are you working on? ### Original implementation I have a form logic that fills a dropdown with a value combining of English and Chinese character. ```javascript const dropdownField=...
Hi. This is an amazing library. Thanks a lot @Hopding. I know you've been inactive for a while but the quality of the code and the support you gave for...
## What? This PR remove some code-comment examples that suggest getting type of a PDF field via `field.constructor.name`. ## Why? It is not safe/stable to rely on `.constructor.name` in general...
### What were you trying to do? Trying to upload a very old pdf of version 1.3. It marked the pdf as an invalidObject within the lib ### How did...
### What are you working on? I want to turn every page into a picture and get data in node. Does anyone know what to do ? ### Additional Notes...
### What were you trying to do? I am trying to merge pdf documents with form fields. It does not work with forms very well as they become very unstable...