IRONSOFTWAREHOME

PDF 파일 정리하기

PDF 문서의 페이지와 책갈피를 몇 초 만에 정리하세요.

PDF 구조를 완벽하게 관리하세요

1

페이지 추가, 복사 및 삭제

필요에 따라 페이지를 추가, 복사 또는 삭제하여 PDF의 구조를 관리하세요. 이 기능을 통해 콘텐츠를 쉽게 정리하고 재배열할 수 있습니다.

PDF 페이지 관리 방법을 알아보세요
using IronPdf;

// Import cover page
PdfDocument coverPage = PdfDocument.FromFile("coverPage.pdf");
// Import content document
PdfDocument contentPage = PdfDocument.FromFile("contentPage.pdf");
// Insert PDF
contentPage.InsertPdf(coverPage, 0);
contentPage.SaveAs("report_final.pdf");
// Copy a single page into a new PDF object
PdfDocument myReport = PdfDocument.FromFile("report_final.pdf");
PdfDocument copyOfPageOne = myReport.CopyPage(0);
2

PDF 병합 및 분할

여러 개의 PDF 파일을 하나의 문서로 병합하거나 큰 PDF 파일을 더 작은 섹션으로 분할하여 문서를 더 쉽게 관리하고 배포할 수 있습니다.

PDF 파일을 병합하고 분할하는 방법을 알아보세요.
using IronPdf;
// Import two pdfs
PdfDocument pdf_A = PdfDocument.FromFile("merge_docA.pdf");
PdfDocument pdf_B = PdfDocument.FromFile("merge_docB.pdf");
// Merge the two pdfs A and B
var merged = PdfDocument.Merge(pdf_A, pdf_B);
merged.SaveAs("Merged.pdf");

보충 자료 조직 도구

1

책갈피 및 개요

PDF 내에 책갈피와 개요를 만들어 탐색 기능을 향상시키고 독자가 주요 섹션을 직관적으로 찾을 수 있도록 하세요.

책갈피와 개요 만드는 방법을 배우세요
using IronPdf;
// Create a new PDF or edit an existing document.
PdfDocument pdf = PdfDocument.FromFile("existing.pdf");
// Add a bookmark
var mainBookmarks = pdf.Bookmarks.AddBookMarkAtEnd("NameOfBookmark", 0);
//Add a sub-bookmark
var subBookmarks = mainBookmarks.Children.AddBookMarkAtEnd("Conclusion", 1);
pdf.SaveAs("singleLayerBookmarks.pdf");
2

첨부파일

추가 파일, 이미지 또는 관련 콘텐츠와 같은 첨부 파일을 PDF 문서에 추가하여 보충 정보나 맥락을 제공할 수 있습니다.

PDF 파일에서 첨부 파일을 관리하는 방법을 알아보세요.
using IronPdf;
using System.IO;
// Import attachment file
byte[] fileData = File.ReadAllBytes(@"path/to/file");
// Open existing PDF
PdfDocument pdf = PdfDocument.FromFile("sample.pdf");
// Add attachment to the PDF
pdf.Attachments.AddAttachment("Example", fileData);
pdf.SaveAs("addAttachment.pdf");

시작할 준비 되셨나요?

Nuget Downloads 20,756,830버전:2026.7방금 출시

Key in blue circle

무료 30일 체험 키를 즉시 받으세요.

Your trial license will be sent to your email address

제한 없음. 100% 무제한 이용. 신용카드 불필요.

bullet_checked신용카드나 계정 생성은 필요하지 않습니다.제한 없음. 100% 무제한 이용. 신용카드 불필요.
  • Logo Aetna
  • Logo NASA
  • Logo GE
  • Logo Porsche
  • Logo USDA
  • Logo Qatar
Join Millions of Engineers who’ve tried IronPDF
무료 라이브 데모를 예약하세요
Booking Badge

전 세계 수백만 엔지니어들이 신뢰하는 제품입니다.

Iron Software의 고객 로고
부담 없는 무료 상담을 받아보세요
아래 양식을 작성하시거나 sales@ironsoftware.com으로 이메일을 보내주세요.
고객님의 정보는 항상 비밀로 유지됩니다.
전 세계 수백만 엔지니어들이 신뢰하는 제품입니다.
Iron Software의 고객 로고
지금 바로 30일 무료 체험판 키를 받으세요.
신용카드나 계정 생성은 필요하지 않습니다.