Illustrator Scripting :: CS5 - How To Disable SaveAs Option

Aug 29, 2013

I need to hide/disable the "save As" and Save option in the "illustrator application CS5" menu via scripting.

View 6 Replies


ADVERTISEMENT

Illustrator Scripting :: Batching SaveAs In CS6 Will Not Save PDF Compatible

Sep 12, 2012

So I'm using a script that I wrote to bring in files that were converted from CorelDraw to EPS (this is the best conversion process to preserve text and drawing assets).  Basically the script takes the art in the EPS, groups it, places a rectangular border around the art and centers them.  We do this so that they come into InDesign correctly sized.  The problem is, it used to be 100% automated, just about, however now the saveas action command will not remember that "Save as PDF Compatible" needs to be set to true.  When I do a saveas command, it's check by default, but when the saveas command is batched, it does NOT do it that way.  When I try to bring batched AIs into InDesign, it's text that says it was not saved as PDF Compatible.  Am I going to have to script a save function to get control of the saveas settings?  I don't understand why PDF compatible is checked by default, yet batching saveas saves as if it unchecked it. 

View 5 Replies View Related

Illustrator Scripting :: How To Disable Screen Updating

Aug 1, 2011

Is it possible to disable screen updating in illustrator whilst running a script and if so how?
 
I have developed some scripts to create artwork in Illustrator but I would like to speed them up and presumably avoiding having to watch it happen on the screen would work with this.

View 3 Replies View Related

Illustrator SDK :: How To Remove Or Disable Save-As Option

Aug 30, 2013

I need to remove the "save As" and "Save" option in the menu via SDK("illustrator application CS4").

View 3 Replies View Related

Illustrator Scripting :: Feasible To Disable A Menu Item

Apr 10, 2012

illustrator scripting but have some knowledge in indesign scripting using javascript.In Indesign we can disable menu item thru menuActions.. Is there any object available like that to disable a existing menu (eg. File>Save).

View 1 Replies View Related

Illustrator Scripting :: Mass Enable / Disable Appearance Effects In Several Layers Of Drawing?

Aug 21, 2012

How can I mass enable/disable all drop shadow appearance effects existing in several layers of my drawing?

View 3 Replies View Related

Illustrator Scripting :: Is Area Type Option (Inset Spacing) Scriptable?

May 28, 2012

I can't find any reference to this option in any documentation, but does it exist?

View 5 Replies View Related

Photoshop :: Disable Option Bar - Workspace

Jul 2, 2009

I would like to keep my option bar but I don't want to see the workspace (espace de travail) and bridge option on it, is there a way for me to customize that?

View 2 Replies View Related

Lightroom :: 4 - Disable Video Support Option For Import / Processing?

May 27, 2012

Is there a way to disable lightroom 4 from importing or processing any file with a video extension mkv, 3gpp etc, as its really slowing down my workflow.
 
My typically workflow consists of pulling my files off of my memory carsd manually via explorer (into a specific folder under a root folder which I create manually).  I then synchronise the root folder in lightroom.
 
Unfortunately LR4 seems to take over and hour to do this since I have a lot of uncateloged videos.  LR fails each time to catalog the videos.
 
LR3, since it didn't support video, was blazingly fast and performing the same operations in LR3 takes minutes as oppose to hours.

View 2 Replies View Related

Illustrator Scripting :: How To Automate Importing Variable And Datasets Into Graphs Via Scripting

Dec 18, 2012

I'm try to automate the importing of the Varaible and datasets into my graphs via Scripting, but the ImportVaraibles() function doesn't seem to work.  Here is my Script, mostly copied from the example script provided with Illustrator (CS5).  And, this works manually, using the file names in the script, via Load Variable Library
 
    Set appRef = CreateObject(strIllistratorVersion)
   
       'Open the file and import the datasets
        Set docRef = appRef.Open(strTemplate & "200-500.ai")
        'docRef.Datasets.RemoveAll
        docRef.Variables("Yearbook").Delete
 
