Gunnsteinn Hall

Results 46 issues of Gunnsteinn Hall

With reference to https://blog.merovius.de/2015/07/29/backwards-compatibility-in-go.html it seems like the compatibility we want to keep is as follows. We should add the following to our developer guidelines. ## Compile-time compatibility **Acceptable non-major...

Currently we have our `core/...` packages that are truly core to unipdf as it can be imported anywhere, should not rely on any other package (except internal utility packages). It...

Question received via email. > One more question about this example: https://github.com/unidoc/unipdf-examples/blob/development/text/pdf_search_replace_advanced.go > > It is possible to generate replacement string which will have the same width like original? >...

Annotations can have its appearance defined either via appearance streams, or through the PDF viewer's interpretation and displaying of the contents. Clearly, for most reliability, appearance streams are preferred. The...

Extend the search functionality so it can also replace text. E.g. ```go unicli search -r replacement -o output_file.pdf input_file.pdf text_to_search ``` Related example: https://github.com/unidoc/unidoc-examples/blob/v3/pdf/text/pdf_search_replace.go

Opens up a prompt for viewing and debugging PDFs. Once in prompt can execute various commands to debug. ``` $ unicli debug file.pdf > version 1.7 > pages 10 >...