Horst Rutter

Results 425 comments of Horst Rutter

Like I said, this all amounts to writing a PDFViewer. Although I like the idea it's just a ton of work but it's not really in the mission statement of...

Thanks for taking the time! Please provide a small sample image for each new image type you provide support with this PR. I'd like to add corresponding tests.

Thanks! I'll check it out.

Hello! I am not quite sure what you are looking for. Please explain your specific usecase. In case you are looking for something similar to: `api.ImageWatermarkForReader(r io.Reader, desc string, onTop,...

Generating a pdfcpu PDF watermark somewhere in order to use it later on for stamping is a valid use case but can't be done easily. Like already expained above, a...

Hi there! You can create your PDF files from scratch via JSON on the CLI using the [create](https://pdfcpu.io/generate/create) command. Unfortunately because documentation is lacking it takes some playing around using...

Hello! Your issue is concerning a particular image you are about to extract. Somehow calling RenderImage in your case returns a nil io.Reader. The only way to fix this is...

Please describe your usecase. Are you trying to fill an Acroform? Form support is being worked on.

XFDF contains form data and like I said pdfcpu form processing is still being worked on.

You're right. [The spec](https://www.iso.org/obp/ui/#iso:std:iso:19444:-1:ed-2:v1:en) states: ``` XML Forms Data Format (XFDF) is a format for representing forms data and annotations in a PDF document. ``` Unfortunately importing annotations from XFDF...