hi
i want to read the page count of a pdf which is zipped
the zip file is "E:\printbatch.rar"
the pdf inside zip is "printbatch.pdf"
Please can any one tell me the process of reading page count with out unzipping the zip file in c#.net
thanks in advance
Loading
Suthish NairPosted Apr 20, 2011, 9:56 AM
using Ionic.Zip;
Suthish NairPosted Apr 20, 2011, 4:42 PM
Sam HobbsPosted Apr 20, 2011, 3:30 PM
Pramod Kumar NandagiriPosted Apr 20, 2011, 10:05 AM
But i don't want to save the extracted files in to any location in my system because i have not enough space.not even has the delete permission of folders(directories) from my server.
So i just want a pdf page count which is zipped with out saving extracted files into my disk.
Please any one help me on this.....