PDF file graphics are poor - AI to Word to Acrobat

I've been learning to use AI to build the simple, mostly vector, grapics I want available to Word and other end points like web.  Sizing and then exporting AI files to PNG and then using those directly in web apps works fine.
The story isn't so good for grapics put into Word.
After trying a number of options, taking the graphic to a TIFF worked best for viewing in Word.  But when converted to a PDF the images (lines, text) errodes noticably.  I'm assuming that's because I'm having Acrobat convert a raster image.  I'm also assuming that manipulating the image (e.g. line width, font size, etc.) will not improve things although, if I'm wrong, I'd like to hear back.
I decided that getting the vector objects into EMF files would help but that actually produced poor results when viewed in Word.
It may be the method I'm using so if there's some wisdom about AI to Word to Acrobat I'd appreciate hearing it.
Thanks
Tom

I do not use WORD, but another word processor that allows me to see the format of the graphics as bitmaps or metafiles. The imported vector files are metafiles (this is a form of vector file used in Windows. Imported bitmap files are kept as bitmap files. There are some conversions that depend primarily on the compatibility of the graphic vector form and the windows metafile format. The results are generally excellent for me. What you could do is import in general formats like eps (include a bitmap if you want to see it in word and print to PDF to see the actual vector form), an emf file saved from AI (it should be retained as a vector form), and a bitmap, then also include clipboard versions of the same files from the original vector and bitmap files. You can judge for yourself. I am still interested in the comment from the other individual about not using the clipboard and why.
EPS is a vector graphic format developed by Adobe (as I recall, would have to look at my graphic book to be sure) along with PS files. It allows a bitmap preview file to be included -- what you see on screen in WORD. EMF files should be able to be loaded from the insert pictures menu in WORD (it is there in my WORD 2007 along with EPS and WMF files -- I do not there are any other formats that support vectors there). WMF is the old Windows MetaFile format and EMF is the Enhanced Windows MetaFile format. Actually, EMF and WMF files can include both vector and bitmap formats, similar in a sense to what Adobe can do I guess with PDF. The standard EMF is what is actually used in the clipboard. You can get more info at http://en.wikipedia.org/wiki/Windows_Metafile. A similar discussion of EPS file is at http://en.wikipedia.org/wiki/Encapsulated_PostScript. The main difference between the EMF and clipboard in WORD is that they are scaled differently when inserted. One problem with vector graphics in WORD 2007 and 2010 is that fonts of the text are not embedded. So someone without the fonts and looking at the WORD file would not see the proper text -- this is a MS issue introduced with their XML form of a DOC file. It is even messed up in their DOC compatibility format.
The AI file format is supposed to actually be a variation on the EPS file format from what I have read -- Apparently EPS is an outgrowth of AI?
In any case, the WORD file may not show the EPS file correctly. It appears that WORD 2007 does an attempt at displaying the result, but with errors (I have been looking at some line drawings and the WORD display shows line breaks. I printed the various forms of graphics in WORD to a PDF and the results for the EPS was not good. I think this may be a MS issue, but am not sure. Actually, the WORD converter to PDF even messed it up. That would suggest that at this point, EPS is not a good choice because of the way WORD handles things.
Don't know that my long winded description helps or not.
The EMF file can be inserted with the Insert>Picture menu. If you use the special paste, you can insert either WMF or WMF versions from the clipboard. Generally the results are the same. From my short experiment with EPS and WORD 2007, it looks like the result is a problem. However, that could have been the EPS save of my application, don't know. The best way to see what works for you is to do what I just did and that is create a vector graphic and save it as EMF and EPS. Then clipboard it into work and insert both the EMF and EPS in the picture menu. See what the result looks like and then also print to PDF and see what you get. Then draw your own conclusions rather than depending on someone like me who is just indicating results I have gotten.
Good luck.

Similar Messages

  • Can anyone help? I just opened my PDF and letters are missing in each word and sentence. I am using the trial version of Acrobat Pro XI

    Can anyone help? I just opened my PDF and letters are missing in each word and sentence. I am using the trial version of Acrobat Pro XI

    Hi gretchenm66156293,
    Are you running into this issue with one PDF in particular, or with any PDF that you open? Did the PDF display correctly previously? How was that PDF created?
    For starters, please choose File > Properties and click the Fonts tab. What fonts are used in the PDF? Are they "embedded" or "subsetted."
    I would be happy to take a look at the PDF here, if you'd like. Let me know!
    Best,
    Sara

  • HT2506 hi i can't seem to copy and paste pdf files from preview to a microsoft word document. it always comes up with nonsense characters in the word document. how do i fix this? thanks in advance

    hi i can't seem to copy and paste pdf files from preview to a microsoft word document. it always comes up with nonsense characters in the word document. how do i fix this? thanks in advance

    Hi,
    The quickest way to do this (tested with OS 10.8.2, MS Word 2011) is in one line:
    tell application "Microsoft Word" to close every document whose name begins with "book"
    The reason why your script doesn't work is that you aren't specifying to Word which document you want it to close.
    So, changing one line ought to do it:
    close document incrementvalue -- instead of "close document"
    But... when you close a document, you change the document count. Document 2 becomes document 1, document 3 becomes document 2 etc. So eventually you'd get a message saying "The object you are trying to access doesn't exist".
    Because of this, if you want to do it in a repeat loop, you have to work backwards:
    tell application "Microsoft Word"
      set doc_count to count documents
      repeat with x from doc_count to 1 by -1
      if name of document x begins with "book" then close document x
      end repeat
    end tell
    Hope this helps.

  • Indexing and Searching pdf files which are used as attachment in an Announcemnet list item

    Hi all,
    I am using a SharePoint 2013 online environment and trying to search and find pdf files which are attached to a announcement list item. However it does not find anything when I search for the name of the pdf file or the content of the pdf file.
    When I attach a word to the list item it gets indexed and it find the file.
    thanks and appreciate every kind of advice.

    Are you able to search for pdfs in other locations? SharePoint 2013 comes with an iFilter out of the box unlike 2010 which needed configuration.

  • Hyperlinks to XLS, DOC, and PDF files that are included in a .chm file work intermittently.

    SUMMARY
    Hyperlinks to XLS, DOC, and PDF files that are included in a
    .chm file (and the Baggage Files) only work intermittently. The
    only solution appears to be deleting the Temporary Internet Files.
    PROBLEM
    1. I place the XLS, DOC, or PDF file in the Windows
    sub-directory that corresponds to the RoboHelp project sub-folder
    where the topic in which I’ll place the hyperlink exists.
    2. I open the help project in RoboHelp HTML.
    3. I right-click on the project’s Baggage Files
    sub-folder that corresponds to the Windows sub-directory in which I
    placed the XLS, DOC, or PDF file (in step 1).
    4. I import the XLS, DOC, or PDF file.
    5. I open the topic in which I’m going to place the
    hyperlink in the WYSIWYG editor.
    6. I “drag and drop” the Baggage File into the
    topic (in the WYSIWYG editor) to create a link to it.
    7. I save the changes and then generate HTML (.chm) help.
    8. I open the .chm file and click the hyperlink. The XLS,
    DOC, or PDF file may or may not open.
    9. When the hyperlink works correctly, for DOC and XLS files,
    a “File Download – Security Warning” dialog box
    appears asking, “Do you want to open or save this
    file?”. The buttons that are available are
    “Open”, “Save”, and “Cancel”.
    These buttons work then as one would expect. (When the hyperlink
    works correctly for a PDF file, it simply opens the PDF file in a
    new window; there’s no prompt to save, open, or cancel.)
    10. When a hyperlink does NOT work, for DOC, XLS, and PDF
    files, no dialog box or other visual message is displayed. Instead,
    the sound that is associated with the “Exclamation”
    program event is played (the “Windows XP
    Exclamation.wav” file is the WinXP default).
    Other Notes:
    - The hyperlinks ALWAYS work when I view a topic using the
    “View Selected Item” function (Ctrl+W) in the RoboHelp
    HTML project.
    - Once a hyperlink stops working, it will not start working
    again until I delete all the Temporary Internet Files.
    - A hyperlink will stop working even if Internet Explorer
    (iexplore.exe) is closed the entire time.
    WORKAROUND
    Through trial and error, I have discovered that if a
    hyperlink stops working, I can get it to work again using the
    following steps:
    1. Leave the .chm file open.
    2. Open Internet Explorer.
    3. Click Tools>Internet Options….
    4. From the “Internet Options” dialog box, select
    the “General” tab.
    5. Under the “Temporary Internet Files” section,
    click the “Delete Files…” button.
    6. From the “Delete Files” dialog box, select
    “Delete all offline content” and then click
    “OK”. The files are deleted and the “Delete
    Files” dialog box closes.
    7. Click “OK” to close the “Internet
    Options” dialog box.
    8. Without closing Internet Explorer and without re-starting
    the .chm file, all the hyperlinks that didn’t work before
    will now work.
    GENERAL SYSTEM INFORMATION
    - Windows XP Pro, SP2
    - Internet Explorer 6.0.2900.2180
    - RoboHelp X5, 5.0.2 Build 801
    - HTML (.chm) help project files exist on my local machine
    - HTML (.chm) help file is run from my local machine
    - Project is under RoboSource version control
    TEMPORARY INTERNET SETTINGS
    - “Check for newer versions of stored pages” is
    set to “Automatically”
    - “Current location” for the Temporary Internet
    files folder is set to “C:\Documents and Settings\My
    Username\Local Settings\Temporary Internet Files\”
    - “Amount of disk space to use” is set to
    “594” MB
    “View Files…”
    - An XLS or DOC file will be listed here if I click its
    hyperlink and then click either “Open” or
    “Save” from the “File Download – Security
    Warning” dialog box.
    - A file will appear here even if I click “Save”
    and then click “Cancel” from the subsequent “Save
    As” dialog box.
    - If I click “Cancel” from the “File
    Download – Security Warning” dialog box, the file does
    not appear in the Temporary Internet Files folder.
    - When a file does appear in the Temporary Internet Files
    folder, its Internet Address is displayed similar to the following:
    “ms-its:C:\PrimaryProjectFolder\ProjectName.chm::/SubFolderName/FileName.xls”
    “View Objects…”
    Here’s a list of all the program files that appear:
    - “Microsoft Office Template and Media Control”
    (Last Accessed 12/13/06) (Version 12,0,6024,0)
    - “Shockwave ActiveX Control” (Last Accessed
    12/14/06) (Version 10,1,4,20)
    - “Shockwave Flash Object” (Last Accessed
    12/18/06) (Version 9,0,28,0)
    - “Windows Genuine Advantage Validation Tool”
    (Last Accessed 12/14/06) (Version 1,5,722,0)
    - “WUWebControl Class” (Last Accessed 12/13/06)
    (Version 5,8,0,2469)
    Today is 12/18/06 so the only program file that is listed as
    having been “Last Accessed” today is the
    “Shockwave Flash Object”.
    REQUEST FOR HELP
    I really want to include certain PDF, DOC, and XLS files in
    their native format in a .chm file. However, I need a better
    solution to my problem than the one I discovered. What I really
    want is to avoid the entire problem altogether.
    Have anyone seen this before or have any suggestions?

    You wont be able to do that. The embedded objects would appear as images only.

  • I cannot ope PDF files that are within a web link.  Neither Safari nor Firefox will work.  If I receive a PDF file as an email attachment, I can open it with either Adobe or Preview.  I'm running 10.6.8 on an iMac.

    I'm going to re-state this.  Several weeks ago, I had installed Security Update 2012-004 on my iMac.  I'm running Snow Leopard 10.6.8.  Immediately afterwards, my Mail 4.6 was GONE.  Mail 4.2 was there, but the system would not open it.  The Apple Support Communites quickly solved my problem.  The problem lay within the Update.  Now, I cannot open PDF files that are contained within a website, i.e. a lunch menu that is on a restaurant website.  This happens on both Safari and Firefox.  If someone sends me an email with an attached PDF file, I can open the file with either Adobe or Preview.  This is happening only on my iMac.  My MacBook Pro, also running Snow Leopard 10.6.8 has not experienced either the first or second problem.  Thanks for any help you can offer.

    fomamac2guy wrote:
    Now, I cannot open PDF files that are contained within a website, i.e. a lunch menu that is on a restaurant website.
    Does this help with Firefox?

  • I cannot open pdf files that are emailed to me. Can anyone help?

    I cannot open pdf files that are emailed to me. Can anyone help? I have adobe reader XI.

    What operating system?  Email client?  What exactly means "cannot"?

  • After i export a pdf file (written in Hebrew) to a Word document, the Word document is written in a Mirror-writing, how can i fix it?

    after i export a pdf file (written in Hebrew) to a Word document, the Word document is written in a Mirror-writing, how can i fix it?

    Hi,
    thank you for your help.
    I am using an Adobe Acrobat XI Pro.
    It is not a specific file that causes trouble, it is happening with all the documents with Hebrew fonts.
    I tried the "Save as" option and the same problem happened.

  • Why doesn't my pdf files that are on my iPad show up on my iMac or mac book pro

    Why doesn't my pdf files that are on my ipad show up on my imac or macbook?

    Have you copied them from your iPad ? If you are using the 'sync collections' setting then that doesn't copy items between devices/computers, all it does is if you move a book/PDF into a collection on one device/computer then if that book/PDF is also on your other device(s)/computer(s) then it will be moved into the same collection on them.
    If you connect the iPad to the computer that you sync it to and do File > Devices > Transfer Purchases then it should copy them over to your Mac's iTunes (that should copy PDFs and epubs that are in the iBooks app, not just actual ibooks) - in the iBooks app on your Mac you might then need to do File > Move Books From iTunes to move them over to it.

  • Why can't I open/see PDF files that are embedded in an email or sent through the internet?

    I can read/see PDF files that are attached to an email, but I can't see/read them if they are embedded in an email or sent through the internet.

    I have a similar problem. I can open, read, and save PDF files, but I can't view my online bank statement on my Mac. The statement opens automatically if I use a PC, but on my Mac the page says I need Adobe Reader to view my statement. I already have the latest version of Adobe Reader. The problem seems to be that that the plugin only goes to the Libray. It doesn't get installed into Safari or into FireFox either.

  • SAFARI 6.1.3 update to Reader 11.0.07 - cannot open pdf files that are presently on my computer. Previous version had no problem. Any ideas?

    SAFARI 6.1.3 update to Reader 11.0.07 … cannot open pdf files that are presently on my computer. Previous version had no problem. Any ideas? (Here is the message: Adobe Reader could not open 'Digital_Holiday_Cookbook.pdf' 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).

    Thank you Pat!!!
    Craig Ekonomos
    [email address removed]

  • I have nine, 1-page PDF files that are accessible and need to combine into 1 PDF file.  I have tried appending, adding and the combine PDFs process. The file created is not keeping my changes. The created file is partially accessible but I have to re-fix

    I have nine, 1-page PDF files that are accessible and need to combine into 1 PDF file.  I have tried appending, adding and the combine PDFs process. The file created is not keeping my changes. The created file is partially accessible but I have to re-fix issues I had fixed in the single files. I need suggestions on what else can be done if any. Using Acrobat pro XI.

    Out of habit, I tend to combine PDF files in the Page Thumbnails pane by right-click then "Insert Pages" -> "From File". For me, this preserves the tags from both documents, although the tags may have to be moved into the right location (if I recall correctly the tags for the inserted pages get put at the end of the tag structure, regardless of where the pages are inserted), If I first put the tags for the document to be inserted inside a container tag like Section, it makes the process easier. Moving that set of tags to the right place is the only re-fixing that I recall having to do. What behavior are you experiencing?
    a 'C' student

  • How do I get the converted PDF file to look the same in Word as it did in PDF?

    How do I get the converted PDF file to look the same in Word as it did in PDF?

    uscmagz wrote:
    > I took the High Speed Data Reader.VI and added the Write to
    > SpreadSheet.VI. Shouldn't that be able to write the converted data to
    > file? What am I overlooking here. I am attaching a screenshot!
    Watch out with Excel. As you use the High Speed Recorder to create the
    original file you will most probably create quite large files quite
    fast. Translating that into an ASCII spreadsheet would work fine in
    LabVIEW but Excel has a limitation that it can't open spreadsheet files
    above a certain number of rows. I do believe this is around 64k rows but
    it does a little vary depending on the number of columns you have.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How can I convert a PDF file in my computer into a word document?

    How Can I convert a PDF file in my computer into a Word Document?

    You might try posting to the Adobe ExportPDF forum:
    http://forums.adobe.com/community/exportpdf
    If you would like to email me ([email protected]) the PDF, I'll see if there's anything I can do to help.
    Regards,
    Brian

  • Is there a way to edit a PDF file without converting it into a word document?

    Is there a way to edit a PDF file without converting it into a word document?

    Then you posted in the wrong forum...
    At any rate, you can use the Edit Text & Images tool (under Tools - Content Editing) to make changes to the file. You'll need to be a bit more specific about what you want to change if you want more detailed instructions.

Maybe you are looking for

  • OAS upgrade 10.1.3.5.0 (Oracle Linux)

    I have installed OAS 10.1.3.0 (32 bit) on Oracle Linux 5 (64 bit) successfully. But when I am trying to upgrade/install to OAS 10.1.3.5.0 (Patchset 5), the installation is struck/hanged at 13%. I am using SOA suite 10g installer. There is enough free

  • AJAX with PageMethods works in Application Pages but not with PageLayouts

    Hi All, I have created a class which contains public static method decorated with WebMethod and SciptMethod attributes Public class BasePage : Microsoft.SharePoint.Publishing.PublishingLayoutPage         [WebMethod(EnableSession = true)]         [Scr

  • Attachments - Upper Limit

    Hi, I came to know that we can attach a file of size 20MB (Max) as the attachment to any object within OCOD, 1) I want to know what is the maximum attachment space that is allocated to a user , 2) I assume that the atachment limit is a product of the

  • Forms 6i and 10g co-existance

    Hi, I have a machine running windows XP Pro. Does anyone know if forms 6i and 10g (running forms services) can co-exist on the same machine? and are there any potential pitfalls (ie order of installation etc). Thanks, Martin

  • Boot Up Issues PLEASE HELP!!!

    My brother recently gave his old Power Mac G5 Quad-Core tower, it hadn't been used for a long time ( at least 5 years). I know it doesn't have a operating system on it right now. This morning I opened it up and cleaned it (5 years worth of dust). Whe