Here is the problem, after I delete the previous library, then this next line, right from the example, does nothing
The script then exits with 'No Datasets in this document'
       
docRef.ImportVariables (strXMLFolder & "Lumber_200-500.xml")
'appRef.DoJavaScript "alert('Template:" & strTemplate & strRange & ".ai  |  XML file:" & strXMLFolder & ""  & objFile.Name & "^')"
        If (appRef.Documents.Count > 0) Then
            Set docRef = appRef.Documents(1)

 [Code]....
 
If I remove that delete line, the script runs, but just uses whatever Variables I had last loaded, not the XML file.
 
It's simply not loading.  What do I need to do to get it to load?

View 8 Replies View Related

Illustrator Scripting :: Access Graph Data Through Scripting DOM?

May 6, 2012

Can you access graph data through the scripting DOM?

View 3 Replies View Related

Illustrator :: Remove Layer Option Color Option?

Jan 13, 2012

I cannot stand it when I make a new layer in Illustrator and the color hint becomes yellow. This usually happens on the third new layer into every project. I can go in and manually change it from yellow to the ten plus other colors, but I just want yellow completely out of the list. It's awful to look at, and I think every other color is easier.

View 5 Replies View Related

Illustrator Scripting :: Create Mirror Text And Stroke Text In AI Scripting

Mar 16, 2013

the Script of creating mirror text and stroke text in Adobe illustrator scripting.

View 4 Replies View Related

AutoCAD Inventor :: Saveas Case Sensitive?

Oct 15, 2013

Does Saveas really need to be case sensitive. I just spent a lot of time trying to figure out why my addin wasn't working and all that was wrong is I had a capital P on png.

Dim sPath As String = System.IO.Path.GetDirectoryName(sIDWName) & "PartsLists"
Dim sFileName As String = System.IO.Path.GetFileNameWithoutExtension(sIDWName) & ".Png"
vs
Dim sFileName As String = System.IO.Path.GetFileNameWithoutExtension(sIDWName) & ".png"
Dim sPNGName As String = sPath & "" & sFileName
MsgBox(sPNGName)
oCamera.SaveAsBitmap(sPNGName, 1124, 899)

View 1 Replies View Related

AutoCAD 2013 :: SaveAs And Block Creation

Jul 21, 2012

I have a student that downloaded and installed the 2013 student version of AutoCAD.  She then opened a drawing we were working on in class (2012 standard version) and continued to work at home.  She is able to save that drawing by clicking the save button on the Quick Access toolbar, however she is unable to "Saveas" that drawing to a different name or different release.  The dialog box resets the file name to a file path on her C drive as soon as you move the mouse.

The same thing happens when she goes to make a block - she can type a block name in the window, but as soon as the mouse moves, the name changes to a block name already in the list.

View 2 Replies View Related

AutoCAD Inventor :: Force Saveas From External App?

Aug 29, 2012

I want to force a saveas from an external app using code as below:-

If OApp.Ready Then
Try                   
Call oDoc.SaveAs(File_Full_Name, True)
......

However, Inventor invariably crashes at this point - especially if panning a model. Is there a way I can either lock Inventor from the user whilst the save is happening or check that no mouse or keyboard activity is in use?

I have tried monitoring the status bar text for "Ready" but tihs is unreliable.

View 1 Replies View Related

AutoCAD .NET :: SaveAs With Paperspace Layout Current

Jan 18, 2012

I have a bit of code that batch processes from a template drawing. It all works fine until I get to the SaveAs() function. I have narrowed down the problem to have something to do with the drawing starting and saving in a paperspace layout. When I run the code with the template saved in model space it works fine but whe the current tab is a paperspace layout I get an error during the saveas() function "eInvalidInput"

I am using VS2008 and Autocad 2011. Is there a difference in saving with a paperspace layout current?

View 9 Replies View Related

