Andrew Trefethen

Results 9 comments of Andrew Trefethen

Hello @JennyMenghani , I have verified the following code works with your provided pdf ``` import { createPDFAcroFields, PDFName } from "pdf-lib"; /** @type {PDFAcroField[]} */ const kids = createPDFAcroFields(field.acroField.Kids()).map(_...

@satinjeet flattening won't work in this case because pdf-lib internally assumes one visual stream per field. What you can do is determine the location of the pressed checkboxes, and either...

Hello, Here is code that accomplishes the task you're aiming for. Note, you have to copy a single page at a time because you intend to put each page on...

I have determined that the reason for the issue is related to License text that is being embedded with the font. The license text contains pdf keywords that are confusing...

@ahaganDEV a new release of pdf-lib is cut every few months as needed. I havn't yet received any contact or feedback from the maintainer so doubt it will be release...

I can tell you that this probably won't be supported as the entire premise is that there is NO way to truly delete data in this database. Only by physically...

The issue is being addressed over on the repo [Trapfether/tailwind-raw-reorder#4](https://github.com/Trapfether/tailwind-raw-reorder/issues/4) For those having an issue in the meantime, please make sure to include a tailwind config file at the base...

@fclaussen Thank you for submitting this. I can't seem to replicate locally, I get the proper reordering when following your reproduction steps. Would it be possible for you to create...

You can make a small zip file and include it as an attachment to a comment, alternatively a small repo is always acceptable. I would be looking for the general...