Possible to do make Batch Sequence Searchable by date?

I want to know if it is possible to edit/create new script to Edit Batch Sequence - Searchable, recognize text Using OCR, but to only do it for a date range? How would I go about doing this.
Right now it takes multiple screens and clicks to make documents searchable, I would like to create a script that tells you the last time you did a batch searchable request, allows you to select a date range, folder would ideally be built in - so I do not have to select it everytime and then on selection of date range, it runs and completes the request. Is this possible? Where do I start?
Thanks,
haleygurl86

Date of what? Do you mean the file's creation date?
If so, that's not possible. You can access the file's creation date in a script, but a script can't OCR a file.
The best way would be to create an input folder and paste into it the files you want to OCR.

Similar Messages

  • Example of running a batch sequence without Evermap

    Good afternoon
    I am trying to run a batch sequence in Acrobat X from a button on a form in MS Access.
    I am aware that it is not possible to run a batch sequence (action) from the command line - you need to purchase Adobe's partner Evermap's AutoBatch to do this - but is it possible to recreate all of the menu selections etc. using the SDK?
    I know that Evermap provides this facility but has anyone else created the code to do this?
    It seems like it would be a really useful tool for Adobe to add to Acrobat but then I am not aware of the reasons why they have chosen to leave it out.
    Many thanks,
    Martin.

    Okay, but Evermap (the Adobe Solutions Partner) have developed and are selling a plugin that allows people to run batch sequences from the command line.
    Why do Adobe allow a plugin that allows enhanced command line options but then not incorporate the option as part of Acrobat as standard?
    On the one hand I hear Adobe saying that you cannot run enhanced command line options due to technical and legal issues but then on the other we see Adobe's Soutions Partner selling a plugin to do exactly that.
    Can you please unconfuse me?

  • Additional Batch Sequences for Acrobat 9 Pro

    In my downloaded version of Acrobat 9 Pro, there are only a few batch sequences.
    The last time I bought Acrobat on a CD was version 5, and many additional batch sequences came on the CD.  By "additional" I mean that they were not automatically installed when Acrobat was installed, but they could be installed manually.  One could simply copy the additional batch sequences from the CD into the Acrobat installation, after which all of them would be available via the Acrobat interface.
    Is the same true with a CD version of Acrobat 9 -- i.e., has the Acrobat 9 CD additional batch sequences that can be copied into the Acrobat installation?
    If so, is it possible for a user of the downloaded version of Acrobat 9 Pro to obtain those additional batch sequences?
    On my Acrobat 5 CD, the additional batch sequences were in --
    (optical drive letter):\Batch\Sequences
    In my Acrobat 9 Pro installation (under Windows XP Pro), one would copy additional batch sequences to --
    C:\Program Files\Adobe\Acrobat 9.0\Acrobat\Sequences\ENU
    In both Acrobat 5 and Acrobat 9, it appears that the names of all batch sequence files end in the extension .sequ
    I would particularly like to obtain the "List all Bookmarks" batch sequence.  I copied that sequence from the Acrobat 5 CD to the Acrobat 9 installation, and it "sort-of" works.  The main problem is that its list of bookmarks is limited to one page, regardless of the number of bookmarks.  Any bookmarks that would be listed on pages 2, 3 etc. of the list of bookmarks are not listed at all.
    Is it possible for me to download or otherwise obtain the Acrobat 9 "List all Bookmarks" batch sequence?
    Thanks!

    Thank you, try67, for that insight.
    Here is the "List all Bookmarks" batch sequence from the Acrobat 5 CD:
    /* List all Bookmarks */
    /* Recursively work through bookmark tree  */
    function PrintBookmarks(bm, nLevel)
        if (nLevel != 0) { // don't print the root
            bmReport.absIndent=bmTab*(nLevel-1);
            bmReport.writeText(util.printf("%s",bm.name));
        if (bm.children != null)
              for (var i = 0; i < bm.children.length; i++)
                PrintBookmarks(bm.children[i], nLevel + 1);                          
    bmTab = 20;
    bmReport = new Report();
    bmReport.size = 2;
    bmReport.writeText(this.title);
    bmReport.writeText(" ");
    bmReport.size = 1.5;
    bmReport.writeText("Listing of Bookmarks");
    bmReport.writeText(" ");
    bmReport.size = 1;
    PrintBookmarks(this.bookmarkRoot, 0);
    global.bmRep = bmReport;  // make global
    global.wrtDoc = app.setInterval(
        'try {'
        +'       reportDoc = global.bmRep.open("Listing of Bookmarks");'
        +'       console.println("Executed Report.open");'
        +'       app.clearInterval(global.wrtDoc);'
        +'       delete global.wrtDoc;'
        +'       console.println("Executed App.clearInterval");'
        +'       reportDoc.info.title = "Bookmark Listings";'
        +'       reportDoc.info.Author = "A. C. Robat";'
        +'} catch (e) {console.println("Waiting...: " + e);}'
        , 100);
    I am not a programmer, and so would be grateful if you would advise how that sequence should be modified to incorporate your suggestion.
    Thanks!

  • Running a batch sequence in Acrobat 11

    Hi All:
       I am running a batch sequence in Acrobat 11 on the Mac and as quickly and conciesly as I can, I want to outline the steps in the process:
    1.)  Select the batch sequence to be run.
    2.)  Select the files upon whic to run the batch sequence.
    3.)  Click Start.
    4.)  The text of the script appears on the screen, highlighted.
    5.)  Click OK to close the script editor and run the script on the first file.
    6.) The text of the script appears on the screen, highlighted.
    7.)  Click OK to close the script editor and run the script on the first file.
    8.) The text of the script appears on the screen, highlighted.
    9.)  Click OK to close the script editor and run the script on the first file.
    <continue the last two steps for each document you process>
    If the user has selected thirty documents to process in this sequence run, then she must see the script apear thirty times, and must press the OK button thirty times to actually run the script on the next Acrobat document.  Ditto for sixty and ninety documents.This is cumbersome and tedious not to mentionn dangerous to the script.  Im ny preactice run I accidently tapped teh spacebar and completely wiped the script!.  Is there any way to tell the program to skip displaying the script at the start of each cycle and just move on to the next job?

    Click the commands you added to the Action and make sure that none of them has the "Prompt User" check-box underneath it ticked.

  • Using "automating batch sequence" query

    Hi,
    I am trying to add text content to an area of the page in a group of pdf files without having to open each file. I am not replacing existing text. After checking,  I could not find a batch sequence to do this in Acrobat v7.1. Could this feature be available in Acrobat v9.?  and/or would I have to use the (acrobat v7.SDK) to create a script and plug in to do this? or if not, in Acrobat v.9, use the SDK to create the script and plugin?  I would appreciate any information.
    thanks,
    je112

    It's not possible to just add running text to a PDF using a batch process or a script. What you can do is insert a field with text and then flatten it.
    This will have a result similar to adding text to the document, but it will not be an integral part of the running text (ie the text you add will not "push" the rest of the text forward).

  • Javascript in batch sequence

    I've done some Acrobat scripting but mostly through VB and I'm able to write what I need but I want to have it as part of my operator's Acrobat instead of the of separate program. That said, I want to write a Java script that I can include in batch sequence.
    I need to add a page to the start of a document and I want to have that page be nubered "a" without disturbing the numbering else where in the file. By simply adding the page at the start with the batch sequence it adopts the numbering of the first page. So if the first page is numbered as "i" then the new inserted page gets numbered "i" and the rest of the numbering changes, what was i becomes ii, what was ii becomes iii, and so on. I'm able to script this in VB by adding the page at the end, renumber them using the SetPageLabels from a Javascript object, then moving the page to the beginning.
    Is there any documentation on using Javascript within a batch sequence?
    Thanks,
    Ken

    Well, hacking along here working in the console pasting my code in.
    The script adds a single page from another Acrobat file to the start of the open PDF. I need the page that goes in at the front to be numbered "a" and NOT effect numbering in the rest of the pages. Some files work fine, other files not so much, like the Javascript API reference PDF as well as other PDFs we've created here form InDesign.
    The script inserts a page at the end of the PDF and numbers that page "a" then moves it to the start of the document. The problem occurs when the page is moved to the start, it changes the number of all the other pages to follow page "a" which is a bit of a silly thing to have to send my clients. I decided to compromise and if the first page (before I insert the anything) was numeric I would simply try changing things to start page 1 after my inserted page "a".
    My code looks like this:
    var NumPages = this.numPages
    var PgLabel = this.getPageLabel(0)
    this.insertPages(NumPages-1, "/F/TNTSTUFF/Disclaimers/HUP_ProofNotice.pdf")
    this.setPageLabels(NumPages,["a", "", 1]);
    this.movePage(NumPages, -1)
    if (PgLabel.match("((-|\\+)?[0-9]+(\\.[0-9]+)?)+")) {  
            this.setPageLabels(1, ["1", "", 1]);  
    However, the setPageLabels command is causing this error:
    RaiseError: The base pages object is missing or invalid.
    Doc.setPageLabels:7:Console undefined:Exec
    ===> The base pages object is missing or invalid.
    I'm not sure it is relavent, but on the files that work the numbering in Acrobat looks like this with the parentheical numbers:
    Files that DON'T work look like this, with NO parenthetical:
    Even if I manually renumber the pages starting with 2 to make the numbering in the 2nd file look more like the numbering in the first file, I still get the error.
    Is there a way I can overcome this with Java code and what the heck is it?
    Thanks again to anyone who can help.
    Best,
    Ken

  • Can you create toolbar icons to launch batch sequence?

    As per subject is it possible to create a toolbar icon in Acrobat 8 to launch a specific batch sequence?
    Thanks
    Steve

    Thanks,
    It seems that each time I delve into Acrobat javascript I can do part of the job in a batch sequence and the other part in folder level java but not the lot in either one!
    The stumbling block was setting initial page opening options via a folder java script so all the actions would be triggered by a toolbar button (update doc info, set security options and initial view of the PDF currently open in Acrobat).
    Thanks anyway at least I know I did not miss how to add the buttons in the Adobe guides.
    Steve

  • Stagger batch sequence

    I am using Teststand 3 - with batch sequence (single pass) and LabVIEW 7.
    CYC1 CYC2 CYC3 CYC4 CYC5 CYC6 CYC7 CYC8
    UUT1
    UUT2 UUT1
    UUT3 UUT2 UUT1
    UUT4 UUT3 UUT2 UUT1
    UUT4 UUT3 UUT2 UUT1
    UUT4 UUT3 UUT2 UUT1
    UUT4 UUT3 UUT2 UUT1
    UUT4 UUT3 UUT2 UUT1
    UUT4 UUT3 UUT2
    UUT4 UUT3
    UUT4
    I have a temperature chamber test that tests 4 units using shared test equipment through 8 cycles. Cycles 1,3
    ,4,5,6, and seven are identical. Cycles 2 and 8 are identical. Each unit will be in its own individual temperature chamber.
    Unit 1 will go through 1 cycle, then Unit 2 will start. Therefore unit 1 will be in its second cycle while unit 2 is in its first. When unit two finishes, the third unit starts and so on. It is a requirement that only 1 unit can control the test equipment during its cycle test.
    Can someone explain how to do this. This is my first time writing a batch sequence and have never used the semaphore step types.
    Thanks

    Raceman,
    If I understand your situation correctly, you have two different types of equipment - 6 sets of type 1 equipment for cycles 1,3,4,5,6,7 and 2 sets of type 2 equipment for cycles 2,8.
    If that is the case, you can write two sequences (one for cycles 1,3,4,5,6,7 and one for cycles 2,8) Then make 8 sequence calls (each in a new thread) to the appropriate sequence for whatever cycle you are on.
    To ensure that only one unit can control a specific cycle's test equipment at a time, you can use locks (semaphores would work as well). At the beginning of both sequences, grab the appropriate lock. Of course, if you only have one set of type 1 equipment and one set of type 2 equipment, you may need to add two more locks corresponding to each set of equi
    pment (otherwise, Cycles 1 and 3 could be trying to access your only set of type 1 equipment).
    I've attached an example of this below. Notice that I am making use of a Sequence File Global array called CycleCounter, in order to keep track of what cycle each UUT is on, so we know what lock to grab.
    Hope that gets you started.
    Matt Pickard
    Applications Engineer
    National Instruments
    Attachments:
    Pipelined.seq ‏45 KB

  • Run batch sequences from plugin

    Hi,
    I'd like to implement a plug-in that adds an additional menu entry to Acrobat Pro's menu. If this menu entry gets clicked by the user, one or more batch sequences should be executed. As far as I have understood the API, this should be possible with AVCommand. However, I couldn't find the required command key string (for ASAtomFromString(...)) and parameters (for ASCab) to trigger a batch sequence execution successfully.
    Could anyone give me a hint how to define such an AVCommand call?
    Thanks

    Oracle version is 10.2, installed on linux. I'm running my client on windows, in which i wan't to access windows file system and run batch procedures there. Is this even possible?No.

  • Javascript in batch sequence stopped working

    The following javascript used in a batch sequence is causing Acrobat to stop working. It was working fine, this problem has happened sometime in the last 2 weeks. This has affected all of our PCs regardless of Acrobat update version. We are running Acrobat 8 (8.15, 8.17, 8.21, 8.25). The only update common to all PCs is Windows Update.
    /* Extract single pages to c:/Adobe */
    // Regular expression used to acquire the base name of file
    var re = /\.pdf$/i;
    // filename is the base name of the file Acrobat is working on
    var filename = this.documentFileName.replace(re,"");
    try {for (var i = 0; i < this.numPages; i++)
    this.extractPages({
    nStart: i,
    cPath: "C:\\Adobe\\"+filename+"_" + i +".pdf"
    } catch (e) { console.println("Aborted: " + e) }
    Any Clues?

    Thanks for the speedy response. I tried this and the problem is still there.
    I did some further testing and the original script, and the new one modified to include your correction, both work if the PDF only has one page.
    With more than one page Acrobat 'has stopped working'

  • Batch Sequences can't convert 10.000 pdf-files at one time

    I have Acrobat Professional 7.0 and I am running on Windows XP.
    To convert from PDF to EPS I am using Advanced - Batch processing - Batch Sequences.
    Every week I have around 5.000 PDF-files which have to convert to EPS without any problems.
    Sometimes I have more than 10.000 PDF-files. After converting to EPS I thought Acrobat Pro was finishing to convert all the PDF, but if I look at the number of EPS, it seems Acrobat Pro didn't convert them all and it didn't give any error message.
    This always happened when I have more than 10.000 PDF-files.I think Batch sequences cannot convert above 10.000 files at one time.
    Is this a known issue? Is there any solution?

    File > Export >  Export Multiple Files will work as well.
    You can choose your conversion settings in Edit > Preferences > General > Convert from PDF.

  • Batch Sequence with JavaScript

    Hi Guys,
    I have a batch sequence that won't save the original files. I'm getting a message "The file may be read-only, or another user may have it open. Please save the document with a different name or in a different folder."
    However, another batch sequence that runs on the same file saves it fine so I know that noone else has it open and that and I know I have rights to that folder.
    The sequence that won't save the file sets the open optons and has JavaScript in it that collapses the many bookmarks.
    Is there something about having JavaScript in the batch sequence that's not allowing this to save?
    Many thanks,
    Ken

    You rock!! That made it all go.
    I was mistaken befeore thought, its the JavaScript Editor that's coming up on the screen when I run the sequence. I have to close it with the OK button before the sequence finishes. It comes up for each file I process. Trouble is I can't imagine what I've changed that would cause that to start happening.
    The code looks like this:
    //Collapses all bookmarks and shows the bookmarks panel
    function BookmarksCollapse(bkm, nLevel)
    var s = "";
    for (var i = 0; i < nLevel; i++);
    bkm.open=0;
    if (bkm.children != null)
        for (var i = 0; i < bkm.children.length; i++)
            BookmarksCollapse(bkm.children[i], nLevel + 1);
    BookmarksCollapse(this.bookmarkRoot, 0);
    //app.execMenuItem("ShowHideNavigationPane");
    //app.execMenuItem("ShowHideBookmarks");
    this.saveAs(this.path);

  • Using Batch sequences in Acro Xi Mac

    Hello Everyone:
       I have a couple of scripts heavily in use that required they be built as part of a batch sequence, as they deal with multiple PDFs.. 
       These scripts are fairly large (one about 1000 lines, one in excess of 3000 lines) with the potential to get even larger. 
       Additionally, several requests for scripts are rolling down the line that look to be of similar or greater size. 
       The Adobe Acrobat editor is just not a good fit for building such large scripts.  I have switched the editor to UltraEdit, which is a much more capable editor.
       However, the problem comes when a new version is finished and I need to install it in other computers.  It seems that the only way to do this is to copy the script into a text file, take that text file to the next computer in line, open it up in a text editor, copy the script to the pasteboard, open up the batch sequence, open up the execute Javascript command, open up the script and copy the new code on top of the old code.  If this needs to be done on multiple machines, it becomes, ahem, tedious.
       Is there any way to save the script to a XXX.js file and just copy the new js file over the old XXX.js file?  I've looked at addscript but was not reassured by its examples in the Batch Sequence PDF that it could do the job I need it to do..

    Gilad:
       Thank you.  Though I would have preferred something a bit simpler, the import/export method you suggest is indeed simpler than the process I was using.  It still has its warts and wrinkles, but with practice I am sure I can find ways to minimize those minor irritants.
    R,
    John

  • Is it possible to import a png sequence to be used as an animation into Captivate 7?

    Knowing that png files come into Captivate quite well, I am wondering if it is possible to bring in a sequence of png files, that are an animation, without having to bring them in one at a time and lining them up on the timeline one after the other?
    Thanks,
    Dan

    Thanks for your reply. However, I have tried going the route of animated gif files already with mixed results (more bad than good) and was hoping there was an easy way to drop in a sequence of png files, as I would imagine that they would all show.
    But may I ask the settings (to save the files) you used for your animated gif files? The problem with mine was that the animations would not play (most of the time) when I would run the slides with the animations in IE and Safari. The animation looked fine in Captivate but as soon as I pushed them out to HTML5 animations would not play. I have been using Photoshop with the following settings in the image below:
    Also, if you could let me know if you tested your course with any gif animations in IE or Safari and let me know your results, I'd really appreciate it.
    Thanks!!!

  • PDF Optimize in a Batch Sequence?

    Does anyone have any ideas on how I can run PDF Optimize on many files at one time? I want the same Optimize options applied to each file in my directory, there are several hundred that need to be optimized. I've researched a bit about batch sequences but optimize does not seem to be part of batch.

    In Acrobat 8 Professional the PDF Optimizer is available in the output options of the batch sequence. You don't need the scripting forum.

Maybe you are looking for

  • Open Items List Query.

    Hi all, Could you please advise if itu2019s possible to run a query in SAP based on the Open Items List in the reporting area that can detail the following; Both AR Invoices and Credit Notes and show additional fields, taken from the AR invoice u2013

  • USB Device Has Malfunctioned, USB Device Not Recogni

    I see lots of people whos computers do not see the zen micro, but none has said there was an error msg like this. I have a zen micro ..0 win xp sp2 wmp 0 my system was working just fine and the zen still plays the songs i have downloaded on it but no

  • MBP internet stalls, other devices are fine

    Hi all, I bought a MBP when I was accepted into grad school a few months ago.  I was very excited to make the switch from PC and it has been great for the most part.  Unfortunately, things are no longer great. I have just moved into my new apartment

  • Clear cache from URL

    Hi ! I have a question ! Is there a way to clear the cache of my entire application by passing parameters to my URL address ? For now, I have this URL : f?p=103:"+html_GetElement('P0_NO_PAGE').value+":"+html_GetElement('pInstance').value+":MODIF::12:

  • Hide scroll bar on dynpro

    Hi, I extended the transaction me23 with custom fields. But when execute i see the horizontal and vertical scroll bar . How to delete it?or hide thanks