Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Ashwini Ashwini is offline
external usenet poster
 
Posts: 2
Default Convert photo image to ms word

Hi,

I wanted help in converting tiff/jpeg file to ms-word.

Regards,
Ashwini
  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Convert photo image to ms word

You need OCR software to do this. Microsoft Office Document Imaging
(included with Office but not installed by default) will convert TIFF.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Ashwini" wrote in message
...
Hi,

I wanted help in converting tiff/jpeg file to ms-word.

Regards,
Ashwini



  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default Convert photo image to ms word

You need OCR software to do this. Microsoft Office Document Imaging
(included with Office but not installed by default) will convert TIFF.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



"Ashwini" wrote in message
...
Hi,

I wanted help in converting tiff/jpeg file to ms-word.

Regards,
Ashwini



  #4   Report Post  
Posted to microsoft.public.word.docmanagement
CyberTaz CyberTaz is offline
external usenet poster
 
Posts: 1,348
Default Convert photo image to ms word

If it is a photograph of something other than text it can't be "converted"
to a Word document. It can be inserted into a Word document as a graphic
object. In Word 2007 use the Insert Tab, Picture button. In previous
versions use Insert Picture From File.

HTH |:)
Bob Jones
[MVP] Office:Mac



On 3/6/10 5:35 AM, in article
, "Ashwini"
wrote:

Hi,

I wanted help in converting tiff/jpeg file to ms-word.

Regards,
Ashwini


  #5   Report Post  
Posted to microsoft.public.word.docmanagement
CyberTaz CyberTaz is offline
external usenet poster
 
Posts: 1,348
Default Convert photo image to ms word

If it is a photograph of something other than text it can't be "converted"
to a Word document. It can be inserted into a Word document as a graphic
object. In Word 2007 use the Insert Tab, Picture button. In previous
versions use Insert Picture From File.

HTH |:)
Bob Jones
[MVP] Office:Mac



On 3/6/10 5:35 AM, in article
, "Ashwini"
wrote:

Hi,

I wanted help in converting tiff/jpeg file to ms-word.

Regards,
Ashwini




  #6   Report Post  
danny rough danny rough is offline
Banned
 
Posts: 0
Default

you can employ this iamging sdk i am currently using ,it can convert image to word and vice versa. follow the steps blow:


public static void SavePageToImageDemo()
{
string fileName = FolderName + "Sample.docx";


REDocument doc = REFile.OpenDocumentFile(fileName, new DOCXDecoder());//use DOCXDecoder open a word file

int pageCount = doc.GetPageCount();//get word's page count

for (int pgIdx = 0; pgIdx pageCount; pgIdx++)
{
BasePage aPage = doc.GetPage(pgIdx);//get page from REDocument

try
{
REImage img = (REImage)aPage.ToImage();//translate page to image
REFile.SaveImageFile(img, FolderName + "output" + pgIdx + ".bmp");//save image
}
catch (Exception)
{
Debug.WriteLine("Fail to display page " + pgIdx);
}
}
}
Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
When inserting a image an outline shows instead of the photo Sue M[_2_] Microsoft Word Help 2 January 16th 10 01:06 AM
Word Image To Photo Image TK Microsoft Word Help 2 August 6th 09 05:52 AM
How do I convert/save a Word doc (photo) into a .jpeg file. Phyllis Microsoft Word Help 1 September 10th 08 10:04 PM
How to quickly blend my digital photo onto another image? [email protected] New Users 3 April 17th 06 06:32 AM
how do I convert a saved word document photo to a jpg format? chempo New Users 10 September 2nd 05 05:39 PM


All times are GMT +1. The time now is 11:36 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"