Skip to content

SudoSOS Back-end API / internal/files/pdf

internal/files/pdf ​

This is the module page of the pdf-able.

Classes ​

ClassDescription
SellerPayoutPdf-

Interfaces ​

InterfaceDescription
IPdfAbleEntities that persist a Pdf file should implement IPdfAble.
IUnstoredPdfAbleUnstoredPdfAble is for entities that only want the PDF bytes.

Functions ​

FunctionDescription
PdfAblePdfAble is a Mixin that allows entities to be converted to Pdf. The mixin expects the instance to have a pdfService as typed above.
UnstoredPdfAble-