How can I VIEW publisher files?

I've skimmed the forums and all I can find is that I need to convert it to a pdf to view it. How do I convert a .pub file to a pdf?
Or any other suggestions?
Thanks!

Ok, I guess the answer is it can't be done.
I have been given a publisher file to look at, but I am understanding it can only be viewed in Windows, using Publisher, correct?
I know how to save them in different ways when inside publisher, etc. But I am not making this file or manipulating it, just receiving it. The problem is that I do not currently have access to windows and just wanted to look at this file.
Does anyone know if Apple is working to make Pages open these? Or Previewer? Why can we open .docx and .xlsx but not .pub? Is there some proprietary license happening here that is not in place on the other Office apps?
Thanks.

Similar Messages

  • After downloading a pdf from a website, how can I view the file in Safari 6.0.4 (just as I can in Safari 5.0.6)?  I bet that it's simple, but I've missed something, somewhere, and a solution will be greatly appreciated.

    After downloading a pdf from a website, how can I view the file in Safari 6.0.4 (just as I can in Safari 5.0.6)?  I bet that it's simple, but I've missed something, somewhere, and a solution will be greatly appreciated.

    Hello Kirk,
    Thank's for your efforts, and I just wish that this was the solution.  Unfortunately, it isn't because, after double-clicking on the pdf in the website, it simply "opens" in another Safari window as a black screen - the pdf is there, somewhere, but not visible (either as an icon, or as a document). 
    When I right-click in the black Safari window, where the file is supposed to be, the only option available to display the file is to "Open file in Internet Explorer" (which is not what I want to do).  Other options include saving or printing the pdf, which I don't want until I've confirmed that it's the form that I want.  The same options are offered if I right-click on the file icon in the website.
    Any other suggestions, please?

  • How can i view eps files in photoshop elements 11?

    how can I view eps files in photoshop elements 11?

    Hi,
    Please refer to this blog by Adobe
    http://blogs.adobe.com/pselements/open-eps-files-in-photoshop-elements-11/

  • I'm new to the Apple products. How can I view pdf files since Apple and Adobe don't play together?

    I'm new to the Apple products. How can I view pdf files and videos since Apple and Adobe don't play together? Also, what operating system does the iPhone use? I'm a Windows person.

    You may want to download and read the manual for your phone. It may answer a lot of the basic questions.
    http://support.apple.com/manuals/#iphone
    There is an app on your phone called "Mail". Yes, it's for reading your email.
    Best of luck.

  • How can clients view video file that I upload to my Creative Cloud area?

    How can clients view video files that I upload to my Creative Cloud area?  Is there a special password that they have to use to gain access?
    Thanks for any guidance.
    Dave

    As a video professional, i agree and am VERY disappointed with this policy.  I attended CC presentations at various conventions, film festivals and meetups for a year-and-a-half before I made the leap to CC, and no one EVER mentioned a restriction to transferring video files.
    Whether it's to save storage space or not, that's how it APPEARS to the end user.  Anybody who knows ANYthing about how video pirates commit their crime (which it most-certainly is), knows that there are plenty of FREE, untraceable (or nearly-anonymous) resources to carry it out.  The need for anyone to pay $30 or more per-month to do it with an acct that has their info attached to it is ludicrous!  If anything it's CONTRIBUTING to piracy to encourage creatives to transfer their material to collaborative parties using a less-secure, more heavily-trafficked third-party service than the one they're paying for exclusive use for.
    Adobe's policy makers need to review this restriction and remove it or provide ANOTHER reason why it exists because this one doesn't fly.  And if it continues, make sure a disclaimer gets inserted in CC pitch presentations because likely half of the attendees are working with video.

  • How can I view .mov files on my ipad?

    How can I view my .mov spherical panoramas on my ipad?

    You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Secrets of the iPad Camera Connection Kit
    http://howto.cnet.com/8301-11310_39-57401068-285/secrets-of-the-ipad-camera-conn ection-kit/
     Cheers, Tom

  • How Can I View DVD Files?

    My guitar instructor shoots a short video (usually 5min or less) at the end of every lesson to help me review what we learned.  While these DVDs play just fine on my iMac, I'd like to copy them sometimes over to my iPad so I can view them when I'm travelling.  I can handle copying them over to my iPad, but have run into a major stumbling block: 
    When I open the double click the DVD on my desktop, it opens a Finder window.  (Good so far!).  But, the Finder window is empty (not so good!). It shows zero items in the status bar.  Obviously, there are files there, as the DVD plays just fine...I'm just not able to view them.
    Any idea what I need to do in order to view the contents of the disk in order to convert the video over to my iPad?
    I'm attaching a couple of files so you can see what I'm seeing:
    The above Finder window is what I see after double clicking the DVD on my desktop.
    When I Get Info about the DVD, I see the below information:
    Any idea what's going on, and what I need to do?

    Barny,
    Thanks...I must be getting old!  I'd tried a couple of DVD ripping software apps I had laying around, and neither worked.  Thinking there must be something else I need to do, I posted this question.
    After reading your answer, I went back and looked (closer!) at my applications, and realized I'd forgotten all about RipIt.  I launched Ripit, and it was able to rip the DVD (and compress it for playback on my iPad) with no problem.
    It's still disconcerting that I can't view any files on the DVD in the Finder, but it is what it is, I guess.
    Thanks again for jogging my memory!

  • How can i view data files and print them?

    I'm collecting very large data files with the DAQ. Afterwards I'd like to be able to view them (zooming in and out and scrolling) then print when I get a view I like. How can I do this? Is there code out there already? What are some ways of easily visualizing large data files without using tons of PC memory and waiting for every data point to load?

    There are some basic techniques that are useful in this sort of application. First, to get an overview of an entire dataset, a good place to start is to read in the file 20 or 30 samples at a time. As you read each block, perform an average and only plot the average. This on-the-fly decimation allows you to see very large blocks of data without bogging down you system.
    Second, for the zoom function use the cursors. When the user selects an area to zoom in on, read just the values between the indices the user selects. If the selection is small enough you can display the data directly, otherwise you can decimate it as before-though probibly using a smaller block size.
    For reading the position of the cursors, use property nodes.
    The basic thing to rem
    ember is that most PC screens are at most a couple thousand pixels wide. This video resolution places an absolute limit on the number of datapoints that you will be able to see without aliasing. In general it's better to decimate the data yourself than to let the video card do it.
    Let me know if you have any specific questions
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • How can i view php files in english

    I have some files saved in godaddy that are in code. I cant read code. But i can read english. My developer screwed me. I dropped my external hard drive and can view my files. Does anyone know how?

    You are welcome. Ajmeet -
    Are you on a MAC or a Windows computer.?
    Can you copy or tranfer the files from GoDaddy to a folder on your personal computer?
    On your computer, any file can be viewed.
    PHP code is plain text and can be read in any text editor like Notepad or Textpad.
    In Dreamweaver they can be read in Code View.
    HTML code can be viewed in any browser
    In Dreamweaver they can be read in all views.
    Image files like JPG GIF PNG can be displayed in your browser or in any graphics program like Photoshop or Fireworks.

  • How can I view pdf files that existed before I downloaded a newer reader version?

    I'm unable to view older pdf files after downloading the newest version of reader! How can I fix this?

    They should open the same as they did with the older version.
    How are you trying to open (double clicking, using file>Open from within Reader, clicking on a link on a webpage...etc) them and what happens when you try?

  • How can I view .pdf files in a Firefox window?

    When I click on a .pdf link, Firefox downloads the file to my desktop. This is fine.
    Sometimes, however, I would prefer that Firefox simply open the .pdf document in a new window. I know it used to work this way, but it stopped some time ago. How can I control this behavior?
    I looked in Preferences > Applications and selected on "pdf". Two entries showed up under "Content Type":
    "Preview.app Document (application/po..."
    and
    "Portable Document Format (PDF)".
    Both entries have the same "Action": "Use PDF Browser Plugin 2.4.4 (in Firefox)"
    Oops. I just figured it out. The PDF entry (only) has an extra pulldown option under Action: "Preview in Firefox". I tried it and it works!
    I guess the old PDF Browser Plugin 2.4.4 must've quit working some time ago.
    --Gil

    We're good here, thanks. I went ahead and posted in case someone else had the same problem.
    Although... if you know how I might clean out that now-obsolete PDF Browser Plugin 2.4.4, I'd appreciate the tip.
    --Gil

  • How can I View the files I've backed up in ICloud?

    Is there a way or app or website where I can login to my icloud account to see all my back upped files?

    Hey Kempo
    Nope. The only things visible from iCloud are your mail (if you have an @me.com account), your contacts, your calendar information and any documents you put in iWork (Documents in the Cloud). The iCloud backup is not for you, but for the device. The same is true of the iTunes backup on your computer; you can find it, but you can't view it.

  • How can I view the files I have in an USB in an IPad mini

    I have an IPad mini and I would like to view some files I have in an USB memory in my apple device, I can connect the USB to the IPad mini but I cannot see the files.
    Thank you!

    You can only use the kit to copy photos and videos to the iPad's Photos app, it won't work with other file types. If they are photos and/or videos then you need to create a DCIM directory off the root of it with the photos underneath it, and the photo/video filenames need to be exactly 8 characters long (no spaces) plus the file extension i.e. in a similar format as if a camera had created/written them

  • How can I view the files on my Time Capsule without using Time Machine?

    In the past Time Machine was backing up to a regular external disc and I could view the files easily. I'm new to the Time Capsule and not sure this is possible as I can't "find" the Time Capsule disc.
    Thanks for any tips

    The Time Capsule's drive appears as a network drive, so it doesn't show up as an external drive.
    To access to it, first make sure you are connected to the Time Capsule. Then, open a Finder window and you will see the Time Capsule's drive in the sidebar, under "Shared". Select it and you will be able to access to the files stored in the Time Capsule

  • How can i view .wmv file--Safari 10.7.4 installed Flip4Mac and Quick Time open file, w/o video, only sound?

    I used to be able to view .wmv files before OSX update version 10.7.4.  Right now I get sound only using either Quich Time or Flip4Mac.  Is there a fix for this issue?  What else should I try?  Thanks for any suggestions you may have.

    I used to be able to view .wmv files before OSX update version 10.7.4.  Right now I get sound only using either Quich Time or Flip4Mac.  Is there a fix for this issue?  What else should I try?  Thanks for any suggestions you may have.