AutoCAD .NET :: Retrieve SaveAs Version In Database.BeginSave

Mar 30, 2012

Is there a way to retrieve the fileversion in the Database.BeginSave event when the user has choosen like version 2004 in the default SAVEAS command?

I only found the OriginalFileVersion and LastSaveAsVersion property, however I have to add something in the database for version 2004 before it is saved. Or is there another approach?

View 2 Replies View Related

AutoCad :: SAVEAS Looses File Name When Saving Through Shortcut Key

Feb 27, 2013

I have a folder on a my desktop with shortcuts to my active projects in my company's network. When I run SAVEAS in AutoCAD, I browse for the respective file using the shortcuts folder. However, the file name is now changing to the name of the shortcut folder. For example, a file is named PreliminaryPlat.dwg. I want to SAVEAS PreliminaryPlat.dwg in P:/111-05-02/Plats. Rather than go through hundreds of folders in the P:/ drive, I click on a shortcut in a FOLDER on my desktop for P:/111-05-02/Plats. When I run the SAVEAS in AutoCAD, the window is prompting me to save the drawing as P:/111-05-02/Plats. I found this error happens when I SAVEAS using a folder shortcut.

View 4 Replies View Related

Illustrator :: SVG In The Clipboard - How To Disable

Jan 15, 2014

Up until mid-December of 2013, I was able to copy vector art out of Illustrator CC and paste it in a non-Adobe application (Comic Life, by Plasq). No hitches, worked great.
 
Since then, I've upgraded to a new MacPro and downloaded fresh copies of all apps, inclucing Illustrator 17.0.2. Now, when I copy vector art, it pastes code, not art:
 
<!-- Generator: Adobe Illustrator 17.0.2, SVG Export Plug-In  -->
<svg version="1.1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:a="http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/“
 
... [ the rest is coordinate code for the art ]
 
So something has changed in how Illustrator manages its clipboard, and specifically, it seems to now copy out  SVG, not postscript. And by the way, I've tried checking and unchecking, in various combinations, the Clipboard on Quit preferences, and the result is always the same.
 
Can SVG clipboard format be turned off? Can I control what format the clipboard uses? And to be clear, I'm not talking about Save As... SVG. I'm talking about how the clipboard copies.

View 2 Replies View Related

Illustrator :: Disable ALL Snapping?

Mar 1, 2011

It seems there is no way to stop illustrator (CS5) from snapping to the edge of the artboard.  Even if you hide the artboard, it still snaps to the invisible artboard.
 
is it possible that the brilliant folks at adobe missed this one and there is no way to disable this snapping to the artboard?

View 19 Replies View Related

Illustrator SDK :: Disable Progress Bar?

Dec 19, 2013

I am using export action to generate artboard images in JPEG from my plug-in. The "Exporting Artwork..." progress bar is shown when the images are generated. I want to disable this progress bar. I've tried using AIAppContextSuite::AllowProgress (error = sAIAppContext->AllowProgress(false);) but this doesnot disable the progress bar. I'm I using this correclty? Is there any other way to disable progress bar?

View 1 Replies View Related

Illustrator :: Disable X And Y Coordinates Box In CS6?

Mar 16, 2014

I can't find in Preferences how to disable the annoying thing. There is no such thing like Show Transformation Values control!

View 4 Replies View Related

AutoCAD .NET :: SaveAs API - Don't Receive Call Back For SaveComplete Event

Dec 3, 2013

I am facing problem with SaveAs API which is when called to save the top drawing of one or above level structure we don’t receive call back for “SaveComplete” event. When we call SaveAs API, it is expected to receive first call back for BeginSave event and then SaveComplete event. But we don’t receive the call back for SaveComplete event.Below is the scenario:

Create a drawing say, “TopDrawing” and attach another drawing (as xRef) say “ChildDrawing” to the “TopDrawing”.
 
Save the drawings.Now modify the “ChildDrawing”.After this we are using following SaveAs API for the “TopDrawing”.
 
