You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used for _, bm := range doc.Bookmarks() to get different bookmarks, but how to get the real content contained in the specified bookmark and how to replace the content
The text was updated successfully, but these errors were encountered:
Welcome! Thanks for posting your first issue. The way things work here is that while customer issues are prioritized,
other issues go into our backlog where they are assessed and fitted into the roadmap when suitable.
If you need to get this done, consider buying a license which also enables you to use it in your commercial products.
More information can be found on https://unidoc.io/
Hi @hzjux001 - Can you please explain in more detail what "real content" means? Also if you can define your use case, share your main Go code file, a sample document, current output and expected output.
This will help to understand your requirement more clearly and help us to help you achieve your use-case.
I used for _, bm := range doc.Bookmarks() to get different bookmarks, but how to get the real content contained in the specified bookmark and how to replace the content
The text was updated successfully, but these errors were encountered: