How do I export images in the correct order?

Hello, this is probably an easy question - how do I export my images in the order in which they were taken? At the moment, the first image I've taken is exported last (so img_6700 is given the name image-099 and img_6799 is given image-001).
I tried selecting the images in different orders and that doesn't seem to help. I'm using Aperture 2.1.2

HI,
when you go to export your images make sure you have the name format set to "current version name"
its in the drop down menu 4th down
D

Similar Messages

  • In iPhoto, how can I export images with the metadata - including the title and caption information - intact as part of the image?

    In iPhoto, how can I export images with the metadata — including the title and caption information — intact as part of the image?

    Check those boxes in the export dialogue - Exporting From iPhoto
    LN

  • Load images in the correct order, needs help..

    I have tried loading in some images in the order of the xml files.. that contain them ..
    they did load in one by one but .. in  random order .. so mabe i am doing too much or too liitle can some one give it asecond look for me ..
    //-- load Xml
    urlLoader.load(new URLRequest("loader_alpabet/loader_alpabet.xml"));
    urlLoader.addEventListener(Event.COMPLETE,xmlReady);
    this.addEventListener(Event.ENTER_FRAME,entFrm);
    // process the Xml and create array of objs
    function xmlReady(evt:Event):void {
         xml=new XML(evt.target.data);
         var xmlListUrls:XMLList=new XMLList(xml.image.url.text());
         var xmlListNames:XMLList=new XMLList(xml.image.name.text());
         var xmlListDescs:XMLList=new XMLList(xml.image.description.text());
         for (var g:Number = 0; g < xmlListNames.length(); g++) {
              imagePack.push({name:xmlListNames[g],url:xmlListUrls[g],desc:xmlListDescs[g]});
              if (xmlListUrls.length()==imagePack.length) {
                   loaderMachine();
    //this is where i position the images
    function entFrm(evt:Event):void {
         if (imageIcons.length>0) {
              for (var g:Number = 0; g < imageIcons.length; g++) {
                   imageIcons[g].x=(centerX+Math.cos(angle+g)*radiusX)-imageIcons[g].width/2;
                   imageIcons[g].y=(centerY+Math.sin(angle+g)*radiusY)-imageIcons[g].height/2;
                   imageIcons[g].scaleX=imageIcons[g].scaleY= ((imageIcons[g].y/150) - 0.5);
                   stage.addChildAt(imageIcons[g], imageIcons[g].scaleX);
                   angle+=speed;
    //-- loader function
    function loaderMachine():void {
         trace(imagePack.length);
         loader = new Loader();
         loader.load(new URLRequest(imagePack[count].url));
         loader.contentLoaderInfo.addEventListener(Event.COMPLETE,imageReady);
    // put image on stage
    function imageReady(evt:Event):void {
         var image:Bitmap = (Bitmap)(evt.target.content);
         addChild(image);
         imageIcons.push(image);
         count++;
         if (count<imagePack.length) {
              loaderMachine();

    ah, I missed the 2nd version of the code
    You have to take the loaderMachine(); call out of the loop, call it after the loop.
    function xmlReady(evt:Event):void {
         xml=new XML(evt.currentTarget.data);
         var xmlListUrls:XMLList=new XMLList(xml.image.url.text());
         var xmlListNames:XMLList=new XMLList(xml.image.name.text());
         var xmlListDescs:XMLList=new XMLList(xml.image.description.text());
         for (var g:Number = 0; g < xmlListNames.length(); g++) {
              imagePack.push({name:xmlListNames[g],url:xmlListUrls[g],desc:xmlListDescs[g]});
          // start loading images
         loaderMachine();
    You're overwriting you loader instance each time you load an image, that's not good if you want it to stick around (display each loaded image).
    So in the method, create a local Loader instance and add it to the Array stack.
    Don't start the enterFrame event handler until all images are loaded.
    You can do so in the imageReady() event handler (check if counter equals array length).
    Don't add event listeners in the enterFrame event handler, you're adding them over and over again.
    So remove these from entFrm()
    imageIcons[g].addEventListener(MouseEvent.MOUSE_OVER,btn_mouse);
    imageIcons[g].addEventListener(MouseEvent.MOUSE_OUT,btn_mouse);
    Don't use Event.target (unless you know what you're doing), use currentTarget instead.
    function imageReady(evt:Event):void {
         var loader:Loader = (event.currentTarget as LoaderInfo).loader;
         loader.addEventListener(MouseEvent.MOUSE_OVER, btn_mouse);
         loader.addEventListener(MouseEvent.MOUSE_OUT, btn_mouse);
         addChild((loader);
         count++;
         if (count<imagePack.length) {
              loaderMachine();
        }else{
              addEventListener(Event.ENTERFRAME, entFrm);
    Don't use Array.length in a loop condition, as this will check the lenght with each iteration, slowing down the loop.
    Set it to a local variable once and use that as the loop condition.
    var len:uint = imageIcons.length;
    for(var i:uint=0; i<len; i++) {}
    Last but not least, you're probably better off using a tween engine rather than an enterFrame event to move things around.
    Look into TweenLite.
    http://blog.greensock.com/tweenlite/
    It now looks like the enterFrame event continues untill you roll over one of the buttons? If so, that can't be good..
    function loaderMachine():void {
         var loader:Loader = new Loader();
         loader.load(new URLRequest(imagePack[count].url));
         loader.contentLoaderInfo.addEventListener(Event.COMPLETE, imageReady);
         imageIcons.push(loader);

  • How to export an album and keep images in the same order in elements 11 mac

    I made an album of my trip to Australia (lots of pictures) and changed the order of the images (not the same as shooting order) and when I export the images in the album to a folder or memorystick, the images are copied to that place but I lost the album order of the images.
    How can I prevent that, without having to renumber al 500 images separatly?
    Gr Jos

    Thanks for the tip, Michel
    It worked like a charm…
    cheers Jos
    Op 28 okt. 2013, om 18:49 heeft MichelBParis <[email protected]> het volgende geschreven:
    Re: How to export an album and keep images in the same order in elements 11 mac
    created by MichelBParis in Photoshop Elements - View the full discussion
    JosU a écrit:
    I made an album of my trip to Australia (lots of pictures) and changed the order of the images (not the same as shooting order) and when I export the images in the album to a folder or memorystick, the images are copied to that place but I lost the album order of the images.
    How can I prevent that, without having to renumber al 500 images separatly?
    Gr Jos
    The order in album is only kept in the organizer database, so the only way not to lose that order is to rename files.
    If you are using the 'export' function, select your album in custom order, select all photos and in the dialog, choose to rename with a common base name.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5794538#5794538
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5794538#5794538
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5794538#5794538. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Photoshop Elements at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Hi there! So I am using Lightroom 3 on a pc and I have ran into an issue when exporting images. The DPI and image size (in inches) that I am selecting during the export process. For example I just exported a collection and set the dpi to 180 and the size

    Hi there! So I am using Lightroom 3 on a pc and I have ran into an issue when exporting images. The DPI and image size (in inches) that I am selecting during the export process. For example I just exported a collection and set the dpi to 180 and the size to 7 inches on the long edge. My exported result is 457 dpi and sized at 3200x2134 pixels.. Any ideas on why this is happening and what I can do to correct it?

    The DPI setting in a digital image has no meaning at all. You need to learn how to calculate what you need in your exported image. The only measurement in a digital image that has any meaning is the number of pixels in each direction. It doesn't matter what you set that DPI to (actually it's PPI or pixels per inch). The image will have the same number of pixels regardless of the setting. If you need an image that is 5 x 7" (for example) at 200 PPI then you would want an image that measured:
    5 x 200 = 1000 pixels
    7 x 200 = 1400 pixels
    So you would need an image that is 1000 x 1400 pixels to have a 5 x 7" image at 200 PPI. The reason your exported image had such a high PPI setting is because you specified the number of inches you wanted the image to be. And there were enough pixels in the image that it calculated out to be that high PPI setting.
    I apologize, I don't explain this very well. But you need to learn to do the math to determine how large you really want your exported images to be.

  • How do I know which is the correct location of the JRE?

    How do I know which is the correct location of the JRE / JVM? What do I add to my PATH environment variable? I'm trying to install Sybase ASE on my Sun Fire v480 SPARC box, but keep getting the below error...
    "A suitable JVM could not be found. Please run the program again using the option -is:javahome <JAVA HOME DIR>"
    So I did the following...
    STEP 01) To confirm that Java is installed, I ran the java -version command. I received the following output...
    bash-3.00# java -version
    java version "1.5.0_17"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_17-b04, mixed mode)
    STEP 02) Then I tried to locate the location of where Java was installed...
    bash-3.00# which java
    /usr/bin/java
    STEP 03) Then I tried to confirm if it was a symbolic link or not...
    bash-3.00# ls -al /usr/bin/java
    lrwxrwxrwx 1 root other 16 Jun 24 01:54 /usr/bin/java -> ../java/bin/java
    STEP 04) The symbolic link doesn't seem to match any of the output below. Which is the correct location / path of Java (JVM / JRE)?
    bash-3.00# find / -name java -print;
    /usr/share/lib/java
    /usr/share/java
    /usr/bin/java
    /usr/sfw/include/mozilla/java
    /usr/include/firefox/java
    /usr/jdk/instances/jdk1.5.0/bin/java
    /usr/jdk/instances/jdk1.5.0/bin/sparcv9/java
    /usr/jdk/instances/jdk1.5.0/jre/bin/java
    /usr/jdk/instances/jdk1.5.0/jre/bin/sparcv9/java
    /usr/jdk/packages/javax.help-2.0/doc/api/com/sun/java
    /usr/java
    /usr/apache/tomcat/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/java
    /usr/apache/tomcat55/classes/org/apache/naming/java
    /usr/apache/jserv/docs/api/org/apache/java
    /usr/j2se/bin/java
    /usr/j2se/bin/sparcv9/java
    /usr/j2se/jre/bin/java
    /usr/j2se/jre/bin/sparcv9/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/activitysupplier/activitysupplier-ejb/src/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/airlinesupplier/airlinesupplier-ejb/src/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/bank/bank-ejb/src/java
    /usr/appserver/samples/webservices/security/web/apps/clientCert/clientCert-share/src/java
    /usr/appserver/samples/webservices/security/web/apps/clientCert/clientCert-war/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-client/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-share/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-war/src/java
    /usr/appserver/samples/xml/apps/dom/src/java
    /usr/appserver/samples/xml/apps/sax/src/java
    /usr/appserver/samples/xml/apps/xslt/src/java
    /opt/staroffice8/share/Scripts/java

    I've been racking my head against the wall, but can't seem to find the solution... I've even installed the latest JRE (in a new location), but still seem to have the same problem. Please see the notes below...
    I installed the latest JRE in /export/home/jvm/jre1.6.0_17/
    bash-3.00# /export/home/jvm/jre1.6.0_17/bin/java -version
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Java HotSpot(TM) Server VM (build 14.3-b01, mixed mode)
    bash-3.00# PATH=/export/home/jvm/jre1.6.0_17/bin:$PATH
    bash-3.00# export PATH
    bash-3.00# echo $PATH
    /export/home/jvm/jre1.6.0_17/bin:/usr/sbin:/usr/bin
    bash-3.00# JAVA_HOME=/export/home/jvm/jre1.6.0_17/bin
    bash-3.00# export JAVA_HOME
    bash-3.00# echo $JAVA_HOME
    /export/home/jvm/jre1.6.0_17/bin
    bash-3.00# env
    HZ=100
    LC_MONETARY=en_CA.UTF-8
    TERM=xterms
    SHELL=/sbin/sh
    LC_NUMERIC=en_CA.UTF-8
    OLDPWD=/export/home/jvm/jre1.6.0_17
    PATH=/export/home/jvm/jre1.6.0_17/bin:/usr/sbin:/usr/bin
    MAIL=/var/mail/root
    LC_MESSAGES=C
    LC_COLLATE=en_CA.UTF-8
    PWD=/export/home/jvm/jre1.6.0_17/bin
    JAVA_HOME=/export/home/jvm/jre1.6.0_17/bin
    EDITOR=vi
    TZ=Japan
    SHLVL=1
    HOME=/
    LOGNAME=root
    LC_CTYPE=en_CA.UTF-8
    LC_TIME=en_CA.UTF-8
    _=/usr/bin/env
    bash-3.00# cd /cdrom/disc1050709/
    bash-3.00# ./setup -console
    InstallShield Wizard
    Initializing InstallShield Wizard...
    Searching for Java(tm) Virtual Machine...
    .........................A suitable JVM could not be found. Please run the program again using the option -is:javahome <JAVA HOME DIR>
    Is there something I'm missing?
    Thank you

  • How do I know which is the correct location of the JVM?

    How do I know which is the correct location of the JVM? What do I add to my PATH environment variable? I'm trying to install Sybase ASE on my Sun Fire v480 SPARC box, but keep getting the below error...
    *"A suitable JVM could not be found. Please run the program again using the option -is:javahome <JAVA HOME DIR>"*
    So I did the following...
    STEP 01) To confirm that Java is installed, I ran the java -version command. I received the following output...
    bash-3.00# java -version
    java version "1.5.0_17"
    Java(TM) Platform, Standard Edition for Business (build 1.5.0_17-b04)
    Java HotSpot(TM) Server VM (build 1.5.0_17-b04, mixed mode)
    STEP 02) Then I tried to locate the location of where Java was installed...
    bash-3.00# which java
    /usr/bin/java
    STEP 03) Then I tried to confirm if it was a symbolic link or not...
    bash-3.00# ls -al /usr/bin/java
    lrwxrwxrwx 1 root other 16 Jun 24 01:54 /usr/bin/java -> ../java/bin/java
    STEP 04) The symbolic link doesn't seem to match any of the output below. Which is the correct location / path of Java (JVM / JRE)?
    bash-3.00# find / -name java -print;
    /usr/share/lib/java
    /usr/share/java
    /usr/bin/java
    /usr/sfw/include/mozilla/java
    /usr/include/firefox/java
    /usr/jdk/instances/jdk1.5.0/bin/java
    /usr/jdk/instances/jdk1.5.0/bin/sparcv9/java
    /usr/jdk/instances/jdk1.5.0/jre/bin/java
    /usr/jdk/instances/jdk1.5.0/jre/bin/sparcv9/java
    /usr/jdk/packages/javax.help-2.0/doc/api/com/sun/java
    /usr/java
    /usr/apache/tomcat/webapps/tomcat-docs/catalina/docs/api/org/apache/naming/java
    /usr/apache/tomcat55/classes/org/apache/naming/java
    /usr/apache/jserv/docs/api/org/apache/java
    /usr/j2se/bin/java
    /usr/j2se/bin/sparcv9/java
    /usr/j2se/jre/bin/java
    /usr/j2se/jre/bin/sparcv9/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/activitysupplier/activitysupplier-ejb/src/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/airlinesupplier/airlinesupplier-ejb/src/java
    /usr/appserver/samples/blueprints/adventure1.0.4/project/apps/bank/bank-ejb/src/java
    /usr/appserver/samples/webservices/security/web/apps/clientCert/clientCert-share/src/java
    /usr/appserver/samples/webservices/security/web/apps/clientCert/clientCert-war/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-client/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-share/src/java
    /usr/appserver/samples/webservices/security/web/apps/xms/xms-war/src/java
    /usr/appserver/samples/xml/apps/dom/src/java
    /usr/appserver/samples/xml/apps/sax/src/java
    /usr/appserver/samples/xml/apps/xslt/src/java
    /opt/staroffice8/share/Scripts/java

    I've been racking my head against the wall, but can't seem to find the solution... I've even installed the latest JRE (in a new location), but still seem to have the same problem. Please see the notes below...
    I installed the latest JRE in /export/home/jvm/jre1.6.0_17/
    bash-3.00# /export/home/jvm/jre1.6.0_17/bin/java -version
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Java HotSpot(TM) Server VM (build 14.3-b01, mixed mode)
    bash-3.00# PATH=/export/home/jvm/jre1.6.0_17/bin:$PATH
    bash-3.00# export PATH
    bash-3.00# echo $PATH
    /export/home/jvm/jre1.6.0_17/bin:/usr/sbin:/usr/bin
    bash-3.00# JAVA_HOME=/export/home/jvm/jre1.6.0_17/bin
    bash-3.00# export JAVA_HOME
    bash-3.00# echo $JAVA_HOME
    /export/home/jvm/jre1.6.0_17/bin
    bash-3.00# env
    HZ=100
    LC_MONETARY=en_CA.UTF-8
    TERM=xterms
    SHELL=/sbin/sh
    LC_NUMERIC=en_CA.UTF-8
    OLDPWD=/export/home/jvm/jre1.6.0_17
    PATH=/export/home/jvm/jre1.6.0_17/bin:/usr/sbin:/usr/bin
    MAIL=/var/mail/root
    LC_MESSAGES=C
    LC_COLLATE=en_CA.UTF-8
    PWD=/export/home/jvm/jre1.6.0_17/bin
    JAVA_HOME=/export/home/jvm/jre1.6.0_17/bin
    EDITOR=vi
    TZ=Japan
    SHLVL=1
    HOME=/
    LOGNAME=root
    LC_CTYPE=en_CA.UTF-8
    LC_TIME=en_CA.UTF-8
    _=/usr/bin/env
    bash-3.00# cd /cdrom/disc1050709/
    bash-3.00# ./setup -console
    InstallShield Wizard
    Initializing InstallShield Wizard...
    Searching for Java(tm) Virtual Machine...
    .........................A suitable JVM could not be found. Please run the program again using the option -is:javahome <JAVA HOME DIR>
    Is there something I'm missing?
    Thank you

  • How can I fix the tracks so they are in the correct order?

    I made a CD from an old vinyl "The Best of the Staples Singers". Then I downloaded the Artwork. The artwork was from a later version of the same album. On that later version the tracks were in a different order and when I printed the insert for my CD I got the track order associated with the later version of "The Best of the Staple Singers". I deleted the artwork, however the tracks still print the order from the later version. Just to throw in an oddity: the tracks show up in the correct order on the screen and I can print a "List" & get the correct order, just not the CD insert. Hopefully someone will have a resolution for this problem. Thanks, Karen29

    karen29 wrote:
    I made a CD from an old vinyl "The Best of the Staples Singers". Then I downloaded the Artwork. The artwork was from a later version of the same album. On that later version the tracks were in a different order and when I printed the insert for my CD I got the track order associated with the later version of "The Best of the Staple Singers". I deleted the artwork, however the tracks still print the order from the later version. Just to throw in an oddity: the tracks show up in the correct order on the screen and I can print a "List" & get the correct order, just not the CD insert. Hopefully someone will have a resolution for this problem. Thanks, Karen29
    Hello Karen.
    You have posted in the "Windows Compatibility" forum. What Windows® app are you using to manage, print, view, and burn your digital CD tracks that were converted from vinyl?
    If "Help" for that app does not tell you how to reorder your digital tracks for CD creation, someone who uses that app may be able to tell you how they do it, but we need to know which app you are using.
    EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz w/Mac OS X (10.6.2)  MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.2)
    LED Cinema Display  G4 PowerBook 1.67GHz (10.4.11)  iBookSE 366MHz (10.3.9)  External iSight

  • How to have multiple images on the same screen? like in the movies where you see several actions at

    how to have multiple images on the same screen? like in the movies where you see several actions at the same time ....
    i don't find  a tutorial in adobe tv....
    thanks !!

    The short answer is that you'll put the source clip(s) for each inset on a different video track, all stacked up. Then use the Scale and Position effects (under "Motion" on the Effect Controls panel) to reduce their size and place them where you want.
    If the content of an inset will involve edited content (where you're cutting among various clips or just trimming out unwanted content from a single clip), then you'll probably find it easier to do all those edits in one sequence, then nest that sequence in the master sequence, where you apply the Scale and Positioning effects. That will save the step of applying the scale and position effects to each edited track item.

  • HT4007 How do I export images from Aperture to my iPad Mini?

    How do I export images from aperture to my iPad Mini?
    Berndpeter

    I am going to give it a try.
    Greetings from Mexico!

  • How to make copied text appear in the correct order?

    I have a PDF document with text created from a Photoshop file.
    There were multiple text layers in this Photoshop document.
    Problem:
    When I do "select all text" in Acrobat and then "copy" and then paste it into a text editor the text is pasted out of order.
    This is somewhat expectable because of the multiple text layers in the original Photoshop file.
    Question:
    How can I tell Photoshop the desired order of the text layers when creating the PDF file?
    The layers are stacked in the correct order in the layer panel in Photoshop. I was hoping that was the issue, but it's not. Is there any other way in which I can specify the text order?
    Your help will be much appreciated!

    This is a screen capture taken of Acrobat XI Pro. In the left-hand side try right-clicking (or Ctrl-click on the Mac) ont he navigation pane and then choosing Content.

  • How to get photos in the correct order on the Ipad

    I am sure many people ask this but I have tried many methods and am unable to get my Ipad photos to be in the correct order in my albums. I have over 800 pictures and 4 folders and when I sync them they end up jumbled within my albums. On my windows PC in they are in the correct order i want them to be. I renamed all of them in the order. I also changed the date taken (They are set to the same date and time). Is there a way to fix these jumbled, out of order photos? It is just extremely frusterating... Seriously apple, you can create siri but you cant let us arrange our pictures, let alone delete them without hooking up to itunes??? Quite a disappointment! Anyway thanks for answering and your help! P.S. I have an Ipad 3

    The links below have instructions for deleting photos.
    iOS and iPod: Syncing photos using iTunes
    http://support.apple.com/kb/HT4236
    iPad Tip: How to Delete Photos from Your iPad in the Photos App
    http://ipadacademy.com/2011/08/ipad-tip-how-to-delete-photos-from-your-ipad-in-t he-photos-app
    Another Way to Quickly Delete Photos from Your iPad (Mac Only)
    http://ipadacademy.com/2011/09/another-way-to-quickly-delete-photos-from-your-ip ad-mac-only
    How to Delete Photos from iPad
    http://www.wondershare.com/apple-idevice/how-to-delete-photos-from-ipad.html
    How to: Batch Delete Photos on the iPad
    http://www.lifeisaprayer.com/blog/2010/how-batch-delete-photos-ipad
    (With iOS 5.1, use 2 fingers)
    How to Delete Photos from iCloud’s Photo Stream
    http://www.cultofmac.com/124235/how-to-delete-photos-from-iclouds-photo-stream/
     Cheers, Tom

  • How do i copy images from the web?

    How do I copy images on the web for use in a powerpoint presentation?

    Drag them to the desktop or control-click them and choose to copy them to the clipboard.
    (61484)

  • Exporting images from the Captivate 5 Library

    I am able to export Captivate 4 images to a folder. I am able to export Captivate 5 images to a folder, but they cannot be opened with Fireworks or any other application I've tried. Although the file is a bmp, Fireworks says, "Could not open the file. Unknown file type." Am I the only one experiencing this problem?
    thomas

    Yes. I can right-click and edit a background in Fireworks, but what I'm talking about here is different. Captivate has long offered the option to export images from the library. This has been, and still is easy. The difference is that it doesn't work. The exported files are not readable.

  • My pdf created in ID opens/views in Preview very large.  How do I export so that the pdf views smaller?

    My pdf created in ID opens/views in Preview very large.  How do I export so that the pdf views smaller?

    melanie475689 wrote:
    ...in Preview, the file still opened at the same large size. Any other thoughts/suggestions?
    Bob's post says it all. Preview ignores the PDF's Initial View setting, and beyond that, it's a horribly unreliable vehicle for accurate viewing of...just about anything. If you're engaged in professional design work, Preview has no legitimate place in your workflow.

Maybe you are looking for