How can I save a contact sheet, rather than printing it?

Windows XP, PSE 8
I've tried printing as a MS XPS Documnet writer, which lets me save a file for single prints, but not contact sheets or picture packages.  Thanks for any help.
david

You'll have to install it.  It will then show up as a printer.  It creates a pdf file of the contact sheet.
http://www.pdf995.com/
Juergen

Similar Messages

  • How can I save my contact sheets in Photoshop Lightroom?

    How can I save my contact sheets in Photoshop Lightroom? I see that you create the sheets under the Print tab but how can I save them as jpgs to my desktop?

    Kittie,
    I use this workflow and it works really well for me; it's really strange that it
    i did
    work for you and now it doesn't.
    I had a quick dabble and
    i may
    have an explanation. If I read your error message it looks like "New Folder" is trying to create a folder ~kittie/Desktop/3 Working/Contact Pages. However, the automator "create folder" won't create folders recursively like that - it will only work if "3 Working" already exists. Certainly I was able to reproduce the 'quick flash error message and bomb out with no results' effect by asking it to produce a directory from one that didn't already exist. When I added two Finder actions it didn't work as I expected - producing 74 files in subdirectories that just looped round and round when I expected one file and one directory.
    I added a shell script that renames the files too and it all works just dandy for me. If you let me know your e-mail I'll post the automator "app" file and shell script I use. It gives you sensibly named files instead of the sdkjfdfadkljfb.jpeg thing that comes out of automator.
    Damian

  • How can you create a contact sheet that you can email?

    I see that you can print a contact sheet but how can you make a contact sheet that you can email where receiver can open the thumbnails and view?

    Hi,
    You can either use Bridge and the Output workspace, or grab optional plug-ins for CS5 and run Ps on OSX in the 32 bit mode. (Or grab the excellent 3rd party script, Contact Sheet X, and run that in Ps. http://ps-scripts.sourceforge.net/ContactSheetX/csx.html).
    Here's a post with links to further info:
    http://blogs.adobe.com/jkost/2011/09/the-contact-sheet-feature.html
    regards,
    steve

  • How do I save my contact sheets as a file instead of printing?

    How do I save my contact sheets as a file instead of printing?

    In Aperture 3 there are two print dialogs. The first is Aperture specific. After you finish this dialog the printer specific dialog will open. In the PDF menu choose Save as PDF...
    I've forgotten how Aperture 2 works but it has a different print dialog I think. Look for the same PDF menu or a Preview button.

  • I want to change the sharing and permissions of a large number of photos. How can I do this in bulk rather than one at a time?

    I want to change the sharing and permissions of a large number of photos. How can I do this in bulk rather than one at a time?

    Does this involve iPhoto in some way?

  • I'm new to ipod touch, 4g and my question is how can i download a contact list other than through facebook etc.

    I'm new to ipod touch, 4g. My questions is how can I download a contact list other than through facebook or yahoo or gmail?

    You can sync the iPod's Contacts app with some other contact programs/mail accounts.
    Just where do you want to get/sync the contacts?

  • How can I use "t3://becluster:6001" rather than "t3://dcsv02,dcsv01:6001"

              I have 2 machines in a cluster (dcsv01 and dcsv02) (HP UNIX with weblogic server
              5.1 sp8) and 1 Windows PC with weblogic 5.1 sp10.
              I try to make a t3 connection between the PC and the cluster of machines.
              On the Windows PC I have the following configuration for the
              "c:\windows\system32\drivers\etc\Hosts" :
              171.1.70.61     becluster
              171.1.70.62     becluster
              where
              "171.1.70.61 is dcsv01 and
              171.1.70.62 is dcsv02 "
              If I connect my PC to the cluster with :
              hp.put(Context.PROVIDER_URL, "t3://dcsv01, dcsv02:6001"); :
              I have a great failover mechanism : if any of the machine (dcsv01 or dcsv02) are
              down the requests are routed to the other one.
              BUT!! If I connect my PC to the cluster with :
              hp.put(Context.PROVIDER_URL, "t3://becluster:6001"); :
              I have a not great failover mechanism :
              say that my windows hosts file looks like :
              171.1.70.61(dcsv01)     becluster
              171.1.70.62(dcsv02)     becluster
              then if dcsv02 is down then all requests are routed to dcsv01 and that is fine.
              BUT!! if dcsv01 is down then I got on my PC the
              "Bootstrap unable to get a t3 connection to dcsv01" exception and failover does
              not work. (not the way that it does with t3://dcsv01, dcsv02:6001 )
              So how can I use
              "t3://beclsuter:6001" rather than
              "t3://dcsv01, dcsv02:6001" with the same failover service????
              Thanks
              

              Thanks mike,
              In a UNIX or windows environment how can I get a DNS server that round robin?
              "Michael Reiche" <[email protected]> wrote:
              >You need to have becluster defined in a DNS that round-robins.
              >
              >Mike
              >
              >"Martial" <[email protected]> wrote in message
              >news:[email protected]...
              >>
              >> I have 2 machines in a cluster (dcsv01 and dcsv02) (HP UNIX with weblogic
              >server
              >> 5.1 sp8) and 1 Windows PC with weblogic 5.1 sp10.
              >>
              >> I try to make a t3 connection between the PC and the cluster of machines.
              >>
              >> On the Windows PC I have the following configuration for the
              >> "c:\windows\system32\drivers\etc\Hosts" :
              >> 171.1.70.61 becluster
              >> 171.1.70.62 becluster
              >> where
              >> "171.1.70.61 is dcsv01 and
              >> 171.1.70.62 is dcsv02 "
              >>
              >> If I connect my PC to the cluster with :
              >> hp.put(Context.PROVIDER_URL, "t3://dcsv01, dcsv02:6001"); :
              >> I have a great failover mechanism : if any of the machine (dcsv01 or
              >dcsv02) are
              >> down the requests are routed to the other one.
              >>
              >> BUT!! If I connect my PC to the cluster with :
              >> hp.put(Context.PROVIDER_URL, "t3://becluster:6001"); :
              >> I have a not great failover mechanism :
              >> say that my windows hosts file looks like :
              >> ..
              >> 171.1.70.61(dcsv01) becluster
              >> 171.1.70.62(dcsv02) becluster
              >> ..
              >> then if dcsv02 is down then all requests are routed to dcsv01 and that
              >is
              >fine.
              >> BUT!! if dcsv01 is down then I got on my PC the
              >> "Bootstrap unable to get a t3 connection to dcsv01" exception and failover
              >does
              >> not work. (not the way that it does with t3://dcsv01, dcsv02:6001 )
              >> So how can I use
              >> "t3://beclsuter:6001" rather than
              >> "t3://dcsv01, dcsv02:6001" with the same failover service????
              >>
              >> Thanks
              >>
              >>
              >>
              >
              >
              

  • How do I save a contact sheet?

    How do I make and save a contact sheet as I don't print at home so need to save it not print it? I have Elements 5, just ordered Elements 7 (havent even recieved it yet) and now 8 has been released (don't you hate that!). Help will be appreciated!

    PDF995 is a free utility that converts any kind of document into a PDF file.  It functions like a printer driver.  Instead of sending the document (the contact sheet) to a real printer, send it to PDF995, which will create a PDF file that can be printed anywhere.
    http://www.pdf995.com/download.html
    Another free utility is IrfanView (www.irfanview.com).  It will let you create and save contact sheets in JPEG or other picture formats.
    Juergen

  • Adding a printer - To save to a file rather than Print Output

    Hi,
    Does anyone know a way of adding a printer to Solaris, that when a job is sent to it, rather than print it, it creates a txt/pdf file?
    If so can you advise on how to do it?
    Thanks

    Check My Oracle Support web site document ID 1003008.1

  • How can I save my contact to my hotmail account

    Hi - can anyone tell me how I can save my contacts to either my hotmail or 3g account?  I'm not great with technology so I'm looking for the easiest way to do it.
    thanks for you help
    Molly

    Hello Nanaof7
    Please check this article out:
    http://support.apple.com/kb/HT4083
    Hope this helps.
    Let me know.

  • I have a iphone 3gg how can i save my contacts to my sim card

    i have a iphone 3g, i need to save my contacts onto my sim card so i can then put sim card into my new 3g iphone can you tell me how can i do this please ?

    You can't. The iPhone does not save anythiing on a SIM. If you want to transfer contacts to a new iPhone, see:
    http://support.apple.com/kb/HT2109
    Regards.

  • How can I make a contact sheet in Bridge CC?

    I am working on a Mac OSX 10.9.1. I saw the output module did not ship with Bridge CC, and downloaded the files from Adobe to install it. When I finished and clicked on "output", the set up was blank. I followed the directions without success. I went back to the beginning, but now, cannot find "extensions" in the Bridge CC folder. Can anyone help me to create a contact sheet?
    Mac OS: /Library/Application Support/Adobe/Bridge CC Extensions

    Read this one, has screenshots of directories where you should be.  http://forums.adobe.com/message/6032961#6032961?tstart=0#6032961

  • How can I create a contact sheet?

    I've got 32 PSD files of a customers paintings that we use to make greeting cards. She just turned 100 last week and her daughter in law came in to pick some up and asked if we could make a sheet with small versions of the paintings on them with the file names so that she can remember them. She thought we only had 5. I told her we have more like 30. So the old lady doesn't know what we do and don't have here.
    Since they are Photoshop files, I can't just toss em into iPhoto to create a contact sheet. I guess I could do a batch convert to JPG on all of them and then drop those into iPhoto but is there a way to do this within Photoshop? just open up all 32 PSD files and create some sort of a contact sheet with file names under each image? Maybe 6 to a page?
    Photoshop CS 5.1
    OS X

    Hi,
    You can either use Bridge and the Output workspace, or grab optional plug-ins for CS5 and run Ps on OSX in the 32 bit mode. (Or grab the excellent 3rd party script, Contact Sheet X, and run that in Ps. http://ps-scripts.sourceforge.net/ContactSheetX/csx.html).
    Here's a post with links to further info:
    http://blogs.adobe.com/jkost/2011/09/the-contact-sheet-feature.html
    regards,
    steve

  • I used to use a a nokia but i bought an iPhone5. How can I save the contacts saved in the sim card to my iPhone?

    It's really important since I can't save all my about 300 contacts again.

    Several possibilities:
    Transfer them from the Nokia SIM to your computer (you can get an adapter that will allow the SIM to be read by your computer). Then import them into a contacts app on your computer, and sync it to your iPhone.
    Ask your carrier to transfer them to an flash drive, then import into an app on your computer.
    Ask your carrier to copy the Nokia SIM to a nano SIM like the iPhone uses. Temporarily put it in the iPhone, then go to Settings/Import Contacts from SIM.
    Carefully cut down the Nokia SIM so it fits the iPhone and use the import function mentioned.

  • How can I file at last location rather than location of current file?

    I have Abobe Reader X.  In the old Adobe, when I saved a file, it took me to the last folder I was in, not the location of the current file.  Thus far, I have not been able to find out how to get Adobe Reader X to do this.  I even asked work help desk for help and their solution to unclick 'Automatically save document changes to temp file' worked once. 
    Is it possible?  This is what I want.
    Example:
    I open file that is saved at Y:Scanned Files and save it at
    X:Dogs/Breeds/Hounds/Sighthounds/Basenjis.  I open the next file that is at Y:Scanned Files and click on File:Save As/PDF and window opens to save at Y:Scanned Files rather than at X:Dogs/Breeds/Hounds/Sighthounds/Basenjis, where I just was.  I want to save file at X:Dogs/Breeds/Hounds/Sighthounds/Afghans so instead of just one click, I now have to go through six.  Now imagine you have 30 or 40 documents you have to save.  That's minimum 180 clicks versus 30.  A big difference.  And if you multiply it further by daily and weekly, it's a lot.
    How can I get Adobe Reader X to open the 'save as' window at the last location rather than the current file's address?  I also have Adobe Acrobat, but can't figure out how to get it work in that either.
    I do not like Adobe Reader X.   Unfortunately, it got downloaded automatically at work. 
    Another complaint I have is when I have Adobe Acrobat open and I click on a pdf to open, rather than open in Adobe Acrobat, it opens in Adobe Reader X (which was not the case with the previous Reader).  If I want to open a doc in Acrobat, I have to go to Acrobat and File/Open, which is a pain.
    Another complaint is, why do you have 'save as' and then 'pdf' or 'text'?  This is another time consuming click I have to make.  Add it to the 180 I'm already making above and you can see why I'm extremely unhappy and frustated with this version of Adobe. 
    Please let me know if the above is feasible or not and if it is, how to do it.  If it isn't feasible, please make the above adjustments to Reader Y and put it out pronto.  Thank you.

    If you would like to contact one of the UK based BT Care Team who moderate this forum, they may be able to help you.
    They can be contacted using this link BT Care Team
    They normally respond by phone or e-mail, within three working days, however you should get an immediate confirmation, with a tracking number.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

Maybe you are looking for

  • Mega865 - No LCD Display

    I' have the problem describe in the "Important Threads - Things to know before (and after) building a Mega 865". When I receive my Mega865, i tried it without processor and it seams works well. So I assemble it to work in PC mode and all is OK too. B

  • Can't get apple tv to connect to wireless

    I've tried restarting, disconnecting and reconnecting. I've tried lowering the resolution, I've tried everything. My macbook connects fine. HELP!!!!

  • Balance Sheet * Cash Flow Planning

    Hi Did any body did the balance sheet and cash flow planning along with cost center planning and integrated with balance sheet in the BCS ? If yes, please provide the information on the approach to create these plans like how the data model should be

  • Problem in table entry deletion

    Hi i have deleted table entry in VBRK and vbrp is there any facility to get back the deleted entry . pls let me know

  • RAC OCCI connectString

    Dear all, Recently i have set up a 2-node RAC environment, and i will put the my application on the local host. The rac database global name: agdb.world, the 2 instances respectively are agdb1 and agdb2. i also use the DBCA to create a service name a