Am 03.11.2014 um 22:27 schrieb Sergio Tamborini <[email protected]>:
> Hi there. > I have a problem: into a web-app I need to use the pdf.getinpagecount > function, for a loop that returns me a picture array (every pdf page will be > converted in a picture). > My function works very nice, but in few cases getinpagecount returns me > something strange: -1073742011 if you remove the minus sign and look on hex number, it's 400000BB. the 4 on front make sit a file error. So this is an error code. Normally you use Error event or ErrorMessage property to get error message and details. I expect the import failed, so you have no pages. So be sure to check result of OpenImportFile function. > The question is: how can I resolve it? If it will be useful, I can send (by a > link or offlist) the "wrong" pdf. Send it off list directly to me, and I can check. Sincerely Christian -- Read our blog about news on our plugins: http://www.mbsplugins.de/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
