Public APIs for Adobe Central Pro Server

Hi,
Can anyone point me to the Public APIs that are available with the Adobe Central Pro Server e.g. I would want my application to dynamically add or remove steps in the job db, or change the target printer. Also, is it possible to invoke the preview functionality that comes with the Adobe Designer and integrate with an existing application
Here what we are trying to do is add the printing (template merging) facility to an existing application and would want access to the public API for these products.
Thanks in anticipation!
Regards,

I'm not sure you can do what you describe in the manner that you appear to be wanting to do it. I know of no APIs that are provided. There are ways to get the job done, though.<br /><br />The job management data base is an ascii text file that can easily be changed programatically. Parts of our application use it for building a drop-down list of printers for the user to select from. Changing it doesn't automatically cause Central to use the new file. Central must be told to reload it before it will be using the modified file. This can be done by placing a certain "command" file in Central's control folder, but it would not run until after the current job completes - if the current job is the one that just changed the file and further steps of the same job are for the processing of the data, then that would be too late. Once a job starts, all the parameters and tasks from the job management database and on the original ^job statement is what will be used. This goes for changing anything about the job, whether it be adding/deleting steps, changing the printer, or any other parameters.<br /><br />We accomplish pretty much what you want by doing several things. <br /><br />*First, we define all of the various configurations of jobs that we need. For example, our main printing job has four tasks; it is not uncommon to need to restart a job someplace besides the first task. Therefore, we have four different jobs defined, each one starting further down the list of tasks. We do the same thing when the processing of the data has to vary in some manner - we have jobs pre-defined for each specific set of tasks and the source of the data sets the ^job name as required for the specific tasks that have to be done.<br /><br />*For modifying the printer, we use the -z<printer> and -asp<driver> parameters on the ^job statement and the source of the file sets the values as necessary. The source of the file will also set the job name so that the desired job is ran. <br /><br />*We also have built into our custom agents the capability to recognize when a "soft" failure is occurring (such as can't reach our database) and it will put the job back in for processing after changing the job name to run the correct job for restarting at the proper step. <br /><br />*One of our steps is to check a control file to see if there is a redirection for the specified printer to a substitute printer (say, the original printer is down for maintenance). This agent will put the job back in for processing, changing not only the job name but the printer parameters. It has to be put back in, instead of just changing the parameters and passing the file on to JFMERGE, because Central uses the parameters on the original ^job line, it doesn't use the parameters that might be on the ^job line when JFMERGE starts.<br /><br />*We have also created our own agent for running as the JFERROR task. This task runs when one of the agents supplied with Central encounter a failure. Our agent analyzes the failure and determines if it was "hard" or "soft". If it was a "soft" failure, this agent requeues the job, changing the name and parameters as necessary.<br /><br />So far we have been unable to determine how to get our VB6 agents to set the ErrorLevel to notify Central that the agent failed (we came up with a workaround instead of spending a lot of time trying to get the ErrorLevel to work). This is necessary to prevent Central's agents from processing when a predicessor custom agent fails. Since we couldn't set the ErrorLevel, we just set up all of our agents to always create an output file for input to the next task. When one of our agents fail, it only outputs a modified ^job line with no following data. This modified ^job line is recognized by our custom agents as an indication that a failure is in process so it skips any processing except to pass the file to the next task. Since there is no data or form commands in the file, once it gets to JFMERGE, it just terminates without producing any output or error condition.<br /><br />Previewing is accomplished by running the JFPVMRG agent to create a PDF and then JFPVSEND to send it to the originating IP# for receipt by the View Manager which will then load it into Adobe Reader. At this point, the job running on Central will be finished - it could have produced hard-copy output or not depending on its design. Once the user receives the PDF, they can do whatever they want with it (save, print, etc).<br /><br />We use the above capability for our users to view an "archive" image of forms, after it has been processed normally. I know of others that use it to create the PDF as part of the normal processing, allowing the user to then print from Adobe Reader it if they wish.<br /><br />What we do is to drop a DAT file into Central's input folder that runs the above two agents. Our application that is running on the user's PC then watches for Adobe Reader to load and when it does it forces it to be the top-most task (we do this because we have a problem that it will often open behind other windows).

