Trying to create an action to save to web

When I create an action to save to web, it always saves the file name in the action. Every save after that creates a file to replace the previous one. The actions that came with AI CS4 save the file as the file name.
How can I create an action to save to web as the file name of the open file?
Dean

Check the naming conventions in the save for web panel itself. Unfortunately they introduce their own redundant naming which may conflict with conventional save steps in the action...
Mylenium

Similar Messages

  • CS3: Having problems creating an Action to "Save for Web"

    Hello All,
      I'm trying to create an Action to convert my psd. files to JPEG's suitable for the web.  I'm using a Mac Pro running CS3.  My workspace is Adobe RGB (1998), all files begin as Canon CR2 RAW, are edited at 16 bits, and then saved as psd.  I created an Action the following way from an open psd. image in Photoshop:
    1) Windows>Actions
    2) Create New Action
    3) Re-named "Save For Web" then clicked Record
    4) Image>Duplicate>OK
    5) Edit>Convert to Profile
    6) Changed Destination Space to sRGB IEC61966-2.1>OK
    7) File>Save As
    8) Format> No JPEG option ??????????  What?
      Everything seemed fine until I reached the Format stage.  I had many choices, but JPEG was not one of them.  Can someone please tell me what I'm doing wrong?  Thank you!
    Mike

    Ramón G Castañeda wrote:
    MJCarnegie wrote:
    It never occured to me that I should convert back to 8-bit before saving, and truthfully I had no idea how to do that anyhow.  I know, what a Newbie, huh?
    Go to the Image menu in Photoshop:
    Image > Mode > 8 bits.   Pretty straight forward and fast.
    MJCarnegie wrote:
      …strange, in Matt's article…
    I'll pass on that.  Generally speaking, I'm not a fan of the Scott Kelby crowd, so I don't follow them regularly.
      Thanks again Ramon, I can't believe I've overlooked the Image>Mode>8 bit path for this long. 
    Cheers,
    Mike

  • Creating an action includes "Save for Web."

    Is it possible to create an action set that also will use the "Save for Web" ability.
    thanx,
    gholmes

    Yes. It's my recollection that save for web (SFW) will only allow you to batch files to the folder specified in the SFW step of the action. In other words, you can't process images to multiple destination folders using one SFW action (as you would by utilizing save and close as the destination in a "save as" action).
    J

  • Trying to create an image and save it on file system

    Hi,
    I'm trying to create an image and save it in the file system :
         public static void main(String[] args) {
         int wid = 632;
         int hgt = 864;
         BufferedImage bufferedImage = new BufferedImage(wid,hgt,BufferedImage.TYPE_INT_RGB);
         bufferedImage.getGraphics().setColor(Color.black);
         bufferedImage.getGraphics().drawOval(30, 30, 100, 100);
              bufferedImage.getGraphics().drawString("test me one two three",2,2);
              bufferedImage.flush();
    try {
                   ImageIO.write(bufferedImage,".bmp",new File("C:/MyImage.bmp"));
         } catch (IOException e) {               
                   e.printStackTrace();
    THE PROBLEM : It creates C:/MyImage.bmp on my file system, but the file is empty (size 0).
    Am I missing something ?
    Thanks

    Try changing ".bmp" to "bmp". If that fails, try posting an SSCCE.
    Edit 1:
    And in future, please use the code tags when posting code, code snippets, HTML/XML or input/output. To do that, select the code and click the CODE button seen on the Plain Text tab of the message posting form.
    Edited by: AndrewThompson64 on Aug 3, 2009 1:23 AM

  • Can't change size of a picture after trying to create an action, help!!!

    Just tried to automate a batch and resize, and then save for web all of the pictures - it didn't work the way I wanted (probably recorded something wrong). But When I tried to rerecord the action - it became impossible to change size of the pictures. What's wrong? I already restarted my computer, but the function of size changing still isn't working.

    If all you want to do is to resize your images for the web you do not have to record an action you can do that with the Image Processor script that ships with Photoshop. Menu File>Scripts>Image Processor.  You can also have it include one of your actions when its processing your images.  You can also select image in the bridge then use menu Tools>Photoshop>Image processor

  • Actions and Save for Web

    I have tried to research this on my own searching the forum and asking users far more advanced than I am to no avail. I thought it might be possible that someone here would know whether what I want is feasible.
    I use the "Optimize to file size" feature in the Save For Web Panel constantly. I am planning on doing a large amount of conversions in the near future (by which I mean resaving .jpegs at a certain dimension and resolution. As far as the dimension and resolution go, there is no difficulty creating an action to do that. But the icing on the cake for me is have them all processed through Save for Web at a certain file size (for the sake of argument, say 500K). Yes, I know that the resulting images will vary in quality (obviously) because the end result will very much depend on their file size to begin with but that is not an issue for me for my purposes.
    Save for Web has various presets and allows you to save presets; however, it does not allow you to save the Optimize to file size as a preset. When I try to record an action, and go to the Save for Web, use the Optimize etcetera, the action created lists the quality of the image I process to record the action. So, for example, if my image is less than 500K, the quality recorded in the action is 100. If my image exceeds 500K, the quality might be 86 and that is what the action records. For whatever reason, what is recorded is the quality rather than the 500K. I am not sure if this is being written clearly enough to explain. I want every image to end up being 500K regardless of what the final quality is (quality being the difference between the original image and the image as saved by Save for Web). But actions are saving the attribute of quality rather than file size.  Sigh. I think I am just repeating myself trying to make it clear but probably failing. In case a screen shot helps clarify, here it is. If this can't be done, I would love to know that so I can give up trying.

    I want every image to end up being 500K regardless of what the final quality is (quality being the difference between the original image and the image as saved by Save for Web).
    You may have to resort to Scripting for this task … it may need a fairly convoluted approach but I think it has come up before, so someone may be able to help you over at
    http://forums.adobe.com/community/photoshop/photoshop_scripting

  • Can you make a fully automated Action using Save for Web? - Illustrator CC

    I have been trying to create a simple action using the Save for Web feature. When I run the created action it stops on the Save to Web window until I click on "Save" then it brings up the finder window asking me to select where to save it and I then have to click "Save" At that point the Action continues to run and completes.
    I'm using this process to export JPEGs of client labels for an web based government submission. The guidelines are pretty tight and the Save for Web gives me the best results for File Size, Image Size, and Quality... basically the files have to be small, but legible. Our files are organized in a Client/Project/SKU structure so batch processing with the Export command is not really an option.
    I have created many actions & batches over the years, but never had this kind of issue with such a simple action. Is there a way to bypass these prompt similarly to what a batch would do?

    I would love to know the answer to this as well. I am having the exact same issue. Super annoying

  • Action to save for web leaves too large file size

    HI
    In earlier versions of Photoshop I could create an action to batch save photos for the web, setting them to save as 600 by 400 and they would end up about 70kb. I could also stop the action and adjust the file size to a set size. With CS3 no matter what I do the files always end up about 500kb!!!
    Is this a bug in CS3 or do I have to do something different?
    I have to put the files on my old computer to run the action still in Photoshop 7
    thanks for any help.

    I tried to create a 1 pixel blank and it wouldn't save it, I tried a 5 pixel blank, still wouldn't save it so used the Save As and got a 40kb jpg file. Ran the Action and it ended up as 76kb.
    Created a 30 pixel blank square and it ended up 40kb too.
    Get info on the files reveals the stated file size is correct.
    I created and ran the same action on my son's intel iMac running CS3 and the same result. Tried a tiff instead of a jpg and it ended up even bigger. When paused at the Save for Web window, it says the original file is about 800 kb (the reduced size to 600 by 400 from the original image) and it predicts the final web size will be about 65 to 75kb as it should be, depending on the image. But always ends up about 500kb.
    Going through the process manually produces the correct result.
    This is getting rather frustrating!!!!!
    Would someone be able to try creating the same action on their intel mac running CS3?
    All I am doing is reducing the size of say a 3000 by 2000 pixel image to 600 by 400 pixels, applying a very small amount of unsharp mask, then saving for the web to about 70kb. I have the original images in one folder on my desktop and another folder to place the converted files into.
    thanks for any more help anyone can offer.
    peter

  • Stop Action in Save for Web

    Is it possible to insert a "stop" in the action for save for the web, just before actual save. Basically i want to be able to name my file manually (use distinctive names), but just to automate the picture size option and quality (which don't change). I know that i can write an action for an image resize and than save it with my desired file name, but i was wondering if i can do it all in "one shot" without the altering of original image.

    The best you can do is tell Photoshop to show the save for web dialog box
    and wait you to make your changes and then click on save. It will not put in
    things automatically, you would have to set all options you want. You can
    turn on the dialog box by checking the box next to that step in the actions
    palette list of steps in the action.
    Robert

  • How do I create an action to save as, but into a different folder than the one I used to create the action?

    I am having an issue with my action being created to save under the same folder that my action was created with.  For instance, I opened an image, recorded the action, then I went to a different folder to play the action, but it saves to the previous folder.  How do I add some way to change the folder I want my pics to save to?

    If you want to give Scripting a try paste the following text into a new file in ExtendScript Toolkit and save it as a jsx-file into Photoshop’s Presets/Scripts-folder.
    // saves jpg into same folder;
    // be advised: this  overwrites existing jpgs of the same name without prompting.
    // 2010, use it at your own risk;
    #target photoshop;
    if (app.documents.length > 0) {
    var thedoc = app.activeDocument;
    // getting the name and location;
    var docName = thedoc.name;
    if (docName.indexOf(".") != -1) {var basename = docName.match(/(.*)\.[^\.]+$/)[1]}
    else {var basename = docName};
    // getting the location, if unsaved save to desktop;
    try {var docPath = thedoc.path}
    catch (e) {var docPath = "~/Desktop"};
    // jpg options;
    var jpegOptions = new JPEGSaveOptions();
    jpegOptions.quality = 12;
    jpegOptions.embedColorProfile = true;
    jpegOptions.matte = MatteType.NONE;
    //save jpg as a copy:
    thedoc.saveAs((new File(docPath+'/'+basename+'.jpg')),jpegOptions,true);
    //that’s it; thanks to xbytor;

  • How do I create an action that saves files as JPG in the same folder?

    Hey folks!
    So I'm sitting at work, trying to optimize my workflow a bit..
    What I'd like, is a droplet, that will allow me to open PSD's and save them as JPG in a new folder inside the original folder.
    Like the Image Processor that makes a new folder named 'JPG' but without opening the dialog box and having to press buttons.. Drag-drop-done
    Sitting on Imac with OS X 10.10.2 with Photoshop CC 2014.
    Hope you can help
    Regards
    Emil Rye

    Use scriptListener to create the code for adjusting the hue.  find the line in the code that denotes the change in hue replace that value with a variable that stores a random number:
    var rangeForRandomNumber = 200
    var offsetForRandomNumber = -100
    var randomNumber = Math.random() * rangeForRandomNumber + offsetForRandomNumber

  • I am trying to create a folder and save it onto my desktop but apparently I do not have permission to do so. How can I change this?

    I am trying to figure out how to create a folder on my desktop. For some reason, my desktop folder is no longer available and whenever I try to set one up, an alert states that I do not have permission to create one. I don't know what to do.

    I think you need to repair user directory permissions.  Follow these instructions:
    http://osxdaily.com/2011/11/15/repair-user-permissions-in-mac-os-x-lion/

  • How to create an action to save the file as the name of the selected layer

    I have a .psd with several layers, and I would like to save multiple versions of the document based on the layer name. Is there a way to tell Photoshop to do this through an action? Also, how can I get rid of the "filename_copy" filenaming behavior. I'd like to hit a button and have the file saved as the layer's name while overwriting the existing document without renaming it to whatever_copy.

    The bad news is that it's not possible with an action.  An action simply can't access a layer name.
    But the good news is that it's possible with a script.  Almost anything's possible with a script.
    But the bad news is I'm no script expert.
    But the good news is that there are script experts who hang out here.
    The even better news is that there's a Photoshop scripting forum.
    Best of luck! 
    -Noel

  • Error when trying to create a types jar from a web service WSDL

    Hi,
    I generated a WSDL from a web service. When I try to generate a types jar from that WSDL in another project, I get an error:
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    com.bea.workshop.webservices.servicecontrol.ui.except.TypeGenerationFailedException: Buildfile: C:\eclipsews\.metadata\com.bea.workshop.webservices.servicecontrol.ui\build-dir\build.xml
    Trying to override old definition of task wsgen
    build:
    build-types:
    clean-types:
    [echo] Deleting types directory c:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474
    [echo] Deleting types jar C:\eclipsews\AAATest\WebContent\WEB-INF\lib\CaregiverEBillingMasterServiceServiceTypes_xmlbeans_apache.jar
    [mkdir] Created dir: C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474
    generate-src-code:
    [echo] Generating types of family xmlbeans_apache from WSDL at file:/C:/eclipsews/AAATest/src/test/CaregiverEBillingMasterServiceService.wsdl, all services. Outputting to c:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474
    [typesGen] Generating complex Java types for schema types in WSDL file:/C:/eclipsews/AAATest/src/test/CaregiverEBillingMasterServiceService.wsdl. Outputting to C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474 ...
    [typesGen] [WARNING] Generating array which is non-compliant with JaxRPC 1.1 for XML name: t=ArrayOfTreatmentDetailItem@http://org/abc/claims/caregiver/ebilling/services
    [typesGen] [WARNING] Generating array which is non-compliant with JaxRPC 1.1 for XML name: t=ArrayOfDocumentTypeAutoPayWrapper_literal@java:org.abc.claims.caregiver.ebilling.services.util
    [typesGen] [WARNING] Generating array which is non-compliant with JaxRPC 1.1 for XML name: t=ArrayOfJavaLangint_literal@java:org.abc.claims.caregiver.ebilling.services
    [typesGen] [WARNING] Generating array which is non-compliant with JaxRPC 1.1 for XML name: t=ArrayOfDocumentSubmissionHierarchy@http://org/abc/claims/caregiver/ebilling/services
    [typesGen] [WARNING] Generating array which is non-compliant with JaxRPC 1.1 for XML name: t=ArrayOfMessageCode@http://org/abc/claims/caregiver/ebilling/services
    [typesGen] [WARNING] Generating array which is non-compliant with JaxRPC 1.1 for XML name: t=ArrayOfFeeCodeType@http://org/abc/claims/caregiver/ebilling/services
    [typesGen] [WARNING] Generating array which is non-compliant with JaxRPC 1.1 for XML name: t=ArrayOfBatchMessage@http://org/abc/claims/caregiver/ebilling/services
    [typesGen] [WARNING] Generating array which is non-compliant with JaxRPC 1.1 for XML name: t=ArrayOfArrayOfJavaLangstring_literal@java:org.abc.claims.caregiver.ebilling.services.util
    [typesGen] [WARNING] Generating array which is non-compliant with JaxRPC 1.1 for XML name: t=ArrayOfJavaLangstring_literal@java:org.abc.claims.caregiver.ebilling.services.util
    compile-src-code:
    [echo] Compiling source files from c:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474 to c:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474
    [javac] Compiling 298 source files to C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474
    [javac] ----------
    [javac] 1. ERROR in C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474\com\abc\claims\caregiver\ebilling\FeeCodeDocument.java (at line 51)
    [javac]      public static com.abc.claims.caregiver.ebilling.FeeCodeDocument parse(java.lang.String xmlAsString) throws org.apache.xmlbeans.XmlException {
    [javac]      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] No exception of type XmlException can be thrown; an exception type must be a subclass of Throwable
    [javac] ----------
    [javac] 2. ERROR in C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474\com\abc\claims\caregiver\ebilling\FeeCodeDocument.java (at line 54)
    [javac]      public static com.abc.claims.caregiver.ebilling.FeeCodeDocument parse(java.lang.String xmlAsString, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException {
    [javac]      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] No exception of type XmlException can be thrown; an exception type must be a subclass of Throwable
    [javac] ----------
    [javac] 3. ERROR in C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474\com\abc\claims\caregiver\ebilling\FeeCodeDocument.java (at line 58)
    [javac]      public static com.abc.claims.caregiver.ebilling.FeeCodeDocument parse(java.io.File file) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    [javac]      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] No exception of type XmlException can be thrown; an exception type must be a subclass of Throwable
    [javac] ----------
    [javac] 4. ERROR in C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474\com\abc\claims\caregiver\ebilling\FeeCodeDocument.java (at line 61)
    [javac]      public static com.abc.claims.caregiver.ebilling.FeeCodeDocument parse(java.io.File file, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    [javac]      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] No exception of type XmlException can be thrown; an exception type must be a subclass of Throwable
    [javac] ----------
    [javac] 5. ERROR in C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474\com\abc\claims\caregiver\ebilling\FeeCodeDocument.java (at line 64)
    [javac]      public static com.abc.claims.caregiver.ebilling.FeeCodeDocument parse(java.net.URL u) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    [javac]      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] No exception of type XmlException can be thrown; an exception type must be a subclass of Throwable
    [javac] ----------
    [javac] 6. ERROR in C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474\com\abc\claims\caregiver\ebilling\FeeCodeDocument.java (at line 67)
    [javac]      public static com.abc.claims.caregiver.ebilling.FeeCodeDocument parse(java.net.URL u, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, java.io.IOException {
    [javac]      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] No exception of type XmlException can be thrown; an exception type must be a subclass of Throwable
    === snipped here due to huge file size ===
    [javac] 2680. ERROR in C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474\org\xfa\schema\xfaData\x10\SignatureDocument.java (at line 99)
    [javac]      public static org.xfa.schema.xfaData.x10.SignatureDocument parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
    [javac]      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] No exception of type XmlException can be thrown; an exception type must be a subclass of Throwable
    [javac] ----------
    [javac] 2681. ERROR in C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474\org\xfa\schema\xfaData\x10\SignatureDocument.java (at line 103)
    [javac]      public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
    [javac]      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] No exception of type XmlException can be thrown; an exception type must be a subclass of Throwable
    [javac] ----------
    [javac] 2682. ERROR in C:\development\wlwBuild\XCaregiverEBillingMasterServiceService1297810259474\org\xfa\schema\xfaData\x10\SignatureDocument.java (at line 107)
    [javac]      public static org.apache.xmlbeans.xml.stream.XMLInputStream newValidatingXMLInputStream(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException {
    [javac]      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    [javac] No exception of type XmlException can be thrown; an exception type must be a subclass of Throwable
    [javac] ----------
    [javac] 2682 problems (2682 errors)
    BUILD FAILED
    C:\eclipsews\.metadata\com.bea.workshop.webservices.servicecontrol.ui\build-dir\build.xml:73: The following error occurred while executing this line:
    C:\eclipsews\.metadata\com.bea.workshop.webservices.servicecontrol.ui\build-dir\build.xml:107: The following error occurred while executing this line:
    C:\eclipsews\.metadata\com.bea.workshop.webservices.servicecontrol.ui\build-dir\build.xml:181: Compile failed; see the compiler error output for details.
    Total time: 17 seconds
         at com.bea.workshop.webservices.servicecontrol.ui.util.TypesGenerationScript.run(TypesGenerationScript.java:197)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)
    Caused by: org.eclipse.core.runtime.CoreException: C:\eclipsews\.metadata\com.bea.workshop.webservices.servicecontrol.ui\build-dir\build.xml:73: The following error occurred while executing this line:
    C:\eclipsews\.metadata\com.bea.workshop.webservices.servicecontrol.ui\build-dir\build.xml:107: The following error occurred while executing this line:
    C:\eclipsews\.metadata\com.bea.workshop.webservices.servicecontrol.ui\build-dir\build.xml:181: Compile failed; see the compiler error output for details.
         at org.eclipse.ant.core.AntRunner.handleInvocationTargetException(AntRunner.java:451)
         at org.eclipse.ant.core.AntRunner.run(AntRunner.java:383)
         at com.bea.workshop.webservices.servicecontrol.ui.util.TypesGenerationScript.run(TypesGenerationScript.java:185)
         ... 1 more
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    I was previously able to generate a types jar just fine from the web service's WSDL. Recently, I made some changes to the web service. Apparently, these changes to the web service now cause the WSDL to be unparseable when trying to generate types jars.
    Any ideas?

    The WSDL is generated from my web service. I made heavy revisions to my web service which, in turn, affected the resultant WSDL. The changes I made to my web service were almost exclusively related to object substitution. For example, prior to the change I was referencing object A from my web service; after the change, I was referencing object B. The objects that I'm referring to are XMLBeans, if that matters. I can't really describe it more than that without actually showing you the WSDL.
    I would post the WSDL file here to allow you to try to create a types jar out of it, but the WSDL exceeds the 30000 character limit for this field. There is no way for me to attach the WSDL to this post.

  • Error when trying to create (print) a page from a web-based program

    When trying to print a web page as a pdf document (i.e., via the Distiller in Acrobat 9 Pro) I get the following error message:
    %%[ ProductName: Distiller ]%%
    48ofgdu not found, using Courier.
    %%[ Error: invalidfont; OffendingCommand: xshow ]%%
    Stack:
    [68 63 60 81 45 35 55 69 83 36 35 57 60 42 59 52 59 52 39 36 35 55 68
    84 35 55 60 62 27 51 36 35 57 60 42 59 52 59 52 39 45 68 51 39 63 59
    27 35 55 60 62 27 52 36 35 61 59 59 96 45 84 59 96 62 59 42 36 35 76
    60 39 59 51 36 35 70 34 35 35 69 60 27 27 63 62 34 62 59 45 34 61 60
    51 59 35 35 34 68 60 42 39 35 62 59 44 35 68 42 59 60 34 68 39 42 63
    52 39 62 43 0]
    (   -   /"0   
         0  /"   &  0   
                   &  0 
    0 # 
    0 1   /    $                      
    %%[ Flushing: rest of job (to end-of-file) will be ignored ]%%
    %%[ Warning: PostScript error. No PDF file produced. ] %%
    I did some research and found a forum thread that recommend a fix via the Font Folders in Distiller (https://forums.adobe.com/thread/720988). However, these setting changes did not solve the issue. Attached is a view of my current Font Folder settings.
    Any assistance would be greatly appreciated.

    Hi jdsglobal,
    For postscript printing error, please refer to the following link:
    http://helpx.adobe.com/x-productkb/global/troubleshoot-postscript-errors.html#main_PostScr ipt_offending_commands
    Regards,
    Rave

Maybe you are looking for

  • Problem you may have in iTunes 7

    If the ituneslibrary data file is missing from your my music folder..go to the previous library folder and copy ALL the files there and put it into the itunes folder, then delete the previous libraries folder...that should help...it did that to me on

  • Validation Event getting called multiple times

    I am saving an eform after entering a wrong percentage in it.On opening the same eform it gives the validate message "Percentage not valid" pop up .This popup should come only once but its coming around 25-26 times.I checked and find that the validat

  • Where can I download a Japanese version of InDesign?

    I am a Creative Cloud member and have InDesign CC (English version) installed on my Mac. Can I install a Japanese version of InDesign CS6 on the same computer? I saw in other threads that you can't have two versions of the same app on one computer wi

  • Why is my 'SIGN' panel greyed out in X1 Pro  11.0? - 'signing' IS 'allowed' in permissions...

    Hi guys.  So i have been sent a PDF to sign and return by E-mail.  The problem is, the 'sign' panel is 'greyed' out, so i am unable to. I checked permissions and signing is 'allowed' for this document.  Must i enable additional features? [There is no

  • Help need on Update rules

    Hi BW Gurus. Please help me out. I am working on BI 7.0 This is my scenario.I need to take a project cost report. There are some projects in cProjects and some projects in R/3 (Project System). Each project in cProjects is linked with one or more pro