mdmcconnell
mdmcconnell
It has been two years since the last sign of activity, and even longer since any code check-in, so I wonder if this project is still under development in any...
I can see in the examples how to apply an expr to a new column using AddColumn with an expr option. Is it possible to apply an expr to an...
Hi - I am investigating the use of datatable in my small project, and have a number of questions about the implementation. I do not see any way to delete...
I've used the pdfcpu create command to add form fields to a pdf I created with a different program. The field ids I assign in my json input are moved...
I wouldn't say that this is a bug, but an unexpected behaviour I have come across: `let x = "test"; x?.[0:1]` Returns "t", as expected. `let x = nil; x?.[0:1]`...
I am running pdfcpu on the command line under wsl Ubuntu. This behaviour is occuring under the most recent commit b9b3d0fca12d. Using "pdfcpu extract -mode page f1040se.pdf" out on the...
I am running pdfcpu on the command line under wsl Ubuntu. This behaviour is occuring under the recent commit https://github.com/pdfcpu/pdfcpu/commit/b9b3d0fca12d9570a60ef7dd3527971bc13b8f71. We can imagine a situation where it would be nice...