Looking for api hooks w/o invoking server

hi there,
i'm are looking into the automated conversion of millions of pdf's from version 1.0 to 1.4 A/1-b. i am evaluating multiple ways to do this, and i have no prior experience with livecycle, but i am an experienced programmer. most of these pdf's are quite large (some gigabytes in size) and so i'm looking for a way to use the api without having to invoke a service over the network.
i have looked into watched folders, and this maybe the way to go, but i'm really hoping for hooks into an api that basically allows me to open a pdf in place, manipulate it (add, change or remove some parts such as xmp, creator, document id, etc), and then save it as pdf A\1-b.
are there any such hooks in the api? if not, would i need to build a custom service that did the above, and then invoke over the network, or have it watch a folder?
basically, i hoping to not to have to use the lc es server.
any thoughts/help is appreciated!

please forgive some of my gramatical errors... typing to slow for my thoughts :-)

Similar Messages

  • Look for APIs or editor to update LDT files to avoid editing file directly

    I have used FNDLOAD to import/export ldt files, but I am looking for APIs or "editor" to avoid editing the LDT file directly. Mainly need to customize program name, request group name, etc. for multi clients. Any ideas? thanks!

    Harm,
    thanks for your comment.
    Your understanding  was absolutely right.
    Sorry my mistake its QNAP 639 PRO, populated with 5 1TB, one is empty.
    So for my understanding, in my configuration you suggest NOT to use RAID-0. Im not willing to have more drives in my workstation becouse if my projekts are finished, i archiv on QNAP or archiv on other external drive.
    My only intention is to have as much speed and as much performance as possible during developing a projekt 
    BTW QNAP i also use as media-center in combination with Sony PS3 to run the encoded files.
    For my final understanding:
    C:  i understand
    D: i understand
    E and F: does it mean, when i create a projekt on E, all my captured and project-used MPEG - files should be situated in F?  Or which media in F you mean?
    Following your suggestions in want to rebulid Harms-Best Vista64-Benchmark comp to reach maximum speed and performance. Can i use in general the those hardware components (exept so many HD drives and exept Areca raid controller ) in my drive configuration C to F. Or would you suggest some changings in my situation?

  • Looking for a simple photo gallery web server setup

    Hi,
    I have Arch running on my low powered AMD HP microserver and am looking at letting relatives,friends etc see my photos over the web.
    I have php and sqlite3 already installed and dyndns setup.
    What further would I need (I'm looking for as painless, light and small as possible setup)
    Cheers
    Smiffy

    Yes - I've tried that and could try a few different setups until I find what I want.
    I was more looking for any recommendations especially from someone who has set something like this up before.
    This page was useful :-
    http://www.yolinux.com/TUTORIALS/LinuxT … llery.html
    BBGallery looks good and simple to me but needs GIMP (I have a headless server so don't really want to install extraneous sw)

  • Looking for very old oracle client  (oracle8 server)

    I'm looking for a link to download a linux oracle client to connect to an oracle 8 (8.0.6) db server. (idealy for debian)
    All the links i found are not available anymore and oracle download site is only for 10g or 11g instant client version.
    Do you have an idea / a solution ?
    Thanks
    Franck

    Is this related to {thread:id=2317617}?
    Try edelivery.oracle.com.
    If no luck there, try requesting archived software via MOS.

  • Looking for API docs

    Hi all,
    does anyone know where I can find the API docs for the package com.sapportals.portal.prt.service.notification esp. for the classes TopicDataContainer, TopicData and NotificationService?
    Regards
    Lars

    Hi Ken,
    Do you remember <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/6961">the good old days</a>?! I always defended the point system, as in the early days, it was bringing much spirit into SDN, a bit like sports. There has been the time when Roberto, Rhich and me had a three month race, and for us it was sports, for the other users it was just luck to get that bunch of high-quality answers. These times have gone, the family spirit has gone etc.
    Nevertheless, not everything is bad. Rhich and Bhanu are still very very active, others have come up, too; but annoying answers and disturbing content like we can see here are increasing - if one imagines SND without this stuff, it's still great of even better than it has been two or three years before. Anyhow, the stuff is there, imagination doesn't help...
    I'm not sure how to change this, to conserve the good and to get rid of the bad. But I think that's also the problem of the SDN staff...
    Best regards
    Detlev

  • Im looking for clarify form authenticate in oracle server

    Hello Oracle community,
    our customer will use ORACLE APPLICATION SERVER 10g (10.1.2.0.2).
    Im comming from tomcat server , I have use form authentocation and DataBaseRealm in tomcat, now I couple days readed a lot of documents and posts. If I readed well , so this server support only file and LDAP security provider, Im not sure for 100% but im sure that I dont understand well the topology of server, so I decided to use security filter from securityfilter.sourceforge.net.
    My first question is confirm or disconfirm that I cannot use Form base athentice over DatabaseRealm in 10.1.2.0.2?
    Second is help to find solution why base example from securityfilter.sourceforge.net doesnt work corectly.
    I use some example to understand security filter, if I use basic example all work all right, im authenticated and all is fine, but when I try use FORM base athentication im redirected still to loginForm page, If I understand well diference between FORM and BASIC authentication is only that in FORM is needed to have loginform page and workground logic is same. So if BASIC is working FORM will work too so I gues that only mistake can be in form login page but this example work in tomcat without problem.
    this is form generated from login page
    <form id="loginForm" action="j_security_check" method="POST">
    Username:
    <input name="j_username" value="username" type="text"><p>
    Password:
    <input name="j_password" value="password" type="password"></p><p>
    <input type="Submit">
    </p></form>
    For me all seems corect, anyone have experince with this or only some idea?
    Thank a lot for any support post Petr, CZ

    Thanks for that - I found the form. However, it appears the database table is empty - when I perform a search for all jobs, no records are returned.Nevermind, after some trial and error I found a site that had lots of jobs defined. Thanks for the pointer!
    I'm still running into the same problem I was seeing with the previous form I was using. This is what I'm doing:
    1. Open the form.
    2. Search for all records.
    3. Jump to the very last record.
    In Oracle Applications 11i, this would cause a large amount of data to be transferred over the network (4.6 MB for the previous form I was using and 2.6 MB for this new "Discrete Jobs" form I'm trying). However, the behavior is different in Oracle Applications R12. When I perform the same steps in the same forms, only a fraction of the data is transferred over the network (~100 KB).
    Ideally, I would like a set of steps (and a form) that will produce the same results in both 11i and R12. More realistically, I just need a form (or a new test procedure) in R12 that will spit out more than 1 MB of data.

  • EMac looking for wireless hook up, some confusion

    I have an eMac 700 with a bus of 100. So I have to use the original airport card. Pricey. Apple mentioned using a 3rd party wireless card. Could this be it ?
    Wireless Pre-N Desktop Network Card - Belkin $129
    Then could i use an airport Exstreem? Apple said I would need additional software. What software? Would I have to pay for it?

    Dana,No software upgrade is going to help yet and Airport Extreme (802.11g - 54MBps) doesn't work in the eMac 700.
    You either need the Airport 'original' (802.11b - 11MBps) or a USB1 WiFi adaptor. The card you named is a 'PCI' card. The eMac does have a PCI expansion slot (even though you may see it listed in Apple System Profiler!).
    The 'original' Apple Airport card are getting expensive as Apple don't sell them anymore so they are going for silly prices!
    You need a USB WiFi adaptor like this. Software should be included.
    (The eMac 700 only has USB1 so you can't use the USB2 based 802.11g adaptors out there)
    Once you have this you can connect to your wireless network.
    regards
    mrtotes
    Message was edited by: Adam Coates
    Here's a US link: D-Link WiFi

  • Looking for tool - for manage Oracle database

    hi
    i looking for tool that i can make tables, run querys, make backup .....
    on Oracle 11.2.0 64bit
    i'am looking for any graphical tool (like sql-server tool)
    thanks in advance

    You didn't see you've answered your own question: you posted inside the SQL Developer tool forum ;)
    Have fun with it,
    K.

  • I am looking  for a DW API hook

    Like _beforeSave, is there a DW API hook akin to
    _beforePreview (before
    previewing in a browser the page currently open in the Design
    Window)?
    btw, "_beforePreview" does not seem to work, but I am hoping
    there is
    some other term they chose for this.
    Anyone know?
    E. Michael Brandt
    www.divaHTML.com
    divaGPS | divaFAQ
    www.valleywebdesigns.com
    JustSo PictureWindow

    Awe, Michael .. now I'm blushing .. you're soo sweet! :)
    Nancy
    "E Michael Brandt" <[email protected]> wrote
    in message
    news:f7lj4p$fpl$[email protected]..
    > Just for all to know, Nancy has been really helpful, and
    I'd like to thank
    > her publicly here. Hoorah Nancy Gill.
    >
    > Just fyi, we found no reference anywhere to the API hook
    I am looking for.
    > So if anyone else has a source for this info?
    >
    > --
    >
    > E. Michael Brandt
    >
    > www.divaHTML.com
    > divaGPS | divaFAQ
    >
    > www.valleywebdesigns.com
    > JustSo PictureWindow
    >
    > --
    >
    >
    > Nancy - Adobe Comm. Expert wrote:
    >> hmm .. I found something that may help and wrote you
    offlist. :)
    >>
    >> Nancy
    >>
    >> "E Michael Brandt"
    <[email protected]> wrote in message
    >> news:f7jnoi$gb1$[email protected]..
    >>> Thanks. I've looked everywhere. There used to be
    a great online
    >>> article on "undocumented DW api" calls, by paul
    boon? but I can no
    >>> longer find anything like it by googling. It
    described _beforeSave etc
    >>> and might have revealed something like
    _beforePreview.
    >>>
    >>> emichael
    >>>
    >>>
    >>>
    >>> Nancy - Adobe Comm. Expert wrote:
    >>>> Hey Michael ..
    >>>>
    >>>> did you look here?
    >>>>
    >>>>
    http://livedocs.adobe.com/en_US/Dreamweaver/9.0_API/help.html?content=dwr_intro_api_in_05. html
    >>>>
    >>>> There was a humungo book for DW8 by MM Press
    .. I have no idea if Adobe
    >>>> did similar for CS3. Sorry.
    >>>>
    >>>>
    >>>
    >>> --
    >>>
    >>> E. Michael Brandt
    >>>
    >>> www.divaHTML.com
    >>> divaGPS | divaFAQ
    >>>
    >>> www.valleywebdesigns.com
    >>> JustSo PictureWindow
    >>>
    >>> --
    >>

  • Looking for Web2Py or Python interfacing code to DI Server

    Dear All,
    I am looking for a Web2Py (python) code sample that can interface or talk with DI Server of SAP B1 say through win32 python API SOAP interface.
    Some sample to get me started in the right path to connect to DI server, login and access simple SAOP service.
    Thank you very much.

    I don't know if you'll find an exact sample here - you might be lucky of course, but I think it's a bit specific.
    Instead, I would focus on learning the two separately; look on google for some examples of writing SOAP interfaces using Python and then also do some DI server examples.
    The Python I can't help with, but for DI server you can check the SDK helpfile and go to Developers Guide -> DI Server and then under this you have lots of good sections:
    System Messages: Shows how to login and get the session ID
    Data Manipulation Messages: Shows how to add/update/remove objects in the DB
    DI Server application gives instructions on how to set it up.
    Hope it's useful, might be worth keeping thread open to see if anyone has done this before though

  • Looking for SAP Netweaver Application server with any version

    Hi Friends
      I am looking for SAP NetWeaver application server alone with out Portal and collaboration and Trex
      Some time back my self downloaded from SDN , but now not available
      Due to some urgnt work i  need to do some R&D on J2EE engine i need sneak preview version
      So friends if your holding application server sneak preview any version  kindly let me know
      I am  from Bangalroe  India. So if  any one my friends from banglaore city having kindly let  
      me know if possible i will collect personally
    Thanks
    Malli
    Edited by: mallikarjuna pasupulati on Feb 3, 2009 11:11 AM

    https://media.sdn.sap.com/javadocs/NW04/SPS15/index.html
    Here is the v1.4 spec, which is the highest the netweaver currently is tested for.
    http://java.sun.com/j2ee/1.4/docs/api/index.html
    Regards,
    Rich Heilman

  • Looking for help with respect to configuring MS Exchange server to handle attachments over 10 MB for forwarding to Salesforce (Email-to-case).

    Looking for help with respect to configuring MS Exchange server to handle attachments over 10 MB for forwarding to Salesforce (Email-to-case).
    Problem - SFDC does not create cases from emails that have more than 10 MB of attachments. Our clients will not go-live if their clients cannot send in emails with attachments over 10 MBs
    Potential resolution - Configure MS exchange to strip off the attachments(if over 10 MB) and store it in a public folder, forward the email to Salesforce (so the case gets created or the email
    is associated to an existing case), the client should have some way to know if the attachments were stripped off and should be able to dlownload the attachments and continue with case resolution.
    Any help is appreicated!
    Thanks

    Hi,
    From your description, you want to achieve the following goal:
    Configure Exchange to filter the attachments if the size is over 10 MB and store it in a public folder, and then forward the email to Salesforce.
    Based on my knowledge, I'm afraid that it can't be achieved. Exchange can filter messages with attachments, but it couldn't store these attachments on public folder automatically. Also, I don't see any transport rule can do it.
    Hope my clarification is helpful.
    Best regards,
    Amy Wang
    TechNet Community Support

  • My server keeps telling me that I have an update for 10.10.1 and that I should look for it in the app store. I do that and am not finding anything that makes the update notification go away. I have installed an update the app store says I need.

    I updated to Yosemite on my Mac mini/server. Then my server wouldn't work. I updated and bought the software needed when updating to Yosemite. The server seems to be working. Subsequently I've started getting a notification on the server icon that an update is needed. When i look for details I'm instructed to go to the app store. I've done that. In the updates category no update is found by the app store system. I then went to the purchases category and was informed I needed to install the server software I'd purchased. While I'd installed before, I did it again. I still have the 1 in a red circle covering part of the server icon. I have restarted the mac mini. I can't figure out what step I'm missing. The continued presence of the red circle suggests that the software still isn't installed. Looked into restarting the server in help but don't find clear instructions that make sense. Suggestions from someone who has a mac mini server and has worked with this topic would be greatly appreciated. General comments from anyone who has not looked at this kind of problem before might turn out to be unenlightening for this neophyte.

    I tried turning the computer off and then back on. The alerts don't show the notice to update as resolved. Hopefully this is not a problem or an indicator or another problem. Should I ignore or reload 10.10.1 from the app store to trigger a resolved check in a green circle?
    Interesting that I had to buy server software after my free Yosemite download. I would have hoped that the two pieces of software would have gone together without any complication. It is not positive to end up buying a problem. Ah well, time to move on.

  • How do I stop mavericks from looking for an old server and nagging me that it can't find it?

    MacBook Air running OS X 10.9.4
    Had it set up to connect to my main iMac for shared files.  Wife complained that when my iMac wasn't on the MacBook constantly nagged her with a message saying it couldn't connect to the server (my iMac).
    Removed sharing on my iMac.  Removed recent server list from the MacBook Air.  Removed my iMac from the finder side bar in the MacBook.  Now the MacBook Air constantly naggs us that it can't find the server (name of my iMac).  I just want the @#$@# thing to shut up, quit looking for the iMac and be quiet.
    Need help as I can't figure this one out.
    PLEASE!!  

    There are many possible causes for this issue, and it may be hard to resolve. Please take each of the following steps that you haven't already tried. Back up all data before making any changes.
    If you get the alert in the login screen before you log in, stop here and ask for instructions.
    Step 1
    If you get the alert as soon as you log in, it's probably caused by one of your login items or by software that otherwise loads at startup or login. Ask if you need help identifying it. A known offender is "AdobeResourceSynchronizer," which is a component of some Adobe products. See also this discussion.
    Step 2
    If there's an icon representing the server in the sidebar of a Finder window, hold down the command key and drag it out.
    Step 3
    In the Finder, press the key combination command-K or select
              Go ▹ Go to Server...
    from the menu bar. In the upper right corner of the window that opens is a Recent Servers popup menu represented by a clock icon. From that menu, select
              Clear Recent Servers…
    and confirm. Test.
    Step 4
    Open the Printers & Scanners pane in System Preferences and delete any network devices you no longer use.
    Step 5
    Triple-click anywhere in the line below on this page to select it, then copy the text to the Clipboard by pressing  command-C:
    ~/Library/PDF Services
    In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return. A folder may open. If it does, move the contents to the Desktop, or to a new folder on the Desktop. Log out and log back in. Test. If there's no change, put the items you moved back where they were and continue.
    Step 6
    Open the folder
    ~/Library/Preferences
    as in Step 5 and move the file named "loginwindow.plist" items in that folder to the Trash, if it exists (it may not.)
    Log out and back in again, and test.
    Step 7
    Other possible causes are references in the iPhoto, iTunes, or iMovie library pointing to the server, and bookmarks in the Preview application.
    Try rebuilding the iPhoto library.
    Step 8
    Disconnect all wired peripherals except those needed to start up. Start up in safe mode. Test. After testing, restart as usual (not in safe mode) and verify that you still have the problem.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Step 9
    Triple-click the line below to select it:
    /System/Library/CoreServices/Directory Utility.app
    Rght-click or control-click the highlighted text and select
              Services ▹ Open
    from the contextual menu.* The application Directory Utility will open.
    In the Directory Utility window, select the Directory Editor tool in the toolbar. Select Mounts from the Viewing menu in the toolbar, and/Local/Default from the node menu, if not already selected. On the right is a list of names and values. By default, the list is empty. If it's not empty, post a screenshot of the window and stop here.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard (command-C). Open a TextEdit window and paste into it (command-V). Select the line you just pasted and continue as above.
    Step 10
    Open the following file as you did in the last step:
    /etc/auto_master
    It will open in a TextEdit window. The contents should be exactly this:
    # Automounter master map
    +auto_master          # Use directory service
    /net               -hosts          -nobrowse,hidefromfinder,nosuid
    /home               auto_home     -nobrowse,hidefromfinder
    /Network/Servers     -fstab
    /-               -static
    If there are any other lines in the window, post them. Otherwise, close the window.

  • Mac Pro App crashes while looking for server that no longer exists

    PROBLEM:
    Motion crashes every time I try to launch. Before it crashes, a window appears with the message: "Looking for "G4MDD"--which is my old G4 machine.
    BACKGROUND:
    I kept my old G4MDD networked to my MacPro Intel machine for a while during my hardware migration due to Motion app instabilities I was experiencing.
    Finally, with Motion v2.1.2, I was able to run Motion on my MacPro reliably.
    I disconnected G4MDD from the network, deploying it to another building, dedicated to other non-FCP purposes.
    I have not been able to launch Motion 2 on the MacPro since. It goes out looking for G4MDD, then crashes every time.
    REMEDIES I'VE TRIED:
    Everything Apple suggests on the Motion troubleshooting page, including re-install of the app following all instructions meticulously.
    QUESTIONS TO GROUP:
    1) Is there some server-related preference file I can try trashing?
    2) Any other suggestions?

    The location should be /Users/your name/Pictures. You can change this by holding down the option or alt key (the ones immediately to the left or right of the cmd keys either side of the spacebar) whilst clicking on the iPhoto application icon in your dock and making an informed choice from the options you see.
    By default iPhoto creates an iPhoto Library (the folder where all your data in iPhoto is stored) in the /Users/your name/Pictures folder. It seems that in the past you must have selected an externally or network attached volume named TOSHIBA as the location for the iPhoto Library instead using the instructions I've given you. All you have to do is revert it back to the location you now want.

