Automated Magazine Archive Import

Hi,
I work for a student-run university magazine. We're looking to digitize around 250 of our previous issues into PDF format. We have the proper hardware -- specifically, a networked copy machine with a sheet feeder -- but are not sure of how to use our software. We have a license for Acrobat Pro 9.
I know how to have the issues scanned in, auto-oriented, and OCR scanned. The question is in having Acrobat automatically split our 11x17 spreads into individual 8.5x11 pages and to properly order each issue's pages.
Is there any way to make this happen in Acrobat? If not, is there any other software available to do this?
Thanks in advance.

The archive feature in Server Admin can also be run from the command line.
Look at the man page for slapconfig for details. As a simple solution, you can run `slapconfig -backupdb <path-to-archive-dir>/<date>` in a cron job.

Similar Messages

  • Sound lost during archive importation

    Hi
    I have a video archive, imported from a Sony DSR 500 camera, with 2 sound tracks. When I watch it on the "importation from a camera" panel, it is ok I can hear both of the sound tracks, one and two.
    I imported it in Final Cut Pro X, and I simply lost the sound track 2. I can't hear it, and the 2nd green sound track is empty.
    What can I do, or what did I do wrong before the import ?
    Thank you.
    Fred

    There are some Audio options to either check or uncheck on the Import tab of the Preferences window under the Final Cut Pro menu.  The options would present stereo or mono, remove silent tracks, etc.  That's one place to look.  The second is click on one of your clips in the event browser or timeline and look at the inspector window under the Audio tab.  There are options there for presenting the audio as Dual Mono, Stereo, Surround Sound, etc. It may be your mic recorded stereo, but your camera was set to mono.  Many cameras record in stereo but use an external mic that is mono.  Assumming that all of that is okay, I would simply put on a set of headphones and plug them into your camera and play the clip there.  Do you hear sound on both left and right?  If so, then it would seem the problem really is in FCP X.  I know from experience, when I only have one of the two audio tracks, I can usally fix it in the inspector window under the Audio tab in the Volume and Pan settings area and specifically in the Pan Mode drop down menu.  Best wishes.
    stephen

  • How can I prevent my Camera Archive import from being interrupted by timecode breaks?

    I'm trying to create Camera Archives from my old mini-dv tapes. I have a Sony Handycam DCR-TRV22 connected via FireWire. When I start the Camera Archive import process, everything is fine for a while but then the process stops with a message about a break in the timecode preventing the archiving from completing.
    Solutions to this problem I've seen online relied on changing import preferences in Final Cut 7. Unfortunately, I only have Final Cut Pro X and I'm not sure how to control this setting.
    I don't really care about timecodes, I just want to dump the entire tape to disk so I have a backup of the tape but the timecode break is interrupting the process and making me get involved a lot more often during the import process.
    Does anyone know how to force Final Cut Pro X to push through timecode breaks in a Camera Archive import?

    To clarify, this problem is not simply making me get involved more, but is preventing the Camera Archive operation from completing.

  • Archiver Import & Indexing is running very slow

    Dear All,
    We have OracleTextSearch search engine configured for Metadata only indexing. The server specs for application and database machines are way high & underutilized.
    FileStoreProvider is used to store content in WEBLESS mode on a filesystem.
    Our Archiver Exports are quite fast but Imports are pathetically slow. We suspect that the Indexing is the culprit.
    Indexer is configured for 25 items per batch, 1000 items per checkpoint.
    What various factors do you think can slow down the Indexer?
    We have several content stuck in GENWWW due to an earlier bug in DIS Outlook integration. Could those be an issue and is there a way to move them to released state.
    Regards,
    Prateek

    Hi Prateek,
    I'm a bit confused with this statement "We have OracleTextSearch search engine configured for Metadata only indexing."  OracleTextSearch is a full text indexer.  How would you configure OTS itself as "metadata only" indexing?  I would think that instead of using OTS, it would be more efficient to set the SearchIndexerEngine to "DATABASE.METADATA".  Maybe this is the case already, but I'm just puzzled by the statement.
    Indexing just metadata, though, should not be that performance intensive.  There are a couple of things that jump out.
    - File system access with regards to read/write.  Even though you are using a webless state for STORAGE, the actual files being indexed would have to be resident on the file system during the indexing operation (unless the process has changed, which I don't think is the case, as the items are not indexed directly within the database itself.  This would be true even though it's meta-only. It's just the way the product is written as I recall).  You then would be subject to any other file system limitations, such as sufficient space, virus scanning, etc.  Keep in mind that a txt file with the index value gets written, and this txt file is processed in the index insert/update operation.  Slow writes/reads of this file would affect the process. 
    I point out the file system since the observation was made that the system is relatively underutilized.  I've seen many high-end processor/memory configurations get sabotaged with slow disk/SAN/NAS access.
    - Database access/performance.  If searches are slow in addition to the indexing being slow, I'd think you'd be well served by looking at the database for some maintenance operation, like recomputing statistics, rebuilding indexes, etc.

  • Combining Text in Automator for Excel import.

    I'm attempting to create an automator workflow that will string some text together so that it can be imported into an Excel worksheet. Here's my workflow so far.
    • New Text File
    Creates file temp.txt
    • Run AppleScript
    Opens file temp.txt
    • Get Specified Text (specified text below)
    Read Today
    Read Tomorrow
    Read This Week
    Read This Month
    • Filter Paragraphs (needed so the text is not treated as one big line of text and is displayed in the next step correctly)
    Return Paragraphs that are not empty
    • Choose from List (all 4 items displayed correctly, all selected by default)
    Select one item
    • Set Contents of TextEdit Document (temp.txt) (append)
    • Get Specified Text (specified text below (a semi-colon))
    • Set Contents of TextEdit Document (temp.txt) (append)
    • Get Specified Text (specified text below)
    keywords go here
    • Set Contents of TextEdit Document (temp.txt) (append)
    • Get Contents of TextEdit Document (results below)
    Read Today
    keywords go here"
    (Once I get this part working, I will add a URL onto it also).
    So, all my content has arrived here, but on three different lines. But because it is on three different lines, it does not import into Excel correctly. I can't concatenate this using the usual AppleScript method because I would have to declare these items as variables. I've tried various ideas, but I cannot get the three above to append to one line, like this…
    Read Today;keywords go here
    without manual intervention, which sort of defeats the reason for trying to automate this.
    I hope I've explained this well enough that it makes sense.
    Any help or ideas are appreciated.

    Well, it is good to know that it can be done in Applescript, though I have not found a way to accomplish this. All examples I have seen (Googling and AppleScript 1-2-3 book) use set statements using static strings, and then concatenating those statements together. Since my values are dynamic, those examples don't help.
    What I have to work with are these lines of text in a new document.
    Read Today
    keywords go here
    The text will vary from run to run.
    What I need to end with is… (for use in Excel, import text files action)
    Read Today;keywords go here (line1 & line2 & line3)
    So, I don't know how to proceed from here, unless I can do something like set var1 to line1 of temp.txt, set var2 to line2 of temp.txt, etc.

  • Creating An Automation - Copy, Archive

    Hi,
    I'm new to Final Cut Server (FC Server) and learning it now.
    Have a few questions, searched the internet for answers but still hope for assistance here.
    - Within "Search Expired" response, what is the purpose of "Event Type"?
    - Within "Subscription" trigger, what is the purpose of "Event Type Filter"?
    I'm trying to achieve these workflows,
    1. Create a backup copy of the FC Server "Asset Library" onto another "device"
    2. Create a archive, when the asset is last accessed or modified for certain days
    For the above, I create 2 "Subscriptions".
    Subscription 1 has 2 responses, Event Type Filter = Custom 1
    1st response is "Search Expired",
    - Event Type = Custom 1
    - File Creation Date = Last 24 Hours
    2nd response is "Copy",
    - Destination = Xsan Device (SNFS/Storage Manager Volume)
    Subscription 2 has 2 responses, Event Type Filter = Custom 2
    1st response is "Search Expired",
    - Event Type = Custom 2
    - Last Modified = 2 Day
    2nd response is "Move to Archive",
    - Destination = Archive Device (SNFS/Storage Manager Volume)
    I tried creating Schedulers using the same responses above, but no success as well.
    Hope someone can advice me.
    Hope you can share if there is a website which has instructions on creating automations.
    Cheers,
    Ben

    Here is the link for the release notes that explain about Event type filter in subscriptions. Basically it tell the subscription the event (on the asset) that will trigger the response (when you "create" an asset, when an asset is "modified", etc)
    http://www.apple.com/support/releasenotes/en/FinalCut_Server_1.0rn/
    I think you are doing it backwards with the search expired. The first mistake you are making is that you can only trigger search expired responses with Schedules (you can check this in the setup guide page 199)
    This is how I'll do it.
    First make a schedule (that runs whenever you need it to run) that trigger the 1st search expired response (Event type custom1) Here you can add some filters so you'll only affect some assets if you want to
    Second create a Subscription with event type filter = custom 1 that will trigger the Copy response
    For the Archive response is all the same but remember to use custom2 event
    I haven't test this myself but it should work.
    Let me know if it does.
    Best regards

  • AVCHD archive importing questions

    Hello. I have a Canon HF10. I am new to video editing and am just now digging in to learn iMovie, so up until tonight, I've been recording on the camera, and when I need space on the camera, simply moving the entire folder structure on the camera's internal hard drive to a firewire external drive. Now I have iMovie 09 and I'm ready to start using that footage.
    My understanding is at this point I would need to use the "import camera" archive feature. When I do that it asks me to find the archive, so I go to the original folder structure on my external drive and try to select the folder with all the footage (I'm actually unclear which folder this would be as I see AVCHDTN folder, BDMV folder, CANON folder, and there are files and/or folders inside of each of these), but each folder has all its items greyed out and when I try to select any of them iMovie returns the following error:
    Folder is Not a Camera Archive
    Please select a folder that is a camera archive, then click Import.
    What am I doing wrong?

    I ran into this myself. I had to quit and re-launch iMovie to get it to import my archive. You might want to reboot your computer as well.
    When you re-launch iMovie got to the root level of the archive which should be the name of your camera. You might have to re-launch a few times to get it to work.

  • 10.6 OD Archive - Import to 10.5.8 Server

    Hi Guys
    We've recently had our 10.6.4 server crash and we're trying to restore the LDAP Archive to a spare 10.5.8 XServe. I don't think it can be done with lower versions so can anyone suggest a method we can go about this without losing passwords? We have 700+ Users with 4 IT Staff so manually entering names and passwords is something we're trying to avoid
    Cheers
    Maverick

    maverickoconnell wrote:
    Hi Guys
    We've recently had our 10.6.4 server crash and we're trying to restore the LDAP Archive to a spare 10.5.8 XServe. I don't think it can be done with lower versions so can anyone suggest a method we can go about this without losing passwords? We have 700+ Users with 4 IT Staff so manually entering names and passwords is something we're trying to avoid
    Cheers
    Maverick
    Your right, trying to restore a higher version to a lower version is not a good idea. However as you appear to have a legal copy of 10.6.4 Server and as this is not in use because that server is dead, you could use that license and installer disc to upgrade your 10.5.8 XServe to 10.6.4 and then restore your OD archive. You would probably want to reconfigure the upgraded XServe to better match the name, addresses, DNS, etc. of the server you are replacing before doing the restore.

  • Bulletin Board Archive Import?

    I archived one of my bulletin boards prior to restoring my factory image on my Laptop L505d.
    I want re install my archived bulletin board, but cannot figure out how. Any suggestions.
    Thanks

    Hello
    What messages or alerts you get exactly? Can you post a screenshot? This would be really useful
    In my opinion you could also try reinstalling Bulletin Board. Probably its malfunctioning or something else You can download the newest version of this tool on Toshiba website:
    http://eu.computers.toshiba-europe.com > Support & Downloads > Download Drivers
    Check this!!!

  • CMS and NWCE 7.2 - large source archive import failed.

    Good day, I ma trying to import a large source to the CMS and it failes with an error:Communication error [cause: number of bytes written to stream less than specified limit.]:Communication error [cause: number of bytes written to stream less than specified limit.]
    com.tssap.dtr.client.lib.deltavlib.CommunicationException: Communication error [cause: number of bytes written to stream less than specified limit.]
    I found the solution to the NW 7.0 where I have to change the MaxRequestContentLength value. But there is no Visual Admnistrator in CE7.2 so I can find the way to do it.
    Could someone give a clue how to get rid of an error?

    Configuration -> System Properties -> <SID> -> Global dispatcher configuration -> Services -> http.
    Edited by: Pascal Willemsen on Jun 23, 2010 10:37 AM

  • Automated scripts for importing & sharing on Mobileme?

    How would I go about writing a script to automate the following process :
    1) (Trigger for script): I insert my SDHC card from my camcorder into my iMac card reader.
    2) Launches iMovie and imports all clips as new event.
    3) Creates a single project by including all of the events just imported.
    4) Shares the project on Mobileme.
    Currently I'm only managing to view, compile and share movies of the kids when I get (a very rare!) few hours at the weekend. If I could just pop the card into the reader on my way out to work in the morning it would transform my usability of iMovie and mobile me, as I could then view and share the 10-15mins of precious footage I took the night before.
    Many thanks,
    D

    Thanks for info.
    The work around I'm using at the moment is to plug in the card in the morning, then access my Mac remotely using Jaadu VNC via my iPhone to do the import and publishing.
    Does the job, although a little more cumbersome and need reliable 3G / WIFI connection.

  • Automating Album Art Import

    I have imported my entire CD collection to my iPod. What an awesome device!
    Is there a way to automate the importing of album art for these CD's? It would take so long for me to find the album art for each CD and import them by hand.
    Any suggestions?
    Thanks,
    Rob

    ick, ebay and amazon have huge jpg images.
    I prefer allmusic.com images.
    Personal preference, though, where you get your pictures.
    When I first got iTunes I used to scan my covers in with the highest bit rate imaginable. Until I saw what it was doing to my storage space when I added that image to every file.

  • Automation of Form import

    I have a simple form.
    I have multiple xml files sent through email generated by users filling in the same form.
    I want to know if there is a way to have Acrobat Pro (7) get all those xml files, fill in the form data and save each instance as a separate pdf file.
    Currently am having to do this manually and individually. I am not a scripting wiz and cannot see an opportunity in the batch processing feature.
    The form data and Acrobat 7 are collected and running in Mac OSX 10.3x

    The Adobe XML/PDF Access API for Java allows you to automate the process using Java.
    http://www.adobe.com/devnet/livecycle/downloads/xpaaj.html
    Raül

  • Automating album name importing - is this possible?

    OK, I have a lot (A LOT) of tracks in my library. I am trying to populate the tags for the album name for as many as possible, so that they are easier to find on my iPod and in the iTunes library.
    Doing it one at a time using the itunes store is painfully slow. What I would love is some program that will go through my library and examine the song name and artist name, access CDDB and give me a list of possible albums that the song is from. I would click one, and the program would fill that info in to the tag and I'd go to the next one.
    8000 songs - a program that could do exactly the above would probably turn this from a 6 month job (done in small bits, 5-10 songs per day) to a weekend job, maybe 3 hours total. That would be AWESOME.
    ****, I could even program it, if my last programming class wasn't turbo pascal, 12 years ago!
    Any ideas? Is this possible? Did I post this in the right forum?

    Cmon, don't you think I tried Google?
    I hate to sound ungrateful for the "suggestion" but someone who posts on a forum is not looking for "check out google" I did, and there's nothing there, so if you have a specific suggestion, I'd love to hear it.
    As for finding album art - yeah, it probably takes two minutes or so. I have 7000 songs, and if you figure they average two per album, that works out to 3500 albums I need to look up. At two minutes each, that works out to 116 hours.
    My hourly wage is $75. You do the math.
    Wanna do it for me? I'll pay you $50!

  • Individual file archives in automator

    hi all,
    trying to mess around with automator for the first time and cant seem to get it to do what i need.
    i have hundreds of files that i want to zip individually, not into one big "archive.zip", which i can get it to do. as an example...
    ---current folder
    file1.bin
    file2.bin
    file3.bin
    ---after trying automator folder
    archive.zip
    ---what i'd like it to be
    file1.bin.zip
    file2.bin.zip
    file3.bin.zip
    any help is much appreciated,
    t

    '... trying to mess around with automator ... G4 - dual gig, mirror drive door' - there are two (2) 'Automator' discussion groups: 'Mac OS X v10.4 Tiger > Automator', and 'Mac OS X v10.5 Leopard > Automator'.
    One solution:
    01. Within 'Automator', select 'Automator' in the 'Applications' folder, of the 'Library' column
    02. Double click on 'Run AppleScript', of the 'Action' column.
    03. Delete all the contents of the resultant 'Run AppleScript' panel.
    04. Copy the code below ...
    -- Code starts here --
    on run {input, parameters}
    repeat with i in input
    try
    tell application "Finder" to set {fname, fExt, fContainer} to {displayed name of i, name extension of i, quoted form of (POSIX path of ((container of i) as string))}
    if (fname ends with fExt) then set fname to (get (characters 1 through ((count fname) - (count fExt) - 1) of fname) as string) --& "zip"
    do shell script ("zip -r -j " & (fContainer & (fname & ".zip")) & " " & quoted form of (POSIX path of (i as string)))
    end try
    end repeat
    return input
    end run
    -- Code ends here --
    05. Paste the copied text into 'Automator's 'Run AppleScript' panel.
    06. Select 'Automator's 'File, Save as Plug-in' menu item. A drop down sheet will appear.
    07. Enter a name in the 'Save Plug-in As:' text edit field. 'zip me' in this example.
    08. Select 'Finder' in the 'Plug-in for:' popup menu.
    09. Quit 'Automator'.
    10. In 'Finder' select one or more items - file(s) and / or folder(s).
    11. Perform a contextual* ('<control>', if single button mouse) click on the, or one of the, selected item(s); and, via Apple's asinine 'Automator' sub menu select your plug-in ('zip me', in this example).
    * - contextual click: 'Right' button click if right handed; or, 'Left' button click if left handed - and 'System Preferences' 'Keyboard & Mouse's 'Mouse' tabs' 'Primary mouse button:' 'Right' radio button is selected.

