Can I change text in a tiff using Illustrator?

I have a layout for an ebook with some important black and white bitmap illustrations in tiff., 300 dpi. These has appeared ok on print, but not on screen, reading the same pdf-file. This is partly because there are texts in fontsize 5-6 pt. People tell me I have to convert the drawings, or at least the text, to vector graphics.
Question is now - since at the moment I have CS6 avaiable - can I open these tiff.s in Illustrator, change the text to vector and then save in a format, that can be inserted in the Word2010 layout? (You might wonder why I use Word, but it was a question of economy, when the project was started up). Or are there other ways? Thanks for any answers!

Hi, here are some more details:
I´m working on a layout-job, that involves both Adobe CS and Microsoft Word, and since I haven´t found any forums that comprises both, I´m putting my questions here and have been very grateful for the help I already got from your answers. These are some precise details of my task:
The layout is for a revised and extended edition of a book, previously published twice 10-20 years ago, first in danish, later in english. I wasn´t involved in these. The new layout that I make is made in Word 2010, set up in a template made for the purpose. The book is being prepaired both for paper and for ebook publishing, and as far as the printed paperbook I have no worries concerning the illustrations, since they have already been printed in a satisfyingly good quality. The problem is how to present clear and readable illustrations for the e-book.
The material I was given consists of the complete english book-layout made in PageMaker 6.5 plus all the illustrations as separate TIFF-files with english texts. These TIFF´s have been inserted in my new Word layout, and then some of these texts do not appear with a satisfying clearness in the test PDF´s I make from the Word layout (PDF being the first format we have chosen for the upcoming ebook). The illustrations in question here are (originally handmade) black and white line drawings (ink), mostly geometric figures with the english texts (appr. 5,5 to 9 pt). The texts were – using Photoshop - added (not by me) to scanned copies of the original danish-texted drawings. These scans were saved as TIFF´s, typically 600 dpi, onelayered,  bitdepth is 1 – and these TIFF´s are the ones I need to improve and at the same time make a seceond set with danish texts.
The attached TIFF is a section of the most problematic of these drawings (the complete drawing is 1,2Mb). As for the size, the diameter of the largest ring should in the end layout be appr. 1,7 cm, which is eqiuvalent to the original size of the TIFF. In AI it opens up smaller, in PS it opens up bigger – for some reason? Of course e-book readers have the possibility of zooming in, but in 1:1 the illustrations should look somewhat ok, don´t you think? (Here I tried to insert my TIFF, but get the message "content not allowed" - what could be wrong? The file is not over 200 Kb)
So these are the steps: 1) Improving/altering the TIFF´s, maybe change the format to something compatible with Word2010. - 2) Inserting the drawings properly in Word. – 3) Convert to a good quality PDF within an acceptable filesize.
My questions right now are: 1) Will it be enough to replace the unclear texts with bigger and/or screenfriendly fonts, using Photoshop again, - or 2) do I need to change to vectorized texts, using Illustrator or other software like Corel Draw. 3) How to keep the quality through the process of being exported/inserted to Word and subsequently converted to pdf?
My experiences with PS and AI up till now are: The process of vectorizing my illustrations or part of them, seems a long a winding one, let alone the trouble with inserting EPS-files in Word. I have made som attempts with WMF, but the files I get are simply much too big (20Mb+). EMF, exported from AI and in Word converted to a Microsoft Office Drawing Object is the best I have made, but the file is still rather big, the section alone is 5,6Mb. (I would prefer not more than 2Mb). Other suggested formats that I don´t get any satisfying results with are PNG and JPEG. EPS is unreadable (we have already discussed this) in Word, and looks ok when I reach the final PDF made with PDFCreator, but using Acrobat Pro there is a black field where the EPS should be.
Any suggestions?

