ITunes Playlists - exporting list of songs from playlist to pdf

I need to be able to print a playlist as a pdf - is there some external software that i should use? seems crazy to not have that option.

In iTunes, File -> Print and click PDF at the lower left of the print dialog box as you would do with anything you print on the Mac.

Similar Messages

  • How do you print the list of songs from a songlist in I-Tunes that you burn to a blank CD for the cover of a CD case?

    How do you print the list of songs from a songlist in I-Tunes that you burn to a blank CD for the cover of a CD case?

    Click the playlist in iTunes.  Then go to File > Print ...
    One of the options you will see to print is "CD Jewel Case Insert".  That's just what you want!

  • On connecting my iPod NANO to iTunes the music list of songs is FADED  I cannot change of listen to except through the earphones.

    on connecting my iPod NANO to iTunes the music list of songs is FADED  I cannot change or listen to the music except through the earphones.

    Was it ever in this iTunes library?
    What happens when you try to redownload it via:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    What happens when you try to sync?
    If the songs are not in your iTunes library how do y expect them to sync to the iPod?
    Was the iPod previous synced to another iTunes library/computer?
    Have you successfully synced from this iTunes library/computer before?
    Do you have the right boxes checked to sync?
    iTunes: Syncing media content to iOS devices and iPod        
    Try syncing using the manual method

  • HT4914 I just subscribed to iTunes match but only 61 songs from my 7GB of music on my iphone showed up.  I do not want to lose any music.  What should i do?

    I just subscribed to iTunes match but only 61 songs from my 7GB of music on my iphone showed up.  I do not want to lose any music.  What should i do?  When I go to settings-music-and try to enable iTunes Match on my iPhone it says "iTunes Match will replace the music library on this device"  I don't want to do that it only has 61 of my 7GB of songs.

    did you find out the answer?  I am afraid to hit enable.

  • How do you add the name of a song to a downloaded track not reccognized in the iTunes library.  I copy songs from my own CDs and want to properly identify them instead of the current "Track 02".  Thanks

    How do you add the name of a song to a downloaded track not reccognized in the iTunes library.  I copy songs from my own CDs and want to properly identify them instead of the current "Track 02".  Thanks

    Right-click the track in your library, Get Info, go to the Info tab, and type in the correct information.  When you are done, click "OK."

  • Issue: I synced my iphone with itunes, I then deleted many songs from the iphone, when I sync to itunes again is there any way to have itunes duplicate what it sees on the iphone rather than the other way around?

    Issue: I synced my iphone with itunes, I then deleted many songs from the iphone, when I sync to itunes again is there any way to have itunes duplicate what it sees on the iphone rather than the other way around?

    so, if I delete all music on itunes then connect my iphone all my music on the iphone will then be deleted?

  • ITunes won't transfer certain songs from iPhone

    I recently got a new desktop computer and downloaded iTunes. I synced my iPhone all up and then realized only about 600/800 of my songs were actually imported to my iTunes library before I checked "Sync Music" on my iPhone through iTunes. So I manually selected "Transfer purchases" but all it did was download all the iTunes-purchased songs, rather than all of my songs from my iPhone to iTunes library. I realized that most (if not all) of the songs that hadn't been transferred to my iTunes were externally purchased items (songs from CDs or direct files from my computer). I can't find any posts or articles on how to fix this, but there must be a way to accomplish this. It really shouldn't be necessary to re-download and import 200+ songs into my library from CDs and files (which would involve finding out and going through each and every song that hadn't transferred to iTunes from my phone) when they should already be there. If I check sync music, that means iTunes will erase all the songs on my phone and replace them with the ones in the iTunes library (which I also hate). iTunes should transfer all files when you sync your iPhone because that is the exact purpose of iTunes, not just manage Apple-bought items specifically. I really want to fix this ASAP so my phone can be synced up. Thanks.

    Here are the options for getting non-purchased music into iTunes on a new computer:
    iTunes: How to move your music to a new computer
    Cheers,
    GB

  • Convert list item attachment from docx to pdf using Word Automation Services

    I have been trying to convert List Item attachments from docx to pdf using word automation services, it works in a normal document library but when I use the list attachment it throws a null reference error.
    var settings = new ConversionJobSettings();
    settings.OutputFormat = Microsoft.Office.Word.Server.Conversions.SaveFormat.PDF;
    var conversion = new ConversionJob("Word Automation Services", settings);
    conversion.UserToken = SPContext.Current.Site.UserToken;
    var wordFile = SPContext.Current.Site.RootWeb.Url + "/" + wordForm.Url;
    var pdfFile = wordFile.Replace(".docx", ".pdf");
    conversion.AddFile(wordFile, pdfFile);
    conversion.Start();
    Using reflector I was able to see my problem lies in Microsoft.Office.Word.Server.FolderIterator.cs where it uses SPFile.Item which returns NULL
    internal void CheckSingleItem(SPFile inputFile, SPFile outputFile)
    Microsoft.Office.Word.Server.Log.TraceTag(0x67337931, Microsoft.Office.Word.Server.Log.Category.ObjectModel, Microsoft.Office.Word.Server.Log.Level.Verbose, "OM: FolderIterator start a single item: source='{0}'; dest='{1}'", new object[] { inputFile.Url, outputFile.Url });
    Stopwatch stopwatch = Microsoft.Office.Word.Server.Log.StartPerfStopwatch();
    try
    this.CheckInputFile(inputFile.Item);
    this.CheckOutputFile(outputFile.Url);
    Is there any way to get around this?

    Hi Qfroth,
    According to your description, my understanding is that when you use word automation service to convert Word to PDF for list item attachment, it throws the null reference error.
    I suggest you can create an event receiver and convert the word to memory stream like below:
    private byte[] ConvertWordToPDF(SPFile spFile, SPUserToken usrToken)
    byte[] result = null;
    try
    using (Stream read = spFile.OpenBinaryStream())
    using (MemoryStream write = new MemoryStream())
    // Initialise Word Automation Service
    SyncConverter sc = new SyncConverter(WORD_AUTOMATION_SERVICE);
    sc.UserToken = usrToken;
    sc.Settings.UpdateFields = true;
    sc.Settings.OutputFormat = SaveFormat.PDF;
    // Convert to PDF
    ConversionItemInfo info = sc.Convert(read, write);
    if (info.Succeeded)
    result = write.ToArray();
    catch (Exception ex)
    // Do your error management here.
    return result;
    Here is a detailed code demo for your reference:
    Word to PDF Conversion using Word Automation Service
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Tired of paying for Apple's continued failure. Give us option on phone (NOT thru itunes sync) to MANUALLY delete songs from playlists or the iphone altogether.

    It happens every time I make iTunes music purchases: entire playlists get wiped out, and all I can sync onto the iPhone 5 is what I just purchased, UNLESS, YET AGAIN, I completely restore it to factory and rewrite everything all over.
    So sad, Apple.
    Yes, I have looked thru the forum threads yet again, and found no other working solution.
    Yes, I tried backing up the phone 1st but still get stuck with (expletive) I wanted off the phone, and stuff I wanted on there, ISN'T there.
    For whatever (insert expletive of choice) reason, it will NOT sync my old playlists.
    For whatever (expletive) reason, if I check "manually manage music" under the Summary tab, then go over the music tab, something (expletive of choice)  up in the software decides to uncheck the "Manually manage music" box under the Summary tab, and it just creates a zero-progress loop where I can't sync the old playlists, or even new ones I create, onto the iphone.
    Worse, songs I tried to take off of it long ago seem to manifest the (expletive) right back onto the iphone out of nowhere, and unless I completely restore, LIKE I'M DOING AGAIN, there is no working option I have found that removes the song(s) I THOUGHT I GOT RID OF.
    PLEASE, Apple, is it asking too much to create a music sync that WORKS CORRECTLY all the time?
    It is ONLY ever the music that does this.
    App syncing, photo syncing, all of that functions properly each and every time.
    And yet, oh look, it won't accept any playlists off my AUTHORIZED computer.
    GIVE US THE SIMPLE option on the next iPhone update so we can manually remove/delete unwanted songs from playlists on the iphone, or from the iphone altogether, WITHOUT needing to connect it to a computer thru a faulty iTunes software that obviously consistently fails to properly sync the correct music on and take off what we don't want.
    This is the final time I'm making the mistake of iTunes Store purchases until a sensible fix is implemented that addresses this fail sync issue.
    Again, WHY is it ONLY and only ever the music syncing that (expletive of choice to get the point across) fails, yet apps and photos and mail & phone contacts sync correctly every time?
    Yes, I read in the forum threads and customer support responses what needs to be checked and/or unchecked, yet all too often some software fail decides to revert those selections right back to where they were if I click another tab and come back to it (no, it's not an administrator thing, I am the only authorized user on the computers in question).
      I'm tired of the hassle of having to redo my music library all over again, restore the phone, and hope that once more it will have the correct songs I told it to sync and NOT have a bunch of crap I never checked for it to have on there in the first place.
    FIX THIS PLEASE.

    You're welcome.
    tt2

  • My iPod touch playlists only show up on iTunes under devices and not on the iTouch itself.  On iTunes, I cannot play my songs from the iTouch on iTunes.  Any ideas?

    Suddenly in the last 10 days, my iPod Touch playlists don't show up on the iPod unless plugged into iTunes and only under the device section of iTunes. When I try to play a song on my iPod a different song from the library comes up and plays.  Lastly, when I try to play the songs in the iPod library on iTunes when plugged into the computer, an exclamation mark appears to the left of the song title and will not play.  Any ideas?

    Put the device in DFU mode: http://www.iclarified.com/entry/index.php?enid=1034

  • I was down loading music from my list of songs from my computer, the playlist on my iPod shows the title of the song, but there is no music, and the iPod shuffles to the next song

    I down loaded songs from my playlist off my computer to my iPod, the playlist on my iPod shows the title of the song, but no music plays and my iPod shuffles to the next available song. I down loaded about 300 songs at once, was that to much at one time ? How do I get those songs on my iPod without duplicating song titles on the playlist? Plus I have a couple of song duplications on the playlist, can't figure out how to remove them.

    If iTunes purchases, delete and redownload by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    Otherwise delete and resync if they play OK in iTunes on the computer

  • I have a new iMac and i created two libraries on iTunes. how do i copy songs from one library to the other?

    I have a new imac. I created two libraries, one for me, one for my kids. how do I copy songs from one library to the other library?

    Not easy unless you're just content with adding some files to the other as new files but lose playlists for those files, and playcount, and ratings, etc.  If you're okay with that, you can drag the media folder from one library to the other. If you use default settings and want to duplicate the media, just drag it. If you want to add the media but leave it where it is currently located, hold down the option key while dragging to the library window.
    Otherwise:
    PowerTunes - http://www.fatcatsoftware.com/powertunes/ (commercial software)
    syncOtunes - http://homepage.mac.com/oligrob/syncOtunes/syncOtunes.html

  • Itunes on Windows plays one song from library and stops

    I am a new ipod owner and new to itunes. Loaded many CD's, videos and audiobooks without difficulty into itunes 6.0.4.2. Library of songs is extensive but trying to play songs from library results in itunes playing ONLY one selected song. I must re-select another song in order to play another. It will not continue to play the songs in the library. I have re-installed itunes and that did not correct the problem. Also tried selecting multiple songs and still itunes only plays the 1st song of the list. Obviously I've done something wrong or have not done something that is required. I've check all I know and have also not found this problem in the discussion groups. What am I doing wrong? Any help would be appreciated. Thanks

    This'll happen when all of the checkboxes are unchecked. iTunes will only play unchecked songs if they are directly clicked.
    To check all songs, ctrl+check one.

  • Itunes has deleted all my songs from ipod

    Hi, I recently tried to update my ipod which had 1,780 tunes on it. My itunes has a library of 2,500 tunes. When I tried to listen to my ipod later it transpired that I had only one tune on it. Itunes had deleted all my songs, my itrip entries, playlists, everything. I have Windows XP and a 4G 40GB ipod.

    Sorry I've been offline for a while. I updated iTunes and the new songs were added in the new one. There was a dialogue box that came up saying something like "songs not saved to library you don't have authorization". I clicked on the box. Checked library and all songs are there but not on ipod. Have updated all ipod software too.
    Just noticed that I have some songs in C drive and some on D. My main itunes is in D.

  • How can it that half of my songs are matched in iTunes Match where the other songs from the same CD (ripped by Itunes) are not matched but uploaded?

    I started with ITunes Match a few days ago (I have the latest versions of all OS's etc)
    - The whole process took more then two days to complete for the first time.
    - Half of my songs are matched in iTunes Match where the other songs most of the time from the same CD (most ripped by ITunes) are not matched but uploaded(?)
    - Complete CD's are not recognized, they are however available in the ITunes store (songs in my library not available in ITunes are an exception).
    - The match part overall is less then 50%, which is a complete disappointment.....
    - When I activate ITunes Match on my IPod, IPhone and IPad the art-work does not load or only partly.
    - Loading songs on iOS is extremely slow... and that is definitely not due to my internal network.
    - ICloud (ITunes Match) on the apple TV stops working after every 15 seconds because it losses connection to the ITunes server....
    I am a real Apple fan for the last decade but what a disappointment is this......before I started with ITunes Match everything worked seamlessly.

    The number of Songs that 'matched' is simply a function of the current iTunes Match service process.  It is not unusual to have multiple Songs in an otherwise perfectly matched album be uploaded - often it is very possible to find the album in the iTunes Store.
    The Artwork does tend to reappear for many over a few days / weeks - however, if your library backup has all Artwork present it would be wise to save the Album Art separately and reapply to Albums not showing art work in the library grid view.
    Many of the other performance issues you mention are not typical - though during the past working week or so the Apple Infrastructure has been very heavily loaded with multiples countries having service go-live symultaneously.

Maybe you are looking for

  • Can you use Apple TV for a second monitor to a TV (Not mirroring)

    I'm thinking about buying an Apple TV so I can have a wireless second display for my MacBook Pro. Am I able to do this or can I only mirror the one display? Am also what is the minimum Internet speed needed for AirPlay

  • PDF not displaying correctly online

    Hi, I have created a PDF in Acrobat Pro 9 that when opened (wherever and by whomever) will show in spreads, in Acrobat.  Working great.  However when I link to this PDF, on my website, it opens in a new browser window as it should, but displays as si

  • Using Keynote on a projector

    I gave a presentation tonight and when I clicked to start the slideshow, the screen showed a split screen as if I was practicing my presentation. The timers also showed up on the audience screen. I noted on my macbook screen I had the main slide only

  • Use of bind variable in repository

    All, Our customer has a requirement that they need This year sales Vs Last year Sales by passing the year as a prompt. I can not use BI built in function to get Last year start or this year start date as our calendar dates are not standard. So i have

  • Lost .pdf option

    Hi I seem to have lost the option to print my jobs as .pdf the option, which used to be just below the select printer has completely disappeared in all programs, have i turned if off ? in which case how do i turn it on or have i removed the specific