Can't convert PPT to PDF using File- Print

Before downloading Leopard, I used to be able to convert my powerpoint slides to PDF handouts, either as 2 slides per page, 3 slides per page, etc. I no longer have a prompt to do that. The IT dept at my institution told me that Leopard removed that function. I have a hard time believing that. Does anyone know how to convert powerpoint slides to PDF handouts?

This was not removed in Leopard.
Do you have the PDF menu in the lower left of the Print dialog? Others here have mentioned that they don't have this menu, and they solved the problem by doing a clean install.
Do you see the PDF menu in other applications?
I just ran a quick test and was able to save a PowerPoint doc to .pdf.
Hope this helps.

Similar Messages

  • Can't convert .doc to .pdf using Acrobat 9.4.3.

    Guys,
    Last night for some reason Acrobat 9 suddenly stopped converting any MS Word .docs to .pdfs.  It gives me the following message:
    Acrobat could not open 'XYZ.doc' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).
    To create an Adobe PDF document, go to the source application. Then print the document to Adobe PDF or use the Acrobat toolbar found in Microsoft Office applications.
    I swear it was working earlier. So I checked for an update and it gave me 9.4.3 so I updated and it didn't fix the problem.  I also tried several different files and got the same message.
    I'm using OS 10.6.7 Acrobat 9.4.3 and MS Word 11.3.5 (2004).
    Thanks,
    Solan

    What version of Word do you Have?
    Word 2004 if you had Acrobat as well the PDFmaker menu bar was installed by Acrobat you could convert a .doc Document to PDF.  It required the use of VBA and and a Macro which created the PDFMaker menu.  I was Secretary and Treasurer of an association for 30 years and I converted many a 2004 Word Document to PDF using PDFMaker.
    You still had the same problems with word converted to PDF as today. If there are any section Breaks or Page breaks the pdfs were broken up into pieces you have to put back together.
    I still have some .Doc files from early 2006 and with Office 2011, I opened one, and just saved it as a Pdf no trouble. I didn't convert it and didn't save it as a Docx.
    I simply went to Save as and chose  PDF.
    And I also went to Print menu> PDF> adobe quality PDF.  and was able to make a PDF.
    Also I just went to print menu > PDF and just chose PDF which makes an Apple version of PDF.
    I don't know where anyone got the idea you can't make a PDF from a Doc File.  Maybe in a future version That doesn't read doc. but for now

  • Can PDFGenerator convert a fillable PDF file to an editable HTML form?

    Will it convert validation as well?
    Thanks,
    Omar

    I have a PDF file that I cannot copy.  How can I convert it to excell using Acrobat?  Tkis.

  • Problem with converting html to pdf using LiveCycle ES Java API

    I am using this code to convert html to pdf.
    * 1. adobe-generatepdf-client.jar
    * 2. adobe-livecycle-client.jar
    * 3. adobe-usermanager-client.jar
    * 4. adobe-utilities.jar
    * 5. wlclient.jar
    import java.io.File;
    import java.util.Properties;
    import com.adobe.idp.Document;
    import com.adobe.idp.dsc.clientsdk.ServiceClientFactory;
    import com.adobe.idp.dsc.clientsdk.ServiceClientFactoryProperties;
    import com.adobe.livecycle.generatepdf.client.GeneratePdfServiceClient;
    import com.adobe.livecycle.generatepdf.client.HtmlToPdfResult;
    public class ConvertHTML {
       public static void main(String[] args)
            try{
            //Set connection properties required to invoke LiveCycle ES                             
            Properties connectionProps = new Properties();
            connectionProps.setProperty(ServiceClientFactoryProperties.DSC_DEFAULT_EJB_ENDPOINT, "t3://localhost:7001");
            connectionProps.setProperty(ServiceClientFactoryProperties.DSC_TRANSPORT_PROTOCOL,Service ClientFactoryProperties.DSC_EJB_PROTOCOL);       
            connectionProps.setProperty(ServiceClientFactoryProperties.DSC_SERVER_TYPE, "WebLogic");
            connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_USERNAME, "administrator");
            connectionProps.setProperty(ServiceClientFactoryProperties.DSC_CREDENTIAL_PASSWORD, "password");
            //Create a ServiceClientFactory instance
            ServiceClientFactory factory = ServiceClientFactory.createInstance(connectionProps);
              //Create a GeneratePdfServiceClient object
            GeneratePdfServiceClient pdfGenClient = new GeneratePdfServiceClient(factory);
           //Get an HTML document to convert to a PDF document a
            String inputFileName = "http://www.adobe.com";
            //String inputFileName = "C:\\Documents and Settings\\venkat\\Desktop\\Adobe.htm";
            String securitySettings = "No Security";
            String fileTypeSettings = "Standard";
    System.out.println("one");
            //Convert HTML content to a PDF document
            HtmlToPdfResult result = pdfGenClient.htmlToPDF2(inputFileName, fileTypeSettings, securitySettings, null, null);
    System.out.println("two");         
            //Get the newly created document
            Document createdDocument = result.getCreatedDocument();
            //Save the PDF document as a PDF file
            createdDocument.copyToFile(new File("C:\\test.pdf"));
        catch (Exception e) {
            System.out.println("Error OCCURRED: " + e.getMessage());
            e.printStackTrace();
    I can able to compile this class but while running i am getting error like below.
    Error OCCURRED: Internal error.
    ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
            at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.doSend(EjbMessageDispatcher.java
    :160)
            at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat
    cher.java:57)
            at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)
            at com.adobe.livecycle.generatepdf.client.GeneratePdfServiceClient.htmlToPDF2(GeneratePdfSer
    viceClient.java:666)
            at ConvertHTML.main(ConvertHTML.java:84)
    Caused by: java.rmi.RemoteException: Remote EJBObject lookup failed for 'ejb/Invocation'; nested exc
    eption is:
            org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 203  completed: No
            at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.initialise(EjbMessageDispatcher.
    java:101)
            at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.doSend(EjbMessageDispatcher.java
    :130)
            ... 4 more
    Caused by: org.omg.CORBA.COMM_FAILURE:   vmcid: SUN  minor code: 203  completed: No
            at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(Unknown Source)
            at com.sun.corba.se.impl.logging.ORBUtilSystemException.writeErrorSend(Unknown Source)
            at com.sun.corba.se.impl.transport.SocketOrChannelConnectionImpl.writeLock(Unknown Source)
            at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendFragment(Unknown Source)
            at com.sun.corba.se.impl.encoding.BufferManagerWriteStream.sendMessage(Unknown Source)
            at com.sun.corba.se.impl.encoding.CDROutputObject.finishSendingMessage(Unknown Source)
            at com.sun.corba.se.impl.protocol.CorbaMessageMediatorImpl.finishSendingRequest(Unknown Sour
    ce)
            at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete1(Unkno
    wn Source)
            at com.sun.corba.se.impl.protocol.CorbaClientRequestDispatcherImpl.marshalingComplete(Unknow
    n Source)
            at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.invoke(Unknown Source)
            at com.sun.corba.se.impl.protocol.CorbaClientDelegateImpl.is_a(Unknown Source)
            at org.omg.CORBA.portable.ObjectImpl._is_a(Unknown Source)
            at weblogic.corba.j2ee.naming.Utils.narrowContext(Utils.java:126)
            at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFact
    oryImpl.java:94)
            at weblogic.corba.j2ee.naming.InitialContextFactoryImpl.getInitialContext(InitialContextFact
    oryImpl.java:31)
            at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:41)
            at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
            at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
            at javax.naming.InitialContext.init(Unknown Source)
            at javax.naming.InitialContext.<init>(Unknown Source)
            at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.initJndiContext(EjbMessageDispat
    cher.java:213)
            at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.getJndiContext(EjbMessageDispatc
    her.java:226)
            at com.adobe.idp.dsc.provider.impl.ejb.EjbMessageDispatcher.initialise(EjbMessageDispatcher.
    java:87)
            ... 5 more
    can u plz give me some way to do the convertion.

    Yes Sir.....Thanks for ur suggestion.....
    But i didn't find exact solution..well..yes i found some but not exactly there were not in the way i required...I jus need to convert HTML to PDF using iText API for java.....I already used some classes in that like HTMLParser.....etc..
    So Any thing else...Any one...Sure can help me in this................

  • How can I convert my Open Source document files into Word document files? I cannot download Pages since my Macbook Air does not have the most recent software.

    How can I convert my Open Source document files into Word document files? I cannot download Pages since my Macbook Air does not have the most recent software. I downloaded open office to my mac to try and save money. It worked well for a while. Now I get this pop-up message that asks me to "Reopen" and when I select the option, nothing happens. I cannot save my documents anymore and I cannot convert them to word. Help!

    dwb wrote:
    Does OpenOffice output Word documents by default or do you have to select it manually?
    You have 17 options to save as in Open Office, one of which is .doc  files,  yes it needs to be saved manually.
    You may be able to default to DOC, but have not tried same.
    Since Open Office is 99% same as Word, I use it, or Word, either one.  Open Office is a bit less buggy than Word 11'

  • How can i convert a window media player file into a format playable on ipod

    hey guys can you tell me how can i convert an widdow media player file into a format that can be played on my ipod, i used videora ipod converter but it can't convert the window media player file

    the program you show change wma to mp3, but the mp3 file can't be understanded by the iPod, how can i change a wma file to a format understanded by the Ipod?

  • Websites will convert to a PDF using Adobe Acrobat 9 but not Adobe Acrobat XI

    Hello,
    We have noticed that there are several websites that can be concerted into a PDF using Adoble Acrobat 9, but do not work with Adobe Acrobat XI. An example is the website http://amseventsubc.com/. This site converts with no problems using Adobe Acrobat 9, but will not work with Adobe Acrobat XI. When one tries to convert the website (by going Create > PDF from Web Page > Capture Multiple Levels > Get entire site > Create) it starts to work for about 10 minutes but then stops and crashes the program.
    Does anyone have a suggestion for how to fix this problem?
    Is there any reason why a website would work in an older version of Acrobat and not the most recent?
    Thanks for your help!

    Hi, we are actually not looking to have active links but rather to have the content from each link saved as part of the PDF (We are looking to convert the entire website's content to PDF). On Adobe X you can normally append any link so that its content will be converted and added to your PDF, however, this can't be done with XML links. 

  • How can I convert text to PDF in the new "Pages" without losing info.

    How can I convert text to PDF in the new "Pages" without losing a lot if information?

    Select Export To from Pages' File menu, then select PDF from the sub-menu.

  • Can you still access Adobe PDF SAVED FILES WHEN YOU GET A NEW COMPUTER

    Can you still access Adobe PDF SAVED FILES WHEN YOU GET A NEW COMPUTER ? Do you loose the files you have saved on you old computer when you get another computer?

    I may not be clear on what you are asking here but I'll try an answer anyway since that's the type of guy I am.
    If you have PDF files on your old computer, you will need to transfer them to your new computer. You can use a flash drive or CD if needed.
    But again, I think I'm not getting what you are really wanting to know. If I'm not, can you give us some more details?

  • Convert PPT into PDF

    why do i have to pay to convert my powerpoint into a pdf?

    You want to use Acrobat to convert PPT to PDF: you have to buy Acrobat.
    You want to use the PDF Pack to convert PPT to PDF: you have to purchase a PDF Pack subscription.
    You want to use Microsoft PowerPoint to convert PPT to PDF: you have to buy Microsoft Office.
    You don't want to pay anything: search Gooble for free conversion tools.

  • Error "ALC-DSC-801-000: com.adobe.idp.dsc.pool.service.impl.ServicePoolDoesNotExistException" while converting Word To PDF using GeneratePDFService

    The below Error occurs while converting Word to PDF using GeneratePDFService(Webservices)
    Message
    "ALC-DSC-801-000: com.adobe.idp.dsc.pool.service.impl.ServicePoolDoesNotExistException: Pool for service id GeneratePdfService, major version 1 and minor version 1 does not exist"
    When I am debugging, i can debug till convertPDF2() and it jumps to catch after there.How to overcome this?
    Any help is highly appreciated.
    Thanks,
    Praveen.

    Looks like a configuration issue. Please re run the configuration manager. Also test the PDFG conversion in adminui.
    -Wasil

  • Cannot convert webpages to pdf using Acrobat X Pro with IE9 and Windows 7, worked fine until a few m

    Cannot convert webpages to pdf using Acrobat X Pro with IE9 and Windows 7, worked fine until a few months and updates ago

    I tried your suggestion, not knowing that the direct pdf printer would also "save as" PDF, but when I try your suggestion and use the Adobe PDF printer that is a direct creation of the PDF from the browser (IE9), instead of the "black out" areas I get when I use the "Convert to" button, I get missing blocks of the resulting PDF, and only get the first 1/4 to 1/3 of the webpage.
    Just to clarify, when I said I print the webpage and then scan, that is a work around I have to do if I need a scanned version of the way a webpage appears on a particular date and time, instead of the one step process I used to be able to do when Adobe Acrobat would actually convert the webpage to a pdf without blackout areas or, if I try your suggestion, blank spots with a partial webpage. But the idea was one I had not thought of and I appreciated the thought.
    Yes, Acrobat was updated, and is updated, and was working fine until a few months ago, Win 7 and Office 32 bit versions, Office 2010

  • How can I convert a secure pdf document into word?

    How can I convert a secure pdf document into word?

    Hi,
    Please refer to below mentioned article:
    http://forums.adobe.com/docs/DOC-1515
    ~PRanav

  • How can i convert a quick time movie file to a cd that will play in a car stereo?

    how can i convert a quick time movie file to a cd that will play in a car stereo?

    In quicktime, I would try File -> Export -> Audio. It will create an audio file. Then drop it onto your playlist into  iTunes. Burn the list from itunes with File -> Burn to disk    and then select Audio CD.
    If you have Quicktime  7 it should be easier and export to AIFF directly

  • Can photoshop convert .jpg to camera raw file?

    Can photoshop convert .jpg to camera raw file?

    And even if you could, it wouldn't be worth it.  Raw files are 12-bit (or more) with much higher dymanic range than jpegs.  The result is that (in the original raw file) you have flexibility to change white balance, change tone curve, recover detail from highlights and shadows in ways you can't with 8-bit (usually lossy-compressed) data in jpegs.  But having thrown that extra information away to create a jpeg, you can't get it back.  It would technically be possible to convert that jpeg data into raw format, but you would gain nothing by doing so and end up with a file much larger than the jpeg.  In fact if this theoretical conversion went the whole way to re-create a Bayer sensor array of data, you'd be throwing away resolution. 

Maybe you are looking for

  • Can I have 2 iPhones with 2 separate Apple IDs access the same Library on a single computer?

    Here's our current set-up: - Dad has a laptop with iTunes and his music, iPhone and iPad all running off of his Apple ID. - Mom has a laptop with iTunes and her music, and iPhone running off of her Apple ID. - 2 kids with new iPods that we haven't se

  • Can't create a file

    I have very little experience with Logic Express (or any other audio recording app). I have recorded a few tracks with it, so it has worked in the past, but I must be overlooking something. I am using a FW-1884, which seems to be working as it should

  • Cannot sync any of my devices wirelessly all of a sudden

    I had been able to sync wirelessly all of my devices (ipod, iphone and ipad) but all of a sudden it does not work at all.  I can sync with the wire to the computer, but i don't like doing that.  I have gone on to  make sure there have been no changes

  • Content conversion for multilevel varying structure File to Idoc

    Hi All, I have following file structure. VO C1 S1 1 to unbounded      H1 1 to unbounded           D1 0 to unbounded           D2 0 to unbounded           U2 0 to unbounded           UC 0 to unbounded My Idoc structure. ISU_EL34      IDOC 0 to unbound

  • HDMI Won't Connect

    After I upgraded to Leopard 10.5.8  I cannot get a connection on my HDMI to my TV.  I have checked all the connections and tried the settings with no luck.