sales@dynamicpdf.com
800.631.5006
Customer Login
Cart [
0
] item
Products
Purchase
Examples
.NET
Java
COM/ActiveX
Docs
.NET
Java
COM/ActiveX
Forums
Support
Company
About Us
Customers
Resellers
EULA
Contact Us
Live Chat
Products
Purchase
Examples
Docs
Forums
Support
Company
Customer Login
Company
About Us
Customers
Resellers
EULA
Contact Us
Live Chat
Products
Subscriptions
Core API
Generator
Merger
Report Writer
Print Manager
Converter
HTML Converter
Rasterizer
Viewer
Barcodes
DynamicPDF API
From $19.95/month
Online Designer, Create Reports, Fill Forms, Merge PDFs, Convert Images to PDF, Extract Text and Much More
Or FREE With Restrictions
DynamicPDF Essentials Subscription
$479/year
HTML to PDF Conversion and Simple PDF Merging
Or FREE With Restrictions
DynamicPDF Professional Subscription
$799/year
DynamicPDF Essentials Subscription plus one of our great products below
DynamicPDF Professional Plus Subscription
$1,149/year
DynamicPDF Essentials Subscription plus two of our great products below
DynamicPDF Ultimate Subscription
$1,499/year
Includes PDF Reports and all of our great products below
HTML Converter
Easily Create PDFs from HTML
Core Suite
Generator, Merger and ReportWriter
Print
Manager
Automate PDF Printing
Converter
Create PDFs from many formats
Rasterizer
Create images and TIFFs out of PDFs
Viewer
WinForm PDF Viewer Control
Dynamic
Barcode
.NET Barcode Generator
Most of our products are available a-la-carte as perpectual licenses as well. For more information, select a product above.
About Us
Customers
Resellers
EULA
Contact Us
Live Chat
Get PDF page count
Skip Navigation Links
Home
/
Support
/
Forums
/
DynamicPDF Converter for .NET (v1)
/
Get PDF page count
DynamicPDF Converter for .NET (v1) Forum
Advanced Search
Get PDF page count
Jul 15 2010 7:18 AM
Hi,
Hi,
We are currently using Dynamic PDF Converter for our development.
Could you please tell me is there are any way get page count of pdf using any CETE software.
Greately appreciate if you could reply as soon as possible.
Thanks,
Regards,
Re: Get PDF page count
Jul 15 2010 9:20 AM
Posted by a ceTe Software moderator
Hello,
It is not possible to get the page count of the PDF document using our DynamicPDF Converter product. You can only convert other file types to PDF format and save it to the disk or output it to a byte array.
You can then use our DynamicPDF Merger for .NET product to get the page count of PDF document. Below is the sample code.
MergeDocument doc = new MergeDocument(@"PDF file path");
int pageCount = doc.Pages.Count;
Please feel free to download the evaluation version of our DynamicPDF Merger for .NET product from our website.
Thanks,
ceTe Software Support Team
Post Reply
EMail Alerts
All times are US Eastern Standard time. The time now is 2:51 AM.