我有一个pdf,我想使用iTextSharp获取pdf中每页的宽度和高度?
鉴于这是我想要使用的pdf
string source=@"D:\pdf\test.pdf"; PdfReader reader = new PdfReader(source);
c# pdf itextsharp
c# ×1
itextsharp ×1
pdf ×1