Photoshop :: Modify SAVE Dialog File Format Options?

Oct 4, 2012

how to modify the options in the save dialog?Every time I save a file and have to choose the file type, I have to scroll through obscure and obsolete file types. Sure, I might need someday to save Scitex CT, or Photoshop DCS, but the chances are very slim. Some people surely use PIXAR and TARGA, but I don't. What the hell is an IFF? If I ever need a Portable Bit Map (really?) file it would be great if I could find it in a user defineable option pull down. I can pretty well guarantee that the file types I need are PSD, TIFF, JPEG, PDF, PNG and once in a blue moon, GIF.

View 5 Replies


ADVERTISEMENT

AutoCAD .NET :: Adding Options To The File Save As Dialog Box

Jun 7, 2012

I have the following function that opens the File "Save As" dialog box.  It gets fed a drawing number and allows the users to browse to a folder where they want to save it.  The problem is when a file already exists with the same name.  A message box pops up letting the user know that the file already exists and do they want to overwrite it.  The can pick yes to overwrite, but it doesn't really overwrite the old file, it seems like it opens it and then crashes when the rest of the program tries to run.

What I want to do is create a loop to determine if the file already exists.  If it does not exist, then save the path and drawing name as usual. 

If the drawing exists, I want to pop up a dialog giving two options; Overwrite, or Rename the current drawing.  If they pick Overwrite, I can have the program delete the old existing drawing and then just save this one.  If they pick Rename it will loop back to the "Save As" dialog giving the user the ability to change their drawing name (like add a "-1" to it.

Public Function GetFilePathAndName(ByVal dwgNumber) podDWG = ApplicationServices.Application.DocumentManager.MdiActiveDocument podDB = podDWG.Database podEd = podDWG.Editor podPSO.InitialDirectory = "W:Work_in_Process" podPSO.InitialFileName = dwgNumber podPSO.Filter = "AutoCAD DWG Files|*.dwg" podPFR = podEd.GetFileNameForSave(podPSO) Select Case podPFR.Status Case EditorInput.PromptStatus.OK SaveDwgName = podPFR.StringResult Case EditorInput.PromptStatus.Cancel MsgBox("User Cancelled.") End Select Return SaveDwgName End Function

View 4 Replies View Related

Photoshop :: Suppress Or Disable Save As JPEG Options Dialog Box On Individual Image

Jun 5, 2013

Is there anyway to suppress or disable the save as jpeg options dialog box on individiual images/pictures?

View 1 Replies View Related

AutoCAD LT :: Modify Select File Dialog Box

Apr 4, 2013

In the Select File dialog box, I can modify the column widths and I can change the column content.  For example, I can delete the "date" column and add a "date modified" column.  But, I haven't found a way to save the settings that I prefer to have each time the dialog box opens.  How to save the settings as the default dialog box?

View 5 Replies View Related

Photoshop :: Click On File To Save To Web - Dialog Box Is Too Big

Jul 30, 2013

I am trying to optimize an image in Photoshop CS5 and when I click on File to Save to the Web the dialog box is too big and I cannot reach the commands at the bottom to change anything.

View 2 Replies View Related

AutoCAD Inventor :: Disabling File Name Selection In File Save Dialog?

May 24, 2013

I'm using the file dialog snippet as the foundation for a save as dialog box for saving a new copy of my template assembly to a project folder. Is there a way to disable the ability to click on a file in the window which puts that filename in the input box? The assembly file name is standardized and pre-"calculated" by my code and its a decent hassle if you accidentally click another file because the user would either have to rewrite the file name by hand, or cancel out of the dialog box and re-navigate to the project folder.
 
Inventor 2013 SP 1.1

View 1 Replies View Related

Photoshop :: Best File Format To Save As?

May 5, 2009

I have a Nikon D70 set to RAW file. This creates the files with .NEF extension. I'm sure you are aware that ps can open this type of file, but cannot save as .NEF . My question is really what is the best alternative?

I ask this because when printing large pictures (30"x20") that I have edited, and saved as jpeg the image quality is comprimised and 'grainey'. Is there a file type that will not compress the picture and keep the original clarity?

View 1 Replies View Related

Photoshop :: Unable To Save File As Tga Format

Apr 20, 2012

I am using a licensed version of Photoshop CS5, already updated to the latest patch. However, for some reason my copy of Photoshop seems to be missing the option to save a file as .tga.
 
From reading multiple forum posts relating to Photoshop, the function to save as .tga should already be built in, and not require a plugin.

There may also be some other missing file formats that I am not aware of.

View 1 Replies View Related

Photoshop :: Save A File In A Certain Format Through An Action?

Sep 16, 2005

way to save a file in a certain format through an action?

Like I want an image to be always saved in tiff when I run an action.

View 9 Replies View Related

Photoshop :: Create Shortcut To (Save As) Specific File Format?

May 8, 2011

Trying to streamline some work flow issues and would love to be able to "Save As" without having to navigate through file formats , say, .png - every time.

Is there a way to open the file browser in PS to a specific file format each time?

View 5 Replies View Related

AutoCAD 2010 :: Open And Save File Dialog Box

May 30, 2012

I used to be able to save as and browse to the file where I want to sane or open a file

Now I get a dialog box where I can only save to the default location or manually enter the path and file name

Same with opening a file - I go file open and it is gives a path to the last file I used. There is option to browse - how I get this back to the normal function of open/save by browsing?

View 2 Replies View Related

Illustrator :: Can't Save To PDF - No Dialog Box Open To Set Output File

May 3, 2010

I am just trying to save a PDF from my illustrator file. However, when I go to Save as, and select PDF, no dialog box opens to allow me to set how I want the file outputted. IF I just hit enter, the file does save.. its just like the Dialog box is hidden or not appearing. The reason I need the dialog box is because I need to add bleeds to the PDF and my default save doesn't do that.

View 3 Replies View Related

InDesign :: Save Dialog Box In Vista Types Over File Name?

Oct 28, 2009

When I save from InDesign (and only InDesign), I open the folder I need to save my file in. I begin to type the name of the company folder that this file needs to be saved in (there are hundreds). I am only able to type the first letter of the company before it begins typing over my file name. This has turned out to be a major annoyance for me and my coworkers because we may have 40 or 50 folders that start with "s" so we can only type in "s" and then have to stop and scroll through and read each folder instead of typing in the name of the folder we need and hitting enter.

View 7 Replies View Related

Illustrator :: CS5 - How To Save The File In EPS Format

Oct 18, 2013

Faced with a problem: illustrator CS5 refuses to save the file in eps. format. Ai. and pdf. formats saved, but eps. - no.  I don't no what to do? Win 7, Adobe Suite CS5.5

View 2 Replies View Related

AutoCAD Inventor :: How To Set Default IGES File Save As Options

Apr 18, 2011

My company outputs IGES files and we always use the settings "Surfaces" and "144-Trimmed", however, the default for Sufrace Type is "143-Bounded" so we have to open up the options dialog box and change to "144-Trimmed" every time.  How can I set Inventor's Default to "144-Trimmed" so I never have to mess with it again?

View 6 Replies View Related

Revit :: Controlling Control File Save Options Settings?

Dec 11, 2013

In revit 2013, How do I control the Control File Save Options Settings globally.  For example I want all files to save only one back-up file.

View 4 Replies View Related

GIMP :: How To Save File In JPEG Or PNG Format

May 16, 2013

For some reason Gimp 2.8 forces me to save in xcf format. Most times I want to save a file in jpeg or png format. Having to save as xcf, and then export to jpeg or png is a pain in the unmentionables. Especially when reopening the file for editing, requiring another pointless dance with the export system.

Is there some module, upgrade, improvement, fork or other means by which export is merged with save/save as functionality, thus removing the additional steps in the process of saving a file? Ideally it should involve nothing more than hitting Ctrl S for an a file that already has a name. Put another way, something that works the way everything else does.

View 4 Replies View Related

AutoCAD Inventor :: File Save As Dialog Won't Launch Through Command Manager

Feb 15, 2013

I am unable to get this code to launch the File Save As Command. I Think I have the sytax correct, because if I Replace "AppFileSaveAsCmd" with a different command name (i.e. "AppFileNewCmd") it works as expected. I have tried this with "AppFileSaveCmd" and "AppFileSaveCopyAsCmd" and both have also failed. It seems any kind of save command wont work...  I am trying to creat a rule that will fire on "New Document" iTrigger that will  Force a user to save the newly created assembly document in preperation for further iLogic rules that depent on the assembly Filename and path. Maybe there I am not telling it What file to Save? I have pasted the code below..

Format:HTML Format Version:1.0 StartHTML:     165 EndHTML:    3048 StartFragment:     314 EndFragment:    3016 StartSelection:     314 EndSelection:     314
SyntaxEditor Code Snippet

[Code]....

View 8 Replies View Related

Illustrator Scripting :: Open Save File Dialog With Default Path

Oct 8, 2012

I want to open a "Save File Dialog " with some default path.Like when user run that script I want to open  a "Save As" dialog box with default path "/Volumes/<shared name>/<folder name>/.. ."I am using File.SaveDialog(prompt, filter);
 
but it doesn't open to the location by default that I want to open.

View 2 Replies View Related

GIMP :: Change Default Save As File Format

Jun 12, 2012

Is there a way I can change the default file format from .xcf?

For example, I open a jpeg, crop it and try to save, but if I then try to save it as a jpeg I get a message telling me I have to 'export' first.

I know the Gimp isn't Photoshop but in Photoshop you get the option to choose the file extension at save or save as without the added step of exporting.

Is there a setting somewhere that allows me to choose as this messing around exporting from .xcf is a real drag when you're editing a lot of images. Plus you can end up with extra, unwanted, .xcf files.

Is there a reason why the Gimp defaults to .xcf for every file edit? It seems unneccesary when all you're doing is a simple crop etc.

Again Photoshop opens, allows edits and then saves in the original's file format, which does make for a more efficient workflow. Plus it doesn't default to .psd for every edit.I'm using Gimp 2.8 with Fedora 17 64bit and will now boot into Windows to work more efficiently in Photoshop till I can find a way to change this in Gimp.There doesn't seem to be anything in Preferences relating to file formats/extensions.

View 1 Replies View Related

CorelDRAW Graphics Suite 12 :: How To Save File In TIFF Format

May 19, 2008

How to save as coreldraw file in .tiff format

View 6 Replies View Related

Premiere Pro :: Import MTS To Convert And Save As Video File Format?

Dec 4, 2013

I am using Premier Pro CS5.5. I want to know if I can import a .mts file and use Premier to convert it, or save the file as, a .mov, .wmv, .mp4 or other video file format?

View 5 Replies View Related

Photoshop :: How To Restore TGA Options Dialog Box

Jan 28, 2013

Today, after accidentally exporting a file as a TIFF the options dialog box for TGA files no longer appears.
 
Which means my workflow has come to an absolute and complete stop since I can no longer export proper 32-bit TGA files that are required for import into other software.
 
I've deleted all the preferences inside ~/Library/Preferences though that did not fix it.

View 1 Replies View Related

Photoshop :: Prevent PNG Options Dialog?

Aug 6, 2013

Whenever I save something as a PNG, Photoshop asks if I want to save it in interlaced format. Is there a way to set a default for that so it doesn't ask me every flippin' time?

View 4 Replies View Related

Photoshop :: JPEG Options Dialog Box

May 13, 2004

Sometimes when I save an image as a jpeg the dialog box defaults to a higher compression and lower image quality. I change it to the highest quality but when I save the next image it is again at the lower quality setting. How can I get it to default to the highest quality setting or at least stay at the last setting.

View 6 Replies View Related

AutoCAD .NET :: Modify Quality Setting - Shaded Viewport Options

Nov 18, 2011

I would like to modify the Quality setting shown in the "Shaded viewport options" section of the plot dialog box (see attachment).  The default appears to be Normal, and the options are Draft, Preview, Normal, Presentation, Maximum, and Custom.  I want to use Maximum for 11x17 PDF files but I have 1000's.  I can't open each file and change the setting, and then Apply to Layout.  I'd also like to know what "Custom" means, but I will settle for maximum for now.

Is this option available under PlotSettings somewhere?

View 2 Replies View Related

AutoCAD Civil 3D :: How To Get AEC Modify Tools To Show Up On Pop-up Dialog Boxes

Dec 10, 2007

How to get the AEC Modify Tools to show up on my pop-up dialog boxes? Is there something I need to intall and/or configure?

View 6 Replies View Related

AutoCAD Inventor :: Modify Default Values In Dialog Boxes

Sep 18, 2012

When you create a new Frame Generator assembly, you have a dialog box with Frame name, Path to frame file, Skeleton name, path to skeleton file. Inventor propose default values. Is there a way to automatically modify these default values ? For example, instead Inventor propose "New Frame file name = Frame0001.iam", I want a custom calculated file name.

View 9 Replies View Related

Photoshop :: CS5.1 Not Working While Using Save / Save As / Save For Web Options?

Oct 22, 2013

I am facing problem while using Save / Save As / Save for web options in my Photoshop. On clicking Save / Save As commands, my photoshop gets closed abruptly and I am losing all data. If I choose Save for Web option, the file Save dialog box appears and when I click on the 'Save' button, the application gets closed abruptly.
 
It was working fine yesterday. My version is bundled in the Technical Communicator suite 3.5 and I faced some problems with Adobe Acrobat, for which my IT team took support from Adobe and got it resolved just two days ago. (Case ID - 184809966)

View 10 Replies View Related

CorelDRAW X5 :: How To Patch Big Options Dialog Box

Mar 7, 2010

Patch or apply the free version of big options dialog to x5. 

View 3 Replies View Related

AutoCAD 2010 :: Underline Top Line Option Located In Content Tab Of Modify MultiLeader Style Dialog

Jun 7, 2013

We are trying to use the "Underline top line" option located in the Content tab of the Modify MultiLeader Style dialog in AutoCAD 2012 (See attachment).

The minor issue we have is that there seems to be no way to adjust the gap between the text and the "underline".  In regular dimensions, there is a dimvar called DIMGAP that controls this distance.  Is there any way to control the distance between the top line MText and the "underline"?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved