Save the project with function

Hello

I need to create an instance of my RoboHelp project. Is there a function as save as or save the project under.

Copy the Windows directory, open in RoboHelp and rename the project on the file menu.

You may also like to add this as a feature request. The more of us who do, more it will be included in a future release. You can do so here:

https://www.Adobe.com/cfusion/mmForm/index.cfm?name=wishform & Product = 38

Tags: Adobe

Similar Questions

  • Cannot save the project with film about WMM 2.6

    Hi im trying to save my movie in Windows Movie Maker 2.6, but it does not let me save all I need a way to record as soon as possible...

    Please give me answers that will help me as soon as possible!

    How many photos? If it's a big project with many effects and
    transitions, it may be too complex for your system resources.

    Are the photos all JPEG (.jpg)?

    Convert pictures in Windows Bitmap (.bmp) image may be worth a try.

    And... before trying to save... it may be worth trying to go to...
    Tools / Options / compatibility... tab and uncheck the box 'all' filters / OK.

  • Save the problem with Photo Story 3 on Windows 7

    I managed to install Photo Story 3 on Windows 7 Home Premium, 32-bit.  The program works until I come to save the project and then just before the end of the process 'save', the following error message:

    "Some photo story program files may be damaged. Re-install Photo Story 3 for Windows and then change and resave your project."

    I did it at least four times, with the same result. Any suggestions please

    Hi GeorgeTroynar,

    ·         This is the first time that you try to save the project with Photo Story 3?

    You can completely uninstall the application and then install in clean boot state and check if it works.

    For more information about uninstalling a program and a clean boot, see the following articles:

    Uninstall or change a program

    http://Windows.Microsoft.com/en-us/Windows7/uninstall-or-change-a-program

     

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7

    http://support.Microsoft.com/kb/929135

     

    Note: After troubleshooting, be sure to configure the computer to start as usual as mentioned at step 7 of the article mentioned above.

    Let us know if that helps.

  • Save the file with the same name

    How to change the script to save the file with the same name?


    
    
    
    
    //SaveforWebSP.jsx  
    
    
    
    //Save a fixed width image with a size constraint in its original folder  
    
    
     
     
    
    
    
    var docRef = activeDocument;  
    
    
    
    var outputFolder = docRef.path;  
    
    
     
     
    
    
    
    NamesaveRef = new File( outputFolder + "/reference.jpg" );  
    
    
    
    var NewfileRef = new File( NamesaveRef )  
    
    
     
     
    
    
    
    // quality/size constraints  
    
    
    
    var w = 1920; // new file width  
    
    
    
    var MaxSz =  361440; // max. 360Kb  
    
    
    
    var Qlt = 100; // initial quality 100  
    
    
    
    var x = 1; // decreasing step  
    
    
     
     
    
    
    
    // resize the image to the right width  
    
    
    
    docRef.resizeImage(UnitValue(w,"px"),null,100,ResampleMethod.BICUBICSHARPER);  
    
    
     
     
    
    
    
    // Perform the first SaveForWeb Operation  
    
    
    
    ExpWeb(NewfileRef, Qlt);  
    
    
     
     
    
    
    
    // Keep trying to save the file with max. Qlt, but under MaxSz 
     
    
    
    
    while (NewfileRef.length > MaxSz)  
    
    
    
    {  
    
    
          
    Qlt = Qlt - x;  
    
    
          
    NewfileRef = new File( NewfileRef );
     
    
    
          
    NewfileRef.remove();  
    
    
          
    ExpWeb(NewfileRef, Qlt);  // Perform a new SaveForWeb Operation, with slightly lower Qlt  
    
    
             
    if (Qlt <= 40) {  
    
    
               
    alert("The file can't be saved with the desired size AND quality.");  
    
    
               
    break  // break the loop whenever the quality is as low as 50 (this shouldn't need to happen)  
    
    
             
    }  
    
    
    
    }  
    
    
     
     
    
    
    
    var FileSz = NewfileRef.length/1024;  
    
    
    
    FileSz = Math.round(FileSz);  
    
    
     
     
    
    
    
    // close the original file without saving  
    
    
    
    activeDocument.close(SaveOptions.DONOTSAVECHANGES);  
    
    
     
     
    
    
    
    // SaveForWeb Export, with the desired constraints and parameters  
    
    
    
    function ExpWeb(FileNm, Qlt)  
    
    
    
    {  
    
    
          
    var options = new ExportOptionsSaveForWeb();  
    
    
          
    options.quality = Qlt;   // Start with highest quality (biggest file).  
    
    
          
    options.format = SaveDocumentType.JPEG;   // Save Format for the file  
    
    
          
    docRef.exportDocument(File(FileNm), ExportType.SAVEFORWEB, options);  
    
    
    
    } 
    
    
    
    
    

    Change of line 25 to:

     var docName = docRef.name.split('.')[0];
     NamesaveRef = new File( outputFolder + "/"+docName +".jpg");
    
  • Save the project outside the Mobile application. My project has consumed 8GB storage space.

    Is there a way I can save the data (my project) outside the mobile app? My project has consumed 8 GB of storage space. I do not have a creative cloud account / subscription...

    Thank you

    Nice!  You can send a JPG file. You can duplicate in the application (but it'll be another 8G)

    I don't know if it is possible to verify with a free account, but you could look in the files online.

    I would like to know if it works:

    1. http://assets.adobe.com (your synchronization had to lead)

    2. you can download the .jpg or .png file

    3. on this site, you can also duplicate the project as a backup.

    If you are on Android - maybe there's a way to simply save the project file.

  • Cannot save the project to a network, pointing to a Windows Server drive

    Hello

    I have a problem with Adobe Premiere Pro CC 2014.
    Before:

    -Reading / recording on a network, pointing to a Linux server drive: OK

    After:
    -Play on a network, pointing to a Windows Server drive: OK
    -Saving to a network drive a pointing to a Windows Server: KO

    I have this message: ' could not open the project file with write access to the file can you be locked or not may - have permission to write to this location select "save under" in the file menu to save the project for a new... location.

    By browsing your forum, I saw these topics:
    https://forums.Adobe.com/thread/1536340

    https://forums.Adobe.com/thread/1207242

    In summary: Adobe is not designed for networking.
    We are now in 2015. Always the same? Is he a workaround?

    Best regards

    Sébastien

    Is there a solution?

    Adobe anywhere for video

  • Save the project as a template

    I don't understand where there is an epxlanation of how to save a project as a template to use to create new projects and new import documents?

    I want to save and repliacte the skin, mapping and other project settings to use them with other projects.

    Hello

    You are probably using Windows Vista/7 with UAC active. The script attempts to save the project to your installation directory, but keeps the UAC. This does not create an error, but when the script tries to open the newly created template, the template is missing and you receive an error message.

    Try disabling UAC and run the script.

    Take a bow

    Willam

  • How to save a project with all of its contents?

    Hello

    I'm looking for a function inside CS5 first that would do something similar to the pack in InDesign, which not only saves the project file but packs all the links in a single folder.

    Thanks in advance

    Wiktor

    Project Manager.

  • plugin for 3D glasses crashes After Effects if trying to save the project

    Hey guys,.

    I'm new to this forum so be easy on me .

    I am currently working on stereoscopic (3D) chart using after effects cs3 and discovered the great glasses 3d plugin that allows me to get a glimpse of my compensation on my hyundai 3-d TV. My problem is that whenever I have apply the 3d glasses effect I can listen to extracts it is fine until I click on save. When I try to save the project after you apply the 3d glasses effect to my left and right eye in my MASTER comp, just After Effects comps quit unexpectedly and does not save the project. When I try to open the project he said then that there was missing data in the file.

    anyone here have experience working with stereoscopic files in after effects using the plugin Adobe 3d glasses?

    my version of adobe's CS3. 8.0.2 btw. the most recent available from the branch of cs3.

    Best regards

    Markus

    PS: I have attached a chart to show you the settings before I hit save

    > I also have another question. Is there a way to make the DPX from after effects instead of cineon or TIFF?

    Yes, you can view and export DPX out of After Effects. You can choose between Cineon and DPX in the dialog box settings Cineon, you can get from the output Module Settings dialog box after you have selected Cineon sequence as the format in the dialog box Settings of output Module .

  • Replace the charger in the project with sequence Panel

    Hello! I would like to ask a question on the simplification of workflow that is walk around in my mind for years:

    Is it possible to replace an element in the project with a sequence Panel?

    The reason why: I have a music-video with LOTS of cuts between relatively little overall clips. For the adjustment of the colors in the first (or otherwise), I like to keep as much space for easy modifications as possible until rendering and so create a sequence for each clip where I apply these effects at once. In this way, I don't have to go through each occurrence of the sequence in my calendar to change the rating. While this works well if you have done the part of each movie clip before the cut, I have no idea how to achieve this easily once you already have your project cut with clips instead of clip-sequences.

    Is there another way for the effects "on the scale of the clip" that I'm missing? Thanks in advance for the advice and help.
    Best regards!

    If I understand your workflow?

    Can have a look at the ranking of the main element.

    Apply effects Master Clip in Premiere Pro

    For it is possible to replace an element in the project with a sequence Panel? NO.

  • If I'm working on a project in a free trial of Premiere Elements, and then save the project (do not export it) and open it again in the full version of Premiere Elements, the watermark will be removed?

    If I'm working on a project in a free trial of Premiere Elements, and then save the project (do not export it) and open it again in the full version of Premiere Elements, the watermark will be removed?

    If you have made the timeline or out of a movie from the trial version, it will have this watermark on it.

    Once you have purchased and activated the software, you can remove the watermark by going to the folder directory on your computer where your project files are saved and deleting the folder Adobe Premiere elements preview files.

  • Problem opening pdf files.  I have Acrobat Reader DC/Windows by default, but when I click on the file, a file conversion screen with all these codes. Must use the "open with" function which is a nuisance.  Why it will not default?

    Problem opening pdf files.  I have Acrobat DC/Windows by default, but when I click on the file, a file conversion screen now with all these language codes. Must use the "open with" function which is a nuisance.

    Why it will not open by default when I click on the file?

    Hello

    I guess that you are looking for this:

    Open drive

    Go in Edition > Preferences > General

    Uncheck the option, the online storage see the opening of the files

    Click OK and restart

    Thank you

    Abhishek

  • Save the file with the annotation and highlighting

    Hello world

    I used to save the file with the annotation and emphasize locally.

    With the new update: Version 2015.009.20079, I'm not able to do as much as Adobe does not have the location of the local file.

    Why is it like that? Is there a setting that is required to restore the previous behavior of the program?

    Concerning

    Mohammed

    Hi Mohammed,.

    In this case you may need to check the configuration of this application settings or set Acrobat Reader preferences.

    Thank you

    Abhishek

  • Cannot save the vCO with vCenter WebClient

    Hi all

    I have a strange situation that I hope you can help me with.

    Basically, I am fighting to save the vCO with vCenter WebClient device, when I try to add in the web interface of vCenter, the test connection fails.

    The vCO device has been configured to use AD authentication and the vCenter plugin seems to be set up correctly. In fact, I can run all workflows from it interact successfully with the vCenter.

    I followed the troubleshooting steps in similar positions, but none of them have worked:

    Re: impossible to integrate vcenter orchestrator with WebClient

    Re: Can't save orchestrator in vsphere client of web (v5.5)

    I can see the extension of vCO through the https://vcenter1.xxxxx.com/mob . I have also not saved and put it back with the same result.

    I also tried with different versions of the device to vCO (5.0, 5.5.1 5.5.2...) but no joy with any of them.

    I want to emphasize that I used a device registered with vCenter, vCO which has been deleted. After checking the mob site, I discovered that the extension pointing to this previous vCO was still in place, so I recorded. But the issue has not been resolved.

    vCenter 5.5.0 build 1750785

    vCO 5.5.2 build 1951762

    Any other ideas?

    Any help would be appreciated.

    In order to use the vCO within customer web vSphere vCO must use SSO authentication and SSO used must match the one used by web vSphere client.

    What happens is this user log in vSphere client and web based on as user token credentials is generated.

    This token is presented to the vCO and vCO is not able to check (because in LDAP mode or using different SSO server or...) vCO rejects the request.

  • How to build the project with library error in adf adf

    Hello

    IM using jdev 11.1.2.3

    in my project I module 2 so we need to build the project with adf dependency libraries...

    Two copies of the way to build the project with trial and error in adf adf

    Timo

Maybe you are looking for

  • Open the new tab in the last tab

    I discovered this a few days before.Previously, when I clicked on a link, it is opened in the next tab.Now when I click on a link, and it is opened in a new tab, this tab is the last tab in the window.When I click on the + to open a new tab is empty,

  • retrieve the icon settings on iPhone 5 c

    Hello world Somehow, I deleted my my iPhone 5 c settings icon. I can still pass on all search settings and it comes, and the actual icon disappeared. Anyway to get it back? Thanks in advance for your help. SAL

  • time capsule A1254: HD level or replace?

    Two or three years, I have replaced original 500 GB HD time capsule (A1254 time - I think that it is generation 1 - wireless "N" but not dual band... it has been replaced by apple earlier after the death of one (it was perhaps a reminder/known proble

  • Do not update Windows (error code 8007005)

    Windows do not update. I get the error code 8007005. Eventually Windows is damaged? I have recently reinstalled Windows 7 upgrade (from Vista) when I did it I got an error (no real product Windows) but it is, and product code has been accepted. This

  • Fan speed too r730xd

    I added a PCIe card for my r730xd.  The fans went from 3 800 RPM to 17,000. Lifecycle log showed: PCI3018 Message New PCI cards were detected in the system. Fan speed can be changed to add extra cooling to the cards. The proposed solution to this is: