Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

470
Views
PdfMake getBase64 undefined - React JS

I created a function generated pdf that are using

   const pdfDocGenerator = pdfMake.createPdf(docDefinition);
    pdfDocGenerator.getBase64((pdfData) => {
      resolve({
        pdfData: `data:application/pdf;base64,${pdfData}`,
        onlyData: pdfData,
      });
    });

the code pdfDocGenerator.getBase64 saying its undefined but pdfDocGenerator is having a value.

my pdfDocGenerator console. enter image description here

can someone help with this Im using new promise inside of generatepdf file and there's an index file that calling the generatedpdf

enter image description here

added information enter image description here

what if I want created pdf and open with still not working blank enter image description here

CODE REPRODUCE: https://stackblitz.com/edit/react-gw7c3h?file=src%2FApp.js

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

I solved the problem by checking the console.logs error in that way you can check what is the content problem in my case I just import the

import pdfFonts from "pdfmake/build/vfs_fonts";
pdfMake.vfs = pdfFonts.pdfMake.vfs;
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!