Ask a Question related to Macromedia Freehand, Design and Development.

  1. #1

    Default large PDF files

    Why is it that when I create a PDF file from a Freehand MX file, 7.3mb, the PDF file ends up being 16.8mb? I am not doing any compression but I am embeding the fonts. I find it hard to believe that this would cause the file to increase by 9mb. Any suggestions / ideas?



    mhillis webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. uploading large files through ASP
      Hi , I have a requirement where i need to upload big files to the server through a web browser. Something like a file upload in mail...
    2. Large CFC Files
      Hi, I was just wondering if I put all the quries as functions in to a single CFC file will that have a substatial performance impact?
    3. Illustrator CS files with large linked files results in large file size
      If I place a large linked Photoshop 7 file (.psd or.eps), say 36 MB, in Illustrator CS and save without embedding the file it takes ages to save and...
    4. Website files seem too large too many
      I was using Publisher 97 to do a small bike club website, address is www.rcst1.org This site in Pub 97 is realatively small, loads quick and was...
    5. Uploading large files
      It's in the web config... <httpRuntime executionTimeout="2400" maxRequestLength="131072" /> There's a practical limit as well. The...
  3. #2

    Default Re: large PDF files

    Any linked images?

    "mhillis" [email]webforumsuser@macromedia.com[/email] wrote:
    > Why is it that when I create a PDF file from a Freehand MX file, 7.3mb, the PDF file ends up being 16.8mb? I am not doing any compression but I am embeding the fonts. I find it hard to believe that this would cause the file to increase by 9mb. Any suggestions / ideas?
    >
    >
    >
    Rich Hudgins Guest

  4. #3

    Default Re: large PDF files

    Its impossible to say why your particular file has expanded, but the
    following are often the causes:

    1. FH files, since FH10, are not only Binary files, but are also compressed
    using algorythms similar to those used in ZIP and SIT archives. PDF files
    are not compressed and can sometimes be ASCII. ASCII files are larger that
    Binary versions.

    2. The PDF format is very limited as to what advanced graphic concepts it
    understands. Therefore, may advanced objects must be "disassembled" in the
    PDF which can make them largers. FH's Lens Fills, Brush Strokes, Vector
    Effects, Raster Effects, Graphic Symbols, and Master Pages are all very
    effecient advanced graphic constructs that PDF doesn't understand. These
    must all be converted to less effecient constructs when output as PDF.

    3. The PDF format has limitations on the format of bitmap images. Compressed
    bitmap formats like JPEG and PNG are converted to uncompressed formats,
    generally TIFF, in the PDF.

    The above rules generally apply to all flavors of PostScript output (EPS,
    DCS2, PDF, and PS Printing) and to most other metafile export formats (AI,
    WMF, EMF, SWF, ...).

    David W Gangwisch
    Software Design Engineer - FreeHand
    Macromedia, Inc.

    "Rich Hudgins" <rich@nospam-weiss-associates.com> wrote in message
    news:bqfl5k$dkt$2@forums.macromedia.com...
    > Any linked images?
    >
    > "mhillis" [email]webforumsuser@macromedia.com[/email] wrote:
    >
    > > Why is it that when I create a PDF file from a Freehand MX file, 7.3mb,
    the PDF file ends up being 16.8mb? I am not doing any compression but I am
    embeding the fonts. I find it hard to believe that this would cause the file
    to increase by 9mb. Any suggestions / ideas?
    > >
    > >
    > >
    >

    david gangwisch Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139