5.5 InCopy user cannot save to PDF low resolution

The user complains that they can only save as pdf high resolution pdf not low resolution.

Is there a way to do this in InCopy?

Harlan

InCopy users have not 'res pdf' control... it downsize images to 150 dpi, which I think is more a "res intermediary." Images that are less than 150ppi initially are left as is.

The only way to get the images to a smaller resolution is to open the PDF file in Acrobat Pro and do a Save optimized As it or to reduce file size.

AM

Tags: InCopy

Similar Questions

  • users cannot save .pdf, .doc files using "Save target as" in google search results. Can someone help me, I couldn't have known that the same works very well on some computers.

    I am the Director of technical support for more than 1000 computers. Recently in some computers (windows based) users cannot save .pdf, .doc files using "Save target as" in google search results. Can someone help me, I couldn't have known that the same works very well on some computers.

    Hi MASPAdministrator,

    Your Windows XP question is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the TechNet Windows XP forum.

    http://social.technet.Microsoft.com/forums/en-us/itproxpsp/threads

  • I have updated to DC (about a month) and cannot save my PDF files more.  What is the cause of the dialog box "Save as" do not open?

    I have updated to DC (about a month) and cannot save my PDF files more.  What is the cause of the dialog box "Save as" do not open?

    Hi mwebsterdps-sc,.

    Try this: -.

    The default "Save as" dialog Acrobat DC is different from the dialogue box you had in earlier versions of Acrobat, it also allows you to record in the clouds and previous locations that you saved the files. It is possible that when Acrobat tries to connect to the 'cloud', it runs into problems. You can try to disable this feature to see if this brings your backup in the back of the box: open Acrobat Edit menu access-> Preferences, then go to the "General" category and uncheck "show the online storage when you save files:

    I would like to know if it works.

    Kind regards
    Nicos

  • PDFMaker 9.1, Excel 2003, users cannot save form data

    Hello world

    I'm looking for help with a problem.

    I created a new form in Adobe Pro 9.1 bringing in an excel template.  The final product was beautiful.  I had our IT Department post it on our Intranet, and some individuals commented back that they cannot save a copy of the data that they have entered in the blank form.  I tested with others where it works very well.  I can't confirm 100%, but it seems that he who has the 'Pro' version Adobe can save and who have just the 'standard' could not be saved.  They get this message save a blank copy of this form, the data entered in this form will not be saved... "etc".

    I tried to go to the advanced features in Adobe Reader extension, but that did not help either, once posted on the Web site.

    Suggestions how to activate so that all users (1000) can save their work they typed in the document if they wish?

    Thank you very much in advance!

    Not explicitly deal with everything that is causing the problem.

    Just a re obtw: 'expanded' PDF forms (which, if there are users of Adobe Reader, will have to be made use of):

    When "extend you" a PDF form using most respect the "limit 500" of the EULA.
    With "1000" end-users, you might well be in danger.

    See Section 15.12.3 (PDF page 408 to 410).
    http://www.Adobe.com/products/EULAs/PDFs/Gen_WWCombined-20080205_1329.PDF

    LiveCycle ES allows you to avoid this but is expensive.
    Furthermore, piping on the entry of the user to FDF form and treatment which, at the level of the server, we could do.
    To do this, you can have your people IT gives the FDF SDK at a glance.

    Be well...

  • Cannot save to PDF 7.2 after upgrade to 9.0

    Hello once again, editors.

    7.2, we used systematically save to PDF without problem. Now that we also have FM 9 on our systems, however, it appears that the latest Distiller has replaced the old (one that has worked well with 7.2) because now trying to save to PDF (in FM 7.2), we often have problems. It all seems very random, and we are at a loss on the understand.what that happens, why, or how to fix.

    The symptom is a FrameMaker error saying "failed to start Acrobat Distiller to create a PDF file."

    • A double click of acro.exe does not distill - nothing happens. (Cannot open acrodist.exe or acrotray.exe under any circumstances.)
    • Printing .ps and double-clicking the .ps file sometimes works, sometimes not.
    • Delete the files .tps and other backups sometimes works, sometimes not.
    • Save to PDF the retry several times sometimes works, sometimes not.


    We have three tech writers have similar configurations: we use XP, have all the latest patches of FM, plenty of RAM, etc..

    I hope that the answer is not "get rid of 7.2 and use only 9.0" - our deadlines are such that it is difficult to work only in the new version. The user interface is different and some features are different, so the learning curve will be at least a little time.

    Is it so simple that took to re - install the 7.2 version of Distiller? Even though we specifically asked that they leave FrameMaker 7.2 when installing 9.0, we didn't talk to distill, which was apparently crushed.

    If anyone has any experience with this issue, your opinion is welcome.

    TIA,

    Gay Alston

    If you have problems to save it as a PDF, you can always go to the reliable, print to Adobe PDF. This works.

  • JavaScript to invite the user to save in PDF format

    I make the changes with the code for the file. I want the user to be prompted to save as a file .ai first. I have that down. Now, I'm eager to have the user immediately prompted to save as pdf with only the option optimize for fast web view selected. I think it's an adobe built-in smallest file size.

    The reason for wanting the guest is because I want to save the files in 2 different places.

    Here is my code so far...

    var doc = app.activeDocument;
    // Save as .ai file  
    var fileName = doc.fullName;  
    var thisFile = new File(fileName);
    var saveFile = thisFile.saveDlg();
    doc.saveAs (saveFile);
    
    
    // Save as .pdf file
    var pdfSaveOptions = new PDFSaveOptions();  
    pdfSaveOptions.pDFXStandard=PDFXStandard.PDFXNONE;  
    pdfSaveOptions.compatibility = PDFCompatibility.ACROBAT5;  
    pdfSaveOptions.preserveEditability = false;  
      
    var pdfFile = new File(fileName);  
    doc.saveAs(pdfFile, pdfSaveOptions);
    
    
    
    

    HAVE CS4 Windows 7 64 bit

    the folder structure is already existing?

    If so, things are simple.

    If the name and the number are in the file you could draw that from the entry rather then manual doc to guests.

    (Note that there is no test to check the folders exist etc...)

    var job = prompt("Enter Job Name");
    var num = prompt("Enter Job Number");
    aiFile = "D:\\"+job+"\\"+num+"\\AI\\Schematic.ai"
    pdfFile = "D:\\"+job+"\\"+num+"\\PDF\\Schematic.pdf"
    
    var newaiFile = new File(aiFile);
    var doc = app.activeDocument;
    doc.saveAs (newaiFile);
    
    var pdfOpts = new PDFSaveOptions();
    pdfOpts.pDFXStandard=PDFXStandard.PDFXNONE;
    pdfOpts.compatibility = PDFCompatibility.ACROBAT5;
    pdfOpts.preserveEditability = false;
    var newpdfFile = new File(pdfFile);
    doc.saveAs(newpdfFile, pdfOpts);
    

    If you want the script to create the folders so it is a little more difficult.

    JavaScript will not do that, and you need another work autour.

    something like that...

    if (Folder(qfolder).exists){
    app.activeDocument.saveAs( saveName, saveOpts );
    }else{
               //alert("about to try bat");
               batpath= 'call "C:\\Adobe Scripts\\MakeDirectory.bat"';
                battemp = new File("C:\\Adobe Scripts\\tempBAT.bat");
                battemp.open("w");
                battemp.writeln(batpath + " " + qfolder);
                battemp.close();
                battemp.execute();
             //alert("Had to Create Folder, Please press OK to continue...");
                $.setTimeout = function(func, time) {
                        $.sleep(time);
                        func();
                };
             $.setTimeout(function(){ app.activeDocument.saveAs( saveName, saveOpts )},200);
             }
    }
    

    the MakeDirectory.bat is just:

    ECHO OFF
    CLS
    
    IF %1=="" GOTO BLANK
    
    SET savepath=%*
    MKDIR %savepath%
    GOTO FINISH
    
    :Blank
    ECHO No Folder provided
    GOTO FINISH
    
    :FINISH
    

    the tempBat.bat is used to call the MakeDirectory.bat with the name of the file as an argument.

  • Cannot save the pdf form

    I have a user who is no longer able to save/overwrite pdf forms.

    Facts:

    1. It uses drive XI.
    2. The files on our server in a shared folder.
    3. He is able to save his changes in other programs files folder very well.
    4. Others save their changes/signatures to pdf even forms very well.
    5. When he created his signature first, he was able to save its changes for a few weeks.
    6. The problem is only on his PC - when it connects to another PC, it is able to save.
    7. The message he receives reports that it may be a file reading alone or that it is used by someone else - but is not, and he gets when it is opened from his PC.
    8. I tried to delete the signature in the drive.
    9. I tried to uninstall all Adobe programs (i.e., Flash, Reader, Shockwave and Air).

    Any suggestions? Thank you in advance for your help!

    Problem has been resolved.  I just had to disable the preview pane in the windows folder.

  • Cannot save Firefox .pdf files

    I have problems with registration of .pdf files from certain sites (ex: Time Warner Cable) with Firefox. When I click on view or save the .pdf, Firefox opens a new window and I can see the document. However, sometimes it doesn't let me save it. When I'm at the bottom of the document, the Adobe menu bar appears, but when I hit the Save icon, nothing happens (note: in rare cases, hitting the record icon will open a dialog box and allows me to record the document; however, most often, he has nothing.) Even on the same site - sometimes it allows me to save; Sometimes it doesn't). It is noted in the Firefox window that will allow me to save either (just Move, size, Minimize, Maximize, Close). Internet Explorer and Chrome allow me to save the .pdfs from these sites, is not a problem of site.

    Any thoughts?

    Disable all plugins Adobe in Tools -> Add-ons -> Plugins and click the PDF link again. It should not open the file in the browser and then, and it might be easier to save.

    You can configure actions for Firefox to take when you open PDF links on the Control Panel Applications in your preferences.

  • Cannot save to PDF

    I am currently using a program called profile (for tax purposes) and am forced to save/send my file in PDF format.

    I can't save a file in PDF format, although I have Adobe Acrobat installed. When it goes to print screen, it freezes and finally opens (not responding), every time. How can I fix it?

    Hello

    1. What is the format of the file you're trying to save in PDF format?

    2. What is the full and exact error message?

    3. the problem only occurs for a particular file?

    4. the problem occurs for a particular Web site?

    I suggest you to contact Adobe support and check if it helps:

    http://www.Adobe.com/support/Acrobat/

  • Acrobat Pro DC just installed, but cannot save a PDF at all - except that the screen is blank

    I just installed Acrobat Pro DC on my work computer and my ' Save as ' and 'Save' functions do not work.  Save as screen is empty and save made up a dialog saying that he cannot save any file (various reasons according to the file).

    I tried to repair the installation, then tried/re-installing but nothing has changed.  Help!

    Try this: go to the menu, then Preferences, then click the general tab, on the left. On the right, uncheck the radio button 'Show online storage in check'. Press OK in the Preferences dialog box, and then try to save again. The problem goes away?

  • Cannot save a PDF file in PS CS5 - used file

    I have a new computer and the new CS5 Suite.  Running Windows 7, x 64 version.  If I have a file (any type) with the changes or without, I can't save in PDF format unless I preserve PS edition.  If I try to save without preserving it brings back "the file is opened or is being used by another program...." "and creates a file ~ *.tmp.  The file .tmp remains active until I quit PS (know because I tried to move the folder).

    I tried to rename the file, moving into different folders, from network HD, no luck. My only workaround is to preserve PS editing on all files.  Is this something new with CS5?

    Nothing new in CS5, but it seems that your files are being indexed or W7 creates thumbnails / previews icon for them. Try to turn off this behavior in general view settings to explore and see if that makes a difference.

    Mylenium

  • Create thumbnails and pdf low resolution

    We have an archive of 3000 + PDF in high resolution, ready to print and new come every day.
    Some of them are 80 + Mb in size.

    We want to put these available for download, but in low resolution.
    Can someone tell me how I can

    -Downsample pdf high resolution low resolution as PDF files, have 72 dpi images.
    -Excerpt from the first page in PDF in low resolution.
    -Create thumbnails of the first page, in jpg format, width: 200px.

    I tried many solutions already ghostscript iText, acrobat pro, pdf2image and cfx_pdf.
    All of these programs seem to give nice results at first sight, but all have let me down.
    They cannot manage jpeg2000, add borders and invisible to the pdf layers, etc.

    We are working currently with automate and acrobat pro, but acrobat crashes all the time.

    We are looking for something reliable that we can run ColdFusion with Java/COM or command prompt.

    I'd like to hear your comments, thank you in advance.

    Hello

    I found the solution I was looking for.
    I'll post here so if anyone has the same problem, it doesn't have to waste time, I did.

    You will need 1 program and 2 plug-ins, all of them are not free to say the least.
    -Adobe Acrobat Professional
    -A box of stuff ( http://www.quite.com/box/) -200 EUROS
    -Autobatch ( http://www.evermap.com/autobatch.asp) -120 EUROS

    These tools allow to downsample a whole repertoire of PDFs from the command line (CLI) at 72 dpi.

    You can create a 'batch' with "a box of stuff" so it won't be to downsample the images in a PDF document at 72 dpi.
    Autobatch is a program that creates batch (.bat) files that run in "batch processing" in acrobat professional.
    ColdFusion can run this batch file, and you can create a scheduled task to do it regularly.

    However this solution only works on Windows and Mac.
    You must run a free operating system, write a letter to Adobe to convince them to free Acrobat professional on linux, * BSD, whatever. Because they should.

    Best regards

  • Look at pictures of press pdf low resolution

    Hey,.

    I wrote a pdf of press of an Indesign file made up of photography. He was wonderful as usual. But I imported the same content for a resizing and wrote a new pdf press and photo of the pdf part looks like very low resolution. I re-imported the photos and tried again. But now I am at a loss. Someone help please?

    As you find it, a lot depends on how you create the PDF file. I guess it isn't with the option to export in ID, Acrobat. When you change the size on a bitmap, a change of resolution in PDF format can cause a lot of problems because of the way the original bitmap can be sampled and put in the new resolution. Always a danger when playing with scaling of bitmaps (why vector graphics are preferred where appropriate - of course, not for photos and others). I suspect that all goes back to the sample which is forced. In the future, you might want to to scale the chart in an appropriate program (perhaps PhotoShop) to obtain the desired size and resolution and use in the presentation of the ID, not just a copy, paste, scale. Graphics programs are properly designed scaling a bitmap.

  • Cannot save as PDF keeps wanting to print word doc

    I try to save a doc word (about 60 pages) in PDF format, but I get the appearance fast printing. Confused.

    It depends what measures you use, but printing to a virtual printer that generates a PDF file is a common way to create PDF files. It also seems to be built into OS X, so it should work for any application.

    TT2

  • Limited user cannot save the COM 1 port settings

    Hello

    Configure a computer for my company, this computer is connected to an industrial scale.

    This computer is configured with a borderline, the standard user, with parental controls to block all programs execpet those listed, basically only of the company's software and nothing more, some policies to stop the user from messing stuff.

    I m a few difficulties with a limited account, saving aren´t COM parameters.

    Maybe the permissions to access the COM settings to save in the registry?

    I ve tried entering with admin in this story right, make these changes in the software, change of account type.

    THX

    Felipe

    Hi Felipe,.

    Advanced security issues are supported in the TechNet Forums. I suggest you send the request in the TechNet forums.
    http://social.technet.Microsoft.com/forums/Windows/en-us/home?category=w7itpro

    Hope this information helps.

Maybe you are looking for

  • Qosmio F20-137: adapter AF cable broke and I need to buy a new

    Hello My AF cable adapter has broken and I need to buy one for my Qosmio F20-137.Is anyone know here I can get a. If not can anyone tell me the part number? My keyboard was also damaged when the water is the cheapest place to get a new one. Thank you

  • Possible nor 9219 AC?

    Hello IST is possible to set the coupling AC or just DC from the NI9219? Thank you

  • Upgrading memory Pavilion ZD8055US

    What memory stick should be used to upgrade a Pavilion ZD8055US? They are 144 pins, 200 pins or 244-pin modules? The laptop is running XP.

  • Paging through e-mails blackBerry Smartphones

    I feel really stupid about now.  Is there a way to paginate e-mails rather than go through them both with the trackball?  When I get a big slug of emails, it takes forever to roll through them one at a time. Thanks for the help. Robin

  • DVD player does not work after upgrade to Windows 8.1.

    Original title: you stole my DVD player? MS, I bought a HP with Windows 8.0 a couple of years.  At this time, Windows Media Player played drive E: movies very well.  Apparently, the 'free' Windows 8.1 'upgrade' deleted the DVD player.  None of the DV