Possible to Remove, Then Load All Text Styles?

I'd like to remove all the Paragraph Styles and Character Styles from an InDesign CS4 document, and replace them with Paragraph Styles and Character Styles from another InDesign document. A search of this forum resulted in a similar discussion, http://forums.adobe.com/message/2919544 in which a script was utilized to remove all the text styles from a file.  The script is shown below.
The script is a timesaver as is, but I was wondering if it could mofified to "Load All Text Styles" from a file path/InDesign document that I specify?
Thanks in advance for any ideas on this.
var myDoc = app.activeDocument;
var myParStyles = myDoc.paragraphStyles;
var myCharStyles = myDoc.characterStyles;
for (j = myParStyles.length-1; j >= 2; j-- ) {
   removeUnusedParaStyle(myParStyles[j]);
for (i = myCharStyles.length-1; i >= 1; i-- ) {
   removeUnusedCharStyle(myCharStyles[i]);
function removeUnusedParaStyle(myPaStyle) {
   app.findTextPreferences = NothingEnum.nothing;
   app.changeTextPreferences = NothingEnum.nothing;
   app.findTextPreferences.appliedParagraphStyle = myPaStyle;
   var myFoundStyles = myDoc.findText();
      if (myFoundStyles == 0) {
         myPaStyle.remove();
   app.findTextPreferences = NothingEnum.nothing;
   app.changeTextPreferences = NothingEnum.nothing;
function removeUnusedCharStyle(myChStyle) {
   app.findTextPreferences = NothingEnum.nothing;
   app.changeTextPreferences = NothingEnum.nothing;
   app.findTextPreferences.appliedCharacterStyle = myChStyle;
   var myFoundStyles = myDoc.findText();
      if (myFoundStyles == 0) {
         myChStyle.remove();
   app.findTextPreferences = NothingEnum.nothing;
   app.changeTextPreferences = NothingEnum.nothing;

Sample of how to load styles from indd-file to document or app:
#target InDesign 
var myFolder = Folder('C:/path/to/Folder/with/Indd-Files');
var allStyleFiles = myFolder.getFiles("*.indd");
var arrayOfStyleFileNames = [];
for(var myIndex = 0; myIndex < allStyleFiles.length; myIndex++ ){arrayOfStyleFileNames.push(allStyleFiles[myIndex].name)}
var selectedStyleFile = chooseStyleFile (arrayOfStyleFileNames)
function chooseStyleFile(arrayOfStyleFileNames){
        var myDialog = app.dialogs.add({name:"Optionale Formatdateien", canCancel:true});
    with(myDialog){
with(dialogColumns.add()){
        with(borderPanels.add()){
                with(dialogColumns.add()){
                    staticTexts.add({staticLabel:"Bitte eine Formatdatei wählen:"});
                with(dialogColumns.add()){
                    var pickedStyle = dropdowns.add({stringList:arrayOfStyleFileNames, selectedIndex:0});
    if(myDialog.show() == true){
                var pickedStyle = pickedStyle.selectedIndex;
                myDialog.destroy();
    return File(myFolder.toString() + '/' + arrayOfStyleFileNames[pickedStyle])
    else{
        myDialog.destroy()
        exit();
if(app.documents.length == 0){
     try{
                 RemoveIdStyles();
app.importStyles (ImportFormat.PARAGRAPH_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.importStyles (ImportFormat.CHARACTER_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.importStyles (ImportFormat.OBJECT_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.importStyles (ImportFormat.TABLE_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.importStyles (ImportFormat.CELL_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.importStyles (ImportFormat.TABLE_AND_CELL_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.loadSwatches (selectedStyleFile)
                 delEmptyParStyleGroups();
alert("Die Formate für " + selectedStyleFile.name + " wurden geladen.")
    }catch (e){
    alert ("Folgender Fehler trat auf: " + e)
if(app.documents.length != 0){
     try{
app.activeDocument.importStyles (ImportFormat.PARAGRAPH_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.activeDocument.importStyles (ImportFormat.CHARACTER_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.activeDocument.importStyles (ImportFormat.OBJECT_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.activeDocument.importStyles (ImportFormat.TABLE_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.activeDocument.importStyles (ImportFormat.CELL_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.activeDocument.importStyles (ImportFormat.TABLE_AND_CELL_STYLES_FORMAT, selectedStyleFile, GlobalClashResolutionStrategy.LOAD_ALL_WITH_OVERWRITE)
app.activeDocument.loadSwatches (selectedStyleFile)
                 delEmptyParStyleGroups();
alert("Die Formate für " + selectedStyleFile.name + " wurden nachgeladen.")
    }catch (e){
    alert ("Folgender Fehler trat auf: " + e)
//Formate in InDesign löschen
function RemoveIdStyles(){
    var _pS = app.allParagraphStyles;
    for    (var i=0; i<_pS.length; i++) {
        try {
        _pS[i].remove(); }
     catch (e)            {
    var _cS = app.allCharacterStyles;
    for    (var i=0; i<_cS.length; i++) {
                try {
        _cS[i].remove();}
     catch (e)            {
var _pS = app.allObjectStyles;
    for    (var i=0; i<_pS.length; i++) {
        try {
        _pS[i].remove(); }
     catch (e)            {
        var _pS = app.swatches;
    for    (var i=1; i<_pS.length; i++) {
        try {
        _pS[i].remove();
     catch (e)            {
    //Leere Formatgruppen löschen
function delEmptyParStyleGroups(){
var pGroups = app.paragraphStyleGroups;
for(var z=pGroups.length -1; z >=0; z--){
if(pGroups[z].allParagraphStyles.length <= 0){
    pGroups[z].remove();

Similar Messages

  • When i send a text message with my new iphone 5 to my wife who is now using my old Iphone 4 we both receive the message. How is this possible? Also she receives all text messages sent to me

    when i send a text message with my new iphone 5 to my wife who is now using my old Iphone 4 we both receive the message. How is this possible? Also she receives all text messages sent to me. She obviously has a different phone number and a different provider

    See here to create a new apple ID
    http://support.apple.com/kb/HE37
    good luck

  • Is it possible to remove overprints on black text in Acrobat 9 Pro?

    I have a set of PDFs generated that all have black type that is set to overprint. My goal is to remove the overprints from the black type in Acrobat 9 Professional without flattening the black type into the color behind it (like the Flattener Preview does).  I want the black type to knockout whatever is behind it instead of overprinting.  I would like to know if this is possible for vector objects as well.  I have scoured through the Print Production menu choices and especially the >Preflight>Fixups where I have only found options to turn overprints on.  I even tried to create a new Fixup to do the task, however I couldn't seem to do anything custom - only reproduce what Fixups already exist in the app with a different variable affected. What am I overlooking?  It seems this would be something so simple to do with the amount of other extremely complex pre-press options in Acrobat 9.
    In case it's relevant, the PDFs were generated from InDesign CS4, where the text overprints were created automatically by the option being set in the "Appearance of Black" preferance pane (since turned off).  The PDF was generated in the PDF/X-1a:2001 standard and is strictly CMYK with no spots.  I would post a sample but the file is an unposted retail sign that is currently confidential.
    My sincerest thanks in advance for any tips as to how this can be done. 
    Aaron

    This is a work around. Bring the pdf into Illustrator. Go to Select >Object>Text.  In the attributes panel, deselect Overprint. In the Transparency panel, select Knockout Group. In the Appearance panel, check to make sure the black is not overprinting by clicking on the Character entry. If not, try clicking "Clear Appearance" (here I got a little lost.
    Resave the pdf file. Your black text should now knock out. You may have to retrap, unless your RIP does that for you.
    Hope this helps. (I had to keep trying to get it to work, but I finally did.
    Greg Ledger
    www.macproductionartist.wordpress.com

  • How do you load in text styles with add-in persistent interfaces?

    Hello,
    I've added in a persistent interface to the kStyleBoss which gives paragraph styles and character styles some added meta data. They are not text attributes, but rather attributes or options for the style itself, kind of like the name of the style is.
    Unfortunately, when styles that have these option settings are loaded from one InDesign document to another, the settings do not come through. I guess kLoadStyleCmdBoss is not aware of the persistant interface I've added to the kStyleBosses and so does not copy them across. Does anyone have any idea how to modify kLoadStyleCmdBoss so it will replicate the data in the persistant interface I've added in? Do I need to modify kCreateParaStyleCmdBoss or kCreateCharStyleCmdBoss in anyway as well?
    Best regards,
    John Hopkins

    Hi,
    Well, previous link (Adobe TV) is deprecated.
    Here is an updated and upgraded tuto: Chris Gannon blog.
    Therefore, assuming you are using Edge 5.0 (EA CC 2014.1.1), you have 2 solutions:
    1) The XMLHttpRequest API.
    2) $.AJAX() if and only if you load a jQuery file: library panel > scripts.

  • Is it possible to download and save all texts exchanged between myself and one other person onto a file on my laptop?

    There are many hilarious and sweet texts between me and a friend, and he lost his phone. Therefore, I am now the only one who has access to them, and so I am wondering if I can somehow download them onto my MacBook so I can send them to him as an attachment.  I am using an iPhone 3GS with IoS5.
    Thanks!

    Try the computer apps PhoneView (Mac) or TouchCopy (Mac & PC):
    http://www.ecamm.com/mac/phoneview/
    http://www.wideanglesoftware.com/touchcopy/index.php

  • Indesign CS3 Crashes when loading text styles

    hi all, i need some help.
    Indesign cs3 keeps crashing when I try to "load all text styles" from one indesign file to another. the file has ten styles (character & paragraph). I'm currently working on windows 7.
    thankyou for any information you can provide.

    Are you patched to 5.0.4?
    Export both files to inx, re-open, Save As. (I checked, ID will not load styles from an inx)
    Load just one style at a time to isolate a conflict.
    Last resort, Highlight text from the source doc, paste into the new doc. I should carry in the style. It only needs to be a single charatcher.

  • Loaded Infoobject Text  and it returned all "#"

    Hi BW guys,
    I encountered a strange text issue.
    In BW QA envoriment all the Text Datasources without a language key  loaded all text as "#" in PSA. Meanwhile, the datasource with language key works well. In ECC QA side I could extract correct text wiht RSA3.
    All the datasources work fine in BW DEV. Moreover, I had checked respective RFC desitinations  in BW QA and DEV. They're same in my perspective.I had requested my basis to check the packages and add-on.
    Do you have any ideas about this issue?
    thanks

    Ask your basis to install required language packages and also check the RFC for Unicode option.Check the below doc.
    http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/fdbedb90-0201-0010-4483-b64ac397986a

  • Load Earlier Text Messages - HELP!

    I want to look at a text message I sent about 3 months ago. I know its on my iphone, but when I start to look at the earlier texts the it gets slower and slower the further back I go.
    Is there a better / easier way to load ALL texts from a single person?

    If you are on a Mac, get PhoneView from:
    http://www.ecamm.com/
    Then you can download them to your computer and go through them there. There is no way to speed things up on the phone itself without deleting some.

  • Javascript: select all text, break link to style

    Hi
    I'd like to select all text in a Document (in different independent textboxes) and then break the link to it's style (in the program in the Flyout-menu of the paragraph styles)
    Is this function scriptable (javascript)?
    How do I select all the text?
    InDesign CS6, OS10.7.4
    Thanks

    In fact, I use the adobe findchangebylist to modified, I want to do a clear setting script, not only break link to style, but when i run the script that will get error, can u help me to fix it, my script is shown as below:
    main();
    function main(){
    var myObject;
    //var myCheckSelection = false;
    //Make certain that user interaction (display of dialogs, etc.) is turned on.
    app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    if(app.documents.length > 0){
      if(app.selection.length > 0){
       switch(app.selection[0].constructor.name){
        case "InsertionPoint":
        case "Character":
        case "Word":
        case "TextStyleRange":
        case "Line":
        case "Paragraph":
        case "TextColumn":
        case "TextFrame":
        case "Text":
        case "Cell":
        case "Column":
        case "Row":
        case "Table":
         myDisplayDialog();
         break;
        default:
         //Something was selected, but it wasn't a text object, so search the document.
         //myFindChangeByList(app.documents.item(0));
                        //alert("Nothing Selected, Please Select Text Frame or Text.");
      else{
       //Nothing was selected, so simply search the document.
                //myFindChangeByList(app.documents.item(0));
                alert("Nothing Selected, Please Select Text Frame or Text.");
    else{
      alert("No documents are open. Please open a document and try again.");
    function myDisplayDialog(){
    var myObject;
    var myDialog = app.dialogs.add({name:"Joan New Clear Setting_v1.0"});
    with(myDialog.dialogColumns.add()){
       with(dialogRows.add()){
       with(dialogColumns.add()){
    staticTexts.add({staticLabel:"Search Range:"});
         var mySearchButtons = radiobuttonGroups.add();
         with(mySearchButtons){
         radiobuttonControls.add({staticLabel:"Current Document", checkedState:true});
                       if(app.selection[0].contents != ""){
        radiobuttonControls.add({staticLabel:"Selection", checkedState:true});
       with(dialogColumns.add()){
        with(borderPanels.add()){
         staticTexts.add({staticLabel:"Clear Setting:"});
         var myDateButtons = radiobuttonGroups.add();
         with(myDateButtons){
         radiobuttonControls.add({staticLabel:"English", checkedState:true});
         radiobuttonControls.add({staticLabel:"Chinese"});
    var myResult = myDialog.show();
    if(myResult == true){
      switch(mySearchButtons.selectedButton){
       case 0:
                     BreakLinktoStyleDocument();
                     TurnOffHyphenationDocument();
                     myObject = app.documents.item(0);
                     myCheckSelection = false;
        break;
                  case 1:
                     BreakLinktoStyleSelection();
                     TurnOffHyphenationSelection();
                     myObject = app.selection[0];
                     myCheckSelection = true;
        break;
      switch(myDateButtons.selectedButton){
      case 0:
      myFindChangeByList1(myObject, myCheckSelection);
      break;
      case 1:
      myFindChangeByList2(myObject, myCheckSelection);
      break;
      myDialog.destroy();
      //myFindChangeByList1(myObject);
    else{
      myDialog.destroy();
    function TurnOffHyphenationDocument() {
    app.activeDocument.stories.everyItem().texts.everyItem().hyphenation=false;
    myTables = app.activeDocument.stories.everyItem().tables.everyItem();
    myTables.cells.everyItem().paragraphs.everyItem().hyphenation=false;
    function TurnOffHyphenationSelection() {
    app.selection[0].texts[0].hyphenation=false;
    app.selection[0].cells.everyItem().texts[0].hyphenation=false;
    function BreakLinktoStyleDocument() {
    app.activeDocument.stories.everyItem().texts.everyItem().applyParagraphStyle(app.activeDoc ument.paragraphStyles.item(0), false);
    app.activeDocument.stories.everyItem().texts.everyItem().applyCharacterStyle(app.activeDoc ument.characterStyles.item(0), false);
    myTables = app.activeDocument.stories.everyItem().tables.everyItem();
    myTables.cells.everyItem().paragraphs.everyItem().applyParagraphStyle( app.activeDocument.paragraphStyles.item(0), false);
    myTables.cells.everyItem().paragraphs.everyItem().applyCharacterStyle( app.activeDocument.characterStyles.item(0), false);
    function BreakLinktoStyleSelection() {
    app.selection[0].texts.everyItem().applyParagraphStyle(app.activeDocument.paragraphStyles. item(0), false);
    app.selection[0].texts.everyItem().applyCharacterStyle(app.activeDocument.characterStyles. item(0), false);
    app.selection[0].cells.everyItem().texts[0].applyParagraphStyle(app.activeDocument.paragra phStyles.item(0), false);
    app.selection[0].cells.everyItem().texts[0].applyCharacterStyle(app.activeDocument.charact erStyles.item(0), false);
    function myFindChangeByList1(myObject, myCheckSelection){
    var myScriptFileName, myFindChangeFile, myFindChangeFileName, myScriptFile, myResult;
    var myFindChangeArray, myFindPreferences, myChangePreferences, myFindLimit;
    var myStartCharacter, myEndCharacter;
    var myFindChangeFile = myFindFile("/ScriptSupport/te.txt")
    if(myFindChangeFile != null){
            // Because the selection will change as we add/remove characters,
            // we'll need to reset the selection after each pass if we are
            // checking the selection. We'll get the index of the first character
            // in the selection (relative to the start of its parent story) and
            // the index of the last character in the selection (relative to the
            // *end* of the story, and we'll use them later in the script to
            // keep the ends of the selection in place.
      if(myCheckSelection == true){
       var myStart = myObject.characters.item(0).index;
       var myEnd = myObject.characters.item(-1).index;
       var myStory = myObject.parentStory;
       var myStoryEnd = myStory.characters.item(-1).index;
       myEnd = (myStoryEnd - myEnd)+1;
      myFindChangeFile = File(myFindChangeFile);
      var myResult = myFindChangeFile.open("r", undefined, undefined);
      if(myResult == true){
       //Loop through the find/change operations.
       do{
        myLine = myFindChangeFile.readln();
        //Ignore comment lines and blank lines.
        if((myLine.substring(0,4)!="text")||(myLine.substring(0,4)!="grep")||(myLine.substring(0, 5)!="glyph")){
         myFindChangeArray = myLine.split("\t");
         //The first field in the line is the findType string.
         myFindType = myFindChangeArray[0];
         //The second field in the line is the FindPreferences string.
         myFindPreferences = myFindChangeArray[1];
         //The second field in the line is the ChangePreferences string.
         myChangePreferences = myFindChangeArray[2];
         //The fourth field is the range--used only by text find/change.
         myFindChangeOptions = myFindChangeArray[3];
         switch(myFindType){
          case "text":
           myFindText(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions);
           break;
          case "grep":
           myFindGrep(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions);
           break;
          case "glyph":
           myFindGlyph(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions);
           break;
         if(myCheckSelection == true){
          myStartCharacter = myStory.characters.item(myStart);
          myEndCharacter = myStory.characters.item(-myEnd);
          myObject = myStory.texts.itemByRange(myStartCharacter, myEndCharacter);
          app.select (myObject);
       } while(myFindChangeFile.eof == false);
       myFindChangeFile.close();
    alert("Done");
    function myFindText(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions){
    //Reset the find/change preferences before each search.
    app.changeTextPreferences = NothingEnum.nothing;
    app.findTextPreferences = NothingEnum.nothing;
    app.findChangeTextOptions = NothingEnum.nothing;
    var myString = "app.findTextPreferences.properties = "+ myFindPreferences + ";";
    myString += "app.changeTextPreferences.properties = " + myChangePreferences + ";";
    myString += "app.findChangeTextOptions.properties = " + myFindChangeOptions + ";";
    app.doScript(myString, ScriptLanguage.javascript);
      myFoundItems = myObject.changeText();
    //Reset the find/change preferences after each search.
    app.changeTextPreferences = NothingEnum.nothing;
    app.findTextPreferences = NothingEnum.nothing;
    app.findChangeTextOptions = NothingEnum.nothing;
    function myFindGrep(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions){
    //Reset the find/change grep preferences before each search.
    app.changeGrepPreferences = NothingEnum.nothing;
    app.findGrepPreferences = NothingEnum.nothing;
    app.findChangeGrepOptions = NothingEnum.nothing;
    var myString = "app.findGrepPreferences.properties = "+ myFindPreferences + ";";
    myString += "app.changeGrepPreferences.properties = " + myChangePreferences + ";";
    myString += "app.findChangeGrepOptions.properties = " + myFindChangeOptions + ";";
    app.doScript(myString, ScriptLanguage.javascript);
    var myFoundItems = myObject.changeGrep();
    //Reset the find/change grep preferences after each search.
    app.changeGrepPreferences = NothingEnum.nothing;
    app.findGrepPreferences = NothingEnum.nothing;
    app.findChangeGrepOptions = NothingEnum.nothing;
    function myFindGlyph(myObject, myFindPreferences, myChangePreferences, myFindChangeOptions){
    //Reset the find/change glyph preferences before each search.
    app.changeGlyphPreferences = NothingEnum.nothing;
    app.findGlyphPreferences = NothingEnum.nothing;
    app.findChangeGlyphOptions = NothingEnum.nothing;
    var myString = "app.findGlyphPreferences.properties = "+ myFindPreferences + ";";
    myString += "app.changeGlyphPreferences.properties = " + myChangePreferences + ";";
    myString += "app.findChangeGlyphOptions.properties = " + myFindChangeOptions + ";";
    app.doScript(myString, ScriptLanguage.javascript);
    var myFoundItems = myObject.changeGlyph();
    //Reset the find/change glyph preferences after each search.
    app.changeGlyphPreferences = NothingEnum.nothing;
    app.findGlyphPreferences = NothingEnum.nothing;
    app.findChangeGlyphOptions = NothingEnum.nothing;
    function myFindFile(myFilePath){
    var myScriptFile = myGetScriptPath();
    var myScriptFile = File(myScriptFile);
    var myScriptFolder = myScriptFile.path;
    myFilePath = myScriptFolder + myFilePath;
    if(File(myFilePath).exists == false){
      //Display a dialog.
      myFilePath = File.openDialog("Choose the file containing your find/change list");
    return myFilePath;
    function myGetScriptPath(){
    try{
      myFile = app.activeScript;
    catch(myError){
      myFile = myError.fileName;
    return myFile;
    and here is my text file, te.txt
    //001
    grep {findWhat:"."} {appliedLanguage: app.languagesWithVendors.item("English: USA"), kerningMethod: "無"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //002
    grep {findWhat:"."} {kinsokuSet: "繁體中文避頭尾(s)"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //003
    grep {findWhat:"."} {mojikumi: "nothing"} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //004
    grep {findWhat:"."} {ligatures:false} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //005
    grep {findWhat:"."} {gridAlignment: 1852796517} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //006
    grep {findWhat:"."} {leadingModel: 1248619858} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}
    //007
    grep {findWhat:"."} {characterAlignment: 1247896172} {includeFootnotes:true, includeMasterPages:true, includeHiddenLayers:true, includeLockedStoriesForFind:true, widthSensitive:true}

  • Is it possible to remove yellow text background in the entire document?

    I have the same problem as the one that is mentioned here:http://forums.adobe.com/message/1155089 In my case the yellow background is already in the pdf-file which was created with a virtual pdf printer and then manipulated with another pdf-editor.  I noticed accidentally that it is possible to remove the yellow background in Acrobat Pro as if I'd edit an object. Getting rid of it on each page by hand would be a daunting task. Is it possible to do this somehow with the entire document? All help would be much appreciated.
    cheers
    Btw: The yellowish background does not appear in other pdf viewers.

    I'll try to describe the process but the exact numbers will depend on your document - as I said earlier when I ran a test of your file I got 3.4%, but you may not.
    Your file has a mixture of color spaces (CMYK/RGB/etc.) and so you must first run the Convert Colors tool from the Print Production Panel to get everything into a consistent space, or Preflight will choke. Run the default profile to convert to the SWOP v2 profile.
    Open the Output Preview tool from the Print production Panel and hover over one of the yellow areas, write down the percentage of yellow. Hopefully nothing else in the document will have the same percentage.
    Now open Preflight from the Print Production Panel, switch to the Single Checks tab.
    Open the Options menu, choose "Create new Preflight Check".
    Name it "yellow boxes" and apply it to "Page contents" and "Current file".
    Select the Colors group and pick "object uses Yellow with a percentage of..." - press ADD.
    Configure it with "Equal to" and your percentage (no % sign)
    Click OK, then switch to the Single Fixups tab.
    Options menu > Create new Preflight Fixup
    Name it "move yellow  to layer"
    Choose the Layers category, "Put objects on layer" and press ADD
    In the "Objects identified by a check" dropdown, select your "yellow boxes" check.
    In the Layer name field, type "yellow boxes"
    Click OK, then click the Fix button to run it.
    You'll get a message to save/close and reopen the file.
    When you do, (hopefully) all your yellow boxes will now be in their own layer.
    Open the layers navigator on the left side of Acrobat's window and turn off the eyeball for that layer.
    Print

  • Is Dynamic Loading of Text from an external file possible in Captivate?

    Hello all,
    I am wondering if Dynamic loading of text is possible in captivate or not.
    As we can load an external file in flash.
    & which is the universal font to be used for the text entry box which will visible on any media?
    Thanks & Regards,
    Chirag

    Hello,
    I'm not a specialist about JavaScript. Have a look at Jim Leichliter's blog:
    http://captivatedev.com/
    Lilybiri

  • How to remove a saved text style

    I saved a Text Style using the option "Save All Basics+Style Sttributes" but now I want to overwrite it. As far as I can see it is impossible, I have to save the new version with another name, but the old one remains on the styles list. So I went on Final Cut App pack content, and I found all the text styles, but only the default ones. There isn't the one I saved. Is there anyone who knows where I can find it so to remove it?

    Library/Application Support/Motion/Library/Text Styles

  • HT201365 Hi all, im from dubai. someone stolen my iphone5. i was trying to erase my data via find my iphone. in the end there was a notification that remove. i have click remove. then it never shows my device in find my iphone. how can i see my device in

    Hi all, im from dubai. someone stolen my iphone5. i was trying to erase my data via find my iphone. in the end there was a notification that remove. i have click remove. then it never shows my device in find my iphone. how can i see my device in my pc...?

    Here's an interesting bit: iTunes will let me restore my iPod touch from backup: it's still running iOS 4.3.3. I figured as much... there's backups showing in the Preferences -> Devices list for both devices (and even my old, long gone iPod touch 2G), but my iPhone (on iOS5) isn't giving me any such option. I remember I had to downgrade before to get the backup restored (something went haywire in the setup assistant, and I couldn't restore a backup from iTunes there)... If it was possible to go to iOS 5.0 rather than 5.0.1 I would just do the same thing again, but iOS 5.0.1 isn't an option. I attached a screenshot. Hopefully Apple can get this nonsense sorted out; I think iOS 5 might be the root of this, somehow.

  • PS CS3: How to load all (Styles, Brushes, Custom Shapes, etc.)

    Is there something I'm missing regarding the loading of Styles, Brushes, Gradients, whatever... - en masse?
    In CS2 you could load all Styles at once, or brushes, or any other "Preset". Now in CS3, when I'm in (for example) the Styles palette and click on "Load Styles", a panel flies open to show that you are in fact looking into the directory where the Styles "live" - but there is nothing actually there to select.
    Do I really have to click on one, load it, append it, repeat, repeat, repeat? I'd love to know that I'm missing something. But I've tried every means I can think of to load Presets in bulk, to no avail.
    Thanks for any tips!

    Yep, that was it. When you drive it to the proper directory, in the PS folder, then you can select them all and load them in one fell swoop.
    Thanks so much for your time!
    All the best, Kevin

  • Is possible to remove the extra that comes with firefox 12 "search google , search surf canyon, search duck duck go ,search wikipedia when a text is selected?

    Hello !
    Is possible to remove the feature (search google , search surf canyon, search duck duck go ,search wikipedia) when a text is selected?

    I'm not sure exactly what you are referring to, but I know that surf canyon and duck duck go aren't included with Firefox by default. It is possible an add-on took over your Firefox.
    Do this:
    Update to Firefox 15. [[Update Firefox to the latest version]]
    Then, Reset Firefox. [[Reset Firefox – easily fix most problems]]
    Does that help?

Maybe you are looking for