Skip to content

Commit

Permalink
Merge pull request #716 from bcgov/main-MD-4924
Browse files Browse the repository at this point in the history
4924 - Flatten pdf doc for response package
  • Loading branch information
sumathi-thirumani authored Jan 17, 2024
2 parents 15e34ea + 16b0c2e commit 1c97ce1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Binary file modified computingservices/DedupeServices/requirements.txt
Binary file not shown.
Binary file modified computingservices/PDFStitchServices/requirements.txt
Binary file not shown.
Binary file modified computingservices/ZippingServices/requirements.txt
Binary file not shown.
1 change: 1 addition & 0 deletions web/src/components/FOI/Home/Redlining.js
Original file line number Diff line number Diff line change
Expand Up @@ -3278,6 +3278,7 @@ const Redlining = React.forwardRef(
.getFileData({
// saves the document with annotations in it
downloadType: downloadType,
flatten: true
})
.then(async (_data) => {
const _arr = new Uint8Array(_data);
Expand Down

0 comments on commit 1c97ce1

Please sign in to comment.