Maybe you are looking for

  • My itunes won't open... read?

    "Apple application support was not found. Apple application support is required to run itunes. Please uninstall itunes and reinstall again. Error 2. (windows error 2)" that error comes up everytime i try to open up itunes. I've un-installed itunes se

  • I am having trouble exporting photos with a watermark in lightroom 5 with windows 8

    I click export, then edit watermarks, make my adjustments, click create, then export...photo gets exported without the watermark....what am I doing wrong?

  • CC 5.2_09 Rule Architect Tab - Risks - Delete .... Mass Delete Option?

    I have an opportunity where I'd like to mass delete my risks and rules and reload them.  During an SP update, our Basis team appended to our rules with the SAP "out-of-the-box" rules.  I'd like to get to the point of deleting everything (rules and ri

  • File and settings transfer

    I want to transfer files and settings from a MacMini Intel using Tiger 10. 4.11 to a new MacMini 2.53 with Snow Leopard. From what I understand the 'migration assitant' will do this for me the only problem being that the older Mini's Firewire port do

  • FAKE IPOD SHUFFLES

    Hi, my young nephew (11 years old) purchased an iPod shuffle from eBay. When he couldn't get it to work, he called me. After very close inspection, I determined it wasn't a real ipod shuffle. It has all the apple logos, packaging etc... Very good boo