Similar Messages

  • TS4268 I CAN NOT RECEIVE TEXT MESSAGES FROM PEOPLE USING IMESSAGE - I HAVE MY IMESSAGE TURNED OFF BECAUSE I DO NOT WANT TEXTS GOING TO ALL MY ACCOUNTS - HOW DO I RESOLVE THIS PLEASE HELP - MISSING SEVERAL IMPORTANT COMMUNICATIONS...

    I CAN NOT RECEIVE TEXT MESSAGES FROM PEOPLE USING IMESSAGE

    On an iPhone your iMessages will go to your phone number.
    You can select another email to use on iPod or iPad.
    Go to settings
    Messages
    Send and receive
    Check your phone number and uncheck the common Apple ID you share so your messages will not go to other devices.

  • I live in Mexico but when I went to USA I opened an account there. I still have 0.04 usd on my iTunes account and i can't change the region until I use those 0.04 usd, how i can do it

    I live in Mexico but when I went to USA I opened an account there. I still have 0.04 usd on my iTunes account and i can't change the region until I use those 0.04 usd, how i can do it

    Contact iTunes support & request they clear the balance:
    http://www.apple.com/support/itunes/

  • Can you please tell me how can i change the parameter of Applet using Aspec

    Respect Members
    Can we apply Aspectwerkz on Applet? In our project we have to
    change the method parameters before its execution(Around Advice) , can we do this in applet using Aspectwerkz?
    Can you please tell me how can i change the parameter of Applet using Aspectwerkz or AspectJ ?
    I did it by for Java Application using the AspectJ And Aspectwerkz But not able to do for Applet.
    For Applet I Am setting the parameter in JAVA plug in for Aspectwerkz e.g. -Xdebug -Xrunaspectwerkz -Xbootclasspath & path for xml file in which pointcut is defined.
    If you any Friend working on it or any author who might be helpfull for me please Forward this mail to him/her
    THANKs in Advance
    [email protected]

    hello rodale, what you're seeing is probably a side effect of firefox not being able to save certain preferences into its profile folder.
    go to ''firefox > help > troubleshooting information'', click on ''profile folder/show folder'' and close all firefox windows afterwards. a windows explorer window should open up - in there delete the file named '''user.js'''.
    in case this didn't solve the issue yet please also refer to [[How to fix preferences that won't save]].

  • Can you change the Bitrate when you use the "Compressor" High Quality...?

    I am having problems with the amount of video in DVD SP and I think I need to lower the bitrate when I compress out of FCP. Can you change the Bitrate when you use the "Compressor" High Quality setting?
    Thanks,
    Stone

    Can you change the Bitrate when you use the "Compressor" High Quality setting?
    Yes. Duplicate the preset, then customize it all you want.
    -DH

  • Can i change this download func to use http service?

    This a download function i have:
         //Downloads a file and calls the writeFile func
              private function downloadFile(url:String):void{
                   var urlStream:URLStream = new URLStream();
                   var request:URLRequest = new URLRequest(url);
                   //var downloadFileName:String=getDownloadFilename(url);
                   urlStream.addEventListener(Event.COMPLETE, writeFile);
                   urlStream.addEventListener(IOErrorEvent.IO_ERROR , function (e:IOErrorEvent):void{
                   urlStream.load(request);
                   urlStream.addEventListener(IOErrorEvent.IO_ERROR, onIOError);
    I need to change the URL request to send a user/name password in the header for authentication...i can do this with a httpservice...but not a url request
    Can someone change the above code to use a http serivce? instead of a URLrequest/stream? Not sure how to do it

    You can do the same with UrlRequest as well and for that you need to make use of UrlRequest headers in order to do the authentication
    Check out this link...
    http://stackoverflow.com/questions/509219/flex-3-how-to-support-http-authentication-urlreq uest
    Thanks,
    Bhasker

  • How can I change my apple profile picture using iphone5?

    How can I change my apple profile picture using iphone5?

    Your "Apple Profile Picture" where? When do you see this picture?
    Cheers,
    GB

  • How can I change the file download time using Adobe Send? Adobe SendNow had a lot more options.

    How can I change the file download time using Adobe Send? Adobe SendNow had a lot more options.I don't see nay with Adobe Send.

    There isn't a feature in Adobe Send for setting and end-date for a file's availability. At any time, you can Unshare the file, however.

  • I can't change my Desktop Background anymore, Used The Diptic app to create a collage and now i cannot change my desktop picture,  on Mac Book pro

    I can't change my Desktop Background anymore, Used The Diptic app to create a collage and now i cannot change my desktop picture,  on Mac Book pro

    You can't go to System Preferences>Desktop&Screen Savers and change the display? Try it and see. I've never seen that problem.
    Clinton

  • How can I change text to a document?

    how can I change text to a document?

    Hi littleei54,
    I'm not sure that I follow. Would you like to edit text in a PDF (that requires Acrobat)? Or, do you want to convert a text file to PDF? Please provide a little more information and we will get you pointed in the right direction.
    Best,
    Sara

  • Can't change text once I've finalized it!

    I've been using Photoshop for years, so I know all the basics.  And I've never run into this before.  I created a document with text boxes and images.  Everything was fine to that point.  But when I went back to re-word the text boxes and change text color, I could not do it.  I tried everything:  be sure that layer is selected, be sure I have the type tool enabled, and click somewhere in the existing text.
    Nothing doing.  No matter what I did, it insisted on starting a new text layer.  I could not access the text itself to change it.
    I could transform it or move it but it will not let me change the text itself or the text color.
    I'm using the PS cloud version and running Windows 7.
    I ran into this a few weeks ago, and rebooting my computer solved the problem -- or so I thought.  Apparently it didn't solve it permanently.
    Help, please!  This was due yesterday and my client is understandably not amused.
    Thanks.

    Now I can change text in any text box except the one titled "spinetext", which is highlighted in the layers panel.  Obviously I'm doing something wrong, but I've designed a lot of these covers, and never had trouble changing the spine text before.
    I finally had to recreate that layer in a new document and import it into this one -- but the text remains unchangeable in this layer.
    (For what it's worth, "Layer 1" is the template, which I turn off when I have inserted all the elements, so it has nothing to do with this layer.)
    Thanks for your help!

  • Column Headers - Can't Change Text Orientation

    In Excel I am able to change the column header row text orientation so that I can have long text headers for both my rows and columns. With pages, my text can only be horizontal, which make a spread sheet with long column names very wide, even though the data in each cel is perhaps one or two digits.
    The only solution I have found is placing a text box over the top of the column header cel for each column, but doing this makes it impossible to use the text from the column header in a calculation or in an export or merge of any kind.
    If there is something I am missing, please let me know. Otherwise, please consider this a feature request. It seems like a very obvious oversight on the features in Numbers.

    This feature is not available in Numbers. If you'd like to request this feature to Apple then from Numbers' Main Menu select "Provide Numbers Feedback."
    Regards,

  • HELP!Can't change text color photoshop 3d

    Hi everyone!
    I am having a problem with Photoshop CC and the 3d text extrusion. I've never been able to change the color of my text using the Color Picker or changing the text color by going into the "Edit Source" feature and manually changing it. Neither of these have any effect on my text color. The only way I've found to change my text color is by selecting the Diffuse color under my Front Inflation Materials.
    The screenshots below will show my settings and problems.
    The first step is creating the 3d Extrusion text layer. I have selected below the word Beach in a dark grey.
    The next step is after the 3d Extrusion layer is made, I am trying to change the color of my 3d text to a red. So I'm highlighting my text layer, going to the 3d Text Color picker and selecting red. The box above shows the red that I've selected, and below the little thumbnail also shows red. My problem is that after I press "Ok", the small red box below next to text reverts back to the original dark grey and doesn't change.
    The 3rd step and the other way I'm trying to get my text color to change is by clicking on the "Edit Source" button, going into the .psb, manually changing my text color to red, saving and closing the window. The text color still does not show my changes. It remains the original dark grey color that I originally had. Now, if I go back into "Edit Source" my text is red, but it won't show the changes on the 3d layer.
    Am I doing something wrong, or is there something I'm missing? Thank you guys in advance.
    -Terry

    I'm with you XM Just got Steve Caplin's book on 3d Photoshop and he says you can easily change the color as shown in  that video —although I am getting different color picker. note the properties panel (on right) the color swatch shows pink once I click OK it reverts back to original color

  • How can I change text for paginate button?

    I use Table (not DataTable) in the web application (NetBeans IDE 6.0.1). There are so called pagination controls buttons in the table. I?d like to change text in the buttons. How can I do it? For example ?Go? button text I like to change to another language. How can I change the text of ?Go? button via the language file. I like to also change the tooltips text of table via language file.

    You need a NetBeans forum. This one's for Java.
    db

  • How can I change the default country Google uses when I search for things on the search bar on the Google Chrome app for the iPad 2?

    Whenever I search using the search bar, the Google Chrome app always uses google.com.ph as I bought and set up the iPad in the Philippines. How can I change this to google.com or google.ca permanently?

    IPhoto menu ==> preferences ==> advanced
    Set the print products country to US
    LN

Maybe you are looking for