How to embed pdf in a doc

I am trying to develop a training document that shows colleagues how to read a particular report.  I was wondering if there is a way to take a snapshot of the report and embed it in a standard word processing document.  It is in a pdf format and the word processing doc that I am using is the Mac version of Word. I have an OSX iMac 10.8.5 Version.
Any suggestions would be greatly appreciated!

You may also want to consider doing your whole training document as a PDF document, as opposed to a Word document. A PDF document can viewed more readily on different devices than a Word document, and it has the advantage of having a stable viewing format on all platforms, i.e., page breaks and margins will be viewed the same way. PDF is an acronym for Portable Document Format, as the name implies, it has those advantages. That's why people use it on the web instead of a particular word processing document.

Similar Messages

  • How to open pdf or word doc or notpad file in flex

    hai friends,
           how to open pdf or word doc or notpad file in flex. i am doing flexcoldfusion project. now i reterive data(notpad or worddoc or pdf file path) from database using coldfusion.now i want to open that file content .if i reterive notpad file .that will show in notpad. if it is possible. give example.
    regards,
    welcomecanv

    Hi WelcomeCan,
    Try this...
    var urlRequest:URLRequest = new URLRequest();
        urlRequest.url = "http://www.yourdomain.com/notepad.txt";
        //urlRequest.url = "http://www.yourdomain.com/FlexComp.pdf";
        navigateToURL(urlRequest,_blank);
    Thanks,
    Bhasker Chari

  • How to concert pdf to word doc

    ?help, how to convert pdf to word doc?

    Please look at the responses to your other post about this issue.
    There is no need to post multiple times.
    This is a User 2 User forum and we are not paid like Adobe Customer Service. Please respect the volunteering of the responders time.

  • How to do pdf form from doc in Formscentral

    Hi,
    I would like to know how to make pdf form in formscentral with doc file

    You will have to use Acrobat to convert from doc to PDF, add the fields in Acrobat, and upload to the FormsCentral service. If you don't know how to do any of this, post again and let us know which steps you need more help with.

  • How to embed PDF document to a view in WDJ?

    Hi, experts,
    I have a PDF document for helping user to use a software product. I want to embed it to a view through interactiveform in web dynpro for java so that other users may read the PDF document. I don't how to implement it?
    Do you give me some hint?
    Best regards,
    tao

    Hi,
    One quick question, where have you stored the PDF? is it in MIMEs folder ?
    You have 1 of these 2 options to choose:
    1. Get the PDF data in Byte format, fetch the absolute URL and display it in an iFrame UI Element.
    2. Set the property of Adobe Interactive form UI elemets property -
        mode = usePDF Mode (This mode value does not change the original PDF document. The data source and the template for the creation of the PDF document are ignored)
        pdfSource = Path to the context element containing the PDF document.
    -Kunal Kotak

  • How to save PDF document as DOC ?

    Hello,
    i wold like to know if it's possible to do "Save As" from a PDF document to a DOC file using C# and Acrobat SDK (i have acrobat pro installed),
    and if so, how ?
    Thanks.

    Yes, you can do this using the JSObject bridge.  Details are in the Acrobat SDK

  • How to embed PDF file within a parent PDF file

    Hi,
    I have created a button on my PDF document to open another PDF file in a new window. I want to sent this PDF to my client who will then mass email it out. My problem is that I want to embed the second file so it goes where ever the parent PDF goes and will open without file location errors, and not rely on both files being sent.
    I have read somewhere that this happens automatically if you attached a sound or movie clip??
    Thanks for any help.
    P.s I am using Acrobat Professional CS3
    I have also tried packaging files together, but it still seems to look of the external second file.

    Hi,
    I have created a button on my PDF document to open another PDF file in a new window. I want to sent this PDF to my client who will then mass email it out. My problem is that I want to embed the second file so it goes where ever the parent PDF goes and will open without file location errors, and not rely on both files being sent.
    I have read somewhere that this happens automatically if you attached a sound or movie clip??
    Thanks for any help.
    P.s I am using Acrobat Professional CS3
    I have also tried packaging files together, but it still seems to look of the external second file.

  • How to create pdf from word doc file

    HI
    I have a word doc file. (not docx). I have adobe 8 pro. I wrote a word script to create the file using the distiller. The fonts in the pdf file it makes look wacky. That script looks liek this:
    * create archive pdf file
    lfilename = "t:\cardeals\pdf\pdf_archive\" + PADL(alltrim(STR(month(date()))),2,"0") + PADL(alltrim(STR(DAY(DATE()))),2,"0") + SUBSTR(ALLTRIM(STR(YEAR(DATE()))),3,2) + "1.pdf"
    oWord = createOBJECT("Word.Application")
    oWord.DisplayAlerts = .f.
    oWord.documents.open('t:\cardeals\cardeals.doc')
    oword.ActivePrinter = "\\CSSSERVERONE\Overflow"
    oword.application.printout(,,,,,,,4,,,,,,,,,,,)
    oWord.PrintOut(.F.,.F.,,"c:\output.ps",,,,,,.F.)
    oPDF = CREATEOBJECT ( "PDFDistiller.PDFDistiller.1" )
    oPDF.FileToPDF("c:\output.ps", "&lfilename.", "High Quality" )
    oWord.application.quit
    release oword
    I also wrote a script to attempt to print it from the Adobe printer. It seems to work, but when I go to open the created pdf file it I get the following message:
    Acrobat could not open mypdf.pdf because it is either not a supported file type or because the file has been damaged.
    The code was this:
      Set oWordApp = CreateObject("Word.Application")
        Set oDocument = CreateObject("Word.Document")
        oWordApp.Visible = True
        oWordApp.Application.WindowState = wdWindowStateMinimize
        Set oDocument = oWordApp.Documents.Open("t:\cardeals\cardeals.doc")
        strOutputPDFName = "c:\mypdf.pdf"
        holdprtrdefault = oWordApp.ActivePrinter
        oWordApp.ActivePrinter = "Adobe PDF"
        oWordApp.Application.PrintOut FileName:="t:\cardeals\cardeals.doc", _
            Copies:=1, _
            Range:=wdPrintAllDocument, _
            Item:=wdPrintDocumentContent, _
            Pages:="", _
            PageType:=wdPrintAllPages, _
            Collate:=True, _
            Background:=False, _
            PrinttoFile:=False, _
            OutputFileName:=strOutputPDFName
    If I clkick on the PDFMaker icon iside word, the resultant file is BEAUTIFUL. Can I automate this from within word? If not, does PDFMaker have a command line utility that I could put in a batch file?

    I don't have an answer, but you might get a better response in the scripting forum.

  • How to open PDF or Word Doc or JPEG in a browser using JSF

    On submit action, I read the byte array data. Along with byte array, I do get the property information like what the bytearray stands for like PDF or Word or JPG etc. How can I display or open this data in the browser accordingly. An action in JSF is causing me to read the bytearray data. Now I want to navigate to a new page to display or open the byte array content.

    You can access the raw servlet response object via the ExternalContext by way of the FacesContext. Then write the bytes directly to the response after setting the proper HTTP headers. Do not forget to call FacesContext.responseComplete().

  • How to convert pdf to word doc

    I download a trial to see if I could convert a pdf to word and can not do it...HELP

    The Acrobat XI Pro trial can export PDF to Word.
    Use File - Save As Other.
    Of course if the PDF's content is just an image of text (such as the output of a scanner) then there is no text to export.
    Be well...

  • Cannot embed pdfs in MS Word doc which are PDF Version 1.3 (Acrobat 4.x) [This is associated with Adobe Reader 9]. Getting 'program not installed' error.

    Cannot embed pdfs in Word doc which are PDF Version 1.3 (Acrobat 4.x) [This is associated with Adobe Reader 9]. Getting 'program not installed' error.
    Pdfs with other versions are okay:
    Tested successfully with Adobe Pro 9 (Version 1.5 (Acrobat 6.x)), Reader X (Version 1.4 (Acrobat 5.x)) and XI (Version 1.6 (Acrobat 7.x))
    Also cannot open embedded pdfs which have been embedded with this version (getting a similar error).
    Importantly I have removed/disabled all security options in Adobe Reader, following numerous internet suggestions from Adobe and elsewhere. This does not fix the problem.
    Currently the work around is to re-save the pdf with something other than Adobe Reader 9 (so the version updates), but we would prefer not to do this for all the old pdfs we have.
    Thank you,
    Louise.

    Could you please email me the document on which you are seeing this issue at [email protected] ?
    Please mention the forum thread link as well in the mail for the reference.
    Thanks,
    Atul

  • How to embed an excel file or word doc in a pdf doc

    How to embed an excel file or word doc in a pdf

    Hi Maxpkh
    Do you mean attachment? You can't do that with free Adobe Reader you need Acrobat to do this.
    ~Deepak

  • How to embed the Word Document and PDF file into Crystal report?

    How to embed the Word Document and PDF file into Crystal report?
    I have word doc which having 10 pages. I need to show all of the 10 pages at a time. I tried OLE object but problem is it shows only one page.
    Is there any solution to show word doc / PDF file in CR?

    Symptom :
    When embedding a pdf document into a Crystal Report, only the one page shows.
    Reproducing the Issue
    Environment:
    Crystal Reports OLE object
    Cause
    An OLE object only displays the first page.
    Resolution
    Embed multiple objects, one for each page
    Or
    Use a hyperlink to the object instead
    Hope this helps!
    Regards,
    Vinay

  • How to embed the needed fonts in a pdf file

    Dear Sir/Mam,
    We had purchased licenced version of adobe acrobat x pro
    We are facing issues while embedding the font in the pdf file
    Please find the below mentioned requirement
    Requirement:
    We have a pdf file (template) with some static images and static text in it
    We need to populate dynamic data in the pdf file for this we may use text boxes
    We need to set the font name for the text box and embed that font in the pdf template (Eg:Font to be used in textboxes is "RotisSansSerif-Bold")
    Queries
    Please let us know how to embed the needed fonts in the pdf file?
    Once user exports the pdf file, even if user doesnot have the fonts installed in his system the text need to be displayed in the same fonts,how to acheive this?Eg:if we define "RotisSansSerif-Bold" as font in the textboxes,after exporting the data the text need to be in the same font.
    Note:
    Fonts will only installed in the application server and not in the client system
    The mentioned requirement need to work on below mentioned specifications
    OS:Windiows-XP,  Browser:IE
    OS:Mac osx, Browser:Safari
    Regards,
    S.N.Prasad

    There is a similar post just a few away from yours. I will suggest what I would try. Open your job settings file (press or print preferred to get all fonts) and then select the properties and the font tab. At your font to the always embed list and you will likely need to uncheck the subset box. Then save your job settings (give it a name that is meaningful to you, you can not use the settings file you started with as they are read only and I do not recommend changing that). Maybe that will do the job. Of course that is for the creation of the PDF, I forgot you were talking about a form. You might check the form field properties, but I suspect you have already tried that. Guess I don't play with forms enough. Others may be by to answer.

  • I`d like to know how can i insert documents, xls/doc/pdf into iCloud and have them in my iPhone and my iPad. I just found one way, through ibooks, but i think it isn't a practical option.

    I`d like to know how can i insert documents, xls/doc/pdf into iCloud and have them in my iPhone and my iPad. I just found one way, through ibooks, but i think it isn't a practical option.

    Just use Drop Box instead.

