Save a word to PDF document

I recently bought a new computer. Adobe has not been installed. So, I downloaded Adobe Reader DC.  I'm having a hard time finding how to save a Word 2010 document in PDF format.  Why can't launch the Word document and save to the PDF format without the tool bar on the right side of the screen.   I've been unsuccessful open the Word from Adobe document and save as PDF.  Adobe is no longer free? Do I have to purchase the product in order to save a Word document to PDF?  Thank you.

Adobe Reader has been and remains free, but he was never able to create PDF files from any file format. Do you need to buy or Adobe Acrobat (the latest version of the reader is confusingly called Adobe Acrobat Reader DC, but it's not Adobe Acrobat), or an online subscription.

Tags: Acrobat

Similar Questions

  • How can I save my word to PDF document and save it on my USB instead of online?

    How can I save my word to PDF document and save it on my USB instead of online?

    Hi imanip57749641,

    Could if it you please let me know this Adobe online service that you have subscribed?

    You may be able to connect to your account using the Adobe ID credentials to convert word to PDF file.

    After conversion, you can download and save the converted file on your computer and transfer it to the flash drive.

    You can even locate all your converted files by clicking on the "Files" tab

    Hoping to hear from you.

    Kind regards

    Ana Maria

  • Storage of MS-Word and PDF documents in the database that is downloaded through APEX

    I want to enable users to download MS-Word and PDF documents that they created / edited outside of the app to the APEX for storage in the database with other data in the app.

    I know that I should use a queue item browse an area for this purpose.
    I have a few questions:
    1. what type of database data is best for storage of MS-Word and PDF docs? CLOB?
    2. How can the user see that the file has been downloaded? In other words, how can they see the name of the file has been downloaded? I want to show this on the page for later viewing. I downloaded a document, but later, I have no way to see that the document has actually been downloaded. On the page of the APEX, the browse file evidence not whether or not a previously downloaded file.
    3. how the user can download the previously downloaded?
    4. is there a way to give users the ability to edit a document in an APEX application where they can do the editing of type MS-Word (the font size, type of font, bold, italic, etc.)?

    I know I ask myself a lot here and I appreciate your comments.
    -Reid

    In my case, I am downloading screenshots of my application and then display them. You can feel free to use it if you want, the code has been taken for most examples of downloads of files sent by others. Here is a code to help you get started:

    Description Table file

    CREATE TABLE FILE_UPLOAD
       (name           VARCHAR2(4000) PRIMARY KEY,
        subject        VARCHAR2(4000),
        id             NUMBER,
        blob_content   BLOB,
        mime_type      VARCHAR2(4000),
        PAGE_ID        NUMBER);
    

    How to download file

    IF ( :P20_FILE_NAME is not null ) THEN
         INSERT INTO FILE_UPLOAD (id, NAME, SUBJECT, BLOB_CONTENT, MIME_TYPE, PAGE_ID)
          SELECT ID,:P20_FILE_NAME,:P20_SUBJECT, blob_content, mime_type, :P20_PAGE_ID
                FROM APEX_APPLICATION_FILES
                WHERE name = :P20_FILE_NAME;
       DELETE from APEX_APPLICATION_FILES WHERE name = :P20_FILE_NAME;
      END IF;
    

    Download Image definition of the procedure

    CREATE OR REPLACE PROCEDURE download_my_file(p_file in number) AS
            v_mime  VARCHAR2(48);
            v_length  NUMBER;
            v_file_name VARCHAR2(2000);
            Lob_loc  BLOB;
    BEGIN
      SELECT MIME_TYPE, BLOB_CONTENT, name,DBMS_LOB.GETLENGTH(blob_content)
             INTO v_mime,lob_loc,v_file_name,v_length
        FROM FILE_UPLOAD
       WHERE id = p_file;
        --
        -- set up HTTP header
        --
        -- use an NVL around the mime type and
        -- if it is a null set it to application/octect
        -- application/octect may launch a download window from windows
      owa_util.mime_header( nvl(v_mime,'application/octet'), FALSE );
    
        -- set the size so the browser knows how much to download
      htp.p('Content-length: ' || v_length);
        -- the filename will be used by the browser if the users does a save as
      htp.p('Content-Disposition:  attachment; filename="'||replace(replace(substr(v_file_name,instr(v_file_name,'/')+1),chr(10),null),chr(13),null)|| '"');
        -- close the headers
      owa_util.http_header_close;
        -- download the BLOB
      wpg_docload.download_file( Lob_loc );
    end download_my_file;
    /
    

    don't forget to grant rights of procedure for the use by any person

    GRANT EXECUTE ON download_my_file TO PUBLIC
    

    Display Image definition of the procedure

    create or replace PROCEDURE "DISPLAY_IMAGE"
    (
      inID NUMBER
    )
    AS
      vMIME VARCHAR2(48);
      vLENGTH NUMBER;
      vFILENAME VARCHAR2(2000);
      vBLOB BLOB;
    BEGIN
      SELECT MIME_TYPE, BLOB_CONTENT, NAME, DBMS_LOB.GETLENGTH(BLOB_CONTENT)
        INTO vMIME, vBLOB, vFILENAME, vLENGTH
      FROM FILE_UPLOAD
      WHERE ID = inID;
      owa_util.mime_header(nvl(vMIME, 'application/octet'), FALSE);
      htp.p('Content-length: ' || vLENGTH);
      owa_util.http_header_close;
      wpg_docload.download_file(vBLOB);
    END;
    /
    

    Again, ensure that everyone has rights to execute the procedure.

    GRANT EXECUTE ON DISPLAY_IMAGE TO PUBLIC
    

    This does not create an editor in the browser, it simply creates a process simple upload/display. For a WYSIWYG editor that manages the PDF format or doc, you need something much more sophisticated, and I can't propose something here.

  • How can I bulk convert word into PDF documents?

    I recently installed the Adobe Standard 11 in windows 7 OS. I need to convert more than 4K of word in PDF documents. I was able to convert each person opening the word document by clicking on the banner of Adobe and convert to pdf, BUT how can I bulk convert them without having to perform this task individually?

    The steps and advice would be greatly appreciated.

    Thank you in advance.

    HI nenbori,

    Why, Yes, you can do it!

    1. In Acrobat, choose file > create > create several batch files.
    2. Click Add files to add files (or a folder containing the files) that you want to convert, and then click Add.
    3. Choose where you want the PDF files to be stored and how you want the files to be named.
    4. Click OK.

    I'm not sure that you will be able to convert all 4K at a time, but you can certainly make a few batches of good size. It really depends on your operating system.

    Please let us know how it goes.

    Best,

    Sara

  • Cannot save word to PDF documents

    I've just updated my computer to Windows 7. I always use Microsoft 2007 well.

    I tried to save a doc in PDF format, but for somereason word now that the option does not exist in the file types.

    I downloaded the adobe reader software, but it only allowed me to open my existing PDF files.

    What will happen? and especially what should I do to solve this problem!

    Save as PDF:

    http://Office.Microsoft.com/en-us/Word-help/save-a-file-in-PDF-format-HA010064992.aspx

    Questions about installing Windows 7?
    FAQ - Frequently Asked Questions from Installation Windows 7 & responses

  • Can I pre-populate a Word or PDF document?

    This request is for a home care agency. There is an elaborate form that must be completed periodically called a CMS - 485. There are tons of fields and a lot of formatting of the document. I currently have the document in Word format.

    We keep the information for participants in a database. I would like to prepopulate SOME fields in the Word document with the information in my database. To know things like the name and address. Date of birth, SSN, etc. Basic demographic data that are available in my readilly database.

    I can generate my site in any format form, really. PDF would be perfect. Word would be perfect. My goal is to go to the customer information screen in my application (already done), and then click a button to generate a CMS-485 vacuum that is prérenseigné with the inorimation population base.

    I know that I can create an HTML element or report builder version of the report, but which would be absolutely formidable given the complexity of this form. Since it is already in Word format, I can use the work that has already been done and you easier on myself?

    BTW: CF 7.02

    In fact, we do a lot of that kind of thing. If you treat only this 1 form and know that your form will not be changed anytime soon, we have found that the simplest solution is to do something like this:

    (1) save your form in PDF format
    (2) manually build the fields in your form using Adobe Acrobat
    3) there are a number of technologies that you can use to pre-fill the PDF form fields
    A. you can create a FDF (a little outdated at this point) PostScript file
    B. a coutesy of Ben Forta's much better solution: http://www.forta.com/blog/index.cfm/2006/7/27/cf_pdfform

    Not sure to do the same thing in word. You could probably do something with java Jakarta POI package, but without doubt it would be rediculously complicated for what you're trying to do.

  • Why can't I convert a word to PDF document?

    If its free why can't convert a word in a PDF document?

    Hi Tim,.

    You must be a subscriber to the service to use it.

    Please see this link - https://www.acrobat.com/en_us/products/pdf-pack.html

    Kind regards

    Rahul

  • How to change a process word in PDF document to be opened by earlier versions of windows.

    I tried to send an email with an attachment from my computer at home that is in Windows Vista to an earlier version of windows. the recipient cannot open the document and asked that I send it in PDF or word version. How can I do this?

    Open dialog windows ' Save as ' in word 2007, select the PDF format and save.
    I hope this helps.

  • How to save a scanned as PDF document?

    How can I save a document scanned in PDF format.  I use a Photosmart C6280.

    If you still have the re-scan using the Solution Center document save as pdf format.

  • Why there - some of my word to PDF documents

    After install Adobe Acrobat DC some of my Word documents have changed their PDF files and I can't open them.   Error message says file unsupported or damaged.

    Help!   I need these files.

    The documents do not automatically "change" from .docx to .pdf. normally, this requires a conversion you will pay.

    Unless your system is infected with something nasty.

    P.S. a System Restore restores your system files, not applications or data.  To do this, you will need to perform your own backup & restore.

  • Is there a way to prevent the feature "save under" on a PDF document?

    I know how to password protect the document so it can't be printed and published, but "save under" always seems to be an option. Is there a way to set the PDF file, so it can be displayed only?

    Is not possible.

  • How to keep the correct margins/page size when you convert a Word 2010 PDF document?

    I searched the Internet far and wide in order to understand why, when converting a Word 2010 document in PDF format in Windows 7 (via Adobe Distiller 9.5.5316), the top and bottom of the resulting PDF margins are automatically increased (which reduces the content on the page a bit) despite having consistently and everywhere the value paper A4 in Word 2010 and Adobe default PDF settings. It's almost as if distilling is stubbornly scaling the document to a different page size any of the parameters are specified.

    I solved this problem in previous versions by simply unchecking scaling print in Microsoft Word or distill. "In Word 2010, do you this through: file-> Options-> advanced, and then clear the paper sizes 'Scale content for A4 or 8.5 x 11' setting ' in the Print section.

    Today it is not so simple. I suspect that there is some chipping page or by default will sizing on but where and how to change it?

    I have to say that the years of updates Adobe seems to have two different products Adobe for creating files PDF. the above mentioned distill as long as Adobe Acrobat Pro Extended-(v. 9.5.5). However, they use the same default settings of PDF from Adobe by specifying the format of A4 paper.

    I think I have seen/inspected all of the parameters available to specify page sizes and scale - Adobe used to provide the add-in PDFMaker for Word, which manifested itself in a Word called "Acrobat" tab, and, we could see PDF settings, but this tab disappeared for a long time with a previous update to Acrobat. I tried to make this tab reappear in Word, but nothing helped.

    I also confirmed the size settings for correct page for Brother printers both Adobe in the dialog Windows 7 "devices and printers".

    The stones left to chance? Thank you.

    Print scale is always an option in Acrobat. Adobe continue to change the name. Look closely. Looking for options like "fit to page".

  • Save part of a PDF document with a different name

    Can you save just part of a bunch of pages form a PDF already created? I want to save new PDF in the month, but they all were analyzed in the same document.

    Fix.

  • Save a word or rtf document

    Hello

    I have a problem that is driving me crazy.  I have a client who has a book in pdf format.  He needs to make some changes, but it does not have adobe acrobat, nor can he afford it.  So I saved the PDF into a word document, the problem is, the paragraph formatting changes to the last paragraph on a page and therefore the last line of that paragraph is placed back on the left by 2 or 3 character spacing.  When checking the formatting in word, the last line seems to have been split and form a new paragraph.   Any help solving this would be appreciated.

    The quality of the PDF export is dictated by the quality of the PDF file. It is the quality of 'building' or under the hood, and not what you "see".

    (Perception is not reality).

    Export reflects the entry - GIGO is operational.

    You will need to clean up the Word files.

    Be well...

  • Borders of text box 'lost' when converting from word to PDF document

    I am converting a word doc that contains text boxes in PDF using Acrobat Pro XI. When I convert the doc, the borders of text right and left in the text boxes are not displayed.  It is not a zoom problem when I print the pdf, the left and right boxes remain missing. Why am I wasting these borders and how can I get them in my pdf?

    They will not be displayed, unless

    1. You must click on each text box
    2. Go to Format > shape
    3. Click lines
    4. line color chose desired for borders.

    Once the borders by color as they appear in the created PDF files.

Maybe you are looking for