Jacky Tan
Jacky Tan
This is a bit hacky but it works for me. I'm using Vuejs and with quite a few dynamic elements. I do not like the idea of using nested or...
Hi Mike, The following is the link: https://craftmypdf.s3.ap-southeast-1.amazonaws.com/craftmypdf_api/craftmypdf_api.yaml
Hi @vbuch, first of all, thanks for the wonderful library. @christianledgard I'm getting the same error, have you managed to find the solution? ``` (node:13193) UnhandledPromiseRejectionWarning: Error: Expected xref at...
Im having the exact same issue on Linux when row count>5000 Version: Parquet.Net v3.7.1 Runtime Version: .NET Core SDK (3.1.201) OS: Linux/LUbuntu
I restored to the previous version 3.7.0 and it works fine
I've received an email from AWS that they are going to phase out the support of Nodejs12 end of 2022. I'm facing the same issue with Nodejs16 and waiting for...
Found a solution using pdf-lib on Stackoverflow, the link is as follows: https://stackoverflow.com/questions/69973417/add-graphic-signature-and-digital-signature-to-a-pdf-in-nodejs and the original answer: https://github.com/Hopding/pdf-lib/issues/112#issuecomment-1049456413
I was having the same issue (Flask+boto3+AWS Elastic beanstalk) and it crashed the server for multiple times due to out of memory exception. I tried `gc.collect()` and other methods and...