inline Acad::ErrorStatus saveAs(const ACHAR* fileName,
const SecurityParams* pSecParams = 0);

Observations: After using this API we receive call back for “BeginSave” event. But we are not receiving call back for “SaveComplete” event.Due to this we are not able to save the TopDrawing after the modification of its reference. This issue is observed in more than one level structures also.This is observed with AutoCAD2010,11,12 and 13.

Expected Results:

We should receive call back to SaveComplete following to the call back for BeginSave event in order to save the structure correctly. What needs to be done if I want to get result as I am expecting after using SaveAS API.Also provide me the information about the libraries which are used for SaveAs function.

View 1 Replies View Related

Illustrator :: How To Disable Auto-smooth

Dec 19, 2012

Whenever I make a stroke with my brush tool, it smooths out. I have checked everywhere to try and find a place where you can "disable" the autosmooth on your brushes, and have found nothing.

View 2 Replies View Related

Illustrator :: How To Disable Default Action By AI CS5

Jul 4, 2013

I'd like to use the "Jump into Group" feature, but I don't want the background artwork to be grayed, or washed out. Is there any way to disable the default action by AICS 5?

I understand the reasoning, but when working with elements that interact with elements outside the group, the effect is not useful.
 
I should use the right term… I talking about "Isolation Mode".

View 1 Replies View Related

Illustrator :: How To Disable The Automatic Move Command

Jul 12, 2013

How can i disable the automatic move command?  when i choose the move command it automatically moves whatever element that's selected, using the previous dimension used to move something.  Big Problem.

View 8 Replies View Related

Illustrator :: How To Disable New Path Segment Reshape

Jan 20, 2014

I used to select segments of the path with precize clicks.

Trial of new IllustratorCC reshapes my paths instead of just selecting it!

I haven't found any preferences to disable it (and I don't want to, because I have VectorScribe installed).

View 23 Replies View Related

Illustrator :: Disable Dim Effect In Isolation Mode?

Feb 11, 2011

Groups are an excellent way to design encapsulated objects, but when editing color in Isolation Mode all other groups/layers are desaturated which makes it impossible to edit color in respect to the entire illustration.
 
I'd expect a way to disable the dimming effect somewhere in a menu option or preference setting. 

View 5 Replies View Related

Illustrator :: Cannot Disable Snapping To Artboard Edges

Aug 2, 2012

I'm creating SVG icons, and due to the removal of SVG as an output format for Save for Web, I've switched to having a series of 16x16 artboards for my icons. Problem is, no matter what snapping features I disable, my artwork still snaps to the artboard edges when I move it around (regardless if I use the mouse or the arrow keys). This makes it impossible to align artwork to such a small artboard, and it also seems like pixel snapping shuts off, causing mis-aligned artwork.
 
Failed solution:
View menu >> Snap to Pixel disabledView menu >> Snap to Point disabledView menu >> Smart guide disabled Transform palette >> Align to Pixel Grid disabled 

Workarounds:
Set Keyboard increment to 0.5px, which will round up to 1px in Pixel Mode. Keyboard nudging now behaves as expected, but mouse behavior is still erratic.Use the Free Transform tool. It behaves slighly less erratically than the Selection and Direct Selection tool.
 
Steps to reproduce:
Create a new document, 16x16 pxVerify that you're in pixel modeCreate a 14x14 px squareTry and position it in the center of the artboard using the mouse or keyboard incrementsObserve the artwork snapping to the edges of the documents, or bypassing snapping altogether.

View 2 Replies View Related

Illustrator :: Disable Object Selection By Effects?

Jun 21, 2012

In CS6, when you apply an effect that somehow expands the appearance of an object, for example by making multiple clones, all of these clones become selectable.  If you click on or drag-box an area that includes these clones, the original object will be selected.
 
is there a way to make CS6 only select an object if I click on the original vectors?

View 2 Replies View Related







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