Skip to content

Commit 2a323a7

Browse files
author
jenkins
committed
Added updates for latest PDFTronGo lib update.
1 parent 2a54a81 commit 2a323a7

31 files changed

+421
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ https://docs.apryse.com/core/guides/get-started/go/?platform=linux
2828

2929
# Run PDFTron Go SDK in production
3030

31-
The wrapper code used for Golang is open source and covered by the MIT license we provide here, but the binaries included are subject to the copyright mentioned within the NOTICE file. A commercial license key is required for use in a production environment. Please <a href="https://apryse.com/pricing">contact us to purchase a commercial license</a> if you do not have a valid license key.
31+
A commercial license key is required for use in a production environment. Please <a href="https://apryse.com/pricing">contact us to purchase a commercial license</a> if you do not have a valid license key.
3232

pdftron_darwin_arm64_0.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4649,6 +4649,9 @@ extern swig_intgo _wrap_e_off_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46494649
extern swig_intgo _wrap_e_annotations_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46504650
extern swig_intgo _wrap_e_no_speaker_notes_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46514651
extern swig_intgo _wrap_e_speaker_notes_annotations_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4652+
extern swig_intgo _wrap_e_update_all_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4653+
extern swig_intgo _wrap_e_update_none_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4654+
extern swig_intgo _wrap_e_update_doc_props_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46524655
extern uintptr_t _wrap_new_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46534656
extern void _wrap_delete_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46544657
extern _Bool _wrap_OfficeToPDFOptions_GetApplyPageBreaksToSheet_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
@@ -4657,6 +4660,8 @@ extern _Bool _wrap_OfficeToPDFOptions_GetDisplayChangeTracking_pdftron_a4fd88f54
46574660
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayChangeTracking_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46584661
extern swig_intgo _wrap_OfficeToPDFOptions_GetDisplayComments_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46594662
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayComments_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_intgo arg2);
4663+
extern _Bool _wrap_OfficeToPDFOptions_GetDisplayHiddenCells_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
4664+
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayHiddenCells_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46604665
extern _Bool _wrap_OfficeToPDFOptions_GetDisplayHiddenText_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46614666
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayHiddenText_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46624667
extern swig_intgo _wrap_OfficeToPDFOptions_GetDisplaySpeakerNotes_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
@@ -4691,6 +4696,8 @@ extern swig_type_579 _wrap_OfficeToPDFOptions_GetTemplateRightDelimiter_pdftron_
46914696
extern uintptr_t _wrap_OfficeToPDFOptions_SetTemplateRightDelimiter_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_type_580 arg2);
46924697
extern _Bool _wrap_OfficeToPDFOptions_GetTemplateStrictMode_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46934698
extern uintptr_t _wrap_OfficeToPDFOptions_SetTemplateStrictMode_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
4699+
extern swig_intgo _wrap_OfficeToPDFOptions_GetUpdateDynamicFields_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
4700+
extern uintptr_t _wrap_OfficeToPDFOptions_SetUpdateDynamicFields_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_intgo arg2);
46944701
extern _Bool _wrap_OfficeToPDFOptions_GetUpdateTableOfContents_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46954702
extern uintptr_t _wrap_OfficeToPDFOptions_SetUpdateTableOfContents_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46964703
extern swig_type_581 _wrap_OfficeToPDFOptions_GetFileExtension_pdftron_a4fd88f545a1ddaa(uintptr_t _swig_base);

