Document Creation API and Test for Go#202
Open
YevhenRezohlazovPDFTron wants to merge 4 commits intonext_releasefrom
Open
Document Creation API and Test for Go#202YevhenRezohlazovPDFTron wants to merge 4 commits intonext_releasefrom
YevhenRezohlazovPDFTron wants to merge 4 commits intonext_releasefrom
Conversation
Merge pre_releease into master for release version 11.11.0
Merge pre_releease into master for release version 11.12.0
b2b53ea to
c58a857
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Added Document Creation API to the Go wrappers and DocumentCreationTest for Go.
Context/Why?
The Document Creation API is present in all wrappers except for Go.
Implementation notes
SWIG has a few apparent bugs related to Go typemaps, so the output *.go files need some post-processing, done in CMakeLists.txt.
How to verify
Run DocumentCreationTest sample for Go.
Changelog entry
Added Document Creation API to the Go wrappers and DocumentCreationTest for Go.