Resizing and conversion of Multi Ad Creator files to InDesign files

Hi all
I am really out of my depth here! Hope someone can help me...
I am part of a project at my company to investigate the quickest and easiest way to open Multi Ad files and resize them, including resizing the content to fit. The size change is only a width change but we have thousands, possibly hundreds of thousands, of files that would need to be resized. I believe we will only need to change the files as we need them, not upgrade every file on our system. We are looking at upgrading our software at the same time, so the options we are looking at are going from our current versions of Multi Ad to the new version 8 Multi Ad, or ideally switching over to InDesign CS6.
We've been researching a way to convert .muad files to .indd files but the below process is the only way we can seem to get it to open. Manual resizing (or possible use of liquid layout) is what we could do to update the sizes, but if this can be automated to would be amazing.
Currently...
Open previously created MultiAd EPS file in Distiller/Acrobat (set with a PDF profile to match Ad Production).
Open PDF in InDesign CS6 using Markzware plugin (to make the PDF editable in InDesign).
Artwork opens and then links fix themselves and if required, ad resized to new four column size…. There are multiple old and new sizes so there will need to be some input from the operator to tell the script which size we are changing to.
I am wondering if it's possible to use an AppleScript to do this for us? I haven't used it before and wouldn't know where to start in writing one. It will be complicated as we not only have to tell Multi Ad to create EPS's then distill/PDF them in Distiller/Acrobat with particular profiles, then tell InDesign to use a plugin to open the PDF's to make them editable native files, and THEN ask InDesign to relink the images, resize the document as well as resizing artwork proportionally to fit.
This would be our ideal world. Alternatively is to keep with Multi Ad and write a script to open the old files into the new version, and resize. (But I want InDesign!). A third alternative is to have a script to open the MultiAd EPS files in Illustrator but is a poor choice i believe for a page layout program.
Any ideas or input would be fantastic, I am a designer so am not that great with the technical side of things.
Thanks all!

Hello,
I am working on a similiar project. Except I am working with Creator 7 and moving toward InDesign CS5.
We are unable to use the plugin.  I am writing the whole thing in applescript to iterate through the ads and bring them to InDesign...  I wish we could use the plugin, but it won't run on our OS.
To get you started--- Export EPS file from Creator:
set outFold to (("/Users/ME/Desktop/Proofs/In" as POSIX file) as alias) as string
--set outFold to (choose folder with prompt "Where should the EPS files be exported to?") as string
tell application "MultiAd Creator Pro"
activate
          ---This takes the name of the document and pulls out what is the ad number for us  ---change it as needed
set nams to (name of document 1)
set AppleScript's text item delimiters to {" "}
set nams to text item 1 of nams
set AppleScript's text item delimiters to {""}
set nam to ""
repeat with g from 1 to length of nams
  if g is not 1 then
  if g is not 2 then
  set nam to nam & character g of nams
  end if
  end if
end repeat
  --we have the name... now add the extension
set nam to nam & ".eps"
--Export it:
with timeout of 3600 seconds
  export EPS spread 1 of document 1 saving in ((outFold) & nam) font inclusion all fonts
end timeout
close document 1 with saving
end tell
Distiller is monitoring the 'In' folder and creates the PDFs when one is created.
I'm far from done with getting a working script to bring Creator to Indesign.... It has a good deal of problems still. It's why I came to these forums in fact.
Good Luck

