mi-assessment/server
zpc 04b9fa8220
Some checks failed
continuous-integration/drone/push Build is failing
feat(pdf): Add page numbering to generated PDF documents
- Add page counter display at bottom center of each PDF page
- Track total page count and current page index during PDF generation
- Use Arial font (10pt) with gray color (#999999) for page numbers
- Format page numbers as "current / total" (e.g., "1 / 5")
- Position page numbers 20pt from bottom of page
- Refactor loop from foreach to indexed for loop to access page index
- Improve PDF document readability with page navigation information
2026-03-30 18:00:30 +08:00
..
MiAssessment feat(pdf): Add page numbering to generated PDF documents 2026-03-30 18:00:30 +08:00
README.md 基础设计 2026-02-03 14:25:01 +08:00