Maybe you are looking for

  • Home wireless connection instable

    Hi, I wonder if anybody can suggest me a valid solution: I have an IBM thinkpad with an Aironet PCI wireless LAN adapter. It worked fine with my home wireless router for months. Recently It started to have problems: the connection frequently stops (t

  • USB Printer queue gets stuck - SRSS 4.2, SRWC 2.2, SRVC 1.1, VMware View 4

    Hi, My environment is VMware vSphere 4 with a few ESX 4 servers. On that, I have a vCenter, a View 4 server and SRSS. Then I have a number of Windows XP desktops. When the user logs into his/her desktop via the Sun Ray, everything works including the

  • Unicode and non-unicode

    WHAT IS DIFFRENTS BETWEEN UNICODE AND NON UNICODE ? BRIEFLY EXPLAIN ABOUT UNICODE?                                                         THANKS IN ADVANCES

  • HRPAD00INFTY~IN_UPDATE

    Dear Friends, I have to insert the data in IT0000 ,IT0001 and IT0002 with the help of the HRPAD00INFTY badi.Am not aware about how i pass the value in this method IF_EX_HRPAD00INFTY~IN_UPDATE am not aware about i can do kindly help me out to guide me

  • Auto extraction of data...

    Hi, Is there a software or tool out there I can purchase that allows me to accomplish the following tasks? I've looked at screen scrape, which only takes care of my "data extraction" requirement. I've also looked at iMarcos, which only takes care of