Results 2 comments of MadeInFck

Works fine for me: ``` const options = { documentSize: "A4", fileName: "devis.pdf", }; export const shareFromData = async (action: string, data: object) => { PDFGenerator.fromData(createHTML(data), { ...options, type: action,...

Hi @besmartness, I think your log show your pdf as base64 data. So I guess it works.