SudoSOS Back-end API / internal/files/pdf
internal/files/pdf ​
This is the module page of the pdf-able.
Classes ​
| Class | Description |
|---|---|
| SellerPayoutPdf | - |
Interfaces ​
| Interface | Description |
|---|---|
| IPdfAble | Entities that persist a Pdf file should implement IPdfAble. |
| IUnstoredPdfAble | UnstoredPdfAble is for entities that only want the PDF bytes. |
Functions ​
| Function | Description |
|---|---|
| PdfAble | PdfAble is a Mixin that allows entities to be converted to Pdf. The mixin expects the instance to have a pdfService as typed above. |
| UnstoredPdfAble | - |