3d-PDF and Word

Ok, so I finally got a 3D-PDF;
Inventor > STP > U3D > 3D-PDF.
Now how do I place this nice 3D-PDF inside a Word document?
Thanks.

You can't place a PDF inside a Word document. You can, however, place a .u3d file into an Office document if you have Acrobat 3D installed. Launch Word. On the left side of the toolbar you should see 4 Acrobat icons. The one on the right should be the "Insert Acrobat 3D Model" button. Click on this button and it will open an "Add 3D Data" dialog that allows you to navigate to a .u3d file to add to your Word document, and will also allow you to attacha JavaScript to it.

Similar Messages

  • Can I search for pdf and word documents at the same time in finder?

    I often want to search for more than one file type at a time - for instance pdfs and word docs in a directory, or Jpgs, GIFs, PNGs etc.
    Can I do this in the finder in one go (so I can save it as a folder I can then select when I want to)?
    I tried typing OR between the 'tokens' it creates, but then it just searches for OR - so not as intelligent as one would think?!
    Surely there must be a way to do something as simple as this?
    regards
    Rob

    Forget the whole "tokens" business (I think that is a pretty useless "improvement" to constructing Spotlight searches). Hit command-F to bring up the search window, and set your first criteria, in the example I changed it from the default Kind to Created Date, to keep the number of results manageable. Now hold down the Option key and click on the "+" at the end of the criteria line, it will change to "..." and you get a new criteria line. From the dropdown menu choose "Any" if necessary (this will give you the Boolean OR), then enter what you want in the first sub-head. To get a second sub-head OR criteria click the "+" at the end of the Any line.
    I don't generate many MS Word docs, so I just stopped in the example above after typing Microsoft, since that brought up all the MS anything I have from this year (a couple of Power Point thingies sent to me by friends).
    Francine

  • Is there a format for a file that I can use for attaching a one page document with photos embedded that will open in everyone's email automatically?   I've tried PDF and Word, but worked only in Mail.  Lost formatting when just copied and pasted in email.

    Is there a format for a file that I can use for attaching a one page document with photos embedded that will open in everyone's email automatically?   I've tried PDF and Word, but PDF worked only in Mail.  Word worked in nothing.  I also tried copying and pasting the document but lost all formatting when just copied and pasted in email.  Is there a way to do this?

    Are you sure PDF won't work? It should as what you're trying to do is pretty much what it is designed for (PDF - Portable Document Format). On a Mac anywone who receives the file should be able to see it in all its page layout glory by using the app Preview or Adobe Reader. Same on a PC, the file should be viewable as a PDF file using Adobe Reader and probably some other viewer (don't use PCs so not sure what other apps).
    What application are you creating the file in and are you sure you're exporting it correctly in PDF format, fonts and images embedded?

  • Storing PDF and Word document in oracle database

    any idea, how to store PDF and word document using oracle database.
    thanks

    The common approach is store as BLOB in database, use DBMS_LOB package to handle the loading and reading, sample script source asktom
    Also check this thread in Asktom
    SQL> create table demo
      2  ( id        INT PRIMARY KEY,
      3    theBlob   blob,
      4    dummy_col VARCHAR2(1)
      5  )
      6  /
    Table created.
    SQL> -- --------------------------------------------------------------
    SQL> -- Load a PDF file into a BLOB field and compress the BLOB.
    SQL> -- --------------------------------------------------------------
    SQL> declare
      2      l_blob    blob;
      3      l_bfile   bfile;
      4 
      5  begin
      6      insert into demo (id, theBLOB) values ( 1, empty_blob() )
      7      returning theBlob into l_blob;
      8 
      9      l_bfile := bfilename( 'BLOB_DIR', 'Test.PDF' );
    10      dbms_lob.fileopen( l_bfile );
    11 
    12      dbms_lob.loadfromfile( l_blob,
    13                             l_bfile,
    14                             dbms_lob.getlength( l_bfile ) );
    15 
    16      UPDATE demo
    17      SET    theBlob = utl_compress.lz_compress(l_blob, 6)
    18      WHERE  id = 1;
    19  -- If you don't want compress the LOB just update directly
    20      dbms_lob.fileclose( l_bfile );
    21      COMMIT;
    22  end;
    23  /
    PL/SQL procedure successfully completed

  • PDFs and Word Files open on iMac but not Macbook Pro

    I own an iMac and a MacBook Pro. Recently, I've been having an issue with some PDFs and Word files that have been emailed to me from different contacts. All open—and can be seen using Quick Look—on the iMac. However, on the MacBook Pro it's a different story. When I try Quick Look all I see are the icons. When I try to open the PDFs in Preview (default app for me) I get an error message saying the file could not be opened and might be damaged. When I try to open the Word doc in Word, Pages or Bean I see all of the extraneous header information etc and the text is all mixed up in that formatting junk. I have repaired permissions, cleared out my user cache, restarted—pretty much everything I can think of. But no luck. Thought?

    Brilliant suggestion! I checked all the display settings on my iMac 27" and confirmed they were the same settings as my MacBook -- until I checked the Window 7 screen resolution. Because of its size, I had expanded the screen across most of the monitor. When I changed the resolution to one suggested or configured by Windows, Approach worked fine. I've now tested it on quite a few of the settings, and as long as I let Windows determine the best resolution (on my iMac 27" it seems to be 2043 x 1276), Approach works like it should. Thank you!

  • Viewing/Syncing PDF and Word Docs?

    I read before I bought my iPhone that it would have support for PDF and Word Docs. How do I view and store these docs? Since I can sync music and movie files, can I sync documents too?

    So I can store and view a 700MB movie, but not and 8kb text file? Are you kidding? I've tried emailing myself a PDF, but I can only view it in Mail's tiny vertical window. So far I have been unable to open ANY PDF on the Web. I get an error "Safari can not download this type of file."
    There is no way to sync/view a PDF like I sync/view Photos? Why include PDF support then implement it in the narrowest way imaginable? This phone just became useless in any type of business environment. It is unbelievable that on an 8 gig Phone I can't even store a PDF, Word, or TXT file. Looks like this phone is a $600 toy, not a device for a serious user.

  • Hi how to protect form modification a shared scientific document in pdf and word format?

    hi how to protect from modification a shared scientific document in pdf and word format?

    For the PDF document: Use the tool panel on the right side and under the protection section choose the Restrict Editing option.  Set a password so that nobody can modify it.  In word

  • Linking to PDFs and Word Files

    Hi,
    I am using FM9 and working on a long document that  comes with many external forms. The forms are in PDF and Word format. The FM files will be converted to pdf, and shipped to users in an interactive e-book format. My question is twofold:
    1) How do I link to external Word and PDF froms so they open in a new window?
    2) Is there a way to "package" the forms with the pdf deliverable so users cannot move them around and break the links?
    Thanks for any insights and let me know if you need more information to answer.

    To define a link to external files (non-PDFs), use the following hypertext marker:
    message openfile form123.doc
    Assuming that .doc is associated with Microsoft Word on the end-user system, Acrobat/Reader will launch Word with the target file, as a separate application (no need or possibility to specify a "new window" property for links to non-PDF files).
    FrameMaker does not support the other features you asked about (new window property for cross-linked PDFs or embedded PDFs), so these will have to be handled in Acrobat as a a manual post-creation step.
    If you need such functionality on a regular basis and wish to automate it so that the PDF has all features/settings needed without post-creation steps, it can be done through add-ons; for additional information and sample PDFs, see:
    http://www.microtype.com/ImprovePDF18.html (Embed files in PDF)
    http://www.microtype.com/ImprovePDF10.html (Set specific cross-PDF links to open a new window)
    Shlomo Perets
    MicroType * FrameMaker/Acrobat training & consulting * FM-to-Acrobat TimeSavers/Assistants
    1-hour webinars (free), starting 10am PDT | 1pm EDT | 5pm UTC/GMT:
    Tuesday, August 18: Enhancing PDFs with Form Fields (with FM-to-Acrobat TimeSavers + Form Asst)
    Thursday, September 10: Enliven PDFs with FM-to-Acrobat TimeSavers/Assistants

  • If I buy Pages, will I be able I upload pdf and word files to websites?

    If I buy Pages, will I be able I upload pdf and word files to websites?

    Pages can export to PDF and .doc formats and send those via email, but it has no "upload" function.  That is something you normally do with a browser or an ftp app.

  • Urgent Help Regarding PDF and Word Document Downloading

    Many Thanks Shaik for you humble help. Actually now what I did in the past 3 days,
    I used Oracle Intermedia to store my PDF and Word Documents in the database using Oracle SQL Loader. Then I used PL/SQL Server Pages and Oracle Web Toolkit for the downloading of my documents.
    Now the problem is I saved all my formatted documents in the databse and for retrieval I am using following code in my stored procedure
    * Select BLOB Data
    select blob_data into myblob from mytable where blob_name = name;
    Setup headers which describes the content
    owa_util.mime_header('text/html', FALSE);
    htp.p('Content-Length: ' || dbms_lob.get_length(myblob));
    owa_util.http_header_close;
    Initiate Direct BLOB download
    wpg_docload.download_file(myblob);
    end;
    The structure of the mytable table:
    create table mytable
    doc_id varchar2(128),
    doc_name varchar2(128),
    blob_data blob
    But when it prompt the client to download the file actually it gives the junk file name like 'B104ea56' (which i understand is the address of the blob address). What I want is to show the "SAVE AS" download box with the proper document name which is stored in my field in the following way
    1 SALES.PDF
    2 PLANNING.PDF
    3 MANUAL.DOC
    4 STANDARD.TXT
    If I set the MIME type for the file format than it automatically starts download the file to the client browser, that I do not want, It should ask the user to download with the proper document name.
    Waiting consiously for your help
    Regards

    Presumedly you'd like those documents being accessiable by users as well, so they should be put on a web server, ftp or nfs sharing. You can just add the urls to those documents, or the directory they are in, into robot system as starting points and let robot run to collect them.

  • Hp officejet pro 8610 prints solid black on scanned pdf and word doc pictures

    -HP Officejet Pro 8610
    -problem printing scanned pdf document and word doc. photos
    -My new HP Officejet Pro 8610 printed a newly scanned pdf document as an all black picture. I then printed a saved word documtent from my iMac which included a small picture. The document print was acceptable, but the picture was solid black. There were no error messages. These were, my initial tests, to check this new printer.

    Hey there @TM-10 
    Welcome to the Community
    I read through your post about your new Officejet 8610 scanning a document to your computer and printing out all black. I have a couple ideas for you to try.
    Try the steps in this guide: Unexpected Scan Output Using HP Scan Application for HP Multifunction Printers When Using OS X v10.9...
    Press the Power button to turn on the product.
    With the product turned on, disconnect the power cord from the rear of the product.
    Unplug the power cord from the wall outlet.
    Wait at least 15 seconds.
    Plug the power cord back into the wall outlet.
    Reconnect the power cord to the rear of the product.
    If the product does not turn on by itself, press the Power button to turn it on.
    Ensure the printer is plugged in directly to the wall outlet, avoiding power bars and surge protectors. This ensures the printer is receiving full power and may help.
    Good luck
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Displaying PDF and Word Document

    Hi,
    I have used the methods to display HTML :
    1. Link to Action and the IFrame -> The Result was the html file I was able to display in the same window.
    2. Link to URL -> The Result was html file opened in different window.
    3.IFrame and attaching the file in project -> it was resulted in html file getting dispalyed in IFrame.
    Now if I want to extend the functionality for PDF or word document, is the procedure same or different
    Can anyone enlighten me on this
    Any thoughts on this.
    Thanks in Advance
    Srikant

    Hi srikant,
    You can also display word documents and pdf by uploading it in the server.
    For this you'll have to create  aliases in the server for the corressponding documents that you want to uploaad.
    Go to visual admin ->services->httpprovider.
    Then click the tab 'aliases'. Here you can give the name of your alias and also the document to which the alias should point(first upload the document to the server machine and then give the path here ) .
    Now when you type http://server:port/aliasname your document will open in the browser. You can display it either through your iFrame or linktourl as you prefer.
    Hope my effort will help you.
    Regards,
    Rahul.

  • View PDF and Word file

    Post Author: vcharles
    CA Forum: Crystal Reports
    Hello,
    I am using crystal report XI with ACCESS 2003, I would like to create a field in my ACCESS table to insert the path of the PDF or word files I would like to view when I click on the report. Is there a way to do this? Whic is the best approach to view a PDF or Word document from the crytal report viewer?

    Post Author: pvierheilig
    CA Forum: Crystal Reports
    Just so I get the first part correct - this is what I understand you to want to do:Add column to Access db, say something like 'FILE_LINK'Have a field on your report that displays the value of the FILE_LINK data for either PDF or DOC's. To do this:Populate the Access db as you'd like, including the file extension.Add the database field to the report.Right-click the field and 'Format Field'.Select the 'A File' radio button.Select the Hyperlink tab.Select the 'X-2' button in the 'Hyperlink Information' area of that same tabbed window.Enter a formula for what you want to be shown.  To show 'somefilename.pdf' on a shared drive, for example, enter this formula:"
    x\" & {database.column}Click the 'X-2' icon with the green checkmark, near the top-left of the window.  Fix any errors reported.Click 'Save & Close' and then 'Ok' on the 'Format Editor' window.Drop/drag the field where you'd like it and you should be good to go. 

  • Hot to display PDF and Word documents as an attachment in OBIEE Reports

    Hi,
    From few of Oracle threads I learnt that we can store the files in a server locaiton and read it thro a URL. What I am trying to do is, PDF or Word document will be stored in database as BLOB fields. This BLOB field needs to be come as an attachment in OBIEE Reports and by clicking that icon, it uses the local applicaiton PDF reader or a word applicaiton and open the attachment, just like how we open an attachment from a E-mail. Can you please help me with the possible methods of that. I can provide you more information incase if you need.
    Thanks
    Augesthi

    As long as you used the paper-clip Attach icon, that should be fine.
    The entire document appears to you because your Mac recognizes the document type, and displays it for you, saving you from having to mouse around and find a Reader for it. You can still use the Save icon to save a copy of only the attachment.
    To avoid problems with other email readers, be sure the checkbox [√] send windows-friendly attachments is checked.
    I addition, some email readers cannot cope with any attachments positioned at any place in the document other than at the very end. So make sure you move the cursor to the absolute end of the document before clicking "Attach".
    If all else fails, send an email that says, "attachment to follow", then send the attachment right away in a separate email, with nothing else in the body of the message. Some use the Subject abbreviation (nt) to indicate "no text", that is, no words typed in the message portion.

  • Pdfs and word docs started not displaying correctly in browser. How do I fix this?

    Until about a week ago, when I would open a pdf or word document in Firefox, it would open in a new Window and I could view it without download. Now, when I open a pdf, it shows some lines, but no text. I can only view the document if I then download the document, which will display correctly. Today, I tried to open a Word document from Firefox. A new window opened and it told me how many pages there was, but all of the pages are blank.
    Is there a way to fix this? I like not having to download the documents unless I want to save them.
    I'm using Firefox 37.0.1 on a computer running Windows 7 Enterprise, Service pack 1.
    Thanks,
    Jessica

    Ok. My computer ran updates last night and today it works. So, I'm good for now. If this happens to anyone else, I'm not sure how it was fixed besides the fact that my computer ran updates and restarted.
    Thanks,
    Jessica

  • Loading pdf and Word into Collections Custmer Conatcts and Promise to Pay

    Can you load upload pdf's and other documents into customer contacts and promise to pay s ? When I tried to do it it is converting to text and uploading junk. Text documents are getting uploaded ok.

    OK - assuming you are on Enhancement Pack 5 - and activated the relevant business function sets.
    You cant add a pdf or word document to a P2P - as far as I can see.
    You can however add a note to the lines - and add a pdf or word doc to a note
    You can also add a word document or pdf to a customer contact - when you add in the result.
    Hope that helps

