When .ai files are actually PDFs

So, in an earlier thread today, AI or EPS?, Wade questioned whether .AI files are really PDFs.
I did a survey just now with Illustrator CS5 (15.0.2) on Mac OSX, on a document with a single letter 'p' (400pt Myriad Pro Regular). Saving in all current and historical Illustrator formats:
Bytes
Format
"file" output
226448
PDF
PDF document, version 1.5
927086
CS5.ai
PDF document, version 1.5
918678
CS4.ai
PDF document, version 1.5
924026
CS3.ai
PDF document, version 1.5
924062
CS2.ai
PDF document, version 1.4
1267139
CS.ai
PDF document, version 1.4
1196072
10.ai
PDF document, version 1.4
1102797
9.ai
PDF document, version 1.4
249039
8.ai
PostScript document text conforming DSC level 3.0
7179
3.ai
PostScript document text conforming DSC level 3.0
Now, I realize you might not trust the "file" program... If you're not familiar with it, according to the manpage:
file tests each argument in an attempt to classify it.  There are three sets of tests, performed in this order:  filesystem tests, magic tests, and language tests.  The first test that succeeds causes the file type to be printed.
But it just does some crude (and not-so-crude) pattern matching.
You can also run some reports in Acrobat Pro. For instance, running "Report PDF Syntax Issues" produces two identical reports, except the AI version has a Color space section (different uuids, diffrent embedded subset font names, etc.). That's not very helpful.
Browsing the PDF contents does show some more information. Indeed, half of the file size difference is color space information, though I'm not sure what the other half is:
There are other subtle differences.
Convinced yet?

No one's harmed as we all know this since forever.
It is wel documented on the forum.
By not saving it with the pdf option check reduces the size a great deal many users use it to save master files and then do a save as with the option turned on when they place it in another application.
In case you are not familiar with this option turned off and printed to a postscript printer the file will print properly even if it does not display the right way.
At least that is my understanding.

