Reduce File Size Crash

One of our G5 iMacs has a problem with running Reduce FIle Size in Acrobat Pro 7.0.9 and crashes every time. We've tried different compatibility, but each time it starts working on the images within the pdf, boom!
I've tried re-installing Acrobat with the same results. The full CS2 suite is installed, are there any user level prefs I can trash? Any help would be appreciated... thanks!

The G4 Macs at my school had the same problem, until they upgraded to CS3. I think it was probably a bug in Acrobat 7... have you installed all the latest updates? Check the updates section in Adobe downloads, all the updates for CS2 are still available. If that doesn't solve the problem, I would suggest upgrading to Acrobat 8, or CS3 if possible.
Kristalyn

Similar Messages

  • Reduce file size in Acrobat X

    What is the best way to reduce file size? The Document menu is no longer an option. When I try to Save As... Reduced File Size or Optimized PDF, the program crashes.

    We aren't Adobe. We're just users like you.
    Regardless, this is something that requires Adobe Acrobat and not Adobe Reader. This is the Reader forum.

  • Reduce File Size functionality

    Hi,
                I want to automate the Reduce File Size functionality available in acrobat in one of my plug-in application. This is because,
                          Earlier I used "PDDocSaveWithParams" to set the PDF file version as per user selection, but it was failing many times to set PDF Version to lower versions.  So later I did the following change.
                I used "AVDocSaveOptimized" to set the PDF to the user selected version(It may be to a lower or to a higher version).  It was working fine.  but later when it is used on acrobat Standard version. It is failing to do the same, as "PDF Optimizer" is abesent in Standard.
                I need to find an alternative to set the compatible PDF version, which works on both Standard and professional.   So if I am able to automate the Reduce File Size funciton from acrobat window, it will set the PDF version of the file to the user selection.  Can anybody tell me, how can i use it?  if it is through AVCommand, then which is that command.  
            If not, what alternative i can use to set the PDF version of the file to the user selection?
             Please help me,
    your help would be highly appreciated.
    palaksha Nyamathi

    But the in that funciton
    it is working fine on Acrobat Professional, but the same without any changes (and for the same set of PDF files),
    it is crashing on Acrobat Standard.    I don't know what's going wrong here.  I have just added code part below,  Can you tell me, where it is creating problem and what's remedy for this?
        if(iAVersion == 0) iAVersion = kPDFOptRetainVersion;
        else if(iAVersion == 4) iAVersion = kPDFOptAcrobat5;
        else if(iAVersion == 5) iAVersion = kPDFOptAcrobat6;
        else if(iAVersion == 6) iAVersion = kPDFOptAcrobat7;
        PDFOptFlattenTransparencyOptions trnsOpts;
        trnsOpts = (struct _t_PDFOptFlattenTransparencyOptions*)malloc(sizeof(PDFOptFlattenTransparencyOptionsRec));
        trnsOpts->size = sizeof(PDFOptFlattenTransparencyOptionsRec);
        trnsOpts->pctRasterVectorBalance = 75;
        trnsOpts->ppiLineArtAndText = 300;
        trnsOpts->ppiGradientAndMesh = 150;
        trnsOpts->bConvertText = false;
        trnsOpts->bConvertStrokes =  true;
        trnsOpts->bClipComplexRegions  = true;
        trnsOpts->bPreserveOverprint = true;
        PDFOptImageOptionsRec imageRec;
        imageRec.size = sizeof(PDFOptImageOptionsRec);
        imageRec.enmDownsamplingAlgo = kPDFOptBicubic;
        imageRec.ppiDownsampleTo = 150;
        imageRec.ppiDownsampleAbove = 225;
        imageRec.enmCompressionAlgo = kPDFOptJpeg;               
        imageRec.enmCompressionQlty = kPDFOptMediumQlty; 
        imageRec.nTileSize = 1024;  
        PDFOptParamsRec optParam;
        optParam.size = sizeof(PDFOptParamsRec);
        //Changes for defect 11853. palaksha  
        optParam.asPathDest = ASFileSysCreatePathName( ASGetDefaultFileSys(), ASAtomFromString("Cstring"), OLE2A(csfile), NULL );
        optParam.fileSys = NULL;
        optParam.progMon = NULL;
        optParam.progMonClientData= NULL;
        optParam.enmAcrobatVersion =  iAVersion;
        optParam.imageOptionsColor = imageRec;                           
        optParam.imageOptionsGrayscale = imageRec;                     
        imageRec.ppiDownsampleTo = 300;
        imageRec.ppiDownsampleAbove = 450;
        imageRec.enmCompressionAlgo = kPDFOptCCITT4;
        optParam.imageOptionsMonochrome  = imageRec;          
        optParam.arrPDFontsToUnembed = NULL;       
        optParam.cPDFontsToUnembed =0;       
        optParam.pdfOptFlattenTransparencyOptions = trnsOpts;    
        optParam.bRemoveFormActions = false;
        optParam.bFlattenFormFields = false;        
        optParam.bRemoveJavascriptActions = false;
        optParam.bRemoveAlternateImages = true;
        optParam.bRemoveThumbnails = false;
        optParam.bRemoveDocumentTags = false;
        optParam.bSmoothenLines = false;       
        optParam.bMergeImageFragments = false;
        optParam.bRemovePrintSettings = true;
        optParam.bRemoveSrchIndex = false;
        optParam.bRemoveBookmarks = false;
        optParam.bRemoveCommentsAndWidgets = false;
        optParam.bRemoveDocInfoAndMetadata = false;
        optParam.bRemoveObjectData = false;
        optParam.bRemoveFileAttachments = false;
        optParam.bRemoveCrossRefs = false;
        optParam.bRemovePrivateData = false;
        optParam.bFlattenVisibleLayers = true;
        optParam.enmObjectCompression = kPDFOptPartialCompression;
        optParam.bUnencodedToFlate = false;
        optParam.bLZWToFlate = true;
        optParam.bRemoveInvalidBookmarks = false;
        optParam.bRemoveInvalidLinks  = false;
        optParam.bRemoveUnreferencedNamedDests = false;
        optParam.bLinearize = true;
        optParam.bSkipIrreducibleImages = true ;
           CString csFileName = "";
        bOptimize = true;
        AVDocSaveOptimized (avDoc, &optParam);
    thanks for you help,
    palaksha

  • I have to zip pdf files to email them to someone with a PC. The problem is they aren't smaller after zipping and I can't email them. I tried adjusting the Quartz filter to the Reduce file size. Now they're smaller, but the recipient can't read them. Help!

    I need to zip pdf files to email them to a PC user. The problem is file size is not reduced.
    I tried zipping them in Win 7 (which I use via Parallels 7) and sending them to the Finder to email.
    But lately nothing is reduced.  I tried choosing the Reduce File Size option in the Quartz Filter when I save the doc. The file size was reduced. However, the recipient could not read the file. Everything was blurry.
    Is there a solution?

    I am having some PDF sizing issues also, I am a BETA tester for TurboCAD Mac, and with the usage of (public) version 5, I have had some scaling issues. I have had (auto sent) 15 plus crash reports, (available as text) and had posted my scenario within the "lion- problems so far" article, so not to use up extra bandwith- or whatever- there are pictures there. I was not able to upload a PDF on site, and the staff @ Turbo CAd is working on it also. this is Lion specific new update, as I have posted many large format PDF's
    Here (edit to add url)
    Thanks for the helps!
    Johnny

  • Acrobat Pro XI locks up during "Reduce File Size"

    In Acrobat Pro XI, when I "Reduce File Size", the software crashes, when the "Analyzing Document" phase is ~ 50% complete.  Any fixes?

    Are you running 11.0.06, or still back at 11.0.0? If the latter, do the updates. to 11.0.06.

  • Reducing file size #2...Preview, Quartz Filter vs Adobe Pro Optimize

    Questions on reducing a pages to pdf file…I will post each question seperatly.
    2) I read that you can reduce file size of a pdf in preview with a quartz filter. I created my own filer and it worked as expected. But, I also have Adobe Acrobat Pro, with save as PDF Optimized. The pro seems to have much more capability than the quartz filters.
    Is one better that the other to use? The adobe optimize (standard settings) took it from 20 to 6 megs.
    THanks, Bob

    The Adobe Acrobat settings you chose are probably using .jpeg to reduce the file size.
    .jpegs are lossy. ie You lose detail and sharpness the more you compress the image.
    The Quartz filters are usually of very high quality, but they are a black box and you need to understand what the settings are in each one. Quartz filters are extremely powerful, fast and as I said usually high quality but I suggest you experiment and see if they meet your needs.
    Peter

  • Adobe Acrobat Pro XI 11.0.06 when I reduce file size or try to optimize, I get this error: The document could not be saved. A number is out of range. I do the exact same thing every month and it works. I did it a few days ago and it worked. I receated the

    Adobe Acrobat Pro XI 11.0.06 when I reduce file size or try to optimize, I get this error: The document could not be saved. A number is out of range. I do the exact same thing every month and it works. I did it a few days ago and it worked. I receated the pdf, I renamed it. tried to do it before I imported more pages. no go. the 16 mg pdf will normally reduce to 5 or 6

    Hi,
    Are you facing the issue with any pdf file?
    Please try updating Acrobat to 11.0.7 and check.
    You might also want to repair Acrobat and see.
    Regards,
    Rave

  • Reduce File Size in Acrobat Pro (9.5.5) Corrupts Graphics in PDF Documents - shows up as black image

    Whenever I use Reduce File Size in Acrobat Pro (9.5.5), sometimes some of the images (not all) get corrupted and show up as a black image in the new document.
    Actually, the new reduced document looks okay when viewed in Acrobat, but the problem shows up when viewed in the Preview application on the Mac.
    I'm using Acrobat 9.5.5 with Mac OS 10.8.6
    I've tried re-importing the graphic into a new graphic box, which didn't work.  Thinking there may be some type of corruption with the actual graphic file, I then tried viewing the graphic, then taking a screenshot of it to create a completely new file, and then re-importing the new graphic file into the original document (created in Adobe In Design 5.0.4).  I then export the new document as a pdf, and brought it into Acrobat Pro to do the Reduce File Size.  Same thing happens - black box appears where the graphic was.
    I then tried using the Reduce File Size within the Save As function of the Preview application on the Mac - while the graphic remains intact, many of the other graphics in the document are "reduced" too much, to the point where the image quality is seriously degraded, and therefore not usable.
    Any other ideas?

    Hi Anoop,
    I can share the graphic file, but not the pdf which contains it (as it contains confidential information) - thanks!

  • How do you reduce file size of a PDF if Save As doesnt work?

    I have been trying to reduce the size of a PDF, using the Save As > Optimized PDF method.
    I have also tried Save As > Reduced Size PDF.
    This is on a file made up of 20 pages of full page Jpegs. (These were generated by the script in Photoshop that generates Jpeg files from Layer Comps within the document.)
    If I use Reduced Size PDF, I get a greatly reduced file size but the image quality suffers greatly. (Lots of artifacts and blurryness)
    There are no options to choose the level of compression I want.
    If I use Optimized PDF method, I cant seem to reduce the file size no matter what I set the Jpeg compression to.
    Is there some way to cut the size of the file down but not lose so much image quality?
    Any suggestions?

    Part of the problem here is that the files that are produced when I run the script to output files from layer comps are very big.
    If I "save for web" for each layer comp, I wind up with way smaller Jpegs. Thus a much smaller PDF.
    So the question is: Can you make the script, Layer Comps to Files, create smaller more optimized Jpegs? (Like you get when you save for web)

  • How to set option in Scanning for Reduced File Size

    I am scanning from a Fujitsu 6230 scanner in Adobe Acrobat Standard 9.4.1. My scanning options are Color, 300DPI,Letter, High Quality, with Optimization options of Custom Settings of JPEG for Color/Grayscale. The scanned files are very large...1852KB per page. After using the Reduce File Size option and selecting Acrobat 8 and later, the file size is reduced to 187K. Is there a way to preset the Acrobat 8 or later setting....rather than having to do the two-step?
    Also, if I use Fujitsu's scanning interface I get far higher quality pdf's,  with small file sizes, and lower scanning resolution......but without the option to append to a pdf, an option I use frequently. Apparently their program for converting the scanned image to a pdf is more robust than Adobe's. Is there a way to use their image->pdf engine within Acrobat?

    Hi Boatseller,
    I will put this in simple way.
    Can we set properties in biztalk wcf_custom adaptor like 
    1. <security authenticationMode="UserNameOverTransport" 
    2. enableUnsecuredResponse="True" 
    or 
     includeTimestamp="false"
    3. <textMessageEncoding
    messageVersion="Soap11"/>
    <httpsTransport/>
    I am unable to find these properties in BizTalk wcf_custom adaptor properties. It will be great help if you could guide me in right direction . My problem is to receive response message into orchestration which is not having header. But the response is coming
    from web service. I saw that in fiddler.
    Also, If there is any steps to make these properties available in machine config, please share 
    Thanks in advance
    Vivek

  • Issues in Reducing file size on Acrobat 9.3.1

    The text has been merged or split on Acrobat 9.3.1 Pro by using the option "Reduce File Size" or "PDF Optimizer". There is no issue in the earlier version of Acrobat (7.0 & 8.0). We are using the Mac OS between 10.4.11 to 10.6.2. I have attached screenshots for your reference; please look at the Word "Issues" has been split after reducing file size on Acrobat 9.3.1. Is there any other way to do Hi-Res PDF to Low-Res PDF without any issue? Kindly help me out to sustain the best process in future.

    I found a similar problem with text styled for small caps. It was fine in the original PDF, but became lowercase in the reduced file. The reduction process probably throws away characters from fonts that Acrobat decides are unnecessary.
    I was able to partially solve the problem by combining multiple PDFs (book chapters) and selecting the smallest file size icon at the bottom of the page. Alternately, I chose a web-quality preset, which also worked. The file size might not be quite as small, but the files were good.

  • Why can I only "Save as Other... Reduce File Size" a single time for an Adobe X file?

    We are struggling with our form editing in that anytime we make a change and save the file size is doubled.  As a work around we started using the ...Reduce File Size save as.   However, we can only use that once per file.    Some of our forms contain several hundred fields that are edited, with the behavior as is we cannot save our work as we go.  
    Reproduction Steps...
    1. Open a file in Acrobat X and note it's file size.
    2. Make any kind of change (our work is focued on View>Forms>Edit)
    3. Go to File > Save as Other... > Reduce Size PDF
    4. Set Version Compatability to 'Retain Existing' and Save
    5. File size should be very close to the original
    6. Open the new file
    7. Rinse and repeat steps 2 and 3
    8. Note  that when you go to try to Save as the new edit, the Save As Reduce size is grayed out and no longer available for seslection.
    Please help!!!!

    Just do a standard Save As. The problem is that Save includes the old and new. Save As deletes the old. Also, if you distribute the form it is locked from editing as I understand it.

  • Trying to reduce file size of my opening page in a flash site

    I'm using the Flash CS4 IDE, and the first page of my site takes a lot longer to load than I want it to.  So I wanted to go through the varied images / symbols / movie clips / sounds and so on to see where all the memory is being chewed up.
    When I go into my library, however, I can see the Name, LInkage, usecound and Type of my elements, but no mention of file size and I can't seem to find any right click menu that lets me add file size to the list of details being displayed.
    Is there a way to make it show file size?  Or some workaround?
    And are there any best practices to reduce file size aside from using symbols for anything that's used more than once and reducing image and sound quality?
    Thanks

    I was actually using the term pretty loosely.  I'm building a Gaia site which works by loading an Index page, then a Nav (navigation) page on top of that, and then lets you load and unload pages as necessary on top of those.
    Since the Nav page never gets unloaded it's a good place to park certain content.  So it's actually my Nav page that's gotten too bloated.  And the coding is handled through a separate Nav.as file (so it's not the first frame of my nav.swf, it's all the varied movie clips I had to incorporate into my Nav.fla
    I'm just looking for a way to identify which MovieClips &  sound files (only have a couple of short ones) and other assets are taking up the most memory so I can see if I can cut those down.
    Also, do unused symbols use up memory or is it only the assets you actually end up adding that count toward file size?
    Thanks

  • Reducing file sizes of multiple PDF's

    Hello everyone,
    I just got hired at a structural engineering company, and we are trying to go "paperless". I am in charge of scanning tons and tons of our old record drawings. We have an old scanner and the PDF's it creates are anywhere between 10,000Kb to 70,000Kb. After I scan every sheet, I am supposed to use the "Reduce file size" option in Adobe Acrobat. I am using Adobe Acrobat 7.0 Professional and I always make the files compatible with 5.0, which reduces the file size by 1/6 - 1/10. I've only been able to reduce 1 sheet at a time, which again, is time consuming. Is there a way I can reduce multiple files at once? I looked online and found an article here: http://help.adobe.com/en_US/Acrobat/9.0/Standard/WS65C0A053-BC7C-49a2-88F1-B1BCD2524B68.w. html, saying that in Adobe Acrobat 9.0, I can select "Apply to multiple" to reduce multiple files. Is there a way I can do it without upgrading?
    Thank you in advance.

    Unfortunately, it's not possible if you're using Acrobat XI. In previous
    versions you can tell an Action to ignore non-PDF files but this feature
    was removed in XI. Also, 35,000 files is way too much for Acrobat to
    process. You need a more robust application for such a batch processing
    task.

  • Reduce file size of Movie Clip

    My swf file is 1.3 MB. It contains a dozen 72dpi images with
    alpha tweening. It is taking awhile to load. Is there a process to
    follow of a free software to reduce the file size?

    The proper way to reduce file size is keep your images
    external and load
    them on demand.
    Dave -
    www.offroadfire.com
    Head Developer
    http://www.blurredistinction.com
    Adobe Community Expert
    http://www.adobe.com/communities/experts/