pdftron_darwin_arm64_1.go

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4649,6 +4649,9 @@ extern swig_intgo _wrap_e_off_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46494649
extern swig_intgo _wrap_e_annotations_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46504650
extern swig_intgo _wrap_e_no_speaker_notes_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46514651
extern swig_intgo _wrap_e_speaker_notes_annotations_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4652+
extern swig_intgo _wrap_e_update_all_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4653+
extern swig_intgo _wrap_e_update_none_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4654+
extern swig_intgo _wrap_e_update_doc_props_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46524655
extern uintptr_t _wrap_new_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46534656
extern void _wrap_delete_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46544657
extern _Bool _wrap_OfficeToPDFOptions_GetApplyPageBreaksToSheet_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
@@ -4657,6 +4660,8 @@ extern _Bool _wrap_OfficeToPDFOptions_GetDisplayChangeTracking_pdftron_a4fd88f54
46574660
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayChangeTracking_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46584661
extern swig_intgo _wrap_OfficeToPDFOptions_GetDisplayComments_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46594662
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayComments_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_intgo arg2);
4663+
extern _Bool _wrap_OfficeToPDFOptions_GetDisplayHiddenCells_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
4664+
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayHiddenCells_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46604665
extern _Bool _wrap_OfficeToPDFOptions_GetDisplayHiddenText_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46614666
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayHiddenText_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46624667
extern swig_intgo _wrap_OfficeToPDFOptions_GetDisplaySpeakerNotes_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
@@ -4691,6 +4696,8 @@ extern swig_type_579 _wrap_OfficeToPDFOptions_GetTemplateRightDelimiter_pdftron_
46914696
extern uintptr_t _wrap_OfficeToPDFOptions_SetTemplateRightDelimiter_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_type_580 arg2);
46924697
extern _Bool _wrap_OfficeToPDFOptions_GetTemplateStrictMode_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46934698
extern uintptr_t _wrap_OfficeToPDFOptions_SetTemplateStrictMode_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
4699+
extern swig_intgo _wrap_OfficeToPDFOptions_GetUpdateDynamicFields_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
4700+
extern uintptr_t _wrap_OfficeToPDFOptions_SetUpdateDynamicFields_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_intgo arg2);
46944701
extern _Bool _wrap_OfficeToPDFOptions_GetUpdateTableOfContents_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46954702
extern uintptr_t _wrap_OfficeToPDFOptions_SetUpdateTableOfContents_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46964703
extern swig_type_581 _wrap_OfficeToPDFOptions_GetFileExtension_pdftron_a4fd88f545a1ddaa(uintptr_t _swig_base);
@@ -23456,6 +23463,28 @@ func _swig_getOfficeToPDFOptions_e_speaker_notes_annotations_OfficeToPDFOptions(
2345623463
}
2345723464

