Difference between Windows and Mac versions

Could anyone tell me whether the files generated by the Mac version of In-design stricly identical to the *.indd and other files (templates, libraries) generated under Window? If not, what are the differences? Thanks in advance for any help.

There is no significant difference, but they will not be bit-for-bit identical.
For instance, the INDD file format records which version and platform of InDesign created the file, so that small piece of information will certainly differ. Also, historically, when Macs used non-Intel processors with different byte order, ID may have stored some numbers in reversed byte order. But since everything is Intel now, that's not an issue.
In any case, there is 100% compatibility between both platforms. Mac ID can read Windows ID and vice versa.

Similar Messages

  • What is the difference between Windows and Mac formating?

    Hello guys!
    My question is in subject, just wondering what is real difference and what kind of restrictions in usability i could expect?
    Thanks,
    Ivan

    Mac OS X uses a file system that it inherited from Mac OS called HFS Plus. HFS Plus is a metadata-rich and case preserving file system. Due to the Unix roots of Mac OS X, Unix permissions were added to HFS Plus. Later versions of HFS Plus added a journal to prevent corruption of the file system structure and introduced a number of optimizations to the allocation algorithms in an attempt to defragment files automatically without requiring an external defragmenter.
    Filenames can be up to 255 characters. HFS Plus uses Unicode to store filenames. On Mac OS X, the filetype can come from the Type code stored in file's metadata or the filename.
    HFS Plus has three kinds of links: Hard links, Symbolic links and Aliases. Aliases are designed to maintain a link to their original file even if they are moved or renamed.
    FAT32
    In order to overcome the volume size limit of FAT16, while still allowing DOS real-mode code to handle the format without unnecessarily reducing the available conventional memory, Microsoft decided to implement a newer generation of FAT, known as FAT32, with cluster counts held in a 32-bit field, of which 28 bits are currently used.
    In theory, this should support a total of approximately 268,435,438 (< 228) clusters, allowing for drive sizes in the range of 2 terabytes. However, due to limitations in Microsoft's scandisk utility, the FAT is not allowed to grow beyond 4,177,920 (< 222) clusters, placing the volume limit at 124.55 gigabytes, unless "scandisk" is not needed [3].
    FAT32 was introduced with Windows 95 OSR2, although reformatting was needed to use it, and DriveSpace 3 (the version that came with Windows 95 OSR2 and Windows 98) never supported it. Windows 98 introduced a utility to convert existing hard disks from FAT16 to FAT32 without loss of data. In the NT line, support for FAT32 arrived in Windows 2000.
    Windows 2000 and Windows XP can read and write to FAT32 filesystems of any size, but the format program on these platforms can only create FAT32 filesystems up to 32 GB. Thompson and Thompson (2003) write[4] that "Bizarrely, Microsoft states that this behavior is by design." Microsoft's knowledge base article 184006[3] indeed confirms the limitation and the by design statement, but gives no rationale or explanation. Peter Norton's opinion[5] is that "Microsoft has intentionally crippled the FAT32 file system."
    The maximum possible size for a file on a FAT32 volume is 4 GiB minus 1 B (232-1 bytes). For most users, this has become the most nagging limit of FAT32 as of 2005, since video capture and editing applications can easily exceed this limit, as can the system swap file.
    (From wikipedia)

  • Quality difference between Windows and Mac

    Well, that's the problem:
    The same song, (Skull and Crossbones by Klaus Badelt), played under my Mac partition or under my Windows partition is sounding different.
    I thought the speakers were broken, but it's not that. Under the Mac iTunes, it sounds horrible, it's distorted and compressed. Equalizer is set the same (Classical), the file is the same, same machine, same application (iTunes 7.6.2), everything is the same. Except the library size. Under Mac it's 13.4 GB, under Widnows only a 100 MB...
    Any ideas?
    Thanks

    Neither version of iTunes will make jewel cases.

  • Difference between PC and mac?

    With the Intel-based macs, we can install Windows on a mac and run it as if it's running on a PC. That leads me to a question. What exactly is the difference between PC and mac? I know they are different on the OS, but that's just on a software level, which I don't think constitutes the difference. The hard drives are formatted differently on both machines, I know, but we can still use the same hard drive for both a PC or a mac, we just have to format it the right way. So what really is the main thing that constitutes the difference between a PC and a mac? Putting it this way, I can run PC on a mac, can I do it the other way round? Can I install a Mac OS 10.5 on a pure PC made by companies like hp or Dell (or I can easily make one on my own) with an Intel Core 2 Duo/Quad processor, and run the machine like it's a mac?

    Allan Eckert wrote:
    While some have managed to hack things so that they can install OS X on a PC, the results have been not very reliable. Generally OS X has many part that do not function properly.
    It doesn't work well because the Mac hardware itself is different from what is found in any other Intel-based computer. Even the CPU's & support chips are not off-the-shelf Intel parts but variants optimized for Macs that are not available to other computer makers or to DIY enthusiasts.
    This is probably why for a time in 2007 the 'fastest Windows notebook on earth' was a MacBook Pro, as tested by PC World, a fact touted for a while in Apple TV ads. (It lost that title to a more conventional Wintel laptop about a month later, but the new champ cost over $5000, had "almost nonexistent" battery life, & weighs over 11 pounds, which should give you some idea of the advantages an Intel-Apple collaboration has over the competition.)

  • Media Foundation Source or H264 / AC3 differences between Windows and Phone 8?

    I've got a working Matroska (MKV) Media Foundation Source for a Windows Store app (PC x86). It will play several different matroska files that contain H264 encoded video and AC3-encoded audio.  It even has seek support.  I've written the app
    as a HTML/typescript Universal app with the MF Source as a C++ dll. 
    The problem is that the same code will not work on Windows Phone 8.  I can play videos that don't require the external MF Source (i.e. MP4 files and AVI files) just fine on both platforms through my app, but the same MKV videos that played on an x86
    PC will not play on Windows Phone 8 (Lumia 920).
    I looked at the specs for the Snapdragon processor and it should be able to support both H264 at 720p resolution and AC3 (2-channel only).  So I don't know what else I need to do to get this to work on WP8.  The audio I'm trying to play is actually
    6-channel, so that made me wonder if it was failing because WP8 supports 2-channel max, but I would have thought the audio just wouldn't work and the video would play normally.
    Does anyone have any suggestions?
    *edit* - just to be more specific, I can parse the file and create the presentation descriptor without errors.  But when I finish opening the file and call the event for that, nothing else happens.  What is weird is that the javascript video player
    never throws the "canplay" event, nor does it throw the "error" event.
    Lee McPherson

    Thanks, not a bad suggestion to try. 
    On my Windows machine, I tried to get the MediaEncodingProfile via the createFromFileAsyc method.  With a known file type, it outputs all properties of the video and audio streams (bitrate, etc).  With an MKV file (container file with H264 video
    and AC3 audio), I only get the type and subtype properties. Everything else is zero or null.  This is because in my MFSource, I only set the type and subtype.  This still allows the video to play on my windows machine.  I assume the
    built-in MFTransform for H264 video-to-uncompressed video parses the stream to get the relevant information.  Likewise for audio.
    On Windows Phone, when querying the file's MediaEncodingProfile, I get the same result. This is telling me that my MFSource will parse the file properly and set the subtypes for video and audio correctly.  Everything else is still null or zero. 
    However, the file does not play.  There is no returned event to the video element that it even *can* play.
    Perhaps, I need to fill in the video and audio stream properties on the Windows Phone version.  I really don't want to because that would mean having to parse some of the underlying video and audio streams themselves, not just parsing the container
    information.  (More work!)  But this is what I mean when I ask about the differences between Windows and Windows Phone... perhaps the WP8.1 & Windows MFTransforms are different? 
    *EDIT* - I do get a JavaScript Console error that I didn't notice before: AUDIO/VIDEO: unknown MIME type.  (VS error code: MEDIA12899)
    Lee McPherson

  • Share iTunes libraries between Windows and MAC

    Hi all i've an wifi via "Base AirPort" i've an HD shared between MAC and Windows sistem via the BASE, the iTunes library that i've stored in the HD is non redable for iTunes on Windows because it need an *.itl file...
    How can i share an iTunes library between Windows and MAC???

    I would like to report back that after struggling for months to get Tune Ranger to work that it is complete rubbish. The first time I tried to sync my libraries (between an empty iTunes library and my existing one) it created duplicates all over the place in my library and generally made a huge mess of everything. The support person (who I suspect is the only person over there) gave me some guff about my id3 tags being corrupt but it was clear that every song that appeared in a playlist was getting duped. Once I fixed this (many weeks later) I tried a one way sync after fiddling with the preferences of Tune Ranger to try to make it work, but it simply wouldn't.
    I don't know if anyway has had success using TR where they are also trying to sync playlists, but if you have, I would certainly like to know what you settings are.

  • What is the difference between ojvm and client versions?

    Changing the java vm from client to ojvm result in the following error:
    Errormessage:
    java.lang.UnsatisfiedLinkError: no UniqueC in java.library.path
    Project Settings -&gt; Configurations -&gt; Development -&gt; Runner -&gt; Virtual Machine -&gt; ojvm FAILS
    Project Settings -&gt; Configurations -&gt; Development -&gt; Runner -&gt; Virtual Machine -&gt; ojvm      RUNS OK.
    Project Settings -&gt; Configurations -&gt; Development -&gt;Paths -&gt;Additional Classpath:
    C:\jars\xerces.jar;C:\jars\UniqueC.dll;C:\jars\log4j-1.2.8.jar
    What is the difference between ojvm and client versions? How can I make ojvm to find UniqueC.dll?
    Various version info:
    Output from program:
    java version:1.4.2_01
    java home:C:\programfiler\JAVA\2sdk1.4.2_01\jre
    java vm version:9.0.3.738 cdov
    Taken from JDeveloper Help About:
    Oracle IDE     9.0.3.10.35
    UML Modelers Version     9.0.3.9.4
    Business Components Version     9.0.3.10.7
    java.version     1.3.1_02
    java.vm.name     OJVM Client VM
    java.vm.version     9.0.3.738 o

    However, Adobe offers extra paid services to create PDF or to export PDF to other formats. You are not required to buy them, however.

  • 2-way Trust Relationship between Windows and Mac Domain

    Hi guys I hope someone can help me.
    Just a quick explanation of what I am trying to do.
    I have an Xserve running OSX 10.5.8 server, which is the OD Master. On that server I’m running Kerio mail server. I have a Microsoft 2003 server running AD.
    The problem is I need to run BlackBerry Enterprise on the Windows server as the BlackBerry need active directory to work.
    Since I have both system already running, I do not want to destroy my open directory just to get the BlackBerry working.
    So what I have tried to do is create a 2-way Trust Relationship between the 2 domains, so the BlackBerry server will talk to the Kerio mail server.
    The trust relationship appears to create fine from the Windows server side, but I’m not able to retrieve LDAP information from the open directory server.
    The creation from the OSX server starts fine automated but then I had to finish it manually.
    Has anyone else here created a 2-way trust relationship between Windows and Mac’s before? Any help on how you did it would be appreciated. Thanks

    Have you checked on when the computer last checked in and changed the computer account password with the domain?  When a computer changes it's password, Active Directory will store only the current password and it does not expire.  The workstation
    will store both the current password and the previous password.  This for cases when you may restore Active Directory to a point before the computer password change.  
    To handle this, the workstation will try it's current password, then it's previous.
    If you're restoring the workstation to a previous point in time, you may be rolling the stored passwords back too far for Active Directory to accept.  I would only imagine this to be the case a handful of times if you're going back 1-2 days.
    Are you experiencing 100% failure?

  • Migrate Collections between Win and Mac versions of Bridge

    Would like to know if it is possible to migrate Bridge collections between Windows and Mac machines.
    On the two respective main machines one or two of the the root folder names differ, but the subfolder structures are the same.
    In addition, both machines can access other resources from a common USB drive, so that any collections of images from that drive will have identical paths.
    Would like to avoid repeating the collection-building process if it is possible to migrate the data from one machine to another.
    Please let me know what is possible.

    You could just copy the photos from one machine
    to another and then let the cache build.  You have to make sure you export the XMP files along with the photo or you will lose edits and some info.
    If you can move them with Bridge this is the best bet to keep all the pieces together.  If you are using just central cache you will have to explore the option of "export xmp files"in one of the dropdown boxes.  Not at a computer with Bridge on it..

  • Hi, I need to import contacts from windows outlook to MAC outlook. I need the field mapping document between windows and mac outlook.

    Hi, I need to import contacts from windows outlook to MAC outlook. I need the field mapping document between windows and mac outlook.

    Then I suggest you post your question the Microsoft Mac forums since it's their products you're having trouble with
    http://answers.microsoft.com/en-us/mac

  • What is the difference between paid and unpaid versions of adobe reader

    What is the difference between paid and unpaid versions of adobe reader

    However, Adobe offers extra paid services to create PDF or to export PDF to other formats. You are not required to buy them, however.

  • Differences between standard and pro versions

    I was reading the comparision of these two Acrobat versions and for Pro it says:
    Edit and enhance photos to add to your PDF communications with Adobe Photoshop® CS5.
    Quickly transform static PowerPoint slides into compelling, interactive PDF presentations with Adobe Presenter       
    Rapidly combine screen recordings, narration, video, slides, and more into a rich media experience with Adobe Captivate® 5
    Does that mean that the Pro version includes Photoshop, Presenter and Captivate programs as well? Or, what are the differences? As an aside, the new look and feel of the Adobe website is confusing at best. Seems geared to being flashy, not useful.
    Regards, David

    Acrobat does not included those other packages. One of the pages that always struck me funny (maybe I have a twisted mind) but has this artistic background is the updates page. The background looks like a lacy bra to me. It is the first thing that comes to mind every time I see it. That is a problem with abstract images (that are typically unnecessary and waste bandwidth), that a lot is in the eye of the beholder. Actually, I have heard from many others that also see the bra.
    OK, back to Acrobat. There are several aspects of Acrobat that allow you to have links to the other products built in, but they are not included. The page at http://www.adobe.com/products/acrobatpro/buying-guide.html?promoid=JIJYS provides some info, but a lot is missing. For instance there are differences with PDF Optimize and Reduce File Size I think (sorry, I do not have Std to check). One important one that is part of pro is the preflight option. Apparently Std does not include portfolios or allow PDF comparison according to the chart.
    If you are into forms, then Std apparently will do them as AcroForms (my preference, partially because of familiarity), but does not include Designer if that was your preference. Some of the enabling for Reader is not available in Std. Also, Std does not allow embedding Flash. Std is limited for some of the products that include PDF Maker (not a big one for me, but might be important to you).
    That is a quick summary based on the chart. However, be aware there are some other features that the chart does not seem to cover. For the difference between Std and Pro, I would suggest getting Pro. The big hit is the initial cost of the product, not the step up to Pro. In a business plan consider the time that might be wasted trying to do some of the things in Pro that are not in Std. Those are the types of issues to consider. Many folks consider the cost to be large, and for a small business it is. However, in the long term it may be worth the cost.
    Keep in mind that many large CAD packages in engineering run about $30,000 for a single license, half the cost of the engineer that would use it. Some other tools are about $15,000. In that view, Acrobat is cheap (except for cheapskates like me).

  • ITunes 9 - Using 'Home Sharing' between Windows and Mac libraries

    I have my main iTunes music library stored on my Windows 7 PC. It is currently around 200Gb in size, so pretty large.
    I want to be able to use 'Home Sharing' in iTunes 9 to access this library on my Macbook over my home wireless network.
    I don't, however, want to copy the music files themselves over to this laptop, but simply access the library over the network, and play them via either iTunes 9 or Front Row.
    I would appear that the Windows and Mac 'iTunes Library' xml files are incompatible. I can't 'Alias' the Windows library on the MacBook for this reason. Does 'Home Sharing' eliminate this problem? Is there a way of accessing the library on the Windows PC without copying all of the files over to the MacBook?
    I want to maintain a single library (which is often changing with new podcasts etc), rather than 2 libraries which I have to keep in sync.
    Does anybody have any ideas on this one? I'm sure I am not alone in having this problem.
    Here's hoping...:)

    Welcome to the Apple Community arifbangash.
    So far as I can tell you have settle homesharing correctly.
    The following article(s) may help you.
    Troubleshooting Home Sharing
    Troubleshooting Wi-Fi networks and connections
    Recommended Wi-Fi settings
    Wifi Diagnostic Software (for Mac users)
    You may also find some help on this page, where I’ve collected some of the more unusual solutions to network issues.

  • Missing files in catalog shared between Windows and Mac

    I switch between using Elements 12 on a Mac (Mountain Lion) and a Windows 7 machine while managing a common catalog.  The catalog and media are stored on an external USB 3.0 disk drive attached to whichever machine I am using to work.
    This setup works fine except that on computer #1, the Organizer “loses” media files computer #2 has worked with, and vice versa.  The problem seems to be in the way Elements stores the media file location.
    Example:
    My external catalog and media drive is named “JS” and assigned drive letter G: on the Windows machine.
    File “IMG_0310.JPG” is stored in directory “2007 08 18”.
    On the Windows machine the location seen in the Elements Organizer Information panel is “G:\2007 08 18\”.
    Using the Mac, Elements reports the file as missing, finds it, and changes the file location to “\Volumes\JS\2007 0818\”.
    Returning to the Windows machine, the problem repeats itself and corrects the file location to use Windows-style path names.
    This wouldn’t be so bad if Elements was faster reattaching missing files, but the search for the first few reconnects takes a very long time and the whole process grows longer the more work I did on the other machine.   This is a major annoyance and time drain.
    Elements documentation promotes the use of an external drive for sharing.  Someone else must have run into this same problem.  Is there a way to configure Elements to overcome the file location problem?
    Thanks!
    [edit]
    I realize PSE 12 is new and many are still on PSE 11.  Is anyone using PSE 11 experiencing this issue?

    Thank you for the response!
    Looking at volume_table there are indeed two entries for the external drive (rows 3 and 5):
    The Windows entry on row 3 shows the correct volume serial number in decimal as assigned when the drive was formatted.  The hex version is 7A85-0647.  The Mac entry on row 5 shows a serial number that doesn't make sense from a Windows or Mac perspective.
    This is interesting but I'm not sure what to do with this information.  It may not be a bug.  It would make sense from a development viewpoint to use the serial number to uniquely identify the drive and have separate entries for each OS tied together by that serial number, allowing the drive path to differ by OS.  Although, in this case the serial numbers do not match.  Maybe the Mac and Windows versions of PSE 12 are retrieving two different serial numbers and therefore do not see the drive as the being the same, which would be a bug.

  • Differences between US and UK versions???

    Hi.
    I'm about to buy a Black MacBook and am wondering about the differences between the 2 versions.
    I know the keyboard layout is slightly different. The UK version has a £ key and the enter key and "\" keys are re-configured. I'm also aware of the region coding on the DVD drive but once it's changed (first played movie) that won't be an issue. Are there any other obvious differences that I need to be mindful of?
    Thanks

    The slide on plug for the MagSafe adapter is different. Depending on where your going to use it you will need the correct plug adapter for it.

Maybe you are looking for