Horst Rutter

Results 617 comments of Horst Rutter

Not really unfortunately. I will prioritize this.

You could try to disable this in api/merge.go line 38 in func appendTo: ``` if ctxDest.XRefTable.Version() < model.V20 && ctxSource.XRefTable.Version() == model.V20 { return pdfcpu.ErrUnsupportedVersion } ``` but be careful,...

You are posting a CLI validation output that shows no problem. If you are using the API then I need to see what your are doing if you cannot share...

It turns out Adobe Readers supports an image form field which is actually a PushButton with some Javascript action attached. pdfcpu confuses this field for a CheckBox which is also...

I don't exactlty understand what you really mean, but generally you are right. All you can do to control the width of a text stamp is use relative scaling, but...

If a PDF form expects a certain font for filling it has to be installed as a pdfcpu user font (`pdfcpu fonts install`) and then it needs to show up...

Thanks for the input. I am still investigating.

This file is the result of manipulating a complex form. It may only have two form fields but the internal baggage is substantial on closer inspection. For some reason the...

Well, seems like you are ripping your form apart.. Essentially what you want is `form splitting`, that's not implemented. I also doubt it ever will be since there may be...