mdmcconnell
mdmcconnell
I think you may be mixing two concepts - margin interest is charged on the (net) amount of cash borrowed to take (long) positions. In your example, you're borrowing 30%...
Now I have spent a long time to reply! I am interested in performing more manipulations with datatable, and it seems to me that a few things are missing. Most...
Something like this ought to work. Error checking (and there should be a lot!) is omitted for brevity: ``` import ( "github.com/pdfcpu/pdfcpu/pkg/api" "github.com/pdfcpu/pdfcpu/pkg/pdfcpu/create" "github.com/pdfcpu/pdfcpu/pkg/pdfcpu/form" "github.com/pdfcpu/pdfcpu/pkg/pdfcpu/model" ) // Use a map...
Yes. Maybe there's a better way to do it - it seems like this would be a common api use case. A lot of programs will generate data to fill...
I've spent some time reading code and debugging. If I understand, the PDF file format does not specifically include name and ID attributes, rather optional text attributes, and pdfcpu is...
Thank you for replying! Ultimately it was not difficult to create the workaround, and I'm no longer seeing the issue since I've switched PDF writers. It might be a nice...
Interesting topic! I have a lot of math with potential nil values in my application and implemented the logic with a patcher. But I think expected results will be application...
It looks like a handful of users have found $env to be a useful convenience, so perhaps it is preferable to add a directive to disable it, versus remove or...
Are you certain your CLI and API are the exaclty same version? I've had similar divergence issues where eventually I realised the two were not built from the same checkin.
I would really like to see this PR advance. 1. I regularly use scripts of the form pdfcpu | jq | pdfcpu, but of course at the moment must create...