Maybe you are looking for

  • Imovie HD will not import from my Sony HDV-FX1

    Please Help. I have an IMAC G5 running with OS X 10.4.3, and I'm using a new Sony HDR-FX1 camera. The first 3 movies I made worked great, but yesterday I tried importing video and now it won't import or even display. Imovie displays (HD-1080i-30) aft

  • Document or link for the Weblogic Portal Administration version 10

    Hi, This is Kalyan . I need to know is there any document for the Weblogic Portal Administraton Version 10 .I will be thankful if you send me link or any pdf document.. Thanks & Regards

  • Scrollbars In JTextArea

    Please see the link below for visual guide. http://pollscanada.com/screenshot.html I have my TextArea in the middle of the application which displays film titles when the user clicks on a category in the JComboBox further down on the left where it ha

  • Creating complex data waveform

    Hi, I have a 2 channel audio file that contains both the real and complex parts of an I/Q wave. I am trying to demodulate this using the MSK block from the modulation toolkit but I have trouble getting the I/Q stream in the right type. The MSK block

  • Need Help with 10.1.3.4 administration

    We need help troubleshooting the infrastrucre set-up to support Oracle SOA 10.1.3.4 MLR 7. Will pay consultant rate for assistance.....approximately 40 hours of work. Remote consulting OK. But must be experienced with Oracle SOA 10.1.3.4 MLR 7 infras