Installing Transparency Flattener Preset for Indesign Server CS4

I'm trying to figure out how to install a transparency flattener preset for InDesign Server CS4.
I can see how they are installed for the InDesign app.  Edit -> Transparency Flattener Presets...
But I'm not sure which directory to install these on for the server.
I've seen a post that mentions:
C:\Documents and Settings\<UserName>\Application Data\Adobe\InDesign\Version 6.0\en_US\Transparency Flattener Presets
/Users/<UserName>/Library/Preferences/Adobe InDesign/Version 6.0/en_US/Transparency Flattener Presets
for the Desktop version.  But when I place files here even for the CS4 Desktop, they don't seem to show up in the UI.
Any help would be appreciated,
Thanks,
Dennis

Thanks, to get this working in a server script, I ended up just programmatically creating the flattener preset, rather than worrying about the .flst files.  (Java code below)
  //Setup Transparency Flattener (if not in application)
  FlattenerPreset flattenerPreset = app.getNamedChildFlattenerPreset("Test");
  if (flattenerPreset == null) {
      flattenerPreset = app.addFlattenerPreset();
      flattenerPreset.setName("Test");
      flattenerPreset.setRasterVectorBalance(VariableTypeUtils.createLong(100));
      flattenerPreset.setLineArtAndTextResolution(2400.0);
      flattenerPreset.setGradientAndMeshResolution(400.0);
      flattenerPreset.setConvertAllTextToOutlines(false);
      flattenerPreset.setConvertAllStrokesToOutlines(false);
      flattenerPreset.setClipComplexRegions(false);
  pdfPreset.setAppliedFlattenerPreset(flattenerPreset);

Similar Messages

  • Cannot install InDesign Server CS4: Win 2003 x64

    One of my customers has just purchased InDesign Server CS4 (Single Instance, Premium License) and I'm trying to install build 525 on Windows Server 2003 Enterprise Edition x64. I select the default 'Easy/Recommended' installation settings and the installer runs through, but then displays the message below. I've tried installing to different directories but hit the same error every time.
    When I select 'Next' the installer lists the following products and components have been successfully installed:
    Adobe InDesign CS4 Server
    ID Server service files
    ID Server components
    ID Server service files (x64)
    However, it doesn't appear to have installed correctly, as if I start the InDesign Server service and then execute the following test script nothing happens:
    #target indesignserver;
    //HelloWorld.jsx
    //Create a new document.
        var myDocument = app.documents.add();
    //Get a reference to the first page.
        var myPage = myDocument.pages.item(0);
    //Create a text frame.
        var myTextFrame = myPage.textFrames.add();
    //Specify the size and shape of the text frame.
        myTextFrame.geometricBounds = ["6p0", "6p0", "18p0", "18p0"];
    //Enter text in the text frame.
        myTextFrame.contents = "Hello World!";
    //Save the document (fill in a valid file path).
        myDocument.save(new File("/e/HelloWorld.indd"));
    //Close the document.
    //Close the document.
        app.documents.item(0).close();
    Any ideas?

    I gave up on this and ended up installing the 32 bit version which works fine. It appears that there is a problem installing 64 bit on Windows 2003 Enterprise Edition so watch out...

  • Why can I not select the transparency flattener preset option when exporting to a pdf?

    Hi all,
    I have not had to use this option in quite a while so may have forgotten a few things.
    In InDesign, under Edit>Transparency Flattener Presets, I have created a new preset and included the option of converting all text to outlines.
    However, when I try to export to a PDF, the option to select a transparency flattener preset is greyed out.
    Can you tell me what I may be doing wrong? This is driving me crazy!:(
    (There was originally no transparency in the file, so I created some with a white square set to 0.5% opacity).
    Thanks in advance for your help!
    Best regards,
    Christine

    DesignerDave72,
    Thank you SO MUCH!!
    I have been battling with this for over an hour...and it was frustrating me no end. 1 minute into reading the article you suggested and I was home free!! THANK YOU...!! You're my hero!
    Best regards,
    Christine

  • Automate Loading of Transparency Flattener Preset

    For a project I'm working on we need for our users to have a particular transparency flattener preset loaded. I'm not finding a way to load it ahead of time. I can verify if it's loaded, which is helpful:
    tell application "Adobe Illustrator"
         set flattenerPresets to flattener presets
         if flattenerPresets does not contain "NameOfFlattenerPreset" then
              --do whatever magic is necessary to load the preset
         end if
    end tell
    Because of a bug in Illustrator I can't use UI scripting via AppleScript to automate the import. The issue here is that Illustrator doesn't respond to the "click" command properly when it comes to checkboxes and buttons.
    Another option would be to just place a copy of the preset file into the proper location on the hard drive so that Illustrator sees it. Problem is, I can't seem to determine where that is. Adobe seems to be hiding it somewhere. I manually loaded a preset and then moved it from that location on the hard drive. I re-launched Illustrator and it still had the preset.
    At this point I'm not sure how to automate the loading of this preset. Any and all suggestions would be greatly appreciated.
    Thanks,
    Stephan
    Version Info:
    Illustrator CS4
    Mac OS X 10.5.8

    I don't think its possible to load a preset from AppleScript. Can't your script just supply the flattening options at which ever point they are required?
    tell application "Adobe Illustrator"
    set This_Flatten to {class:flattening options, clip complex regions:true, convert strokes to outlines:true, convert text to outlines:true, flattening balance:100, gradient resolution:600, overprint:preserve, rasterization resolution:300}
    end tell

  • Indesign Server CS4 service is not starting on Windows Server 2003 64bit

    Hello guys,
    I am not able to start Indesign Server CS4 service on windows Server 2003 SP2 64bit .
    I have successfuly configured the service with InDesignServerService.msc, set the port to 18555. InDesignServerWinService the Log On option is set to "This Account". Also tried using different accounts!
    When starting the indesign service from windows Service control panel I get this error:
    Could not start the InDesignServerService x64 service on Local Computer.
    Error 1053: The service did not respond to the start or control request in a timely fashion.
    Error log from windows Event viewer:
    Error
    Timeout (30000 milliseconds) waiting for the InDesignServerService x64 service to connect.
    Indesign server application works if launching from command line with the specified port 18555.
    If trying to lauch IndesignServerService.exe from command line, there is a delay and finally nothing happens.
    I have also tried launching 32bit indesign server service and the same error comes.
    Would be grateful for your thoughts!
    Message was edited by: Andrewdev
    Server specs:
    Windows Server 2003
    Standard x64 Edition
    Service Pack 2
    Intel Xeon CPU 3.00Ghz
    9.76 GB of Ram
    Server is running virtualy on Xen hypervisor, there is no antivirus and windows firewall is disabled.

    Hi Chandi,
          If Microsoft fix is not working or it is too old to apply then go for manual process i.e.;
          In the Microsoft KB article follow this :-
         Services that use the local system account to log on to a Windows Server 2003-based computer start if the Allow service to interact with desktop
         option is turned on. To turn this option on, follow these steps:
    In the Services tool, click the service that you want to start, and then click Properties.
    Right-click the Log On tab, and then click to select the Allow service to interact with desktop check box.
    Click OK to exit the Properties dialog box.
       This will solve your problem.
       Thanks,
       Akansh Upadhyaya,
       System Engineer,
       (Windows + Unix.)

  • Set 'transparency flattener presets' to [High Resolution]

    http://help.adobe.com/en_US/illustrator/cs/using/WS9327D15E-A9FF-4698-BDA5-8791A891D061.ht ml
    I am editing thousands of images that need to be exported as High Res .eps's.
    Is there a way to make [High Resolution] the default rather than [Medium Resolution] ?

    edit this file
    user/(yourname)/library/preferences/adobe Ilustrator 4 settings/en us/Transparency Flattener Presets
    Collection 2 is your default so I edited those values to match the screenshot below hope I got them right. Replace the code with below (keep a backup of original just in case)
    /collection3 {
    /attributes {
    /AI9\ Mesh\ Rasterization\ Resolution 144.0
    /AI9\ Output\ Rasterization\ Resolution 288.0
    /AI10\ flattener\ raster-vector\ balance 75
    /AI10\ flattener\ clip\ complex\ regions 0
    /AI10\ flattener\ outline\ strokes 1
    /AI10\ flattener\ outline\ text 0
    /collectionName [ 16
    5b4c6f77205265736f6c7574696f6e5d
    /canEdit 0
    /canDelete 0
    /collection2 {
    /attributes {
    /AI9\ Mesh\ Rasterization\ Resolution 300.0
    /AI9\ Output\ Rasterization\ Resolution 1200.0
    /AI10\ flattener\ raster-vector\ balance 100
    /AI10\ flattener\ clip\ complex\ regions 1
    /AI10\ flattener\ outline\ strokes 0
    /AI10\ flattener\ outline\ text 0
    /collectionName [ 19
    5b4d656469756d205265736f6c7574696f6e5d
    /canEdit 0
    /canDelete 0
    /collection1 {
    /attributes {
    /AI9\ Mesh\ Rasterization\ Resolution 300.0
    /AI9\ Output\ Rasterization\ Resolution 1200.0
    /AI10\ flattener\ raster-vector\ balance 100
    /AI10\ flattener\ clip\ complex\ regions 1
    /AI10\ flattener\ outline\ strokes 0
    /AI10\ flattener\ outline\ text 0
    /collectionName [ 17
    5b48696768205265736f6c7574696f6e5d
    /canEdit 0
    /canDelete 0
    /Sketch {
    /Version 1
    /Description (Flattener catalog for AI11)
    /Owner (AI11 Flattener Catalog Manager)
    /NumberOfCollections 3
    /CatalogName (AI11 Flattener Presets)
    A different version I made with the help of Carlso Canto, worked for me to slide the vector balance to bitmapped . So hope the code above works for you.

  • Strange Transparency flattener preset appearing

    I'm in AI CS3 and when I go to the transparency flattener presets, there's always one in there with japanese characters. I delete it and it comes back next time. What's up with that?
    Randy

    Thanks, to get this working in a server script, I ended up just programmatically creating the flattener preset, rather than worrying about the .flst files.  (Java code below)
      //Setup Transparency Flattener (if not in application)
      FlattenerPreset flattenerPreset = app.getNamedChildFlattenerPreset("Test");
      if (flattenerPreset == null) {
          flattenerPreset = app.addFlattenerPreset();
          flattenerPreset.setName("Test");
          flattenerPreset.setRasterVectorBalance(VariableTypeUtils.createLong(100));
          flattenerPreset.setLineArtAndTextResolution(2400.0);
          flattenerPreset.setGradientAndMeshResolution(400.0);
          flattenerPreset.setConvertAllTextToOutlines(false);
          flattenerPreset.setConvertAllStrokesToOutlines(false);
          flattenerPreset.setClipComplexRegions(false);
      pdfPreset.setAppliedFlattenerPreset(flattenerPreset);

  • Issue in setting Load balancing for Indesign Server CS5.5

    Hi All,
    I need to set up load balancing mechanism for Indesign Server CS5.5 on Windows Server 2008 R2(64 bit version).
    I have dutifully following all steps defined in "WORKING WITH LOAD BALANCING AND QUEUEING FOR ADOBE INDESIGN CS5 SERVER.pdf"
    After running Indesign server using batch file "startup-indesign-server-CORBA-4instances.bat" from "<ID_SDK>\samples\load-balancing-and-queuing-clients\indesignserver-startup-scripts", I get only one instance of Indesign Server running. How to run multiple instances of the INDD server ? Is running multiple instance has something to do with type of licensing ?
    Now I run Clover.cmd script, I get this screen. I have no idea why its not working. Please help. Please let me know, if the scenario is not clear and more information is required.
    Thnx,
    D

    This is the image after running clover.bat

  • Installing Update Rollup 7 for Exchange Server 2010 SP3

    Hi,
    I have 4 Exchange servers. Two CAS and two DAG. I am currently on Rollup 2 for Exchange Server 3010 SP 3. Can I install Update Rollup 7 for Exchange Server 2010 SP3 or do I need to install a previous one first?
    Thannks!
    Wave~Chaser

    Hi,
    When I try to install Exchange 2010 SP3 roll up 7, am getting the below error:
    The upgrade cannot be installed by the Windows Installer service because the program to be upgraded may
    be missing, or the upgrade may update a different version of the program. Verify that the program to be upgraded exists on your computer and that you have the correct upgrade.
    and please find below event log:
    Product: Microsoft Exchange Server - Update '{A93DA06F-A5B8-4DF8-8B3F-B285E014C659}' could not be installed. Error code 1642. Windows Installer can create logs to help troubleshoot issues with installing software packages. Use the following link for instructions
    on turning on logging support.
    Can you please help me with this error.
    Thanks

  • Problems installing digital publishing update for Indesign CS6

    Hello,
    I am having some problems installing update I need for Indesign CS6. I'm working on an interactive pdf and need to update my version of cs6 to use the digital publishing suite. Upon attempts to use the 'folio builder' I am asked to update and go to 'help' 'updates'. The Adobe Patch installer begins to load then immediately crashes. I have tried installing the publishing update from adobe licensing but the same problem happens when I attempt to install the file using the patch installer.
    I'm using CS6 version 8.0, can anyone help?
    Thanks

    JulianLister I would recommend reviewing your installation logs to determine the cause of your current difficulties.  You can find information on how to locate and interpret your installation log files at Troubleshoot with install logs | CS5, CS5.5, CS6 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-install-logs-cs5-cs5.html.
    Please feel free to post any specific error messages you are receiving to this discussion thread if you have any questions.

  • Perl client for InDesign Server

    Please help to setup a perl client for InDesign server to run javascripts: Below is the code I tried to run "MakeDocument.jsx"
    use SOAP::Lite;
      use CGI::Carp qw(fatalsToBrowser);
      my $soap = SOAP::Lite->new(proxy=>'http://172.16.32.43:18444/service?wsdl');
      my %script_parameters = ( "scriptFile"=>"MakeDocument.jsx", "scriptLanguage"=>'javascript'); 
      my $result = $soap->call('RunScript',%script_parameters)->result; 
      print $result;

    What's the error you are getting? Where is the script placed?

  • What's needed for a PDF processing module for InDesign Server?

    Hello,
    After digging through lots of documentation and whitepapers, I am still puzzled about what would be an efficient way to implement a software module that handles some specific processing tasks of PDF output (automatically generated in InDesign Server and targeted for various types of print configurations from small-run LFP up to very high volume commercial printing).
    We have a working standalone script that uses Acrobat's preflight and correction functions, and now we would like to port and integrate this into a server-based workflow. Apparently, there is no Acrobat Server product available. Distiller Server does exist, but seems to be limited to converting PostScript to PDF without the PDF-to-PDF processing features we need. Some of the functionality that is typically found in RIPs (e.g. converting colours to a preset output intent with highly configurable options [for pixel/vector elements, black and spot colour ink issues etc.] and flattening native transparency) could probably be implemented using the Adobe PDF Print Engine, but this seems a bit overkill and would probably require extensive programming from scratch. I suspect there should be a smarter way to use existing software – but which? I am not yet familiar with InDesign Server; does its SDK permit full access to the same parts/functions of the PDF library that Acrobat uses for its preflight and correction features?
    Any help is welcome.
    Eric

    Gordon,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Visual Studio compiling 64 Bit Plugin for InDesign Server CS5

    Hello guys,
    Again I have a problem compiling 64 bit plugins, but this time in windows environments, the 32 bit compiling works fine (also on 64 bit machines). The first thing I've done was creating a new project configuration for 64 bit environments copying the 32 bit settings. Now I changed the precompiled libraries to use the 64 bit ones and changed the output directories. After that the compilation process completed without errors, but the resource files have not been copied to the output directory (the directory for them has been created, but it remains empty). Adding the created plugin into the servers directory ends up with a server message that the plugin could not be recognized. Have I missed something that is necessary for compiling 64 bit plugins?
    I'm using the 64 Bit Developer Version of the indesign server CS5. The operating system is a Windows Server 2008 x64 R2 with Visual Studio 2008.
    Thanks!
    P.S. a plugin compiled with 32 bit settings (including 32 bit libraries) also works for the 64 bit version of the server, so does it make any difference if I'm using 32 bit or 64 bit libraries?

    The libraries were all correct (all using 64-bit).  The problem was a pathing issue.  libxml2 needs iconv.dll, but it couldn't find the 64-bit version that I built.  Once it found it, everything worked correctly.
    The funny thing about depends.exe is that it isn't right all the time.  For example, if you open one of the 64-bit .aip files that ships with Illustrator (rename it to .dll first), you'll see what I'm talking about.  It complains that you're mixing x86 and x64 CPU types, even though you're not.
    The program I used to discover my issue is Process Monitor (http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx).  I've been using it for years and love it.

  • Developer Update for InDesign Server Developers

    Hello all,
    If you are creating plug-ins for the Creative Suite of Adobe applications, you'll want to attend this ninety minute session for an update on developing plug-ins for Photoshop, Illustrator, InDesign, Bridge, Version Cue, and XMP.
    Topics include the C and C++ APIs, Extendscript and other developer details. Dan Brotsky, Chief Architect for the Creative Suite, will discuss highlights of the Version Cue SDK, and the Creative Suite Activation Software. This presentation is not for the technically faint of heart expect high technology at high speed!
    This session will be recorded for later review, and a summary document made available for reference.
    Who should attend? Any developer that is interested in creating plug-ins for any products in the Creative Suite.
    May 3rd. 9:00 am to 10:30 am PST
    Free
    Online via Acrobat Connect - watch from your desktop - no special software require to participate.
    Register at:
    http://www.adobe.com/cfusion/event/index.cfm?event=detail&id=883099&loc=en_us
    MNR

    I have spent some time geting Java automation to work with InDesign, it's not my favorite language but I learned some things that may help and put them into some course content that Adobe should put out shortly; will post here when it is available online.
    Our company, Silicon Publishing, provides general InDesign Server automation training, though we don't have a current offering that specifically targets Java we teach some of the basics of working with Java (many unique techniques!) and could arrange a limited form of training.
    The documentation and samples with the SDK should take you part of the way there: for specific scripts, it has been helpful to us to get things working in an easier-to-write (i.e. JavaScript) script first, then translate such a script to Java, taking into account the unique characteristics of the language and various tactics (outlined in the SDK documentation) to address these.
    Max
    Max Dunn
    Silicon Publishing
    www.siliconpublishing.com
    [email protected]

  • 5.0.2 dot release available for InDesign Server

    The 5.0.2 Dot Release for InDesign, InCopy and InDesign Server is now live on Adobe.com and available through Help>Updates. This update provides key fixes in the areas of Anchored Objects, Character Alignment, Step and Repeat, Indexing and Table of Contents, Text and Fonts, Dictionaries, Color, Scripting, Import/Export Graphics, InDesign Interchange files (INX), XML, Library files, Printing, and others.
    For a full list of resolved issues, please see the Adobe InDesign CS3 5.0.2 ReadMe.pdf at http://www.adobe.com/go/id5_readme.
    This installer includes fixes from all previously released InDesign CS3 5.0.x updates. Note that the previous InDesign 5.0.x updates are no longer available separately.

    Kuassi,
    I see that files "javadoc.zip" and "demo.zip" report the same file sizes for both 10.2.0.2 and 10.2.0.1 versions. Are the 10.2.0.2 versions of these files identical to the 10.2.0.1 versions?
    Thanks,
    Avi.

Maybe you are looking for