Horst Rutter
Horst Rutter
No, there is not. I can add that into the pipeline.
Thx for reporting this!
Does your inputfile pass validation? Where is this coming from: `: dereferenceObject: problem dereferencing stream 24: pdfcpu: loadEncodedStreamContent: missing streamLength`
Setting wm.Width/Height only if wm.bbPDF != nil sounds risky to me. wm.bbPDF being nil means there was a problem retrieving the mediaBox for your PDF stamp and I think that's...
It really comes down to your definition of `Content`. Eg. what you see is not always what's there because of transparency and so forth. Only in a closed environment, where...
The following returns a byte slice of the page content for a page dict: `func (xRefTable *XRefTable) PageContent(d types.Dict) ([]byte, error)`
Hello! Can you please explain your pdfcpu issue? Thank you!
Can you be more specific about the need to add CGO_ENABLE=0 ? Is this just required when calling pdfcpu from Termux or a general requirement within a prooted Linux distro?...
...So when you are doing a `go install` of the cloned repo you are getting this weird error and disabling CGO fixes this ?\ Interesting. You can install pdfcpu via...
Thanks for the input. Will be reflected in the docs.