This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions.
IMPORTANT: Never use Unicode subscript/superscript characters (₀₁₂₃₄₅₆₇₈₉, ⁰¹²³⁴⁵⁶⁷⁸⁹) in ReportLab PDFs. The built-in fonts do not include these glyphs, causing them to render as solid black boxes.
For canvas-drawn text (not Paragraph objects), manually adjust font the size and position rather than using Unicode subscripts/superscripts.
사용자가 PDF 파일로 무엇이든 하고 싶을 때마다 이 기술을 사용하세요. 여기에는 PDF에서 텍스트/표 읽기 또는 추출, 여러 PDF를 하나로 결합 또는 병합, PDF 분할, 페이지 회전, 워터마크 추가, 새 PDF 생성, PDF 양식 채우기, PDF 암호화/암호 해독, 이미지 추출 및 스캔한 PDF에서 OCR을 포함하여 검색 가능하게 만듭니다. 사용자가 .pdf 파일을 언급하거나 파일 생성을 요청하는 경우 이 기술을 사용하세요. 출처: chacha95/advanced-harness.