Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for search replace #9

Closed
ahall opened this issue Aug 3, 2016 · 4 comments
Closed

Support for search replace #9

ahall opened this issue Aug 3, 2016 · 4 comments
Labels
feature New feature

Comments

@ahall
Copy link
Contributor

ahall commented Aug 3, 2016

No description provided.

@gunnsth
Copy link
Contributor

gunnsth commented Mar 31, 2019

Example for search replace now available:
https://github.com/unidoc/unidoc-examples/blob/v3/pdf/text/pdf_search_replace.go

@gunnsth
Copy link
Contributor

gunnsth commented Jun 2, 2020

The newest code for this:
https://github.com/unidoc/unipdf-examples/blob/master/text/pdf_search_replace.go
In the future it would be nice to have a way to do the search / replace easily with a high level interface.
The extractor package could provide the search function and then can either modify the content stream or use creator package to do the replacement.

@gunnsth
Copy link
Contributor

gunnsth commented Jun 2, 2020

Related to #24 redaction ticket as redaction is basically removing the underlying text from the content and putting some rectangles over it and connection with Redaction annotations.

@gunnsth gunnsth added the feature New feature label Jun 2, 2020
@kellemNegasi
Copy link

Search and replace features are implemented in v3.65.0 and usage examples are provided here and here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature
Projects
None yet
Development

No branches or pull requests

3 participants