from ironpdf import * # Load existing PDF document pdf = PdfDocument.FromFile("content.pdf") # Extract text from PDF document all_text = pdf.ExtractAllText() # Extract text from specific page in the document page_2_text = pdf.ExtractTextFromPage(1)
from ironpdf import * # Load existing PDF document pdf = PdfDocument.FromFile("content.pdf") # Extract text from PDF document all_text = pdf.ExtractAllText() # Extract text from specific page in the document page_2_text = pdf.ExtractTextFromPage(1)
9 produits de l'API .NET pour vos documents de bureau