Maybe you are looking for

  • Modal Page Plugin showing Blank Page.

    Hi All, I am using Skillbuilder modal page 2.0 in APEX 4.2. Whenever I open the modal page, Blank page opens. Can anyone guide me what could be the problem. To open the modal page, I did the following steps. 1. Installed Plugin 2.0 2. From parent pag

  • Cs5 ASSETS panel - dimensions of images?

    Hi! Often need to find out smartly and fast exact dimensions of images I put into the documents for css rules especially. So I need to look up in folder where they exists to remind their dimensions. When looking to the ASSETS panel, where I can easil

  • Ejb on websphere5.0

    dear all : i write projects using jbuilder 9 , websphere application server 5.0. Projects about web application and session bean are ok. but one project about entity bean goes wrong. i use wizards to new entity bean, doing nothing on codes, then i co

  • Fetching data from multiple datasources

    Hi, I want to fetch data from different datasources to a single cube. What would be the pre-requisites for carriying out the activity. Awaiting kind advise. Thanks Edited by: gskitu on Mar 7, 2012 6:51 PM

  • I can't get on Safari!!!

    this is the message I get when I try to go to safari Safari can't connect to the proxy server. Safari can't open the page "http://livepage.apple.com/" because Safari can't connect to the web proxy server (HTTP). To change your proxy settings, open Sa