Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions PDFTronGo/pdftron.i
Original file line number Diff line number Diff line change
Expand Up @@ -564,3 +564,5 @@ namespace pdftron {
%include "PDF/TextSearch.h"
%include "PDF/Redactor.h"



6 changes: 3 additions & 3 deletions jenkinsfiles/build_alpine_go.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
label 'linux_fleet'
image 'alpine_gowrappers:latest'
registryUrl 'https://448036597521.dkr.ecr.us-east-1.amazonaws.com'
registryCredentialsId 'ecr:us-east-1:Jenkins'
registryCredentialsId 'ecr:us-east-1:instance-ecr-pull-role'
alwaysPull true
}
}
Expand Down Expand Up @@ -37,12 +37,12 @@ pipeline {
script {
if (params.FORCE_BRANCH_VERSION?.trim()) {
s3ArtifactCopyInvoke(
"PDFNetC64 Alpine/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"apryse-sdk/apryse-sdk-alpine/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"PDFNetCAlpine64.tar.gz"
)
} else {
s3ArtifactCopyInvoke(
"PDFNetC64 Alpine/" + getWrappersBranch(env.BRANCH_NAME),
"apryse-sdk/apryse-sdk-alpine/" + getWrappersBranch(env.BRANCH_NAME),
"PDFNetCAlpine64.tar.gz"
)
}
Expand Down
6 changes: 3 additions & 3 deletions jenkinsfiles/build_linux_arm_go.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
label 'remote_linux_arm'
image 'linux_arm_gowrappers:latest'
registryUrl 'https://448036597521.dkr.ecr.us-east-1.amazonaws.com'
registryCredentialsId 'ecr:us-east-1:Jenkins'
registryCredentialsId 'ecr:us-east-1:instance-ecr-pull-role'
alwaysPull true
}
}
Expand Down Expand Up @@ -37,12 +37,12 @@ pipeline {
script {
if (params.FORCE_BRANCH_VERSION?.trim()) {
s3ArtifactCopyInvoke(
"PDFNetC64_GCC8_ARM64/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"apryse-sdk/apryse-sdk-linuxarm/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"PDFNetCArm64.tar.gz"
)
} else {
s3ArtifactCopyInvoke(
"PDFNetC64_GCC8_ARM64/" + getWrappersBranch(env.BRANCH_NAME),
"apryse-sdk/apryse-sdk-linuxarm/" + getWrappersBranch(env.BRANCH_NAME),
"PDFNetCArm64.tar.gz"
)
}
Expand Down
6 changes: 3 additions & 3 deletions jenkinsfiles/build_linux_go.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
label 'linux_fleet'
image 'linux_gowrappers:latest'
registryUrl 'https://448036597521.dkr.ecr.us-east-1.amazonaws.com'
registryCredentialsId 'ecr:us-east-1:Jenkins'
registryCredentialsId 'ecr:us-east-1:instance-ecr-pull-role'
alwaysPull true
}
}
Expand Down Expand Up @@ -37,12 +37,12 @@ pipeline {
script {
if (params.FORCE_BRANCH_VERSION?.trim()) {
s3ArtifactCopyInvoke(
"PDFNetC64_GCC48/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"apryse-sdk/apryse-sdk-linux/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"PDFNetC64.tar.gz"
)
} else {
s3ArtifactCopyInvoke(
"PDFNetC64_GCC48/" + getWrappersBranch(env.BRANCH_NAME),
"apryse-sdk/apryse-sdk-linux/" + getWrappersBranch(env.BRANCH_NAME),
"PDFNetC64.tar.gz"
)
}
Expand Down
4 changes: 2 additions & 2 deletions jenkinsfiles/build_mac_arm_go.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ pipeline {
script {
if (params.FORCE_BRANCH_VERSION?.trim()) {
s3ArtifactCopyInvoke(
"PDFNet Mac/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"apryse-sdk/apryse-sdk-mac/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"PDFNetCMac.zip"
)
} else {
s3ArtifactCopyInvoke(
"PDFNet Mac/" + getWrappersBranch(env.BRANCH_NAME),
"apryse-sdk/apryse-sdk-mac/" + getWrappersBranch(env.BRANCH_NAME),
"PDFNetCMac.zip"
)
}
Expand Down
4 changes: 2 additions & 2 deletions jenkinsfiles/build_mac_go.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ pipeline {
script {
if (params.FORCE_BRANCH_VERSION?.trim()) {
s3ArtifactCopyInvoke(
"PDFNet Mac/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"apryse-sdk/apryse-sdk-mac/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"PDFNetCMac.zip"
)
} else {
s3ArtifactCopyInvoke(
"PDFNet Mac/" + getWrappersBranch(env.BRANCH_NAME),
"apryse-sdk/apryse-sdk-mac/" + getWrappersBranch(env.BRANCH_NAME),
"PDFNetCMac.zip"
)
}
Expand Down
4 changes: 2 additions & 2 deletions jenkinsfiles/build_win_go.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ pipeline {
script {
if (params.FORCE_BRANCH_VERSION?.trim()) {
s3ArtifactCopyInvoke(
"PDFNetC64 VS2013/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"apryse-sdk/apryse-sdk-windows/" + params.FORCE_BRANCH_VERSION.replace("/", "%2F"),
"PDFNetC64.zip"
)
} else {
s3ArtifactCopyInvoke(
"PDFNetC64 VS2013/" + getWrappersBranch(env.BRANCH_NAME),
"apryse-sdk/apryse-sdk-windows/" + getWrappersBranch(env.BRANCH_NAME),
"PDFNetC64.zip"
)
}
Expand Down