GenerateA3Pdf

Function: generateA3Pdf()

[object Object]

Defined in: app/util/pdf.util.ts:9

Generates a PDF document in A3 format from an array of image URLs. Each image is added to a new page in the PDF, and the resulting document is saved as "document-a3.pdf". The images are added with a "FAST" compression method for better performance.

Parameters

imageUrls

string[]

token

[object Object]

Returns

Promise<void>

A promise that resolves when the PDF has been generated and saved.

On this page