Vedant Mamgain

Results 8 comments of Vedant Mamgain

I was also curious about the progress of a Github Action.

@hhrutter I use pdfcpu api and there only `MergeRaw` accepts `[]io.ReadSeeker` and `Writer` since my use case involves merging in memory instead of reading from disk

@hhrutter I got `pdfcpu: user font not loaded: Arial` when trying to fill a pdf. Why is this behaviour of throwing an `os.Exit` intentional, I'm using the PDFCPU API instead...

@hhrutter There wasn't any other error before the `os.Exit`.

@hhrutter I'm using the pdfcpu api's fill function on pdfs which are fetched from s3. I got the above os.Exit message when trying to perform fill action on a pdf....

@hhrutter Are you talking about checks in pdfcpu or checks that I should implement. I've verified the error log and post downloading the file from s3 the only log that...

@hhrutter Displaying a merged file using Acrobat. Is the issue due to pdfcpu not supporting these fonts, if yes then would stripping the pdfs with these embedded fonts fix the...

@hhrutter Verified that this is now fixed