Maybe you are looking for

  • Syncing with reinstalled iTunes

    I had to reflash my hard drive due to a trojan problem.  When I reinstalled iTunes, it no longer pairs with my iPod Classic and will not sync content from my ipod to iTunes.  I was only able to transfer iTunes store purchases from the ipod to iTunes.

  • Why does my external Hard Drive not save album artwork? Help!

    I have quite a lot of music saved digitally, so to save space I have been storing it on an external hard drive. Some of the music does not have any artwork attached (and does not download any when I select 'get album artwork'). So, as an example, sta

  • Extract pages using control click not working in acrobat 9.4.5

    I have been using Adobe Acrobat Standard 9.4.5 for about 2 years to scan and archive documents.  Usually, I scan a stack of invoices then select pages by clicking on the first one, then holding down the control key and selecting additional pages.  Su

  • TS3899 after updating to iOS 6 I can not access my mail. It keeps saying can not connect to the server. Help!

    After updating the iphone to ios6 the other day I have been unable to access my mail. Everytime I try and load it says cannot connect to the server. I have internet connection. Not sure what else to do. Help

  • Kernel / cpu Panic Macbook 1.1

    Hello, On my old MacBook (1.1) i am running Snow Leopard. Everytime when i connect a Firewire Device to the MB it completely freezes after a few seconds, also when i start it in HDD Mode, there as soon as i connect it to another Mac the MB freezes. I