Hi!
I need some help. In code c++ i need to ask number of pages in pdf-file, something like : system("identify -format %n some.pdf"); but without use 'system' if this possible? And how?
Thank you.
PDF problems
Re: PDF problems
Try this:
- list<Image> imageList;
readImages( &imageList, srcdir + "smile_anim.miff" );
cout << "Total pages: " << imageList.size() << endl;
Re: PDF problems
Thank you!
It work, but unfortunately it work too slow... if you show me some sample code with using ping(), or something else? Please...
I need number of pages only....
It work, but unfortunately it work too slow... if you show me some sample code with using ping(), or something else? Please...
I need number of pages only....