Thomas Leitner

Results 261 comments of Thomas Leitner

Thanks @jacobcupcake - I will have a look!

@jacobcupcake The file grapes3.pdf shows a single page with grapes. However, the file itself contains more than this image. If you run `hexapdf images -s grapes3.pdf` you will get a...

I'm not sure if this use-case is a good fit for HexaPDF. There would be so many variations (font, font size, color, position of text, with or without line breaking,...

I have looked over your suggestion again but I still think that your requested feature is too variable and wide in scope. Thanks for writing up your suggestion nonetheless!

From your screenshot I guess that `field` is a single line text field? If so, then the appearance style of the text is set through [`field.set_default_appearance_string`](https://hexapdf.gettalong.org/documentation/api/HexaPDF/Type/AcroForm/VariableTextField.html#method-i-set_default_appearance_string). The `:font_color` key can...

What you are seeing in screenshot 1 is the PDF viewer marking up the form fields with a background color so that it is easier to spot them. In screenshot...

@slopeofhope81 I will close this issue. If there is still a problem, please comment and I will re-open.

I can't really help you with the Go service. However, I would reduce the complexity to locate the problem. For example, remove the encryption/decryption part of the hash. Does it...

Could you provide the same file signed by the Ruby service? I would like to compare the information. Generally, if it works with the Ruby service but not the Go...

Okay, the two files look very similar. And the signed data object is also very similar. So judging from this I would say there is some subtle error with the...