"vscode:/vscode.git/clone" did not exist on "3d97d8ffb0f25b60a026e38f7f804f51fea58ebb"
Commit 57f44dd8 authored by myhloli's avatar myhloli
Browse files

refactor: update PDF library import from PyPDF2 to pypdf

parent 983aef75
import json import json
from io import BytesIO from io import BytesIO
from PyPDF2 import PdfReader, PdfWriter from pypdf import PdfReader, PdfWriter
from reportlab.pdfgen import canvas from reportlab.pdfgen import canvas
from .enum_class import BlockType, ContentType from .enum_class import BlockType, ContentType
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment