Skip to content

Commit

Permalink
Flatten pdf doc for response package
Browse files Browse the repository at this point in the history
  • Loading branch information
milosdes committed Jan 16, 2024
1 parent 5d5fe64 commit 16b0c2e
Showing 1 changed file with 1 addition and 0 deletions.
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 @@ -3103,6 +3103,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 16b0c2e

Please sign in to comment.