akgulebubekir / PdfSharp.Maui

Pdf library for .net Maui
MIT License
38 stars 6 forks source link

Get pdf number of pages? #9

Closed nk-alex closed 5 months ago

nk-alex commented 5 months ago

Is it possible to get this kind of information from the loaded PDF file? I would like to know how many pages and if possible the size of each page

akgulebubekir commented 5 months ago

pdf object that been generated has PageCount property that you can use. In addition you can also use Info property for author, creation time etc.