Stream Zip & Fixed Split in Node
This commit is contained in:
@@ -20,6 +20,5 @@ export const splitPDF = async (snapshot, splitAfterPageArray) => {
|
||||
}
|
||||
subDocuments.push(await createSubDocument(pdfDoc, pagesArray));
|
||||
pagesArray = [];
|
||||
|
||||
return subDocuments;
|
||||
};
|
||||
Reference in New Issue
Block a user