Skip to content

Create PDF File Ionic 5 Capacitor & pdfMake In 10 Minutes. Ionic 5 PDF Download using pdfMake and Ionic Capacitor. Create and Download Ionic Capacitor PDF files using pdfMake library for Web, PWA and Mobile Devices

Notifications You must be signed in to change notification settings

edocbuhtig/ionic-pdf-pdfmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0e452a · Mar 20, 2021

History

7 Commits
Mar 20, 2021
Mar 20, 2021
Nov 26, 2020
Mar 20, 2021
Mar 20, 2021
Mar 20, 2021
Nov 26, 2020
Mar 20, 2021
Mar 20, 2021
Mar 20, 2021
Mar 20, 2021
Mar 20, 2021
Nov 26, 2020

Repository files navigation

Create PDF File Ionic 5 Capacitor & pdfMake In 10 Minutes. Ionic 5 PDF Download using pdfMake and Ionic Capacitor. Create and Download Ionic Capacitor PDF files using pdfMake library for Web, PWA and Mobile Devices.

Watch Complete Video Tutorial on YouTube

Create PDF File Ionic 5 Capacitor & pdfMake In 10 Minutes

Install pdfmake NPM Package

npm install pdfmake --save

Type Script:

import * as pdfMake from "pdfmake/build/pdfmake";
import * as pdfFonts from 'pdfmake/build/vfs_fonts';
(<any>pdfMake).vfs = pdfFonts.pdfMake.vfs;

You can even use below for older version of typescript

import pdfMake from "pdfmake/build/pdfmake";
import pdfFonts from "pdfmake/build/vfs_fonts";
pdfMake.vfs = pdfFonts.pdfMake.vfs;

(Bug) Fix for Android Error v4 support library

npm install jetifier

npx jetty

npx cap sync android

About

Create PDF File Ionic 5 Capacitor & pdfMake In 10 Minutes. Ionic 5 PDF Download using pdfMake and Ionic Capacitor. Create and Download Ionic Capacitor PDF files using pdfMake library for Web, PWA and Mobile Devices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published