Skip to content

anupamsinghal-cs/AuraLWC_ExportPDF_jsPDF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Export To PDF using PDFJS in Aura & LWC

I wanted to create ths project since there is minimal to none documentation on how to export Tables or 2 tables side by side from Aura/LWC component using pdfJS.

The only documentation I could find was exporting html tag tables to pdf using the html_to_pdf method in pdfJS

But in salesforce we rarely create our own table structures rather use the lightning:datatable to render perfect tables.

Roadmap

  • Implementation in Aura Components - Completed

  • Implementation in LWC - In Progress

  • Refactoring the code - to do

Libraries

License

MIT

Releases

No releases published

Packages

No packages published

Languages