Similar Messages

  • How do I set up InDesign cross-document Text Anchor Hyperlinks so that when the files are moved, they remain active?

    I’m combining several InDesign files into one PDF, with several hundred text links across the different sections, as well as within each. The cross-document (section) Text Anchor Hyperlinks work fine in my workspace - but when I change the file location, they are no longer active (other links, bookmarks remain intact).
    How do I set up InDesign cross-document Text Anchor Hyperlinks so that when the files are moved, they remain active? 

    They seem to be a lot of extra work, and I don't see what the additional benefit is. I have several hundred links to do. I would appreciate learning what the benefit is, as I don't mind the extra effort if it will deliver the desired results.

  • File corruption on SDCard when multiple files are being written from WinCE 6.0R3

    We currently have file corruption problems which we have been able to reproduce on our system which uses WinCE 6.0R3. We have an SDCard in our system which is mounted as the root FS.  When multiple files are being written to the file system we occasionally
    see file corruption with data destined from one file, ending up in another file, or in another location in the same file.  We have already written test SW that we have been able to use to reproduce the problem, and have worked with the SDCard vendor to
    check that the memory controller on the card is not the source of the problems.
    We know that the data we send to WriteFile() is correct, and that the data which eventually gets sent through the SDCard driver to the SD card is already corrupted.
    We believe that the problem is somewhere in the microsoft private sources between the high level filesystem API calls and the low level device calls that get the data onto the HW.
    We have confirmed that the cards that get corrupted are all good and this is not a case ofpoor quality flash memory in the cards. The same cards that fail under WinCE 6.0R3 never fail under the same types of testing on Windows, Mac OX, or linux.  We
    can hammer the cards with single files writes over and over, but as soon as multiple threads are writing multiple files it is only a matter of time before a corruption occurs.
    One of the big problems is that we are using the sqlcompact DB for storing some data and this DB uses a cache which get's flushed on it's own schedule. Often the DB gets corrupted because other files are being written when the DB decides to flush.
    So we can reproduce the error (with enough time), and we know that data into the windows CE stack of code is good, but it comes out to the SDcard driver corrupted.  We have tried to minimize writes to the file system, but so far we have not found a
    way to make sure only one file can be written at once. Is there a setting or an API call that we can make to force the OS into only allowing one file write at a time, or a way of seeing how the multiple files are managed in the private sources?
    Thanks
    Peter

    All QFE's have been applied we are building the image so we have some control.
    I have build an image which used the debug DLL's of the FATFS and I have enabled all of the DebugZones.  The problem is still happening. From the timings in the debug logs and the timestamps in the data which corrupts the test file I have been able
    to see that the file is corrupted AFTER the write is complete. Or at least that's how it seems.
    We finished writing the file and closed the handle. Then more data is written to other files. When we get around to verifying the file it now contains data from the files that were subsequently written.
    What I think I need to do is figure out in detail how the two files were "laid down" onto the SDCard.  If the system used the same cluster to write the 2 files then that would explain the issue.

  • How to reference a set of Flash-protected f4v files in a manifest when the files are on Cloudfront?

    I have: a self-created AMS 5.0 running on Amazon.
    Using latest OSMF player.
    I'm Using EZDRM for Flash Access protection.
    I have a dynamic bitrate f4m created with the F4F packager. It contains data for three bitrates.
    I know that my S3 bucket and Cloudfront distribution are generally working because I can play a set of non-drm files using a RTMP-style manifest
    I am successfully  issuing the license and playing the videos using that manifest when the files are located on the AMS itself.
    The working call to the manifest is this: http://media.blah.com/vod/BlahBlah/Blah.f4m
    I think the relevant portion of the manifest is this:
                      streamId="Blah-1000" 
    url="Blah-1000"
    bitrate="1000"
    bootstrapInfoId="bootstrap4543"
    drmAdditionalHeaderId="drmMetadata8495"
    I think the correct way to approach this it to leave the manifest on AMS and manually change the url in the manifest for each video file
    I've tried changing the url in the manifest to point to the cloudfront location
    http://blahblah.cloudfront.net/cfx/st/mp4:Blah
    But I simply get back: "We are unable to connect to the content you requested."
    Your guidance greatly appreciated.
    Ken Florian

    Hi,
    I created a project (JDeveloper) with local xsd-files and tried to delete and recreate them in the structure pane with references to a version on the application server. After reopening the project I deployed it successfully to the bpel server. The process is working fine, but in the structure pane there is no information about any of the xsds anymore and the payload in the variables there is an exception (problem building schema).
    How does bpel know where to look for the xsd-files and how does the mapping still work?
    This cannot be the way to do it correctly. Do I have a chance to rework an existing project or do I have to rebuild it from scratch in order to have all the references right?
    Thanks for any clue.
    Bette

  • AppleScript to skip Automator workflow step - when no files are provided

    My current Automator workflow:
    Get Specified Finder Items (path to folder auto-populating with images from a camera)
    Get Folder Contents
    Sort Finder Items - by Creation Date in descending order (gets oldest item first)
    Limit Number of Items - Limit to First 1 items
    Move Finder Items (If no items are passed to this step skip it)
    Loop - Automatically; Stop after 20 minutes; Use the original input
    What I am trying to accomplish:
    I'm trying to write an AppleScript to skip the "Move Finder Items action" when it is not supplied with any files (from the previous workflow step), moving on to the next step which is a loop to begin my workflow again.
    Big picture:
    I have a workflow, where I am moving files from one folder to another folder (one at a time). When the input folder is empty, Automator comes back with "No item references were passed to the Move Finder Items action (-50)"; which it should - because it is not passed any files. I would like to ignore this error (or skip this step) and continue with the workflow if no files are provided to the "Move Finder Items action". I currently have an AppleScript (see below) that stops the workflow when this error occurs, but I would like to have this flow continue, not stop.
    AppleScript:
    on run {input, parameters}
              if input is {} then error number -128 -- 'user cancelled'
              return input
    end run
    Please help me create a script to skip this step, or to restart the Automator workflow when no files are passed to  the "Move Finder Items action".

    I'm not aware of a way to do this with a workflow saved as an application, but Automator is scriptable, so you can manipulate a workflow document.  For an example, build the follwing workflow:
    Ask for Text (just to get some input)
    Run AppleScript:
    on run {input, parameters}
      set currentAction to index of current action of front workflow -- the most recent completed action
      if input is {} then -- if no input then disable the following action
        tell Automator action index (currentAction + 2) of front workflow to set enabled to false
      else -- enable it
        tell Automator action index (currentAction + 2) of front workflow to set enabled to true
      end if
      return input
    end run
    Ask for Confirmation (just to show a dialog when enabled - this action will be enabled/disabled based on the text input)
    Loop
    You can also use action names, but I think it is less confusing to use indexes, since names can be edited and an action can be used more than once.

  • Some CGM graphics do not appear when FrameMaker files are converted to PDF

    CGM files are exported from ISO (Arbortext Isodraw 7.0 CadProcess) files. Then they are imported into Adobe FrameMaker 7.2, where all elements of the illustration are visible and can be printed. The FrameMaker FM file is converted to a PDF file using the Adobe PDF converter function of Frame. When the PDF file is opened by Adobe Acrobat 8,0 Professional, some, but not all of the illustrations in the file exhibit this problem (The callouts and other text may appear, but the lines, curves, etc. do not). The illustration prints the same way it appears on the screen. When exporting the ISO file as a CGM, the following selections are made.
    When importing file into Frame, "Import by Reference" is selected.
    When creating PDF in Frame, the following selections are made.
    Any Suggestions would be greatly appreciated. Thanks very much.

    Thanks, Michael.
    I will give it a try.
    Avox Systems Web Site: http://www.avoxsys.com
    AVOX SYSTEMS
    AIRCRAFT SYSTEMS
    Rick Barusic
    Senior Technical Writer
    225 Erie Street - Lancaster, NY 14086 - USA
    Tel: 716-686-1706
    [email protected]
    http://www.zodiacaerospace.com
    The information transmitted is intended only for the person or entity to
    which it is addressed and may contain confidential and/or privileged
    material. Any review, retransmission, dissemination, or other use of or
    taking any action in reliance upon this information by persons or entities
    other than the intended recipient is prohibited. If you received this in
    error, please contact the sender and delete the material from any
    computer.
    From:   MichaelKazlow <[email protected]>
    To:     rick barusic <[email protected]>
    Date:   11/24/2010 10:32 PM
    Subject:        Some CGM graphics do not appear when
    FrameMakerfiles are converted to PDF
    First you should update to the latest version of Acrobat 8, since you say
    you are running Acrobat 8, you should update to 8.2.5. Update your
    FrameMaker to 7.2p158. Those two steps might do the trick. If that fails
    try using a different settings file. Perhaps High Quality or Press
    Quality. I would never use Standard for anything where fidelity is
    important.

  • How to open a pdf package in browser when multiple files are bound together.

    Hi,
    I have to open a pdf package in browser that contains multiple pdf files any suggestions will help me a lot.
    Thanks.

    It shows me a page says "Multiple files are bound together in this PDF package"

  • Strange color change in graphic when ID file exported to pdf  ID CS3

    I open a pdf of some special graphic or scientific equation in Photoshop, put it into grayscale, discard layers, and save as a Tiff. I then import it into a two-color InDesign document. With the selection tool, I choose a swatch of one of the two colors in the document at 10% tint, to be a background color (where there is no content in the Tiff). With the direct selection tool I then choose from the swatches the other color of the two-color document for the actual content of the graphic (text, drawing, etc.). On-screen this looks exactly as it should. However, when I export the InDesign file as a pdf, the color of the background of the graphic is a 10% tint of the second color, not the first color. I have tried redoing the graphic in Photoshop in different ways, but no matter what I do the export to pdf from InDesign changes the color of the background of the graphic to the other color. How can I fix this problem? I am on a new MacBook, 2.4 GHz Intel core 2 Duo; 4 GB 1067 MHz DDR3 memory; OSX 10.5.6.

    mrgoodguy_in wrote:
    I previously posted this issue in InDesign forum, where I was said that it seems to be Acrobat issue. Therefore I am posting here.
    Thanks in advance
    Well this is the Reader forum. You cannot check colors using Reader. Are you using Acrobat? If so, you will want to ask in the Acrobat forum for your OS. Good luck.

  • Can I get a notice when the files are downloaded by the recipient? And other issues...

    The older SendNow app notifies me by email whenever I have successfully sent a file, and another email when the recipient has downloaded the file.
    With Adobe Send, I get only an email notice that the recipient has "viewed my shared files" which is kind of vague. I would like to know for certain that the client has actually downloaded the file. I know that I can log into the Acrobat site and "View Full Activity" for each file transfer, but it would be great to get an email notice or a text message.
    I hate to say it, but I still feel like we have taken a step backwards with this app, compared to SendNow. It is nice that the recipient can preview the file before downloading it. That seems to be the only benefit so far that I can see. But not having a memorized email address book can make the process very tedious.
    Another minor frustration: Whenever I log in to the Acrobat or SendNow site, there is a box that asks if I want to 'Stay signed in'. I click it every time since this is my own private computer, but I always have to log in anyway.
    When the Adobe Send app first launched, I had problems with it failing. It was VERY frustrating because the status bar would seem normal until the very end before kicking out a fail notice. It happened mostly with larger files or with multiple files. So, I would wait a long time only to have to do it all over again. the entire process would fail.  For example, if I sent six large files, and only one of the files was problematic, the entire transaction failed. The app would not identify the specific failed file. Why couldn't the app allow the good files to go through? I have no idea if this is resolved, but because of this, I have only used the SendNow app.
    well, is anyone there??

    Is working on FCE projects while all the video files are saved on an external drive a bad idea?
    Not at all. This is the correct way to work with a laptop.

  • Acrobat 10 crashes when excel files are used in the Merge Files function

    When using the Combine Files into a PDF function of Acrobat 10, Acrobat constantly crashes the moment it encounters and excel file in the list of files to be merged. So far the only way to fix this has been to export the excel file, from Excel 2013, as a PDF and then merge with that, but that can't be the only solution. Anyone have any luck with this or is it just an innate problem with Acrobat 10 and Office 2013. I should also mention both Office and Acrobat are on their latest updates and this is on a Window 7 64 bit system.

    Acrobat X PDFMaker (involved in the "combine" process) does not support Office 2013.
    See:
    Compatible web browsers and PDFMaker applications
    Be well...

  • "In Adobe Standard, when combining files into one pdf, how do I keep the original date"?

    I converted multiple emails into a pdf file.  After opening the pdf file, I wanted to combine the files into one pdf however once combining the files, the date modified of the files changes to the current date.  How do I preserve the original dates of the emails when combining the files?

    Hi Softball ,
    Thank You for posting on the forums. Apparently there is no such feature that would help you to achieve this.
    Thanks,
    Vikrantt Singh

  • Out of memory when big files are being sent to N80...

    i downloaded a few big mp3 files (15-20mb) onto my 128 card i got with the phone, as soon as my new 2gb phone came, i didnt have a reader for my pc and my wife said she wanted these songs on her S.E.810i. i sent them over to her using bluetooth (with no probs whatsoever) in the hope i could send them back to my phone with my new 2gb card in. when i try to send them back from the 810i with bluetooth, i get out of memory message but i have next to nothing on phone mem - no vid/images/sound etc. can anyone tell me if i would be right in saying that when i download from my home network the files are temp stored on mem card until you confirm where u want to save whereas bluetooth tries to store on phone mem temporarily first? hope u got all that! if this is the case, is there anyway i can change this? if anyone is still with me, and knows what i am talking about, please enlighten me!! its driving me mad!
    thanks

    1. All messages will be stored/moved to the memory card.
    2. I doubt it. The phone will still save files received via bluetooth in a messaging folder. If this folder is stored on the phone memory there will never be enough space to receive really big files. dmz

  • Screen Goes Dark when No files Are Open

    Hi,
    Since I installed the CS 6, I seem to have a problem with my display going dark whenever Illustrator CS 6 doesn't have opened files, i.e., the application runs, no files are open, and my whole screen's brigthness goes down. It only happens with Illustrator CS 6. When I open a file, the screen goes back to normal. Has anyone had that problem?

    Unfortunately attempts to take a screenshot to show you have resulted in the interface look as it if were at full brigthness so I can't show you (well unless I edit the screenshot after). But basically the whole screen brightness goes dark until I open a new file. And it only happens with Illustrator CS6. I still haven't been able to solve the issue and I can't find anything on the net about that.

  • How to transfer music from iPhone to iPhone when music files are not on computer?

    Dear all,
    I'm having trouble trying to transfer music from one iPhone to another (iPhone 4 to 5s if it matters), when the music files are NOT on my Macbook Pro, which as far as I understand prevents me from transferring music using the iTunes library sync method.
    Is there a way to do this? Like transferring the files to the Macbook Pro first?
    Many thanks in advance.

    Choose transfer purchases in itunes

  • Can I edit FCE projects when the files are on a External HD?

    Hello,
    I've recently reinstalled Snow Leopard. Since I have a clean start, I'm thinking about new ways to manage my video files for FCE editing.
    Video projects take up most of the space on my HD, so I'd like to keep them on an external drive this time.
    Is working on FCE projects while all the video files are saved on an external drive a bad idea? Or will this work out just fine? This way I don't have to first save them to my internal HD, finish the project, move video files to the external HD, and point FCE to where they're saved again. There just on the external HD from the start and while I'm editing the video! I can get a HD with firewire too.
    Thanks.
    Message was edited by: MrChicken

    Is working on FCE projects while all the video files are saved on an external drive a bad idea?
    Not at all. This is the correct way to work with a laptop.

