Skip to content

SudoSOS Back-end API / internal/files/pdf / IUnstoredPdfAble

Interface: IUnstoredPdfAble ​

UnstoredPdfAble is for entities that only want the PDF bytes.

Properties ​

pdfService ​

ts
pdfService: IPdfServiceBase<IUnstoredPdfAble>;

Methods ​

createPdf() ​

ts
createPdf(): Promise<Buffer<ArrayBufferLike>>;

Returns ​

Promise<Buffer<ArrayBufferLike>>