enhancementgood first issuehelp wanted
倉庫指標
- 星標
- (545 顆星)
- PR 合併指標
- (PR 指標待抓取)
描述
Description: PdfHandler has repeated logic for loading PDFs across different methods. Let’s refactor it for maintainability.
Steps:
-
Identify duplicate code in PdfHandler.
-
Extract into a utility/private method.
-
Ensure no behavior changes.