Maybe you are looking for

  • Backing up and restoring an old/classic 80gb ipod

    Hi I have an approx. 6/7 year old 80 gb ipod classic. I have a laptop running Windows 7 and the latest itunes software. I would like to back up my itunes library to a portable external device which I have yet to buy. I have approx 20 GB of music and

  • Animated GIF won't animate or not even show at all

    I have been using animated GIF with no problem so far but now with iWeb 08 sometimes it works with certain GIFs documents or sometimes won't with other GIFs documents. Why ? And what can I do about this ? What is the solution ? Message was edited by:

  • Oracle.jbo.NoDefException: JBO-25002: Definition

    Hi, In my custom webcenter application I created a page with Document Library. If I run in embedded WLS works fine, but when I deploy in remote WLS doesn't work anymore. In remote WLS if a access my page I get this error: oracle.jbo.NoDefException: J

  • 0ORGUNIT hierarchy version assignment problem using BI7 Query Designer

    Dear All, I have a problem with Hierarchy Version for 0orgunit using BI7.0 Query Designer. for activating heirarchy i have selected the hierarchy in  the query designer but version it is not showing , instead of 01 it is showing as #. what may be the

  • Satellitle L755-S5306 display split into 3 screens

    I have a Toshiba Satellite L755-S5306 and have been experiencing a display issue, such that my laptop's screen is split into 3 panels nearly all of the time.  When I initially turn on the computer, the screen looks normal, but when it gets to the scr