Similar Messages

  • File format for Adobe Central Pro Server

    Is it possible to use a PDF instead of a MDF in Central Pro? What about XDP files?

    Sanket,
    Adobe Content Server adds Digital Rights Management (DRM) to PDFs to turn them into eBooks. Your questions seem to deal with a different product.

  • Adobe Central Pro supported on a Server 2003 R2 Service Pack 2?

    Is Adobe Central Pro or can AC be supported on a Server 2003 R2 Service Pack 2.
    Currently only have it on SP1.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    When is Adobe Central Pro going to be sunset?

    Hi Don,
    I've installed SP4 (Incremental) as found here:  http://resources.businessobjects.com/support/additional_downloads/service_packs/crystal_reports_en.asp#CRXIR2
    But could not find an SP4a or SP6 there.  I googled them, leading to another Business Objects page, in which there was a SP4 Full and SP 6 Incremental link, but I can't get a complete download of either.
    Can you point me in the right direction?  Sorry for the lack of knowledge navigating the Crystal site - it's not a product I'm overly familiar with.
    Thanks.

  • Adobe Central Pro

    Does anybody know if Adobe Central Pro 5.6 is compatible with Windows Server 2008, if yes can I have documentation stating that it is.
    thanks

    Adobe Output Designer
    Golden Valley, MN
    3-6 Months Project
    Must Have Skills: Adobe Output Designer forms design and modification skill.. Other similar product experience could also be considered.
    Desired Skills: Coding / form design changes for desktop publishing with web application integration
    Job Roles / Responsibilities:
    Requirement Analysis for new application integration, impact analysis on existing layout (form) changes, implementing the change to designing of forms and Output designer code to successfully enable implementation.
    Thanks and Regards,
    Manish Patel | Next Level Business Services, Inc.
    Phone: +1 (312) 698-8982 | fax: +1 (608) 646-8326
    E-mail: [email protected] | Web: www.nlbservices.com
    Add: Yahoo: manish2kp2yahoo.com Live: [email protected]

  • I would like to create a plugin for adobe acrobat pro 9.0...

    I would like to create a plugin for adobe acrobat pro 9.0 in order to compare pages, delete the same pages and mark pages from first compared document with new and mark pages from second compared document with original. I downloaded the SDK for adobe 9.0 but now I am not sure how to continue? Do I need Visual Studio or can I use another program that is a freeware? What other program do you recommend?  How can I open an .api file in order to see the code? Do I need to place the SDK files in a specific place?

    1. You will need Visual Studio. Getting your first plug-in to compile can be an ordeal, be sure to use a sample project and work with it exactly.
    2. API files are the work of other programmers. You cannot look inside, and to try to do so is a breach of most software licenses.
    3. API files are installed to the Acrobat plug-ins folder.
    4. You will not find samples or code to copy/paste. You should be an experienced C/C++ programmer, you should be familiar with the basics of the PDF file format ISO 32000-1, and you should be prepared to read thousands of pages of documentation.

  • Found original box for Adobe Premiere Pro 2.0

    found original box for Adobe Premiere Pro 2.0 bought back in2009/2010, need to get activation code for it please.
    PN: 25520367
    Faye

    CS2 (and earlier) Activation Server replacement software
    http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l
    When you install the special version of PPro2 on a Win7 or Win8 computer, you MAY need to right click the program icon and select WinXP compatibility from the option popup... AND Vista problems https://forums.adobe.com/thread/416347

  • Change http port for Adobe Connect Pro?

    I'm running Adobe Connect Pro 7.5 and would like to change the HTTP port Adobe Connect Pro uses.  I've changed this from 80 to 90 in the Adobe Connect Pro console and saved.  Then restarted my Adobe Connect Pro application.  When I go to the URL http:\\<servername>:90 I get a "Connot Connect to Webpage" error.  If I change it back to 80 the URL http:\\<servername>:80 works.
    Does anyone know how I can change the port for  Adobe Connect Pro 7.5?  Is there another step I need to do on my Windows 2003 server?

    I've had to "cache" uploaded videos by playing them shortly before the audience will see them. For me, the cache holding time when using Adobe's servers is about 5 minutes.

  • I'd like to disable my expired trial for adobe acrobat pro XI because I can no longer view pdfs without getting a subscription

    I'd like to disable my expired trial for adobe acrobat pro XI because I can no longer view pdfs without getting a subscription

    Un-install Adobe Acrobat and repair the installation of Adobe Reader.

  • How can I add my software in Adobe's Third-party plug-ins for Adobe Premiere Pro ?

    Hi,
    Our company have a software called Moyea Importer for Adobe Premiere.
    Moyea Importer for Adobe Premiere is a recommended FLV, MPG, RMVB, HD  video import plugin for Adobe Premiere Pro. This plug-in enables users  to import FLV videos with various codec like AVC/H.264, AAC, Screen  Video, Nellymoser, MP3, PCM, and Sorenson H.263. Besides FLV video, the  plug-in allows AVCHD import and HD video import in MTS, M2TS, TP, TS,  and MKV formats.
    Moyea Importer for Adobe Premiere do not convert your video so it keeps  video quality for you. The plug-in automatically detects the Adobe Premiere versions on your  machine and you can choose the versions to install the plug-in. It  currently supports Adobe Premiere Pro 1.0/1.5/2.0/CS3/CS4 and Elements  3.0/4.0/7.0/8.0.
    I notice in Third-party plug-ins for Adobe Premiere Pro this part, Adobe didn't get any such plug-ins. They only have two file support plug-ins and Moyea Importer can fill the blank.
    Now I want to submit this software on Adobe's site but I don't know where to submit or who I should to contact. Any suggestions? I really need your help and I am sure it is really good software.

    Any suggestion? Admin of this board? Who can help me

  • I have payed for Adobe acrobat pro but now i can not convert a pdf document to a word format, why?

    I have payed for Adobe acrobat pro for one year and it is valid to november 2015, but now i can not convert a pdf document to a word format, why ?

    Hi m_karhulinna,
    If you have Acrobat Pro, you can save directly to Word format from within Acrobat by choosing File > Save as Other > Microsoft Word > Word Document.
    (It sounds like you may be trying to use the ExportPDF online service, which is separate from Acrobat, and not necessary in your case.)
    Best,
    Sara

  • Install Adobe central output server 5.5 in windows XP

    hi,
    Anybody know how can I install Adobe central output server 5.5 in my XP profesional. and where to store all related files( JFserver,JFMerge ....)

    did you get anywhere with this ?? I have built a new Windows 2012 R2 server and am having issues emailing out to external addresses. I can email to internal ones on our Exchange 2013 cluster. I have exactly the same settings in the JfEMsend.ini file as well as the same DNS..  I get invalid recipient.  Not quite the same problem but could be related
    thanks

  • Where is the "serial number" for starting my just-paid-for Adobe Acrobat Pro XI?  Appears nowhere...

    Where is the "serial number" for starting my just-paid-for Adobe Acrobat Pro XI?  There's no sign of it in the confirmation email or in My Adobe.  Been working on this for an hour with no luck. Help!

    Hi Ralphmeima,
    Please go through the link below and check.
    http://helpx.adobe.com/x-productkb/global/find-serial-number.html
    Regards,
    Anand

  • Flash SSD for Adobe Premiere Pro - problem, or not?

    Hi,
    I've just ordered a new workstation specifically for Adobe Premiere Pro use.
    Then I saw this on Adobe's technical requirements page for PP:
    10GB of available hard-disk space for installation; additional free space required during installation (cannot install on flash-based storage devices)
    It honestly never occurred to me that a modern RAM-based hard drive might cause a problem for specific software, does anyone know if this is true and if so why?
    It's not too late for me to re-spec a 15'000rpm drive instead but it seems a bit daft.
    Thanks in advance
    Alastair

    True enough but like tweaking the bios changing windows swap files (evinronmental varibles actually) etc is not the average users typical tweak!
    SSD is far faster than any SCSI.
    the SSD is less money that SCSI (have to buy a controller)
    Sata is pretty much the same spped as SCSI other than seek time.
    SCSI is dead! i have not seen scsi drives for sale from any of my vendors in about 2 yrs now. SAS yes. but again pointless.
    and the onboard sas controllers are not so hot.
    not to mention having your OS on SSD does make everything snappier. even without the adobe temp files.
    Scott
    ADK

  • Nothing happens when I click DOWNLOAD for Adobe X Pro

    Nothing happens when I click DOWNLOAD for Adobe X Pro trial.
    Pop-up blocker is off. What do I need to do?

    Try a different web browser?  Adjust the settings on your security software.
    Alternately you can follow the steps listed at http://forums.adobe.com/thread/981369 to initiate a direct download.  Although you may run into similar difficulties if you are unable to begin the download process.

  • "We are unable to validate this serial number for Adobe Premiere Pro CS6 Family."

    I have bought and obtained a license serial number for Premiere CS6.
    I have downloaded the files for Premiere CS6
    PremierePro_6_LS7.exe                    PremierePro_6_LS7.7z
    PremierePro_6_Content_LS7.exe     PremierePro_6_Content_LS7.7z
    I have run PremierePro_6_LS7.exe and, having specified load with serial number, reached the point of entering the serial number.
    "We are unable to validate this serial number for Adobe Premiere Pro CS6 Family."
    I have checked my account and the license is on file.
    The serial number is 24 digits in 6 groups of  4 characters.
    Please provide an answer to this.
    I've been using Adobe Premiere since 2006 and currently have CS5.5.
    This is the first time I have had problems trying to download and set up a version.
    It has taken most of the day so far!
    Peter
    CS6 END USER ID                       22298999
    End User Name                           PETER JONES
    Previous records under              PETER FENNELL-JONES

    No problems with CS5.5
    I have not tried removing it (not until I have CS6 sorted)
    Windows 7 Pro (64 bit)
    I have installed CS6 in trial mode and entered the license number.
    The Serial number appears to have been accepted.since Encode now starts up without a license message.

Maybe you are looking for

  • Error while saving a policy retention

    I've created a SP 2010 workflow with SharePoint Designer. That way I could link it to a specific content type. Via a retention policy I'd like to start the workflow on a certain date. When I go and save the policy, I get an error. Just the standard "

  • SELECT OPTIONS IN WEB DYNPRO ABAP

    Hello experts, im working with select options in a WEB Dynpro. There are four buttons (cancel,check,reset,copy) that apears above my select option. My question is: There is a way to hide that buttons? THANKS!

  • Moving photos between projects

    I'm having a problem - erratically - moving photos from one project to another. When I select one photo & drag it to a different project - the entire project gets moved instead of just the one selected photo. (I've double checked that there are no ph

  • File operation

    I am beginer in Labview. I have two queries. 1. I want to count number of lines in a file and display it in the front panel. How? 2. How to identify white spaces in a file (tab, linefeed etc.)

  • 2 different OS on 2 internal HD

    I have 2 INTERNAL hard drives (74.5GB & 1TB). I want to run 2 different OS (Tiger 10.4.11 & Leopard 10.5.8), one on each INTERNAL drive. I would then boot from the drive that I want to use (older apps will operate better on older OS). Would this caus