Maybe you are looking for

  • Quiz Buttons Not Differentiating

    I had a file with perfectly useful quiz buttons that said and did everything they were supposed to. I made a change and regenerated a flash to upload and now all the quiz buttons have turned into transparent text buttons. No matter what I try to do i

  • Flat File Upload Error

    Hi All, I am using BW version 3.5 SP 16. I am trying to load a flat file in to BW. I am loading it to an info object char with direct update. Everything is in capital letters char length and evrything is matched. But I am getting an error. In monitor

  • Sda with com/sap/aii/utilxi/misc/api/BaseRuntimeException jar?

    Hi, does anybody know the location and name of the sda file which contains the class com/sap/aii/utilxi/misc/api/BaseRuntimeException? Kind regards and thank you in advance, Heiko

  • Itunes 9 won't install on Snow Leopard.

    Itunes 9 won't install on my Snow Leopard. It wont even try. The install screen freezes on "Choose Disk to install" screen and the eternal beachball attacks. I've tried 4 times now, with no success Current Itunes: 8.2.1 (6)

  • Dragging/moving window

    On my MBP I can drag/move a window by taping the top of the window and moving my finger. On my iMac with a Magic Trackpad I cannot do this. Why? I've exactly the same settings in the Trackpad Settings in System Preferences. On both systems "Three fin