{"id":25998,"date":"2020-03-06T16:37:57","date_gmt":"2020-03-06T15:37:57","guid":{"rendered":"http:\/\/help.qualiware.it\/qw-help\/?p=25998"},"modified":"2020-03-06T16:37:57","modified_gmt":"2020-03-06T15:37:57","slug":"lettura-del-numero-di-pagine-di-un-file-pdf","status":"publish","type":"post","link":"https:\/\/help.qualiware.it\/qw-help\/lettura-del-numero-di-pagine-di-un-file-pdf\/","title":{"rendered":"Lettura del numero di pagine di un file PDF"},"content":{"rendered":"<p>&nbsp;<\/p>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"csharp\">' Il seguente frammento di codice mostra come si possono leggere il numero di pagine di un file PDF\r\n\r\n 'Load the existing PDF document.\r\nDim filename As String=\"&lt;mettere qui il percorso del file&gt;\"\r\nDim loadedDocument As New Syncfusion.Pdf.Parsing.PdfLoadedDocument(fileName)\r\n\r\ndim npages as integer=loadedDocument.Pages.count()\r\n\r\nloadedDocument.Close(True)\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; &#8216; Il seguente frammento di codice mostra come si possono leggere il numero di pagine di un file PDF &#8216;Load the existing PDF document. Dim filename As String=&#8221;&lt;mettere qui il percorso del file&gt;&#8221; Dim loadedDocument As New Syncfusion.Pdf.Parsing.PdfLoadedDocument(fileName) dim npages as integer=loadedDocument.Pages.count() loadedDocument.Close(True)<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"ngg_post_thumbnail":0,"footnotes":""},"categories":[65],"tags":[71],"acf":[],"_links":{"self":[{"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/posts\/25998"}],"collection":[{"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/comments?post=25998"}],"version-history":[{"count":0,"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/posts\/25998\/revisions"}],"wp:attachment":[{"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/media?parent=25998"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/categories?post=25998"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/help.qualiware.it\/qw-help\/wp-json\/wp\/v2\/tags?post=25998"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}