All,
I am working on a project on Windows XP 32 bit using ActiveState Perl 5.12. The project involves converting PDF files to text using an external application that doesn't have a command line variant. For this reason, I am using
Win32::GuiTest++.
The code screams along until it has converted 64 PDFs then fails. It fails rather silently (just doesn't open the application). It took me quite a while to discover that it was failing after the same number of PDFs each time but once I did, I began to wonder - why the limit? I am closing the 3rd party conversion application using alt+f4 if that matters.
I intend to work around the limit by not closing the application. I didn't do this originally because the application provides no menu or short cut keys and needs to be automated by moving the mouse (absolute pixel positions). I was just wondering - is this limit documented somewhere? Also, is there a way to work around it?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
|
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.