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?

Similar Messages

  • 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.

  • Batch Sequence Problem

    I am using Acrobat 9.4. I have a JavaScript that runs a batch sequence to create pop-up tool tips for certain words and phrases. The sequence works properly on most PDF files. I have a problem that on one basic PDF file the batch sequence properly creates the pop-ups but in the process converts the file to a PDF Form. The JavaScript author believes the problem must be that Acrobat adds Form Fields to the basic PDF file during the sequence operation and then thinks the file is a PDF Form. Is there any way to stop this from happening?

    Technically, a document with just a single button is a form. If you mean that the Forms document message bar appears, then that's a known problem. There is a user preference that controls whether the message bar is shown, but it's up to the user to set it.
    Without seeing the code, it seems apparent that it does add some type of form fields to the document to implement the tooltips and that is indeed the reason you're seeing the mesage bar.

  • Running a batch file to invoke reports runtime

    Hi,
    I'd like to run a batch file at the end of every month automatically, which runs a report and sends the output in a mail. Is there a way to run this batch file without using cron job? We do not have unix environment at our place.
    ThanX.

    hello,
    on windows NT you have the AT functionality which is basic scheduling. however if you are using the oracle reports server you can schedule the report inside the server itself.
    regards,
    the oracle reports team

  • Attaching a document from program running in batch

    Hi experts,
    i need to find a way, to attach a document (e. G. a CV) to an applicant via object services. Problem is, the document will be provided by a program, running in batch-mode without front-end access. I tried to debug the manual action, but unsuccessful.
    My initial idea was, to find out what happens directly after uploading and then using the same function modules in my prog.
    Shed your light on me please.
    regards
    Jörg

    Hi Jorg,
    In a way when the batch job runs it polls that document and you need to attach that doc to an applicant. Firstly , I don't know whether debugging can help. But normally I had almost the same situation wherein I needed to change something to the file that was being used by the batch job and I didn't know where the file was.
    There's a T-Code 'FILE' that I had used which gives you the location of all the files from where the batch job or the program picks them whenever they get executed.
    But in my case even this didn't help. Then I had to ask the respective guys as to where it was stored. Maybe you could try the above t-code or if you do have time, again check using de-bugging for any logical path mentioned in the code.
    Please let me know if this could help.

  • Batch sequence to 'flatten' xfa form to static non-interactive AcroForm

    Hi,
    I'm looking for a way to flatten a bunch of xfa forms in a batch sequence. The result being the exact same as printing to pdf.
    I believe I use to just add optimizer settings in the sequence editor and that would do the trick. But now I'm getting an error saying optimization settings cannot be applied to an xfa form.
    Any help would be much appreciated.
    Thanks.
    Kyle

    Actually George I found a solution. They are dynamic xfa forms. I realized that the pdf printer settings has an option to suppress the save as dialog and default the output flat pdfs to a location of my choosing. I just set the pdf printer as my default printer and run a batch sequence to print the dynamic pdfs.
    It requires a decent system with lots of memory since an instance of Acrobat is opened for every pdf processed but it does the trick!
    I appreciate your response.
    Kyle

  • Supress message during Batch sequence run

    Hello, I have a Batch sequence that runs on a batch of files. Intermittently, it stops and displays messages like "Some difficult images where encountered...". Once I click on OK the processing continues. How can I suppress these messages? I could like my batch process to run without any human intervention. Thank you.

    Hello,
    I tried to use
    App = CreateObject("AcroExch.App")
    App.Hide()
    to suppress the new version warning message(as I am using acobat 6 to open acrobat 8 file), and it works fine. But when I test on the corrupted pdf file, then it will hang forever, as AvDoc.Open will wait for user to press "ok" to pass the return code back to continue run the statement 2.
    AvDoc = App.GetActiveDoc
    If AvDoc.Open(PDFPath, "") Then
    statement 1
    else
    statement 2
    end if
    I am not sure if you problem "Some difficult images where encountered..." fall into the same catagory or not. I am still looking for a solution for the corrupted file...
    MK

  • 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.

  • Running multiple batch actions on the same folder? One Click?

    We run Actions on a group of images using CS4 with the File->Automate->Batch function. We use this to take, for example, 200 images from a set folder and run an "Action" to create a rendered 2D design and save it in a different location to the source image and add an extension to the file name, leaving the source image unaltered. 
    The problem is that we then require to run this 20 times, each time, the difference is :- we want it to save to a different location and the "action" used is different because it changes the colour for example.
    The desired output is:
    FROM A JPEG ---> 20 folders (named as 20 different colours) and all our images rendered (as in our action) and saved into the 20 folders
    So we have 20 versions of each image
    Currently we simply set off the different actions in a batch separately, IE. 20 lots of batches to set off.
    So for example:
    * We have 200 jpeg images in folder [A]
    * We run a Batch function to run an "action" on all 200 images in folder [A] to render into our design and add a blue colour overlay (this is all done in the action itself) and to save them to folder [B] with the extension (BLUE) added to the filename.
    * Once Photoshop finishes running this Action on the 200 images (wish it would beep or something to let you know it was finished) we then run a batch to run a different "action" on the same 200 images in folder [A] to render the design and add a pink overlay and to save them in folder [C] with the extension (PINK) added to the filename
    And so on and so forth for the 20 different actions.
    Is there a way we can instruct Photoshop to run all of these 20 actions (one after the other in a queue as it where) without having to "Babysit" Photoshop and ask it to run each one off ourselves manually?
    Would we have to use JavaScript for this? We have no experience with JavaScript at all.
    We are currently using Photoshop CS4, is there a easier way to do this on CS5 or CS6?
    Kind Regards and Thanks in advance
    Steven

    Would we have to use JavaScript for this?
    I think it would be advisable but (if you don’t mind risking getting less help) you could use VB or AppleScript depending on your platform.

  • 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.

  • How to run a batch file from within an Oracle 9i Form?

    Hi, I would like to execute a batch file from within an oracle form - I'm assuming there's some PLSQL command I can use? I am not allowed to use any third party libraries, and I'm hoping I can get away without having to progam any C or Java to do it. I don't want to run my java program from my form, but my lecturer is insisting on it.
    Can anyone help?
    Thanx
    Adam

    Can u give me an example
    I need to run a batch files that does a series of step doing dir ( in 3 different folders)
    after each one it shows on screen with a pause & user press enter
    can this work out ?

  • 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).

  • 11.1.1.3 DRM Blender hangs when run from batch

    We are with some frequency seeing hangs when we run a batch blender of our account hierarchy into our working version.  When this happens logging into the client seems to hang up everything without much possibility of doign any work.
    Has anyone experienced this?  The account hierarchy has some 26,000 nodes and some 10 properties at each node.
    Does anyone have experience handling DRM crash/hang problems with a best practice or troubleshooting tips?  I imagined we might be seeing some sort of locking situation after an http timeout but I am not seeing any meaningful information in any logs, so I appreciate any basic troubleshooting tips.
    Agnete

    Hi Agnete,
    I think I'd suggest logging a service request so that someone in support can have a bit of a dig into this for you and provide the following:
    1. An unfiltered application event log from the primary DRM application server in evt / evtx format (to give us full stack traces and some context).
    2. A specific example (rough time when blend was run) of when a blender was run that hung the system so that we can try to isolate what was going on at that particular time
    I think that any other approach is probably just going to be guess work until we can see what's actually been going on at the time of the problem. Seeing as the log from the batch client is empty in your case that just leaves the Windows application event log where we can look for clues.
    If we can see what is happening from the event log that should hopefully let us give you some pointers to get past the issue. At this point I'd suspect that something could be really upsetting a DRM engine process but until we can have a dig in the event log even that's just pure speculation
    Regards
    Craig

  • Add menu item for Batch Sequence?

    Hello,
    I've created a folder level script that will execute when Acrobat starts. The script adds a menu item, that when clicked, will call another function.
    I'm wondering if I can create a batch sequence and add a menu item for that as well? I basically just want to avoid going through the whole Advanced -> Doucment Processing -> Batch processing... -> and then find the batch sequence and click Run.
    I've seen plenty of examples for adding menu items that call folder level scripts, but nothing on batch sequences. Has anyone ever done this?
    Many thanks in advance!

    You can't create a menu item to a specific batch sequence. The closest you
    can get is to open the batch sequences window, using the execMenuItem()
    method and "BatchEdit" as the name of the command (I'm not sure it's still
    the same in Acrobat X).

  • How can I do to acquire and save date in the same time and in the same file when I run continual my VI without interrupti​on.

    I've attached a VI that I am using to acquire amplitude from Spectrum analyzerse. I tried to connect amplitude ouput to the VI Write Characters To File.vi and Write to Spreadsheet File.vi. Unfortunately when I run continual this VI without interruption, labview ask me many time to enter a new file name to save a new value.
    So, How can I do to aquire and save date in the same time and in the same file when I run continual my VI for example during 10 min.
    Thank you in advance.
    Regards,
    Attachments:
    HP8563E_Query_Amplitude.vi ‏37 KB

    Hi,
    Your VI does work perfectly. Unfortunately this not what I want to do. I've made error in my last comment. I am so sorry for this.
    So I explain to you again what I want to do exactly. I want to acquire amplitude along road by my vehicle. I want to use wheel signal coming from vehicle to measure distance along road. Then I acquire 1 amplitude each 60 inches from spectrum analyzer.
    I acquire from PC parallel port a coded wheel signal coming from vehicle (each period of the signal corresponds to 12 Inches). Figure attached shows the numeric signal coming from vehicle, and the corresponding values “120” and “88” that I can read from In Port vi.
    So I want to acquire 1 time amplitude from spectrum analyser each 5
    period of the signal that I am acquiring from parallel port.
    So fist I have to find how can I count the number of period from reading the values “120” and “88” that I am acquiring from In Port (I don’t know the way to count a number of period from reading values “120” and “88”).
    Here is a new algorithm.
    1) i=0 (counter: number of period)
    2) I read value from In Port
    3) If I acquire a period
    i= i+1 (another period)
    4) If i is multiple of 5 (If I read 5 period)
    acquire 1 time amplitude and write to the same
    file this amplitude and the corresponding distance
    Distance = 12*i). Remember each period of signal
    Corresponds to 12 Inches).i has to take these
    values: 5,10,15,20,25,35,40,45,50,55,60............
    5) Back to 2 if not stop.
    Thank you very much for helping me.
    Regards,
    Attachments:
    Acquire_Amplitude_00.vi ‏59 KB
    Figure_Algorithm.doc ‏26 KB

Maybe you are looking for

  • This is regarding the career suggestion between ERP consulting and ERP sales or presales.

    Hi Everyone, Thanks for reading this post as this would not give any knowledge to you but would help for my career progression. I am presently working as SAP consultant in PP module in an MNC . I always had interest towards sales or pre-sales in the

  • Sale Analysis Profit Calculation problem

    Hello I create sale Invoice having Qty 2 unit price 150 & tax code is VAT@4% then Base amount is 300 & Total Bill amt is 312. My purchase price for the same item is INR 100 so my Gross profit show on Bill is INR 100 & profit percent is 33.33% Custome

  • File to JDBC ....file sequencing

    Hi I have a file to JDBC insert async scenario. My requirement is the source files should be processed according to Date and in sequence .. Option 1 : I think it can be done through a) processing seq as DATE b) EOIO queue in the sender adapter.. Opti

  • Is there a way to color events in ical?

    is there a way to color events in ical? is there a way to have background color for all day events?

  • Calling a Workflow form changeAnswersResults.jsp

    Can we call a workflow form changeAnswersResults.jsp? In changeAnswers.jsp, when we click on Save or Cancel, accordingly I want to call two different workflows (may one) Can anyone give me example? Thanks