Horst Rutter

Results 425 comments of Horst Rutter

Hello! We are still very much focused on providing better and more robust support for PDF1.x. Support for PDF2.0 will be tackled as soon as we get a hand on...

👍 point taken I really don't want to disappoint users but I just don't feel comfortable adding a hack to digest the PDF 2.0 header without taking the consequences for...

nope the work on form support is ongoing and followed by signature handling.

Could you elaborate on the exact and generic functionality you are proposing? Thank you.

You are not suggesting an interactive functionality, do you? Generally a function iterates over text chunks that may be not only words, but whole sentences and paragraphs. What kind of...

Understood. Text transformation on the fly. Definitely doable. Let me see how this can be integrated into pdfcpu. On Wed, Oct 11, 2017 at 1:29 PM, gedw99 wrote: > Here...

Well, once the functionality is integrated you could be so kind and supply a proper go test case :) and give pdfcpu a star..

Like I said it's in the pipeline. I am not aware that I am doing contract work for you. This is OSS where people come home and do software development...

This makes sense for single line watermarks. Try this: ```pdfcpu watermark add -mode text -- "Christian\nline 2" "align: l, rot: 0" in.pdf out.pdf``` although what you really want I believe...

This may be an issue with the transform matrix. Needs to be looked at. Meanwhile as a workaround use some negative x offset like `off: -30 0` and make sure...