PS Merge script does not work in Acrobat 8

While using attached file we can merge the ps files in Acrobat 7 but when use the Acrobat 8 script to merge the ps files it generate empty PDF. Plese help me to bypass this issue and get ps merged PDF.
Thanks in advance,
San

Thank you so much Alheit... Its now working file... shall i know whats that command line do (i thought it initializing every object..am i right)

Similar Messages

  • Sendmail does not work in Acrobat 9.5.1.

    Acrobat 9.5.1
    OS 10.6.8
    The Sendmail feature does not work - when I try to attach mail, I get a warning:
    "The SendMail doesn't know how to talk to your default mail client.  Please select a different mail application to use."
    1.     Surely this should work?
    2.     How do I select a different mail application?

    This does not work in Acrobat XI either for Office 64bit (Office 2013 64 bit)
    Does anybody know the fix for this?
    I called tech support today but they dont seem to know anything about the error although its a known issue with all previous versions of Acrobat for serveral years now.
    I really need to make this work, there is a random google post where I have ot make some regedits, but why can't Adobe fix this known issue since it is nothing new?
    My basic understanding at this point is that even Acrobat XI is a 32 bit app and the programmers at Adobe still dont know how to write the API to talk to a 64bit mail client?
    I really need some help on this if anybody has a real solution.
    Thanks!

  • Reverse Printing Does not work in acrobat 9 pro

    Can anyone help with this? any suggestions?  I am trying to print a PDF portfolio. I need them to print in the reverse order they are currently printing in and checking the box Reverse pages does nothing??

    This does not work in Acrobat XI either for Office 64bit (Office 2013 64 bit)
    Does anybody know the fix for this?
    I called tech support today but they dont seem to know anything about the error although its a known issue with all previous versions of Acrobat for serveral years now.
    I really need to make this work, there is a random google post where I have ot make some regedits, but why can't Adobe fix this known issue since it is nothing new?
    My basic understanding at this point is that even Acrobat XI is a 32 bit app and the programmers at Adobe still dont know how to write the API to talk to a 64bit mail client?
    I really need some help on this if anybody has a real solution.
    Thanks!

  • Script does not work anymore after updating to FM 12.0.3

    Hi,
    With TCS5, Robohelp would crash when importing FrameMaker books to RH, because the FM files had embedded graphics. So, I found a script to externalize the graphics before doing the import (the script is: ExtendScript of the week: Externalizing Graphics « TechComm Central by Adobe). However, this script is not working since I updated from 12.0.2 to 12.0.3. And without this script, we can't create HTML5 output!
    Although I wrote a few simple scripts, this one is quite complex and would be difficult to debug. Anyone here knows what could have changed to make the script useless after such a small update? Or can update this script to make it work?
    Thanks!

    Hi again,
    For those who would like to know... I made this script work with 12.0.3. I simply removed the instructions that  added an item in the File menu and stuff about a report, which I don't think ever worked. So, I still don't know exactly why it didn't work anymore (don't have time or knowledge to investigate), but I'm still interested to know.

  • Alt scroll to zoom does not work in Acrobat anymore, why?

    I used this feature all the time before but it does not work anymore. Why?
    I have Mac OSX 10.10 Yosemite and use a Logitech mouse. Lates versions of all CC-apps.

    Still having this issue after an update...
    I review a lot of architectural drawings, which requires a lot zooming in/out to see details... Up until this last Acrobat Pro (11) update I was able to press option (Mac) and use the scroll wheel to zoom in and out... That convenient feature is now missing... I jacked around with several preferences and Page Display settings with no luck... I am hoping there is a checkbox hidden somewhere that I need to click on... Any clues????
    Thanks...

  • DARI (Arabic) script does not work in WORD 2004

    When I change to AFGHAN DARI in MS WORD I can type the characters (although as other discussions have shown KEYBOARD viewer does not work) BUT they are not joined properly in the words.
    i.e. the same form of the character is used whether it is at the start, middle or end of the word. PATHETIC - how would you like to write all English in UPPERCASE??
    MS WORD does the correct thing on Windows XP
    Does anyone have any ideas - apart from throwing this new MacBook away?
    Any Word processors for the MAC that work properly?
    Please HELP!!

    Does anyone have any ideas - apart from throwing this new MacBook away?
    Yes, throw Word away. MS Office for Mac has no support for Arabic, Hebrew, Devanagari, etc.
    All other word processors (except Appleworks) have better support for Arabic than Word does. Mellel is the best. See this note:
    http://homepage.mac.com/thgewecke/TypingArabic.html

  • Script does not work after download

    Hi,
       I have build a form in SAP enviornment using Adobe Life Cycle designer, while designing I have been using XML datasource and wrote scripts for different events on the elements of the form, the script works perfectly fine while designing, but fails when downloaded through an application. I downloaded form and to check if the scripts are still there or not, the script was present, but would not simply execute, for ex. while on clicking of button, certain fields on the form are to be hidden, but this would not work.
    ex. this.parent.parent.StaticText39.presence
    = "hidden";this.parent.parent.STELL_STEXT.presence
    = "hidden";
    The above scripts work perfect durong designing the form, but would not work after form is downloaded through an applciation. Could any one have answer to wierd behaviour?
    Regards,
    Shishir.P

    Was the form saved as a dynamic XML form?
    While the default preview in LiveCycle Designer may be set to dynamic XML form, thus providing the dynamic behaviour you are seeking, if the form is not saved as a dynamic XML form Adobe Reader and Acrobat will not respect the changes to the presence property at run-time.
    Steve

  • Script does not work on the second page

    Hi, I believe it's just a little problem:
    I use the following script( I just copied a part of it, so don't care
    about missing brackets etc.)
    to automatically fill some text field according to the selection in a drop-down field:
    switch (xfa.event.newText) {
    case "8 8x1":
    berstdruck.rawValue = "≥65";
    htberst.rawValue = "≥20";
    maxflex.rawValue = "≥34";
    deflect.rawValue = "≥6";
    flexforce.rawValue = "≤44";
    minbend.rawValue = "≤40";
    permeation.rawValue = "≤2";
    length1.rawValue = "-1,5...+1,5"; remark:these fields are on page 2
    length2.rawValue = "-1,2...+1,2"; remark:these fields are on page 2
    break;
    The last two fields on page 2 of
    my document are not filled automatically.
    The others work well.
    Can somebody help?
    Thanks
    Alex

    You'll need to fully qualify the fields that are on other pages. The reason for this is these fields are not underneath the same parent in the XML DOM as where you're script is running (the drop-down). So it does not find the fields on the other pages and doesn't know where to look for them.
    A fully qualified SOM expression would look something like this:
    xfa.form.formName.pageName.subFormOnThePageNameIfExists.fieldName
    H.

  • Setting field to NULL using script does not work

    Hi,
    This is a Hibernate and Oracle SQL developer-related question.
    My application uses salesmeeting with customers and an officer. When the salesmeeting is active, OfficerID is set to the salesmeeting. If the officer closes the salesmeeting, officerID shall be set to NULL. Now, sometimes when explorer doesn't close correctly, the OfficerID is still set in the database. So, when another officer tries to login to the salesmeeting it's is locked by the first officer because only one officer at the time can access a salesmeeting.
    Now to the problem: I'm trying to develop a script which simply updates the database and sets the officerID for a specific salesmeeting to NULL in order to "unlock" that salesmeeting.
    The script looks like this:
    UPDATE SALESMEETING SET OFFICERID = NULL
    WHERE OFFICERID = 'XXXXX' AND SALESMEETINGID = '12345'
    I commit the changes and OfficerID is set to NULL or (null) as it looks is SQL developer.
    When logging in to the application, officerID is set to the active officer, so far so good. But, when running the Hibernate method saveOrUpdate() for the salesmeeting, the server hangs and nothing happens.
    The thing is, when I manually set officerID to NULL by simply leaving the field blank, saveOrUpdate() works perfectly fine.
    The third way of setting trying to set the value to null, by manually setting officerID
    by typing (null) in the field generates another problem (I guess this is interpreted as the String "(null)")?
    So, what I am wondering is what my script does wrong, is it not really setting officerID to NULL or is there something I need to understand about Hibernates saveOrUpdate()?
    Thanks!
    Message was edited by:
    user615023

    Hi,
    To set a column to null, you have written right script.
    Please make sure that 'null' & null are entirly different thing.
    may be when system get hang, you might have written 'null' in stead of null.
    Thanks.

  • Merging libraries does not work

    Hello,
    I'm trying to import another library into my main library with File > Import > Library/Project.
    I see the file dialog to choose the external library and choose the desired one.
    Aperture immediately starts the import process, there is a progress bar, it takes some time, the progress bar ends, but nothing is changed, nothing is imported.
    As written in the documentation there should also be a second dialog to choose whether to merge or add the contents prior the import process, but that dialog does not appear.
    Any suggestions?
    Thanks,
    Johannes

    Thanks! My external libraries were once exported from my main library, and I've upgraded them to the latest 3.5.1 library version.
    I've tried many things:
    Importing the external libraries into a new created library: works.
    Importing that new library into my main library: fails.
    Using all repair modes on the main or external libraries: fails.
    Add an image from my main library into an external library: no effect.
    Sometimes nothing at all would happen, sometimes the project from the external library has been added to my main library, but without any images, sometimes one image was imported.
    I've found one workaround now:
    Create 'Dummy' project in main library with a single image inside.
    Export 'Dummy' as new library.
    Import 'Dummy'-library into external library.
    Import external library into main library.
    This will force Aperture to display the add-or-merge dialog. 'Add' will now do the import, 'merge' would do the non-import as before. Apparently the automatic library 'merge' is broken.
    One could think that Aperture 3 is now a mature piece of software with all bugs ironed out, but that really isn't the case. It's a grab bag of new bugs'n'crashes every day. ;-)
    Happy holidays!

  • Installing application in shutdown script does not work

    Hello,
    I'm trying to organise the deployment of office 2013. I want to give users the choice between installation during startup and installation during shutdown of their computer.
    Installation during startup works fine: installation starts and the user can use their computer and wait for the installation to finish in the background.
    Installation initiated from a console window works fine as well.
    However, installation using a shutdown script doesn't work as the installation command returns immediatly, the script ends and the computer shuts down.
    I have changed the gpo script timeout setting.
    In the powershell script, I execute the installation using "start-process" with the option "-wait". It seems like this command returns immediatly and the setup is never executed as it does not start logging the installation progress to
    a local log file.
    The shutdown script runs fine and it also logs its progress to a logfile on a network share so I'm sure the script actually runs and it has network access as well.
    Any clues as to why the installation might fail during a shutdown script and work fine in other situations? Thanks!
    I'm not sure if this is a gpo or an office 2013 deployment question. I'm thinking the environment during execution of a shutdown script might be different so that's why I'm asking my question here.

    Hi,
    Based on your description, we can also try asking for suggestions in the scripting forum to see if they can provide a better solution.
    The Official Scripting Guys Forum
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    TechNet Subscriber Support
    If you are TechNet Subscription user and have any feedback on our support quality, please send your feedback here.
    Best regards,
    Frank Shen

  • Ctrl v does not work in acrobat

    I cannot paste text from word into Acrobat anymore (worked this morning, now not working).

    Hi S Hart,
    I just replied to the private message you sent me, but if you could please post your answers to this post, I would appreciate it! That way, the resolution we arrive at will be available publicly, and we might just help another user with the same issue.
    Thanks!
    Sara

  • Remediation Script does not work for Compliance Settings Configuration Item / Baseline

    Hello Everyone,
    I've created a script to check NetBios over TCP/IP state on the NICs and if it is Enabled (Non-compliant) it should run the remediation script to Disable it (Compliant). The script identifies correctly if it is compliant or not but it's not compliant the
    remediation script doesn't kick in.
    Discovery script:
    $adapter=(gwmi win32_networkadapterconfiguration | where {$_.ipenabled -eq "1"})
    Foreach ($nic in $adapter) {
    write-host NetBIOS Options is now -> $nic.TcpIPNetBiosOptions
    Remediation Script:
    $adapter=(gwmi win32_networkadapterconfiguration | where {$_.ipenabled -eq "1"})
    Foreach ($nic in $adapter) {
    $adapter.settcpipnetbios(1)
    Any clue why this is happening and how can it be fixed?
    Thank you all in advance.

    Hi,
    Please add an a line to create an event in the Application log of the computer to check if remediation had been performed.
    SCCM 2012 Compliance – Auto Remediation
    Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft
    does not guarantee the accuracy of this third-party contact information.Best Regards,
    Joyce
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Why this WLST script does not work from ant a task

    Hi,
              The following is my lovely WLST script to disable managed server hostname verification in a cluster environment.
              It works perfect if I run it from the OS command line,
              java -cp $WL_HOME/server/lib/weblogic.jar sslSetting.py weblogic weblogic t3://localhost:7001
              But if I run it from ant task, it never works. Nothing happens, not even any messages. Any idea?
              ------ sslSetting.py -----------
              # Disable HostnameVerification on managed servers
              # This is a ONLINE script. The admin server must be running
              # @param $1 BEA_USER_NAME
              # @param $2 BEA_USER_PWD
              # @param $3 admin server URL
              if (len(sys.argv) != 4):
              print "usage: " + sys.argv[0] + " domain-home "
              sys.exit()
              beaUserName=sys.argv[1]
              beaUserPwd=sys.argv[2]
              adminServerUrl=sys.argv[3]
              def handleServer(server):
              SSLPath="/Servers/" + server.getName() + "/SSL/" + server.getName()
              print("handleServer(1): " + SSLPath)
              try:
              cd (SSLPath)
              print("handleServer(2): " + SSLPath)
              set("HostnameVerificationIgnored", "true")
              except Exception, inst:
              dumpStack()
              print ("FAILED handleServer(): " + SSLPath)
              else:
              print ("DONE handleServer(): " + SSLPath)
              #===============================================================================
              # Main
              #===============================================================================
              try:
              connect(beaUserName, beaUserPwd, adminServerUrl)
              edit()
              startEdit()
              adminServerName=cmo.getAdminServerName()
              for server in cmo.getServers():
              if adminServerName != server.getName():
              handleServer(server)
              save()
              activate()
              except Exception:
              dumpStack()
              else:
              print ("=== DONE ===")

    OK, when I run the WLST script from command java, I only need the weblogic.jar in the classpath. But I'll need a couple other jar file for it to work inside an ant target, as showing below.
              <target name="run-wlst">
              <java classname="weblogic.WLST" fork="true">
              <classpath>
              <pathelement path="${props.JAVA_HOME}/lib/tools.jar"/>
              <pathelement path="${props.WL_HOME}/server/lib/weblogic_sp.jar"/>
              <pathelement path="${props.WL_HOME}/server/lib/weblogic.jar"/>
              <pathelement path="${props.WL_HOME}/server/lib/webservices.jar"/>
              </classpath>
              <sysproperty key="weblogic.Home" value="${props.WL_HOME}" />
              <arg line="sslSetting.py weblogic weblogic t3://localhost:7001"/>
              </java>
              </target>

  • We have an applescript that will batch print InDesign CS6 files from a folder to a laser printer using an InDesign print preset. The script does not work in OS X Yosemite. The script errors out with the print preset. Any thoughts?

    tell application "Finder"
      activate
      set thefolder to choose folder with prompt "Select a Folder with InDesign Files to be Printed" as text
      set thePath to thefolder as text
      set the selected_items to every item of folder thefolder
      if the selected_items is {} then
      beep
      display dialog "Please select a folder with InDesign files before running this script." buttons {"Cancel"} default button 1
      end if
      repeat with aFile in selected_items
      tell application "Adobe InDesign CS6"
      activate
      with timeout of 600 seconds
      set user interaction level of script preferences to never interact
      open aFile
      tell document 1
      tell print preferences
      set active printer preset to "Catalog Pages"
      set page range to all pages
      end tell
      print without print dialog
      close saving no
      end tell
      end timeout
      --might need this delay
      --delay 10
      set user interaction level of script preferences to interact with all
      end tell
      end repeat
      tell application "Finder"
      activate
      display dialog "Batch Printing is complete!" giving up after 5
      end tell
    end tell

    Hi
    After I put a small delay in as shown, your code ran fine, tested on about twenty ID files, using ID CC 2014, OSX 10.10.2
    tell document 1
    delay 0.5   -- delay added
      tell print preferences
      set active printer preset to "Catalog Pages"

Maybe you are looking for