[Feature]未来有计划新增导出pdf的功能嘛
Open
Nobody has claimed this yet.
feature
- Dominant language
- TypeScript
- Stars
- 3.7k
- Forks
- 486
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 16
Description
What problem does this feature solve?
目前 @VisActor/vtable 已经实现导出 excel、csv功能,但是没有导出pdf功能。
现在市场导出pdf还是比较常见的,很多客户也有这些需求,请问作者后续可以增加导出pdf的功能嘛。
谢谢~~
What does the proposed API look like?
导出pdf 功能可以参照导出excel(downloadExcel, exportVTableToExcel)功能那样提供一个插件,api可以是:
downloadPdf, exportVTableToPdf
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing Excel export entry points, downloadExcel and exportVTableToExcel, to understand how export functionality is exposed. Define the PDF plugin's scope and API, including downloadPdf and exportVTableToPdf, then verify that it can export VTable content as a PDF.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100