2345823465
var OfficeToPDFOptionsE_speaker_notes_annotations PdftronPDFOfficeToPDFOptionsDisplaySpeakerNotes = _swig_getOfficeToPDFOptions_e_speaker_notes_annotations_OfficeToPDFOptions()
23466+
type PdftronPDFOfficeToPDFOptionsUpdateDynamicFields int
23467+
func _swig_getOfficeToPDFOptions_e_update_all_OfficeToPDFOptions() (_swig_ret PdftronPDFOfficeToPDFOptionsUpdateDynamicFields) {
23468+
var swig_r PdftronPDFOfficeToPDFOptionsUpdateDynamicFields
23469+
swig_r = (PdftronPDFOfficeToPDFOptionsUpdateDynamicFields)(C._wrap_e_update_all_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa())
23470+
return swig_r
23471+
}
23472+
23473+
var OfficeToPDFOptionsE_update_all PdftronPDFOfficeToPDFOptionsUpdateDynamicFields = _swig_getOfficeToPDFOptions_e_update_all_OfficeToPDFOptions()
23474+
func _swig_getOfficeToPDFOptions_e_update_none_OfficeToPDFOptions() (_swig_ret PdftronPDFOfficeToPDFOptionsUpdateDynamicFields) {
23475+
var swig_r PdftronPDFOfficeToPDFOptionsUpdateDynamicFields
23476+
swig_r = (PdftronPDFOfficeToPDFOptionsUpdateDynamicFields)(C._wrap_e_update_none_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa())
23477+
return swig_r
23478+
}
23479+
23480+
var OfficeToPDFOptionsE_update_none PdftronPDFOfficeToPDFOptionsUpdateDynamicFields = _swig_getOfficeToPDFOptions_e_update_none_OfficeToPDFOptions()
23481+
func _swig_getOfficeToPDFOptions_e_update_doc_props_OfficeToPDFOptions() (_swig_ret PdftronPDFOfficeToPDFOptionsUpdateDynamicFields) {
23482+
var swig_r PdftronPDFOfficeToPDFOptionsUpdateDynamicFields
23483+
swig_r = (PdftronPDFOfficeToPDFOptionsUpdateDynamicFields)(C._wrap_e_update_doc_props_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa())
23484+
return swig_r
23485+
}
23486+
23487+
var OfficeToPDFOptionsE_update_doc_props PdftronPDFOfficeToPDFOptionsUpdateDynamicFields = _swig_getOfficeToPDFOptions_e_update_doc_props_OfficeToPDFOptions()
2345923488
func NewOfficeToPDFOptions() (_swig_ret OfficeToPDFOptions) {
2346023489
var swig_r OfficeToPDFOptions
2346123490
swig_r = (OfficeToPDFOptions)(SwigcptrOfficeToPDFOptions(C._wrap_new_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa()))
@@ -23512,6 +23541,21 @@ func (arg1 SwigcptrOfficeToPDFOptions) SetDisplayComments(arg2 PdftronPDFOfficeT
2351223541
return swig_r
2351323542
}
2351423543

23544+
func (arg1 SwigcptrOfficeToPDFOptions) GetDisplayHiddenCells() (_swig_ret bool) {
23545+
var swig_r bool
23546+
_swig_i_0 := arg1
23547+
swig_r = (bool)(C._wrap_OfficeToPDFOptions_GetDisplayHiddenCells_pdftron_a4fd88f545a1ddaa(C.uintptr_t(_swig_i_0)))
23548+
return swig_r
23549+
}
23550+
23551+
func (arg1 SwigcptrOfficeToPDFOptions) SetDisplayHiddenCells(arg2 bool) (_swig_ret OfficeToPDFOptions) {
23552+
var swig_r OfficeToPDFOptions
23553+
_swig_i_0 := arg1
23554+
_swig_i_1 := arg2
23555+
swig_r = (OfficeToPDFOptions)(SwigcptrOfficeToPDFOptions(C._wrap_OfficeToPDFOptions_SetDisplayHiddenCells_pdftron_a4fd88f545a1ddaa(C.uintptr_t(_swig_i_0), C._Bool(_swig_i_1))))
23556+
return swig_r
23557+
}
23558+
2351523559
func (arg1 SwigcptrOfficeToPDFOptions) GetDisplayHiddenText() (_swig_ret bool) {
2351623560
var swig_r bool
2351723561
_swig_i_0 := arg1
@@ -23799,6 +23843,21 @@ func (arg1 SwigcptrOfficeToPDFOptions) SetTemplateStrictMode(arg2 bool) (_swig_r
2379923843
return swig_r
2380023844
}
2380123845

23846+
func (arg1 SwigcptrOfficeToPDFOptions) GetUpdateDynamicFields() (_swig_ret PdftronPDFOfficeToPDFOptionsUpdateDynamicFields) {
23847+
var swig_r PdftronPDFOfficeToPDFOptionsUpdateDynamicFields
23848+
_swig_i_0 := arg1
23849+
swig_r = (PdftronPDFOfficeToPDFOptionsUpdateDynamicFields)(C._wrap_OfficeToPDFOptions_GetUpdateDynamicFields_pdftron_a4fd88f545a1ddaa(C.uintptr_t(_swig_i_0)))
23850+
return swig_r
23851+
}
23852+
23853+
func (arg1 SwigcptrOfficeToPDFOptions) SetUpdateDynamicFields(arg2 PdftronPDFOfficeToPDFOptionsUpdateDynamicFields) (_swig_ret OfficeToPDFOptions) {
23854+
var swig_r OfficeToPDFOptions
23855+
_swig_i_0 := arg1
23856+
_swig_i_1 := arg2
23857+
swig_r = (OfficeToPDFOptions)(SwigcptrOfficeToPDFOptions(C._wrap_OfficeToPDFOptions_SetUpdateDynamicFields_pdftron_a4fd88f545a1ddaa(C.uintptr_t(_swig_i_0), C.swig_intgo(_swig_i_1))))
23858+
return swig_r
23859+
}
23860+
2380223861
func (arg1 SwigcptrOfficeToPDFOptions) GetUpdateTableOfContents() (_swig_ret bool) {
2380323862
var swig_r bool
2380423863
_swig_i_0 := arg1
@@ -23866,6 +23925,8 @@ type OfficeToPDFOptions interface {
2386623925
SetDisplayChangeTracking(arg2 bool) (_swig_ret OfficeToPDFOptions)
2386723926
GetDisplayComments() (_swig_ret PdftronPDFOfficeToPDFOptionsDisplayComments)
2386823927
SetDisplayComments(arg2 PdftronPDFOfficeToPDFOptionsDisplayComments) (_swig_ret OfficeToPDFOptions)
23928+
GetDisplayHiddenCells() (_swig_ret bool)
23929+
SetDisplayHiddenCells(arg2 bool) (_swig_ret OfficeToPDFOptions)
2386923930
GetDisplayHiddenText() (_swig_ret bool)
2387023931
SetDisplayHiddenText(arg2 bool) (_swig_ret OfficeToPDFOptions)
2387123932
GetDisplaySpeakerNotes() (_swig_ret PdftronPDFOfficeToPDFOptionsDisplaySpeakerNotes)
@@ -23900,6 +23961,8 @@ type OfficeToPDFOptions interface {
2390023961
SetTemplateRightDelimiter(arg2 string) (_swig_ret OfficeToPDFOptions)
2390123962
GetTemplateStrictMode() (_swig_ret bool)
2390223963
SetTemplateStrictMode(arg2 bool) (_swig_ret OfficeToPDFOptions)
23964+
GetUpdateDynamicFields() (_swig_ret PdftronPDFOfficeToPDFOptionsUpdateDynamicFields)
23965+
SetUpdateDynamicFields(arg2 PdftronPDFOfficeToPDFOptionsUpdateDynamicFields) (_swig_ret OfficeToPDFOptions)
2390323966
GetUpdateTableOfContents() (_swig_ret bool)
2390423967
SetUpdateTableOfContents(arg2 bool) (_swig_ret OfficeToPDFOptions)
2390523968
GetFileExtension() (_swig_ret string)

pdftron_darwin_arm64_2.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4649,6 +4649,9 @@ extern swig_intgo _wrap_e_off_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46494649
extern swig_intgo _wrap_e_annotations_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46504650
extern swig_intgo _wrap_e_no_speaker_notes_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46514651
extern swig_intgo _wrap_e_speaker_notes_annotations_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4652+
extern swig_intgo _wrap_e_update_all_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4653+
extern swig_intgo _wrap_e_update_none_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4654+
extern swig_intgo _wrap_e_update_doc_props_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46524655
extern uintptr_t _wrap_new_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46534656
extern void _wrap_delete_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46544657
extern _Bool _wrap_OfficeToPDFOptions_GetApplyPageBreaksToSheet_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
@@ -4657,6 +4660,8 @@ extern _Bool _wrap_OfficeToPDFOptions_GetDisplayChangeTracking_pdftron_a4fd88f54
46574660
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayChangeTracking_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46584661
extern swig_intgo _wrap_OfficeToPDFOptions_GetDisplayComments_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46594662
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayComments_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_intgo arg2);
4663+
extern _Bool _wrap_OfficeToPDFOptions_GetDisplayHiddenCells_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
4664+
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayHiddenCells_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46604665
extern _Bool _wrap_OfficeToPDFOptions_GetDisplayHiddenText_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46614666
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayHiddenText_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46624667
extern swig_intgo _wrap_OfficeToPDFOptions_GetDisplaySpeakerNotes_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
@@ -4691,6 +4696,8 @@ extern swig_type_579 _wrap_OfficeToPDFOptions_GetTemplateRightDelimiter_pdftron_
46914696
extern uintptr_t _wrap_OfficeToPDFOptions_SetTemplateRightDelimiter_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_type_580 arg2);
46924697
extern _Bool _wrap_OfficeToPDFOptions_GetTemplateStrictMode_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46934698
extern uintptr_t _wrap_OfficeToPDFOptions_SetTemplateStrictMode_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
4699+
extern swig_intgo _wrap_OfficeToPDFOptions_GetUpdateDynamicFields_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
4700+
extern uintptr_t _wrap_OfficeToPDFOptions_SetUpdateDynamicFields_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_intgo arg2);
46944701
extern _Bool _wrap_OfficeToPDFOptions_GetUpdateTableOfContents_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46954702
extern uintptr_t _wrap_OfficeToPDFOptions_SetUpdateTableOfContents_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46964703
extern swig_type_581 _wrap_OfficeToPDFOptions_GetFileExtension_pdftron_a4fd88f545a1ddaa(uintptr_t _swig_base);

pdftron_darwin_arm64_3.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4649,6 +4649,9 @@ extern swig_intgo _wrap_e_off_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46494649
extern swig_intgo _wrap_e_annotations_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46504650
extern swig_intgo _wrap_e_no_speaker_notes_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46514651
extern swig_intgo _wrap_e_speaker_notes_annotations_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4652+
extern swig_intgo _wrap_e_update_all_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4653+
extern swig_intgo _wrap_e_update_none_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
4654+
extern swig_intgo _wrap_e_update_doc_props_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46524655
extern uintptr_t _wrap_new_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(void);
46534656
extern void _wrap_delete_OfficeToPDFOptions_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46544657
extern _Bool _wrap_OfficeToPDFOptions_GetApplyPageBreaksToSheet_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
@@ -4657,6 +4660,8 @@ extern _Bool _wrap_OfficeToPDFOptions_GetDisplayChangeTracking_pdftron_a4fd88f54
46574660
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayChangeTracking_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46584661
extern swig_intgo _wrap_OfficeToPDFOptions_GetDisplayComments_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46594662
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayComments_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_intgo arg2);
4663+
extern _Bool _wrap_OfficeToPDFOptions_GetDisplayHiddenCells_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
4664+
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayHiddenCells_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46604665
extern _Bool _wrap_OfficeToPDFOptions_GetDisplayHiddenText_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46614666
extern uintptr_t _wrap_OfficeToPDFOptions_SetDisplayHiddenText_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46624667
extern swig_intgo _wrap_OfficeToPDFOptions_GetDisplaySpeakerNotes_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
@@ -4691,6 +4696,8 @@ extern swig_type_579 _wrap_OfficeToPDFOptions_GetTemplateRightDelimiter_pdftron_
46914696
extern uintptr_t _wrap_OfficeToPDFOptions_SetTemplateRightDelimiter_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_type_580 arg2);
46924697
extern _Bool _wrap_OfficeToPDFOptions_GetTemplateStrictMode_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46934698
extern uintptr_t _wrap_OfficeToPDFOptions_SetTemplateStrictMode_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
4699+
extern swig_intgo _wrap_OfficeToPDFOptions_GetUpdateDynamicFields_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
4700+
extern uintptr_t _wrap_OfficeToPDFOptions_SetUpdateDynamicFields_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, swig_intgo arg2);
46944701
extern _Bool _wrap_OfficeToPDFOptions_GetUpdateTableOfContents_pdftron_a4fd88f545a1ddaa(uintptr_t arg1);
46954702
extern uintptr_t _wrap_OfficeToPDFOptions_SetUpdateTableOfContents_pdftron_a4fd88f545a1ddaa(uintptr_t arg1, _Bool arg2);
46964703
extern swig_type_581 _wrap_OfficeToPDFOptions_GetFileExtension_pdftron_a4fd88f545a1ddaa(uintptr_t _swig_base);

0 commit comments

Comments
 (0)