Similar Messages

  • I am trying to export the PDF file and conversion fails every time.

    I am trying to export the PDF file and conversion fails every time. File is too large of too complex. What do I do? One file is about 55 mb and the other is 58 mb.

    Try extracting part of the file and see if the extracted part can be Exported. If so, repeat with the next set of pages. When done, try to load all into the first file.

  • I recently subscribed to Adobe ExportPDF and tried to convert a PDF file to MS Word.  So far,  after many tries,  I get soe type of error and the conversion fails.  Please advise?

    I recently subscribed to Adobe ExportPDF and tried to convert a PDF file to MS Word.  So far,  after many tries,  I get soe type of error and the conversion fails.  Please advise?

    Hi there,
    It sounds like there may be an issue with the quality of the PDF. Not all PDFs are created equal, and especially those created from scanned documents can be problematic if the scan quality isn't the best. Is there a dark background on the PDF, or stray marks or smudges?
    You can try converting with OCR disabled at outlined in this document: How to disable Optical Character Recognition (O... | Adobe Community. But, while that's a good test to find out where the problem lies, you'll end up with a Word document that isn't editable, so it's not an optimal solution.
    Please let us know how it goes.
    Best,
    Sara

  • Receiver File content conversion for multi level hireachy

    Receiver channel file content conversion..
    this is SAP proxy to FIle Scenario, which will get invoice details from SAP along with multiple invoice texts for each invoice.
    I would like to have below mentioned payload at Target side,
    <MT_Invoice>
    <File Header>    1...1
    <f1> customer invoices </f1>
    <f2> 12/02/2010 </f2>
    </File Header>
    <Invocie header> 
    <f1> Invoice number1 </f1>
    <f2> customer number1 </f2>
    </Invoice header>
    <Invoice text>
    <f1> Inovice no1-text1 </f1>
    </Invoice text>
    <Invoice text>
    <f1> Inovice no1-text2 </f1>
    </Invoice text>
    <Invocie header> 
    <f1> Invoice number2 </f1>
    <f2> customer number2 </f2>
    </Invoice header>
    <Invoice text>
    <f1> Inovice no2-text1 </f1>
    </Invoice text>
    <Invoice text>
    <f1> Inovice no2-text2 </f1>
    </Invoice text>
    <Invocie header> 
    <f1> Invoice number3 </f1>
    <f2> customer number3 </f2>
    </Invoice header>
    <Invoice text>
    <f1> Inovice no3-text1 </f1>
    </Invoice text>
    <Footer> 1..1
    <f1> have a great day </f1>
    </footer>
    </MT_Invoice>
    for the above payload file should come as mentioned below
    customer invoices 12/02/2010
    invocie number1 customer no 1
    invoice no1-text1
    invoice no1-text2
    invocie number2 customer no 2
    invoice no2-text1
    invoice no2-text2
    invoice no2-text3
    invocie number3 customer no 3
    invoice no3-text1
    have a great day
    For to get the above payloadI have create a message type like
    MT_invoice
    header   1...1
       f1         1
       f2         1
    invoice details   0... unbound
       f1           1
       f2           1
    invoice text     0.... unbound
       f1
    footer       1...1
       f1          1
    Please correct me if my message type declaration was wrong...  
    Please suggest how do i need to approach for message mapping and as well as FCC in File adapter...
    Edited by: Vidyadhar Kurmala on Dec 2, 2010 10:28 AM

    It is not possible to create alternating nodes in graphical mapping tool.
    I recommend using the MessageTransformBean for FCC, as this supports a 2-level hierarchy.
    Then you add a node record like this:
    <MT_Invoice>
    <Record>
    <File Header> 1...1
    <f1> customer invoices </f1>
    <f2> 12/02/2010 </f2>
    </File Header>
    </Record>
    <Record>
    <Invocie header>
    <f1> Invoice number1 </f1>
    <f2> customer number1 </f2>
    </Invoice header>
    <Invoice text>
    <f1> Inovice no1-text1 </f1>
    </Invoice text>
    <Invoice text>
    <f1> Inovice no1-text2 </f1>
    </Invoice text>
    </Record>
    <Record>
    <Invocie header>
    <f1> Invoice number2 </f1>
    <f2> customer number2 </f2>
    </Invoice header>
    <Invoice text>
    <f1> Inovice no2-text1 </f1>
    </Invoice text>
    <Invoice text>
    <f1> Inovice no2-text2 </f1>
    </Invoice text>
    <Invocie header>
    <f1> Invoice number3 </f1>
    <f2> customer number3 </f2>
    </Invoice header>
    <Invoice text>
    <f1> Inovice no3-text1 </f1>
    </Invoice text>
    </Record>
    <Record>
    <Footer> 1..1
    <f1> have a great day </f1>
    </footer>
    </Record>
    </MT_Invoice>

  • ___When I have a multi page Ai file and 'Save as', it saves more than just the page I specified

    When I have a multi page Ai fil e (50 pages) and 'Save as', it saves more than just the single page I specified (ie. Range 1-1)... it saves all 50 over again? How do I just save 1 of the 50?

    Just answered my own question - if I use 'Save a copy' it works... must be a glitch

  • I created a multi-layered Photoshop file and the backgroud layer changed to gray and all other layers whacked out. I tried reopening it and restarting photoshop. What happened to my file?

    I created a multi-layered Photoshop file and the backgroud layer changed to gray and all other layers whacked out. I tried reopening it and restarting photoshop. What happened to my file?

    Your file is most likely toast, but still:
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • How can i do a batch resize and watermark on an entire file of images

    I would like to resize and watermark all of the image in a particular file.  I understand that I can do this with Lightroom, but I do now know how.
    Can someone give me some helpful pointers.
    David Levin

    If you mean "entire folder of images" instead of "entire file of images", then select the desired folder, then select all images (Ctrl-A), then export the photos. In the export dialog box are the options that will allow you to set the desired size and set the desired watermark.

  • Create a single tall image from a multi-page pdf file

    I would like to take a multi-pake pdf file, and have all of the pages "appended" from top to bottom edge to create a single tall image. I am a teacher, and I currently do this by hand, I am then able to annotate the entire page and croll down an entire document inside of Photoshop.
    Here is an example: I have a pdf with 4 pages. Currently I open the pdf in PS, I end up with 4 images; I adjust the vertical canvas size of one of the images to be 4 times it's original size, then one-by-one I copy the contents of each image to that new tall image and move that layer vertically below the previous one. So the result is say a 1024x6400 pixel image.
    I would like to be able to just open the pdf with a script and get this all done in one step.
    Any help is appreciated.

    Thanks again c.pfaffenbichler. I had most of it worked out in my own way before you got back to me, but I wasn't able to get the final naming part down.
    Like I said, I am a math teacher, and I use photoshop as my whiteboard, and draw with a graphics tablet. So I can print to pdf from any program, now I can import any document into photoshop basically to write on it. So this is wonderful. I have never seen another teacher use PS as a whiteboard in class in this way, so I am most likely the only person in my county or state that would need such a script.
    After I got everything worked out, I added some things to the script. Some of my colleagues will use my files as a whiteboard if I send it to them as a tall single page pdf that they can scroll down and write over; so they don't need photoshop. So I have scripted in the saving of that pdf as well. Here are my changes; most of what I changed is in the section commented MY WORK.
    // opens all pages of pdfs cropped to trimbox with set settings and arranges them;
    // 2011, use it at your own risk;
    #target photoshop
    // dialog for pdf-selection;
    var theFiles = app.openDialog();
    if (theFiles) {
         for (var m = 0; m < theFiles.length; m++) {
              var theFile = theFiles[m];
              if (theFile.name.slice(-4) == ".pdf") {
                   var thePdf = openMultipagePDF(theFile);
              else {alert (theFile.name + " is not a pdf-file")}
    ////// function to open all pages of a pdf //////
    ////// influenced by PlaceMultipagePDF.jsx //////
    function openMultipagePDF(myPDFFile) {
    // pdf open options;
         var pdfOpenOpts = new PDFOpenOptions;
         pdfOpenOpts.antiAlias = true;
         pdfOpenOpts.bitsPerChannel = BitsPerChannelType.EIGHT;
         pdfOpenOpts.cropPage = CropToType.MEDIABOX;
         pdfOpenOpts.mode = OpenDocumentMode.RGB;
         pdfOpenOpts.resolution = 247.8;
         pdfOpenOpts.suppressWarnings = true;
         pdfOpenOpts.usePageNumber  = true;
    // change pref;
         var originalRulerUnits = app.preferences.rulerUnits;
         app.preferences.rulerUnits = Units.PIXELS;
    // suppress dialogs;
         var theDialogSettings = app.displayDialogs;
         app.displayDialogs = DialogModes.NO;
    // iterate through pages until fail;
              var myCounter = 1;
              var myBreak = false;
              var theWidth = 0;
              var theHeight = 0;
              while(myBreak == false){
                   pdfOpenOpts.page = myCounter;
                   try {
                        var thePdf = app.open(myPDFFile, pdfOpenOpts);
                        if (thePdf.width > theWidth) {theWidth = thePdf.width};
                        var offset = thePdf.height;
                        thePdf.layers[0].name = myPDFFile.name+"_"+myCounter;
                        if (myCounter == 1) {
                             var theFile = thePdf
                        else {
                             thePdf.layers[0].duplicate(theFile, ElementPlacement.PLACEATBEGINNING);
                             thePdf.close(SaveOptions.DONOTSAVECHANGES)
                        myCounter = myCounter + 1;
                        var theLayer = app.activeDocument.activeLayer;
                        theLayer.translate(0, theHeight);
                        theHeight = theHeight + offset;
                catch (e) {myBreak = true};
    // reset dialogmodes;
    app.displayDialogs = DialogModes.ERROR;
    app.preferences.rulerUnits = originalRulerUnits;
    // resize canvas;
        theFile.resizeCanvas(theWidth, theHeight, AnchorPosition.TOPLEFT);
    //MY WORK
    // merge visible layers (even if there is only one layer)
         try     {
              theFile.mergeVisibleLayers();
              }catch(e) {}
    // create layer, rename, movetobottom, fill white
         theFile.artLayers.add();
         theFile.layers[0].name = "Background";
         theFile.layers[0].move(theFile.layers[1], ElementPlacement.PLACEAFTER);
         var white = new SolidColor();
         white.rgb["hexValue"] = "ffffff";
         theFile.selection.selectAll();
         theFile.selection.fill(white);
    //rename contents layer, add "work" layer for teacher to write on
         theFile.layers[0].name = "Problems";
         theFile.artLayers.add();
         theFile.layers[0].name = "Work";
    //force 2107 width
    //     if(theFile.width != 2107) theFile.resizeImage(UnitValue(2107, "px"), undefined, undefined, ResampleMethod.BICUBIC);
    // force 2048 width
         if(theFile.width != 2048) theFile.resizeImage(UnitValue(2048, "px"), undefined, undefined, ResampleMethod.BICUBIC);
    // save psd;
        psdOpts = new PhotoshopSaveOptions();
        psdOpts.embedColorProfile = true;
        psdOpts.alphaChannels = false;
        psdOpts.layers = true;
        psdOpts.maximizeCompatibility = true;
        var filePathPsd = myPDFFile.path+"/"+myPDFFile.name.slice(0, -4)+".psd";
        if (filePathPsd.exists) filePathPsd.remove();
        theFile.saveAs(File(filePathPsd), psdOpts, false)
    // save pdf whiteboard
        var pdfOpts = new PDFSaveOptions;
        pdfOpts.downSample = PDFResample.NONE;
        pdfOpts.optimizeForWeb = true;
        pdfOpts.PDFCompatibility = PDFCompatibility.PDF15;
        pdfOpts.preserveEditing = false;
        pdfOpts.encoding = PDFEncoding.PDFZIP;
        var filePathPdf = myPDFFile.path+"/"+myPDFFile.name.slice(0, -4)+" Whiteboard.pdf";
        if (filePathPdf.exists) filePathPdf.remove();
        theFile.saveAs(File(filePathPdf), pdfOpts, false)
        theFile.close(SaveOptions.DONOTSAVECHANGES)
    //MY WORK
         return theFile

  • NON-Flash User Wants to Edit and "Recompile" an SWF or FLA file...help??

    Hello!! Although I am NOT new to Mac, I have NEVER attempted to edit an SWF file and I'm seeking an EASY way to do so. I think I might be CLOSE but I'm wasting time trying to figure it out so I'm posting here for some help...hopefully!! :-))
    I also apologize because I did NOT know where to post this question so KINDLY direct me if I have posted in the wrong place!
    Soooo, I have an complete, original .swf flash movie. It is a Holiday greeting but the VERY LAST frame has text that is NOT RELEVANT and I wish to change that text.
    It appears that the text I want to change is (I do NOT know the correct term) a "layer" of graphic content for the last frame.
    So, I have done TWO THINGS: I have used the Flash Decompiler app to (1) create an .fla file and (2) DECOMPILED the entire .swf extracting ALL the resources/objects that are used to create the original .swf animation. I have NO IDEA what to do with the .fla file...I know it is used to edit the animation but I do not have software to manipulate the file.
    BUT, in the decompiled files, I HAVE LOCATED the one resource...a TEXT RESOURCE...that I wish to change. This extracted text resource is named "Dynamic text 293.swf", saved as in .swf format.
    Now HERE is where I am STUCK!!...and I THINK this is the direction I would like to go:
    1. Open the Dynamic text 293.swf file in a format that allows me to EDIT THE TEXT I wish to change. HOW DO I DO THAT?? Can I convert it to a jpeg, edit the text, and then BACK to an .swf file?? Can I simply CREATE a JPEG and somehow SAVE IT as an .swf file to REPLACE the Dynamic text 293.swf file? Is there an EASIER/DIFFERENT way to edit the text in this Dynamic text 293.swf file?
    2. After editing the text in the Dynamic text 293.swf file, HOW DO I "RECOMPILE" the folder of alllll the extracted resources from the original .swf animation, NOW with this NEW/EDITED Dynamic text 293.swf file, and RECREATE the full .swf with the changes I made??
    Again, I do NOT have FLASH or MACROMEDIA or any of those apps :-/ I DO have the .fla file conversion AND have isolated the SINGLE extracted resource file (Dynamic text 293.swf) that I want to edit.
    THANK YOU TO EVERYONE FOR YOUR HELP Greatly appreciated!!
    Scott

    That's a problem, since the format changes between jpg and swf when converted
    probably won't just go back to their previous state, less the changed section.
    The converter you have, is it a freeware to convert swf to fla; or what does it say
    that it can do? In some cases, a flash video can be copied (perhaps illegally)
    through use of a software such as Ambrosia's SnapZ ProX and a movie of any-
    thing playing on your Mac can be copied. So, a movie could be paused at the
    end where the unwanted content exists, so the copy would not have it recorded.
    Snapz ProX - Ambrosia Software: (not freeware, has 'free trial' version)
    http://www.ambrosiasw.com/utilities/snapzprox/
    Otherwise, there are a few shareware and freeware editors for swf content; to
    some degree or another they either convert content or allow some editing.
    And this may only work as far as the item's creator allowed, if the file is locked.
    ' swf fla freeware editor Mac OS X ' - google search:
    http://www.google.com/search?hl=en&q=swffla+freeware+editor+Mac+OS+X&btnG=GoogleSearch&aq=f&oq=
    I'd tried some basic editing of swf files a few years ago, and was able to only
    convert the string of images into single-frame jpgs and work on each one,
    but could not get them back into an swf. Perhaps graphic converter or other
    software could do something for these; but I am inexperienced in all that.
    Good luck & happy computing!

  • Any way to import multi-layered Illustator file into Motion?

    I have an Illustrator map of Europe and i would like to bring it into Motion.
    I know that Motion can import Illustrator files as pdf but is there any way to import a multi-layered illustrator file into Motion. I just saw this web site regarding a Motion plug-in that claims to do just this:
    http://www.macupdate.com/info.php/id/16298/layerlink

    Without a dedicated plug or FxPlug, Motion has no inherent ability to parse Illustrator layers.
    We just bust the layers out and save them as individual files. Or, of course, we use After Effects.
    bogiesan

  • Getting Page Count for a Multi-Page PDF file using Illustrator script?

    Does anyone know how to get the page count of a multi page PDF file?  I know you can then open each page using the PDFFileOptions (pagetoopen).  But I need to know up front how many pages there are to loop thru to open each page and process each page.
    Any Ideas?

    This script i did for photoshop:
    OK so lets do it working on WIN and MAC without any shell script.
    This solution is not the best but its working.
    I used Try catch to solve it.
    Only issue is that you should at least somehow know how many pages you expect in pdf.. this mean if you are working with books or flyers...
    Then set the maxPagesCount to that number.
    I am working with pdfs with max 20pages.. so i start open the 20 then 19 then 18 and when i am success i know the amount of pages.
    Its not the quicker way but its usable.
    var maxPagesCount = 20;
    var actPagesCount = maxPagesCount;
    var opts1 = new PDFOpenOptions();
    opts1.usePageNumber = true;
    opts1.antiAlias = true;
    opts1.bitsPerChannel = BitsPerChannelType.EIGHT;
    opts1.resolution = 10; //it will load faster the test page
    opts1.suppressWarnings = true;
    opts1.cropPage = CropToType.MEDIABOX;
    myFunction = function () {
      try { 
          app.displayDialogs = DialogModes.NO;
          var fileList = openDialog();
          for (i = 0; i < fileList.length; i++) {
            actPagesCount = maxPagesCount;
            getPagesCount(fileList[i],maxPagesCount);
            alert(actPagesCount);
      } catch (exception) { 
        alert(exception);
    getPagesCount = function (checkFile, lastPageID) {
      try {          
        for (var checkPage = lastPageID; checkPage > 0; checkPage--) {
          opts1.page = checkPage;                    
          var docRef = open(checkFile, opts1, false);                  
          docRef.close(SaveOptions.DONOTSAVECHANGES);                  
          actPagesCount = lastPageID;                  
          return;                  
          checkPage=0;                              
      } catch (exception) {
        // Look for next page        
        checkPage--;        
        getPagesCount(checkFile,checkPage);

  • I used to use the free version of Adobe Reader to convert my publisher files to pdf files. When I was making a booklet for our hockey team, it said I had to buy it. Now I bought it and it won't convert the files. I am ready to throw this computer out the

    I used to use the free version of Adobe Reader to convert my publisher files to pdf files. When I was making a booklet for our hockey team, it said I had to buy it. Now I bought it and it won't convert the files. I am ready to throw this computer out the window!! Can you tell me what is the problem? No it does not exceed 100 M. either.

    Adobe Reader never converted Publisher files to PDF, for free, never. I suspect you use to have the (paid for) Adobe Acrobat. Sometimes people have Acrobat (more than $300 worth) and install Adobe Reader over the top, losing that valuable software.
    That said, if you subscribed to PDF Pack it should do this conversion. What exactly happens now.

  • InDesign Crashed and Now Can't Open the File It Crashed On

    I had a file open from a G4 server. I left and came back and my computer had gone to sleep losing the connection to the server. InDesign crashed with that file open and now I can't open the file at all I keep getting this error message:
    Cannot open the document [document name]. You may not have permission or the document may be open already. For multi-user access, close the file and then lock it using the File > Get Info command in the Finder.
    The document is not open, on the server I forced the permissions to be all read and write for everyone, I dumped my InDesign preferences. What else can I do? Has anyone had this problem before? (I am connected to the server now that I'm trying to reopen it.)
    When I started InDesign after it crashed, it asked me to recover the file and I tried to but it didn't open anything (I was not connected to the server at that point which may have screwed things up) There are two files in the InDesign Recovery folder one called 'RecoveryData' and one called 'DBTmp239689402256' both of which don't open in indesign.

    You may want to back up your work on a regular basis. Check out Retrospect or Retrospect Light. Lots of computers come with the light version so you may already have it.

  • Skew, Warp, Resize and Nest a video in Photoshop???

    I would like to know how to skew, warp and resize a video inside of photoshop cs4.  I would also like to know how to nest multiple video files into one file.
    I am new to Photoshop, I am looking for some tutorials but unable to find any.
    Thanks

    Marian, thanks for the advice.
    Thou I understand your point, very well about screwdriver vs hammer, that was not my question in my post.  I asked a straight forward question about how to Skew, Warp, Resize and Nest a video in Photoshop.  Not which is the best software to use for this task.
    If you know the answer, share the knowledge, is this not what this forum is for or am I in the wrong place???  Before suggesting which tool is best for me to use, try understanding what I want to build first.  This makes all the difference. 
    As I have already proven to myself I don’t need a new tool to accomplish the task I had at hand.  If I took your advice, I and my company would have wasted money on a software that we did not need in the first place.
    Understand your client needs first before giving advice.  Sometimes a hammer is all it takes, if you use right.
    I don’t need to study more on video production, this is not my job.  All I wanted to know was how to edit a video in Photoshop.
    I hope we are not off on the wrong foot because I feel I could learn a lot from you but you need to take the time to understand the question before shooting from the hip with an answer.

  • How can I resize and reposition the Date Created window for All windows?

    When setting view options for a finder window set to list view, I cannot get column resizing or positioning to hold. When making those changes, the option for "All Windows" automatically shifts to "This window only" and it then does not hold.
    How can I resize and reposition the Date Created column for All WIndows?

    Hi Harmz,
    Try dragging this file to the Îesktop & reboot...
    /Users/YourUserName/Library/Preferences/com.apple.finder.plist

Maybe you are looking for

  • IPod 2007 160GB Classic Stuck on Apple Logo Reboot?

    Hello Hopefully somebody can help? I have a iPod 2007 160GB Classic which is stuck on the apple logo reboot? I have tried everything posted on the similar topic below without success although I'm a windows user and not mac:- https://discussions.apple

  • Firefox Menu and some other forms show blank

    When I open the Firefox side menu (the new one with the three horizontal lines) initially it shows fine, but then if I try to click anything in it or open it again, it only opens blank space and I cannot see anything. Same goes for any pop-up forms (

  • Addressbook printing with Avery labels?

    How can I print my Addressbook on Avery labels? Do I use Word, Excel?? I am looking for software where I can change the name in the address in every label to 'Mr & Mrs' or 'the XXX family' - so I am looking for a program which can do more than just t

  • 7.5 MS New AppSet is Missing Member Sheet Files

    Currently on the 7.5 MS version. We recently created a new AppSet via copy of the AppShell.  I'm able to reach the applications (Planning & Rate), however the dimensions are empty.  In the Admin console, attempting to maintain dimension members on an

  • One computer showing up twice

    I have network magic pro 5.0 with a wrt160n v3 router.on my network .I am using windows 7.One of my computers  is showing up on the map twice,once as laptop second as workstation.The workstation is coming up as not having network magic installed caus