Saving PDFs as PostScript files-need shortcut

My workflow requires me to save PDFs as PostScript files. Can I set up Preferences or create a keyboard shortcut in Acrobat that will let me bypass the "Save As" dialog box? I haven't been able to find a way to do this and it would save me tons of time and aggravation. I'm using Acrobat X on Mac OSX Lion.

In Mac Version
File menu > Save AS... > Postscript.
PC version the jargon may be different but should have the same thing.

Similar Messages

  • PDF from PostScript file with hyperlinks/bookmarks

    Is there a way to include hyperlinks and bookmarks when printing to Postscript file.
    Direct Export to PDF creates a huge file size so I need to go the PostScript/Distiller route.

    Would it not be possible to use the famous Acrobat Replace Pages featurebug/bugfeature here? (Hyperlinks on, and bookmarks to pages do not get replaced when you replace those.)
    Something like:
    1. Export to PDF.
    2. Print and Distill.
    3. Replace all pages in the document from step 1 with those from step 2.
    4. Done.

  • Applescript: Packaging and exporting PDFs for multiple files -- need some tweaks

    I found and tweaked a droplet script that isn't quite working right. I am hoping for some help with getting it to work the way I want. I tried and failed to learn to do this myself. Your help is greatly appreciated!
    Here's an example: I drag two files called "filename.indd" and "filename2.indd" onto the droplet. The script I have right now will output the packages and PDFs into the following folder structure:
    export folder
         filename folder
              filename.pdf
              filename folder
                   filename.indd
                   [Package contents]
         filename2 folder
              filename2.pdf
              filename2 folder
                   filename2.indd
                   [Package contents]
    Here's the folder structure I need (using a dialog box or script that intelligently knows that the directory to save in is the same as the files I dragged on to the droplet would be amazing):
    dialog box to choose new directory set to baseFolder
    or
    baseFolder <---- set to the current directory of the files I dragged onto the droplet
         filename folder
              filename.indd
              [Package contents]
              PDF folder             <--------new folder "PDF" created
                   filename.pdf
         filename2 folder
              filename2.indd
              [Package contents]
              PDF folder             <--------new folder "PDF" created
                   filename2.pdf
    Here's a script I found and modified:
    property baseFolder : (path to desktop as text) & "exports:"
    on open mgItems
              repeat with mgThisItem in mgItems
                        tell application id "com.adobe.InDesign"
                                  try
      open mgThisItem
                                            set mgDocName to name of active document
                                            set text item delimiters of AppleScript to ".indd"
                                            set mgShortName to text item 1 of mgDocName
                                            set targetFolderPath to my createFolder(mgShortName)
                                            set text item delimiters of AppleScript to ""
                                            set mgPackageFilePath to targetFolderPath & mgShortName as string
                                            set mgProofFilePath to mgPackageFilePath & ".pdf" as string
                                            set properties of PDF export preferences to properties of PDF export preset "[Smallest File Size]"
                                            tell the active document to export format PDF type to mgProofFilePath without showing options
                                            tell the active document to package to mgPackageFilePath with copying fonts, ignore preflight errors, copying profiles, updating graphics, including hidden layers, copying linked graphics and creating report
      close active document saving no
                                  on error e
      display dialog e
                                  end try
                        end tell
              end repeat
              display dialog "PDFs created and InDesign file packaged"
    end open
    on createFolder(nameString)
              set macFolderPath to baseFolder & nameString
              do shell script "mkdir -p " & quoted form of POSIX path of macFolderPath
              return macFolderPath & ":"
    end createFolder
    Thanks very much!

    ...anyone? :\

  • How to handle hyphenation while saving pdf into word file by Acrobat XI

    Hi All,
    When I am saving my searchable pdf file into word document hyphenation at the end of line are appearing with a space in word file.
    Any idea to handle such cases.
    Thanks
    Karan

    This has to do with the way the file was originally created. There's
    nothing much that can be done about it, except for running a Search&Replace
    command in Word to remove any hyphens followed by a line-break.

  • Crash when try to open song with missing exs-file.need shortcut!

    Hi there
    I would like to ask, if there is any idea where I can get a list of shortcuts/keycommands for startroutines in logic. I can´t open my songs anymore because logic can´t find some exs-files. instead of just leave these files as "missing", logic crashes.... I need to start the songs without driver. Any idea, how?
    Thanks for an answer, Mitsch

    Just open Logic without loading a Project->Prefs->Audio->disable Audio core->then open your damaged projects.

  • Automatic inverted colors when saving PDF as JPEG file

    Every time I save a pdf as an image file the colors of the image are inverted. I've done this before using Acrobat, but since I've downloaded it onto my new laptop (maybe it's because it's a newer version) it automatically inverts the image colors. How can I avoid this?

    You should ask in Acrobat
    This forum is not about using individual programs
    This forum is about the Cloud as a delivery & install process
    If you start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Saving PDF under new file name

    Hi,
    I'm using adobe to complete forms and wish to save the form under a new file name every time I complete one.  Is is possible on the iPad?
    Thanks

    We do not yet have the ability to rename or make copies of documents, but that is a very good feature request!

  • History not saved in the .json file - need help saving history

    The backup of the bookmarks AND history does not save the HISTORY. Help me here, why does the bookmarks get backed up, but not the History ?
    The experience of clicking on the History menu, then SHOW ALL HISTORY pulls up a Library applet that IMPLIES that the History will be preserved in the backup.
    I think there are more than a few people who would use this since migration to a new machine means severing one's HISTORY, unless a backup is available.
    David
    ps, thanks Goliath

    Bookmarks are backed up in the JSON file, history isn't.
    See for transferring your data to a new PC.
    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile

  • Deleting Extension while exporting to Pdf or Postscript only hide it

    Hi all,
    I need to be able to delete the "ps" or "pdf" extension while exporting to a pdf or postscript file in the printing menu on macosX.
    When i try to delete the extension in the saved name, it quote the "hide extension button" and when unquoting the "hide extension" button, the extension re-appears.
    How can i change this issue?
    Thanks in advance.
    Julien.

    Welcome to the forums Julien!
    I'd be very curious as to the "need" to do this, but it appears you're 100% correct. It seems you can only rename it after the fact to lose the .ps or .pdf.

  • Batch Conversion of PDF to Postscript

    I've been trying write a script for Batch conversion of PDF to PS files, using "silent" printing. I'm apparently missing something, because acrobat keeps crashing after executing the script (and the .ps files are not being created). Its also still prompting me for a filename. Not really sure of the syntax for keeping the same filename? I'm new to java script, so I'm sure its something I have wrong. My code is below, if anyone can help me out. I'm using Acrobat 7.0.9
    this.print ({bUI: false,bSilent: true,bShrinktoFit: true,});
    var pp = this.getPrintParams();
    pp.interactive = pp.constants.interactionLevel.automatic;
    pp.printername = "Xerox Docuprint 92C NPS PS2 C1";
    pp.filename = "c:\temp\$filename$.ps";
    this.print(pp);
    Thanks

    Why are you calling the print method twice?
    Your syntax in the first call to print is in error. You have a comma after bShrinkToFit: true which is telling the JS interpreter to expect another argument.
    Use this for filename (not the capital N in filename ... use proper case for property names):
    pp.fileName = "/c/temp/" + this.documentFileName + ".ps";
    Also, when printing to PostScript you shouldn't specify a printer name. Use this (again, note the proper case for properties):
    pp.printerName = "";
    It says exactly this in the documentation for the fileName property of the PrintParams object. I suggest you read the documentation relating to the methods you're trying to use ... always a good place to find answers.
    > When printerName is an empty string and fileName is specified, the current document is saved as a PostScript file.
    Although it may not consider C:\temp a "safe path" (I can't remember off the top of my head). You'll want to read the documentation regarding JavaScript "safe paths". If it is still prompting you for a filename it is most likely ignoring your path due to security restrictions.

  • Problem saving pages documents as postscript files and pdf files

    Hello!
    My problem occurs when the pages documents are saved as pdfs -they go 'screwy'. If you save as a pdf (through file, print, print as), the certain fonts show a holding maarker rather than spaces on the screen but prints fine. If you save as a postscript (file, print, print as) and convert to a pdf in Preview the fonts are fine on the screen but are blown out when it prints and are all over the page.
    If anyone has any suggestions I am more than happy to try anything.
    Veronica

    As every user, the 'poor silly man' may download "*_Pages User Guide_*" thru the Help menu.
    Doing that, he would be able to read:
    Yvan KOENIG (VALLAURIS, France) jeudi 8 avril 2010 12:39:34

  • How do I upload my resume when it's saved in Pages but needs to be send as a PDF or word file?

    How do I upload a document that has been created using pages as a PDF or Word file? When I attempt to upload it, the only choices I get are choices from my camera!!

    Tap on the wrench/spanner in the upper right of the document & then "Share & Print." You can then e-mail the document but I'm not sure how to upload to a web site from an iPad.

  • Page orientation when combining multiple postscript files to a pdf file

    Hi
    I'm having problems with the orientation of my pages when I generate pdf's from multiple postscript files.
    I have 3 postscript files that need to be merged into 1 pdf, and they contain a mixture of portrait and landscape pages.
    To create the pdf, I use the following code (because i have lots and lots of pdf files to produce)...
    /prun { /mysave save def
         dup = flush
         RunFile
         clear cleardictstack
         mysave restore
    } def
    (D:/example/fileA.ps) prun
    (D:/example/fileB.ps) prun
    (D:/example/fileC.ps) prun
    ... however, when I run the above code (by saving the text file into the /in directory of a watched folder), whilst I get a pdf, the page orientation isn't right.  For some reason, the first few pages are oriented correctly, then after about page 7 everything is portrait no matter what.
    The funny thing is, when I simply double-click on one of the postscript files (eg. fileA.ps), distiller changes it to pdf and the orientation is perfect for each file separately (fileA, fileB, fileC).  Even when I run the above code for just one ps file it works.  But as soon as I put all 3 sub-files together it doesn't orient properly.
    I've tried activating and de-activating auto-rotate in the PDF settings, as well as the DSC options in the Advanced tab, and whilst these changes do affect the pdf I get when I simply double-click a certain postscript file, it seems to have no effect when I try to combine the 3 files with the code above.  I still end up with the first few pages oriented correctly, then after about page 7 everything is portrait.
    Hope someone can help.
    Danny

    Ok i successfully generated my PDF files.
    Now I'm having difficulties merging them. I use a DDX file named LiveCycleInput.ddx
    What I do (everything in LiveCycle Workbench):
    1) FileReader to open the .ddx file as a document (successfully)
    2) Store the read document in a process variable (successfully)
    3) Assembler.invokeDDX with following arguments:
    Document DDX = process variable (read in 2)
    OutputResult = "AssemblerResult" processVariable which has type AssemblerResult as specified by the documentation
    Errorlog
    Everytime I run the process I get the following stacktrace in my server's logfile:
    ... 119 more
    Caused by: com.adobe.internal.pdfm.CollateralNotFoundException: DDXM_S14017: A <PDF> source document is required, but no documents were found for {PDF source="testFileDoc.doc.pdf" baseDocument="true"}.
    at com.adobe.internal.ddxm.ddx.pdf.PDFSource.getOrderedInputDocs(PDFSource.java:595)
    at com.adobe.internal.ddxm.blueprint.pdf.SourceSegment.addDocumentsForAssembly(SourceSegment .java:91)
    ... 125 more
    The .ddx file is stored in the same path as my generated .pdf files are stored.
    Content of my DDX file (full copy paste)
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/">
    <PDF result="testFileMerged.pdf">
      <PDF source="testFileDoc.doc.pdf"/>
      <PDF source="testFileJpg.jpg.pdf"/>
      <PDF source="testFileOdt.odt.pdf"/>
    </PDF>
    </DDX>
    Note that the DDX file is read from a network drive(!!) the source PDF files are in the same folder as the ddx file (hence no further path-links).
    Adding network paths to the source & result pdfs does not change a thing.
    All PDF Files apart from the result pdf fiile are present in that same folder
    I consulted the DDX reference multiple times and this is the simplest ddx that should work ... but it doesnt.
    Can anyone help me?

  • How can I print to file (simple output) from the print dialog? Not PDF or PostScript

    Hello
    I do quite a bit of work in virtual terminal (SSH) and I tend to pull enormous amounts of data that need to be saved to a *.txt file. This needs to have ZERO formatting, as it is simply data extracted from a data base (CSV, tab delimited, etc). This information is then formatting through the use of other applications (excel, access, etc). By zero formatting i mean, no text wrap, nothing! It needs to be a text based pure database output.
    I cannot use Print to PDF
    I cannot use Print to PostScript
    both of these include formatting, and erroneous data that would require me many hours to clean up the data by hand. On a Windows based PC you can simply install a "Print to File" printer through your printer setup menu.
    I've spent many hours searching online and other seem to need this same exact type of output.
    The closest thing i've been able to do is create an automator file that upon printing converts the PDF into a text file. This doesn't work as it retains the formatting per the original PDF document. This also doesn't seem to help as some outputs are 30mb in size.
    If anybody could assist with this that would be awesome. Thanks!

    It looks as though you need a netgear router to use this and we have a btinternet router so it won't work
    The word is that this suggestion will work with any router.
    I did not see the brother printer listed.
    List of supported AirPrinters.
       http://support.apple.com/kb/HT4356
    printing to a non-airprinter from an iPad
    To print from the iPad, your going to have to install some more software:
    -- install a printer app on the ipad. many printer makers have iPad applications for their printers.  Look in the app store
    -- install enabling software on a computer which you have connected the printer
    For a comprehensive list of links, see Texas Mac Man list:
    https://discussions.apple.com/message/21291967#21291967
    iPad Print Applications supplied by printer manufactures -- usually free:
    Brother iPrint&Scan
        http://itunes.apple.com/us/app/brother-iprint-scan/id382775642
    Helper app -- /print n share
    Print directly to the widest range of network or WiFi printers available in any app. Alternatively print via your computer to ALL printers including USB & Bluetooth printers. View read and display large PDF, Office & iWork files. Easily transfer & store files from the Cloud or your computer.
    https://itunes.apple.com/us/app/print-n-share/id301656026?mt=8
    Software for your computer's printer:
    Mac and Windows
      FingerPrint
        http://reviews.cnet.com/8301-19512_7-57368414-233/fingerprint-turns-any-printer- into-an-airprint-printer/

  • I am trying to make a pdf of a file and I need to get the file size to be no bigger than 10MB. What is the best way to do this

    I am trying to make a pdf of a file and I need to get the file size to be no bigger than 10MB. Even when I save it, the image quality at minimum the file size is 10.9 MB. What is the best way to do this

    @Barbara – What purpose is that PDF for? Print? Web?
    If web purpose, you could convert CMYK images to sRGB. That would reduce the file size as well.
    A final resort to bring down file size is:
    1. Print to PostScript
    2. Distill to PDF
    That would bring file size down even more. About 20%, depending on the images and other contents you are using, compared with the Acrobat Pro method. If you like you could send me a personal message, so we could exchange mail addresses. I could test for you. Just provide the highres PDF without any downsampling and transparency intact. Best provide a PDF/X-4.
    I will place the PDF in InDesign, print to PostScript, distill to PDF.
    Uwe

Maybe you are looking for

  • How can I buy an apple waranty?

    Hello Sir/Madam I have an Apple I pad2 and it has one year waranty, but i want to buy another two years Waranty. Can you please advise me what I ma suppose to do? Kind reghards Marcus Anthony

  • Chart legend problem

    I have multiple pie charts displayed on the same page. I would like to maintain consistent legend across all the graphs as below. 0 - 10 % - Red 11- 20% - Green 21 - 30% - Blue 31- 40% - Black 41-50% - Yellow some of the charts may not certain ranges

  • Error 3259 Connection Timed Out???

    New arrival here, but a bit slow on tech talk. Anyway, I've never had problem with itunes until today. I purchased an album, and it shows up in the downloads list, but I keep getting a connection time out error, despite the fact that I can use the re

  • Adding custom field to VL01N

    Hi All,           I want to add one custom field  under <b>Shipment tab in header level</b> in transaction code VL01N. Could you please tell me how to add it.   Thanks balu

  • Flash Professional CS6 hangs on startup...

    The following is the tale of a frustrated flash user. Yesterday, flash worked fine for the entire day. Then, in a "foolish" attempt to open a rather large file (1920px x 1080px), the program crashed. "Well," thought I, "I'll restart the program." No