File Size Changing

Hi,
I have a PSD file with 3.6 MB. I am saving the file once again as PSD, the file size reduced to 1.6 mb. How could it possible.

No, what you don't realize is that the compatibility setting causes an additional flattened preview to automatically be created and saved inside the PSD file.  Thus, a PSD image file saved with Maximize Compatility will be a good bit larger than one saved without that setting.
-Noel

Similar Messages

  • XML File size changed

    Hi, All:
    I wondering why the XML file size changed after go through DB using CLOB. The original size is 1KB, but after I use the PUT and GET method, the size changed to 8KB. There is a lot of space appened to the content.
    Thanks a lot!

    Can you provide an example of the code you are using for the put / get method. In SQL*PLUS I do not see what you are talking about
    SQL> create or replace directory xmltemp as 'c:\temp'
      2  /
    SQL> drop table xmltest
      2  /
    SQL> host dir c:\temp\testcase.xml
    Volume in drive C has no label.
    Volume Serial Number is 8CC2-E429
    Directory of c:\temp
    02/01/2006  04:48 AM             1,174 testcase.xml
                   1 File(s)          1,174 bytes
                   0 Dir(s)  23,780,163,584 bytes free
    SQL> --
    SQL> host type c:\temp\testcase.xml
    <PurchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xfiles:8080/home/SCOTT/poSource/x
    sd/purchaseOrder.xsd">
            <Reference>EABEL-20030409123336251PDT</Reference>
            <Actions>
                    <Action>
                            <User>EZLOTKEY</User>
                    </Action>
            </Actions>
            <Reject/>
            <Requestor>Ellen S. Abel</Requestor>
            <User>EABEL</User>
            <CostCenter>R20</CostCenter>
            <ShippingInstructions>
                    <name>Ellen S. Abel</name>
                    <address>300 Oracle Parkway
    Redwood Shores
    CA
    94065
    USA</address>
                    <telephone>650 506 7300</telephone>
            </ShippingInstructions>
            <SpecialInstructions>Counter to Counter</SpecialInstructions>
            <LineItems>
                    <LineItem ItemNumber="1">
                            <Description>Samurai 2: Duel at Ichijoji Temple</Description>
                            <Part Id="37429125526" UnitPrice="29.95" Quantity="3"/>
                    </LineItem>
                    <LineItem ItemNumber="2">
                            <Description>The Red Shoes</Description>
                            <Part Id="37429128220" UnitPrice="39.95" Quantity="4"/>
                    </LineItem>
                    <LineItem ItemNumber="3">
                            <Description>A Night to Remember</Description>
                            <Part Id="715515009058" UnitPrice="39.95" Quantity="1"/>
                    </LineItem>
            </LineItems>
    </PurchaseOrder>
    SQL> --
    SQL> create table xmltest of xmltype
      2  /
    SQL> insert into xmltest values (xmltype(bfilename('XMLTEMP','testcase.xml'),nls_charset_id('AL32UTF8'),null,1,1))
      2  /
    SQL> commit
      2  /
    SQL> select dbms_lob.getLength(value(x).getClobVal())
      2    from xmltest x
      3  /
                                         1193
    SQL> set long 100000
    SQL> set echo off
    SQL> set pages 0
    SQL> set lines 150
    SQL> set heading off
    SQL> set feedback off
    SQL> set trimspool on
    SQL> spool c:\temp\testcase.xml.out
    SQL> --
    SQL> select object_value
      2    from xmltest
      3  /
    <PurchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xfiles:8080/home/SCOTT/poSource/x
    sd/purchas
    eOrder.xsd">
      <Reference>EABEL-20030409123336251PDT</Reference>
      <Actions>
        <Action>
          <User>EZLOTKEY</User>
        </Action>
      </Actions>
      <Reject/>
      <Requestor>Ellen S. Abel</Requestor>
      <User>EABEL</User>
      <CostCenter>R20</CostCenter>
      <ShippingInstructions>
        <name>Ellen S. Abel</name>
        <address>300 Oracle Parkway
    Redwood Shores
    CA
    94065
    USA</address>
        <telephone>650 506 7300</telephone>
      </ShippingInstructions>
      <SpecialInstructions>Counter to Counter</SpecialInstructions>
      <LineItems>
        <LineItem ItemNumber="1">
          <Description>Samurai 2: Duel at Ichijoji Temple</Description>
          <Part Id="37429125526" UnitPrice="29.95" Quantity="3"/>
        </LineItem>
        <LineItem ItemNumber="2">
          <Description>The Red Shoes</Description>
          <Part Id="37429128220" UnitPrice="39.95" Quantity="4"/>
        </LineItem>
        <LineItem ItemNumber="3">
          <Description>A Night to Remember</Description>
          <Part Id="715515009058" UnitPrice="39.95" Quantity="1"/>
        </LineItem>
      </LineItems>
    </PurchaseOrder>
    SQL> spool off
    SQL> --
    SQL> set echo on
    SQL> host dir c:\temp\testcase.xml.out
    Volume in drive C has no label.
    Volume Serial Number is 8CC2-E429
    Directory of c:\temp
    06/11/2006  01:53 PM             1,313 testcase.xml.out
                   1 File(s)          1,313 bytes
                   0 Dir(s)  23,780,163,584 bytes free
    SQL> --
    SQL> host type c:\temp\testcase.xml.out
    SQL> --
    SQL> select object_value
      2    from xmltest
      3  /
    <PurchaseOrder xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://xfiles:8080/home/SCOTT/poSource/x
    sd/purchas
    eOrder.xsd">
      <Reference>EABEL-20030409123336251PDT</Reference>
      <Actions>
        <Action>
          <User>EZLOTKEY</User>
        </Action>
      </Actions>
      <Reject/>
      <Requestor>Ellen S. Abel</Requestor>
      <User>EABEL</User>
      <CostCenter>R20</CostCenter>
      <ShippingInstructions>
        <name>Ellen S. Abel</name>
        <address>300 Oracle Parkway
    Redwood Shores
    CA
    94065
    USA</address>
        <telephone>650 506 7300</telephone>
      </ShippingInstructions>
      <SpecialInstructions>Counter to Counter</SpecialInstructions>
      <LineItems>
        <LineItem ItemNumber="1">
          <Description>Samurai 2: Duel at Ichijoji Temple</Description>
          <Part Id="37429125526" UnitPrice="29.95" Quantity="3"/>
        </LineItem>
        <LineItem ItemNumber="2">
          <Description>The Red Shoes</Description>
          <Part Id="37429128220" UnitPrice="39.95" Quantity="4"/>
        </LineItem>
        <LineItem ItemNumber="3">
          <Description>A Night to Remember</Description>
          <Part Id="715515009058" UnitPrice="39.95" Quantity="1"/>
        </LineItem>
      </LineItems>
    </PurchaseOrder>
    SQL> spool off
    SQL> --
    SQL>
    SQL>Also, if I do a WebDav or FTP put/get I do not see a problem either.
    C:\TEMP>ftp
    ftp> open localhost 2100
    Connected to mdrake-lap.
    220- mdrake-lap
    Unauthorised use of this FTP server is prohibited and may be subject to civil and criminal prosecution
    220 mdrake-lap FTP Server (Oracle XML DB/Oracle Database) ready.
    User (mdrake-lap:(none)): scott
    331 pass required for SCOTT
    Password:
    230 SCOTT logged in
    ftp> cd /public/testdir
    250 CWD Command successful
    ftp> rm testcase.xml
    550 /public/testdir/testcase.xml : Not a directory.
    ftp> del testcase.xml
    250 DELE Command successful
    ftp> put testcase.xml
    200 PORT Command successful
    150 ASCII Data Connection
    226 ASCII Transfer Complete
    ftp: 1174 bytes sent in 0.02Seconds 73.38Kbytes/sec.
    ftp> ls -l
    200 PORT Command successful
    150 ASCII Data Connection
    -rw-r--r--   1 SCOTT    oracle      1174 JUN 11 11:01 testcase.xml
    226 ASCII Transfer Complete
    ftp: 68 bytes received in 0.01Seconds 4.53Kbytes/sec.
    ftp> get testcase.xml testcase.xml.out
    200 PORT Command successful
    150 ASCII Data Connection
    226 ASCII Transfer Complete
    ftp: 1174 bytes received in 0.00Seconds 1174000.00Kbytes/sec.
    ftp> !dir testcase.xml
    Volume in drive C has no label.
    Volume Serial Number is 8CC2-E429
    Directory of C:\TEMP
    02/01/2006  04:48 AM             1,174 testcase.xml
                   1 File(s)          1,174 bytes
                   0 Dir(s)  23,780,032,512 bytes free
    ftp> !dir testcase.xml.out
    Volume in drive C has no label.
    Volume Serial Number is 8CC2-E429
    Directory of C:\TEMP
    06/11/2006  02:01 PM             1,174 testcase.xml.out
                   1 File(s)          1,174 bytes
                   0 Dir(s)  23,780,032,512 bytes free
    ftp> quit
    221 QUIT Goodbye.
    C:\TEMP>

  • After copying a file from NTFS to HFS volume, file size changed when viewing in Windows

    Hi guys,
    I have a Mac Air running Mavericks on a HFS partition and Windows 7 on a BOOTCAMP NTFS partition. I have some files that I want to read/write from/to both systems. Since OS X can't write NTFS and Windows can't write HFS either, and I don't want to use any 3rd-party tools/drivers, I have to adopt a "stupid" way: in OS X, I copy those files from NTFS to its HFS partition, make changes, then switch to Windows and sync them back to NTFS.
    The problem is, after I copied a file from NTFS to HFS in OS X, it seemed ok. But when I switched to Windows, the very copied file in HFS partition had its size changed (bigger) although I didn't make any changes to it in OS X yet. This happens to almost every file I copied, text and binary. For those text files, I tried to open it with EditPlus in Windows and EditPlus reports the correct size on the status bar.
    How could this happen?

    I am not sure if this is what your seeing but...
    The same unaltered file on two different volumes might use different amounts of disk space. This is because a 'disk' is divided in to 'blocks' and a block (also historically known as a 'sector') is a certain minimum size. So if disk-1 has a block size of 512 bytes and disk-2 has a block size of 1024 bytes then a file containing just 10 bytes will use up twice as much space on disk-2 as disk-1 even though it is the exact same file.
    Beyond that, Macs can add additional information like Spotlight tags, labels, icons, etc. which make a file bigger. If you are modifying a file then presumably that also implies adding additional content e.g. for a Word document more text and this will make it bigger. Also depending on some programs are configured or designed 'deleting' text may only mark it as deleted and not really delete. This can apply to older versions of Word which has a 'Fast Save' feature, new versions have removed this and do a proper delete.
    You would have to give more details like what you are doing to the document, what kind of document, and what the two sizes are.
    Finally, there is one other potential difference, some systems and manufacturers use 1024 as a unit for measuring file and disk sizes, some use 1000. It will be the same number of bytes in each case but 1000 bytes in one case would exactly equal 1MB, and in the other it would be 0.9765MB.

  • Alac file size changes when added to iTunes

    Hello,
    I've converted some FLAC files to ALAC using dbPowerAmp.  The file bit rate remains unchanged.  However, when I add the ALAC files to iTunes, the bit rate shown in iTunes is reduced.
    Example - Alice Cooper, Hello Hurray
    FLAC Bit Rate - 4608 kbs
    Converted ALAC Bit Rate - 4608 kbs
    iTunes ALAC Bit Rate - 3012 kbs
    Any ideas what's going on?
    I'm using iTunes 10.7.0.21
    Thanks.

    Nothing has been changed.
    Sounds like iTunes & dbPowerAmp figure the bit rate differently.
    dbPowerAmp uses the uncompressed file sizeand iTunes figures the compressed file size.
    Since the file is smaller, the bit rate will have to be lower.

  • PDF File Size changes

    I have just upgraded from CS3 to CS5. I set my documents up for print and when saving to pdf small file size the file size have increased dramatically. A typical previous size would have been about 600 to 700k now the files are comming out at about 1.7 mb. I am getting complaints about this from clients. I have tried the save as reduced file size pdf, but it really doesn't make that much difference. Can anyone help?

    Try creating your own job options file in Distiller. You can change the job options setting to reduce the file size as you see fit. You may want to make sure you font subset or you can turn off font embedding entirely. You can make sure your graphics are as small as you feel appropriate.

  • Why do file sizes change when I use "Process Multiple Images" to add watermarks?

    Hi,
    I'm using Elements 11. In order to add watermarks to many JPG pics at once, I use the function "Process Multiple Files".
    I select a source folder and a destination folder, and adds a three digit serial number to each file. I do NOT tick the checkbox marked "Change picture size". After that I define the watermark I want printed on my pics and hits OK. All the files in the source folder are processed and saved, with a new name in the destination folder. Fair and square.
    But. The file size of the new file is heavily reduced, compared to the original. It goes from 10 MB down to 500 KB (in general). Why is that? Is there any way I can prevent it?
    Regards,
    /Mikael Lindgren

    Or you can uncheck the convert files box to save them in their original format, or select one of the lossless formats PSD, BMP, TIF. What is most appropriate depends on what you intend to do with the watermarked versions.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children
    If this post or another user's post resolves the original issue, please mark the posts as correct and/or helpful accordingly. This helps other users with similar trouble get answers to their questions quicker. Thanks.

  • Why do file sizes change between Windows to Mac drive?

    I'm moving a large number of files from a 3TB Windows NTFS external drive to a 3TB Mac OS Extended Journaled external drive.
    Now, comparing the original file to the copy, I'm finding that the file sizes in the Get-Info window are different on many of the files.  (I would say the majority of them.)
    Did something go wrong and do I now have corrupted data across thousands of files?  Or does a NTFS drive calculate size differently as a Mac-formatted drive, even though the files are identical?

    Does it happen on all kind of files, or just txt files?
    Usually, it comes from the fact that Unix (from which OS X closely derives) and Windows don't have the same way of "recording" changing lines in txt files: in DOS and Windows, going to the next line, whether manually when typing or because you imported a txt file made by someone else (or another machine) means using a "carriage return" (yeah, I know, sounds old), where Unix uses a "line feed". 
    A carriage return will first send the carret back to the beginning of the last line you typed in, before switching to the next line so you can resume typing, whereas a line feed will jump to the next line directly. This leads to some invisible extra characters being typed, and since each digit or key press brings its own byte or octet in the balance, your files might end up being heavier under one platform than they were in another.
    The Notepad application in Windows is known for its poor text wrapping (which it makes up for by being a good tool for coding, for the same reason), with the user/writer needing to feed its own carriage returns in the text, when Wordpad is more user-friendly, with better text wrapping, but doesn't show the same flexibility that Notepad has.
    The same principle applies to all txt-based files, hence to .log files too. And log files tend to be created by applications for this purpose or that, without you knowing it.

  • Why does the file size change when put into an iDVD project? And problems with dual layer discs...

    I exported a short video of mine from Final Cut Express and the size of the file came out to 7.3 GB. When I put it into an iDVD project, it says that the file is only 800 MB. I tried just burning it onto a dual layer disc anyway to see if it might still burn at the original file size, but the disc came out unusable for some reason, and obviously hadn't been burned anywhere near full-capacity. So, I tried it again, and the exact same thing happened.
    I guess my first question is: why is iDVD changing the size of the file? I want the quality to be the best it can be, so keeping it at 7.3 GB as opposed to 800 MB is rather important.
    Secondly, why did the dual layer discs come out unusable? I've burned single layer discs before and they haven't been an issue. Also, I know for a fact that the drive can burn dual layer discs, so that isn't the issue.
    Thanks in advance to anyone who can provide me with help on this issue.

    LivelyJamesS wrote:
    I exported a short video of mine from Final Cut Express and the size of the file came out to 7.3 GB. When I put it into an iDVD project, it says that the file is only 800 MB.
    Guessing here but it looks like you edited/exported an SD/DV sequence of about 30 min in FCE. DVD needs to be MPEG-2 so iDVD compresses the original file down to the size that you report.
    LivelyJamesS wrote:
    I guess my first question is: why is iDVD changing the size of the file? I want the quality to be the best it can be, so keeping it at 7.3 GB as opposed to 800 MB is rather important.
    The quality will be what the MPEG-2 compression and the software allow for. MPEG-2 is DVD standard .... there's no way around that.
    LivelyJamesS wrote:
    Secondly, why did the dual layer discs come out unusable? I've burned single layer discs before and they haven't been an issue. Also, I know for a fact that the drive can burn dual layer discs, so that isn't the issue.
    Guessing again but it would seem that you burned a Data DVD instead of a Video DVD which would be unusable by a set-top player. As I said above you can't get around DVD standards.
    If by any chance your video was HD originally you can try to go the Blu-Ray route using Roxio Toast or FCS 3 (discontinued) or FCP X. You will also need a Blu-Ray burner.

  • File size changing when pass through after effects  (180Mb file goes in and comes out 33GB on export)

    im processing a video recorded of an  interview where the lighting was not very good on the interviewee
    im brightening up the light on the interviewees face
    the file was a 180Mb  H.264 file on import 
    when i export the file its coming out at 33GB in size.... im not sure why this is
    i have chosen the default setting "lossless" as the format for export
    i just want the file to export the same size and quality as it was when i imported it
    what options should i choose for this?    AE does not seem to tell me how big the end file will be and it takes 1 hour and half to process this 2 minute interview so it will take me an awfull long time to get to the bottom of this if i try by myself
    thanks

    It doesn't "increase" the file size. You're making a brand new file.
    What you put into After Effects has nothing to do with the resulting file. You can have an AE composition with no footage whatsoever and the resulting file will be much larger than 0!
    After Effects works internally with completely uncompressed pixel data, so no matter what you toss into it, it produces whatever you tell it to produce. As Mylenium points out, you made an uncompressed final file.
    Your original video file is VERY compressed. So, of COURSE uncompressed video is going to look massive by comparison.
    Read Mylenium's link to understand a bit more and go here to learn AE: Getting started with After Effects There are lots of "gotchas" like this that'll bit your butt if you skip this basic training stuff.

  • Saved VI file size changes when data is visible on a graph but not the default value

    If a VI is saved when data is visible on a graph, the file size is larger; even though the default is set to be a blank graph.  I have tested this in LabVIEW 8.6 and 2009.  If you load the larger file, the graph is blank as expected.  If this behavior is by design, it appears odd to me.
    To duplicate the issue:
    Create a blank VI.
    Add a Sine Waveform VI and set the number of samples to 1,000,000.
    Add a Waveform Graph VI that spans the entire monitor and connect it to the output of the Sine Waveform VI.
    Save the VI and note the file size.
    Run the VI.
    Save the VI and compare the size to the original size.
    The VI file size is larger.
    In the Waveform Graph, select “Reinitialize to default value.
    The VI file size returns to It’s original size.

    Your obeservation is correct, and expected behavior.
    This behavior is useful when you have inputs that you would like to set as defaults for the user.
    Obviously, if there is a value to be saved, it will require some memory to store the value.
    If the input is left empty by default, that memory is made available again.
    It may not be easy to think of a good use for this for a graph, but think about for numeric or string controls.
    What if the user isnt sure how they should input a certain parameter or value?
    You could store a default value so they could see how they should input their value.
    Message Edited by Cory K on 09-15-2009 11:12 AM
    Cory K

  • File size changes after color adjustments

    Anytime I adjust/edit a photo in iPhoto it results in a saved image that's half the size of my original. I wanted to bump the contrast and print a photo, but the image goes from 4MB to 2MB after a simple color adjustment. Does anyone know how to stop this?

    Is there anyway to save the copy without a loss in file size
    No. Like I said, it's in the nature of jpegs. Jpeg is a lossy format.
    It seems to be an iphoto issue rather then a jpeg issue.
    Don't think so.
    When I make adjustments to a jpeg in photoshop and save it, the file size is not effected.
    Where are you seeing that reported? I just auto-coloured a jpeg with CS4 and saved it at 9 on Photoshops scale of 12 and the file size reported in the FInder went from 4.5MB to 1.1.
    Regards
    TD

  • File size changes after importing photos

    Quick question here. I've been using iphoto (now using iphoto 8)for a couple years and just noticed that after importing photos (I use a variety of original formats, usually jpeg or raw) the file size in iphoto is a lot smaller than the original (roughly half). First of all, why is this? Is there any way for iphoto to retain the original size? If I try copying a photo out of iphoto, say onto my desktop, the file size remains the same as it was in iphoto. In other words, it doesn't revert back to the original.
    Any idea as to why it would do this?
    Some help would be much appreciated.
    Ads

    Welcome to the Apple Discussions. When a raw file is imported iPhoto creates a jpg version so if you're looking at that and comparing to the size of the raw file, yes it will be smaller.
    If you edit a photo the resulting file will be slightly smaller since there will be one level of jpeg compression added to the file. All subsequent edits will not cause any more compression because the edit instructions are saved in the database file and applied to the file for viewing, printing and exporting. That's why iPhoto calls it nondestructive editing.
    If the photo is portrait oriented and comes from a camera which has the auto-rotate feature iPhoto will create a rotated version and that will contain some jpeg compression.
    Dragging the photo to the desktop will bring the edited version which will be smaller. To get the original file export using the Format=Original setting as Larry has already pointed out.
    If you're worried about image quality unless you will be printing a very large photo you'll be hard pressed to see any degradation in the image.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto (iPhoto.Library for iPhoto 5 and earlier versions) database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger or later), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. There are versions that are compatible with iPhoto 5, 6, 7 and 8 libraries and Tiger and Leopard. Just put the application in the Dock and click on it whenever you want to backup the dB file. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.
    NOTE: iPhoto 8's new option in it's rebuild library window, "Rebuild the iPhoto Library Database from automatic backup" may make this tip obsolete. We'll know when users have occasion to use it and see if that's the case.

  • Target file size changes

    Hi experts,
    In my scenario the file that gets created in the target dir has shown the following pattern.
    Expected size: 250MB
    first the file got created with 4MB size then it went to 0MB n then raised again to 4MB n then again went to 2MB and after few more changes like this, the final size created was 120MB.
    This has happened 2-3 times in the past few weeks and it can not be replicated in the QA/DEV as its very random but a big pain when it happens.
    Plz tell me, what could have caused it?
    what are all the possibilites that need to be considered?
    THANKS n REGARDS
    VJ

    first the file got created with 4MB size then it went to 0MB n then raised again to 4MB n then again went to
    2MB and after few more changes like this, the final size created was 120MB.
    Insufficient disk space can be one of the reasons.....was any other program using the space when the above file was being written?
    Regards,
    Abhishek.

  • Jpeg file sizes changed

    This stumps me. I am using Lightroom 3.3 to import my CR2 files to make my selections and convert to jpegs which I then open in CS5 for basic editing and resizing/crop before I send them to the newspaper I freelance for. Until now I have had no problems, the jpegs were were 2 to 3 meg files and were easily resized to 12 x 8 @ 200dpi for publication. SUDDENLY, my jpeg imports are only about 700KB and cannot be cropped or resized without extreme pixilization. Something got changed and I don't know what. I checked the camera settings and they are fine. I set the jpeg size to 100% in the export dialoge box but the images are still comming into CS5 as 8 x5 inches @ 72 dpi. Anybody help??? I am on deadline. THANKS

    Welcome to the forum!
       Can you give a few more details?  OS?  You should also update to 3.4.1, as it fixes a number of bugs in 3.3, and it's a free update.
    How (and why) are you converting to jpg before opening in CS5?  I can somewhat see doing a convert to jpg first if you are in a hurry, but passing along your entire file to PS will give you more options than doing a jpg.  Of course, LR does basic editing and cropping just fine, it's only if you need to do special things that PS needs to get invoked, so it sounds like you may be doing extra work here.
    Anyway, if you have screen shots of your export to jpg settings, and give us an idea of the steps you use, we can help better!
    Cheers!

  • File size changes when extract page saved

    I receive PDF files with multiple pages that I have to separate.  I use Adobe Acrobat 7.  I open the large file, extract a page and delete it from the larger file, then save the single page with a different name.  I work my way through the large file until all pages are separated.  I have been doing this successfully for a long time.   Today, I received a 870kb file with 24 pages.  Usually the individual pages are around 50kb.  Today, each extracted file was around 300kb.  This made each of the 24 pages well over 10mb when the origial single file was only 870!  This just started happening suddenly.  I have made no changes to settings from the last time I extracted pages this way.   Can anyone help?  This is a huge mystery and needless to say, a huge handicap!  Thanks!

    Thanks much for your reply.  It said that "images" was 55.61% and "X object forms" was 41.10%.  The rest were less than 2% each.  Other PDFs I work with are created by a designer the same way as the ones I had problems with.  For some reason, my Adobe is treating some of them differently when I extract pages.  A single file that was 870kb and 24 pages wound up being about 10mb-worth of 24 individual pages.   Any ideas?  Thanks again!
    Kim

Maybe you are looking for

  • Default value of form

    How can I use a query or custom function to retrieve a forgein key field to be the default value of a field. Also, the types are different. Here is my example: table: addresses address varchar2(100); city varchar2(30); state number(10); table: states

  • Brightcove video through BM

    Hello all, I am having an issue with brightcove media. Brightcove.com provide media for sites like the history channel. When we visit the site, the prview of the video comes up but we can not get the actual videos. It seems to be any site that uses f

  • Xpath expression in Left and Right operand for Receiver determination

    Hi Experts, Is it possible to use an Xpath expression in both the Left and Right operand inside the Receiver determination e.g. (/Message/line/IDNumber = /Message/line/IDNo) Any help will be appreciated. Thank you, Brendon

  • Date Chooser component

    I have a couple of questions about this component. First ...is it possible to style different days on the date chooser. For instance I would like to have days before today's date as disabled but I also want to do something like disabledRanges="{[new

  • Buying upgrade 5 to 6 on lightroom problem

    hi, im from chile, i have a copy of lightroom 5 buyed on amazon, want to upgrade to lightroom 6, but there is no upgrade on amazon, only on adobe web page, if i select it, it say i cant buy it because my credit card an my paypal account are from chil