One way to do this is use drawing API and then draw table line by line while exporting PDF. Is there any other way like render html (table ) code into PDF or create table row and column wise, so that it would be easier to format or update table.
相关问题
- Angular RxJS mergeMap types
- Correctly parse PDF paragraphs with Python
- npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fs
- How to update placeholder text in ng2-smart-table?
- How to instantiate Http service in main.ts manuall
相关文章
- angular脚手架在ie9+下兼容问题
- angular 前端项目 build 报错 "Cannot find module 'le
- Angular Material Stepper causes mat-formfield to v
- After upgrade to Angular 9 cannot find variable in
- is there any difference between import { Observabl
- Suppress “Circular dependency detected” suppress w
- How can you get current positional information abo
- Angular material table not showing data
Unfortunately, it is the only solution with pure Highcharts library:
Highcharts docs: https://www.highcharts.com/docs/getting-started/frequently-asked-questions/#add-data-table.
However, more complex pdfs with multiple charts and additional elements like tables, images, titles, etc can be made following this approach:
Code:
Demo: