Text from word to html

Сконвертируйте ваши doc-файлы в html онлайн и бесплатно


Перетащите файлы сюда. 100 MB максимальный размер файла или Регистрация

Конвертировать в DOC

doc

Документ Microsoft Word

DOC ― это расширение файлов для документов текстового редактора. Оно связано преимущественно с приложением Microsoft Word. Файлы DOC также могут содержать графики, таблицы, видео, изображения, звуки и диаграммы. Этот формат поддерживается почти всеми операционными системами.

Конвертер HTML

html

Язык гипертекстовой разметки

HTML ― это файл веб-формата. Исходный код HTML можно изменить в текстовом редакторе. HTML-файлы разрабатываются для будущего использования в веб-браузерах пользователей и позволяют форматировать сайты с текстом, изображениями и другими необходимыми материалами. В файлах этого формата используются теги для создания веб-страниц. Интерпретация HTML-кода выполняется веб-браузером, и этот код, как правило, не показывается пользователю.

Как сконвертировать DOC в HTML

Шаг 1

Загрузите doc-файл(ы)

Выберите файлы с компьютера, Google Диска, Dropbox, по ссылке или перетащив их на страницу.

Шаг 2

Выберите «в html»

Выберите html или любой другой формат, который вам нужен (более 200 поддерживаемых форматов)

Шаг 3

Загрузите ваш html-файл

Позвольте файлу сконвертироваться и вы сразу сможете скачать ваш html-файл

Рейтинг DOC в HTML

4.6 (2,212 голосов)

Вам необходимо сконвертировать и скачать любой файл, чтобы оценить конвертацию!

Use this free online tool to convert Microsoft Word documents to HTML code. It extracts all text content from a word doc into downloadable and clean HTML.

By default, it produces very tidy HTML code from a word doc. This clean HTML option is probably the best format option for most people. It produces classless elements in a clear, readable format.

However, there are a few things to note. The HTML code will have empty image src tags so you’ll have to reference your online images for those to work, and it’s generally not good with HTML lists.

Other than that, it works pretty well and is super handy if you’re looking to quickly convert content from a word doc into a usable HTML format.

Note: here’s the old version of Word to HTML if you need to use it.

Convert Word to HTML File Revisions

This free tool has been recently revised to use word document uploads instead of using a manual process like the old Word to HTML version of this converter.

With a click of a button, you can now automatically save the document conversion results as a downloadable HTML page. This tool makes it easy to instantly convert Word to HTML without having to paste the document.

The old version of this Word to HTML converter relied on copying and pasting the content from an open Word doc which was a clunkier process. This new version allows direct Word document uploads and outputs HTML files or copyable clean code making for a far better process.

I hope you enjoy this newly revised word to HTML tool. It really is much better now at converting Word documents.

Most Popular Text Tools

Alphabetical Tools

Random Generators

Line Break Tools

Fun Text Tools

Text Changing Tools

SEO and Word Tools

Content Conversion Tools

HTML Code Generators

HTML Compression

HTML Encoding Tools

Free online Text/Word to HTML converter with built-in code cleaning features with escapes or unescapes HTML tags.

Hypertext Markup Language (HTML) is the standard markup language for creating web pages and web applications. Web browsers receive HTML documents from a web server or from local storage and render the documents into multimedia web pages. HTML describes the structure of a web page semantically and originally included cues for the appearance of the document.

HTML elements are the building blocks of HTML pages. With HTML constructs, images and other objects such as interactive forms may be embedded into the rendered page. HTML provides a means to create structured documents by denoting structural semantics for text such as headings, paragraphs, lists, links, quotes and other items. HTML elements are delineated by tags, written using angle brackets. Tags such as <img/> and <input/> directly introduce content into the page. Other tags such as <p> surround and provide information about document text and may include other tags as sub-elements. Browsers do not display the HTML tags, but use them to interpret the content of the page.

Escapes or unescapes an HTML

Convert special characters to HTML entities. Certain characters have special significance in HTML, and should be represented by HTML entities if they are to preserve their meanings. This function returns a string with these conversions made.

The following characters are reserved in HTML and must be replaced with their corresponding HTML entities:

The translations performed are:

  • ‘&’ (ampersand) becomes ‘&amp;’
  • ‘»‘ (double quote) becomes ‘&quot;’
  • «‘» (single quote) becomes ‘'’
  • ‘<‘ (less than) becomes ‘&lt;’
  • ‘>’ (greater than) becomes ‘&gt;’

What Is HTML? Hypertext Markup Language Basics Explained

HTML stands for HyperText Markup Language. HTML is the primary markup language found on the internet. Every HTML page has a series of elements that create the content structure of a web page or application. HTML provides the structure and content of a web page, and it is used in conjunction with other technologies like CSS and JavaScript to make websites dynamic and interactive.

HTML consists of a series of elements and tags, which are used to define the structure and content of a web page. For example, the title of a web page is typically defined using an <h1> tag, and paragraphs of text are defined using the <p> tag. HTML also includes tags for creating lists, links, images, tables, and many other types of content.

The three main parts of an element are:

  1. Opening tag – used to state where an element starts to take effect. The tag is wrapped with opening and closing angle brackets. For example, use the start tag

    to create a paragraph.

  2. Content – this is the output that other users see.
  3. Closing tag – the same as the opening tag, but with a forward slash before the element name. For example, </p> to end a paragraph.

The combination of these three parts will create an HTML element:

<p> This is how you add a paragraph in HTML.</p>

Every HTML page uses these three tags:

  1. <html> tag is the root element that defines the whole HTML document.
  2. <head> tag holds meta information such as the page’s title and charset.
  3. <body> tag encloses all the content that appears on the page.
<html> <head> <!-- META INFORMATION --> </head> <body> <!-- PAGE CONTENT --> </body></html>

Other popular block-level tags include:

  • Heading tags – these range from <h1> to <h6>, where heading h1 is largest in size, getting smaller as they move up to h6.
  • Paragraph tags – are all enclosed by using the <p> tag.
  • List tags – have different variations. Use the tag for an ordered list, and use for an unordered list. Then, enclose individual list items using the <li> tag.

HTML has evolved over the years, with new versions being introduced to add new capabilities and improve the language. The latest version of HTML is HTML5, which provides new elements and attributes, improved semantic elements, and better support for multimedia and other types of web-based content.

How To Use This Online WORD/Text to HTML Generator Tool?

The WORD/Text to HTML Generator we offer is user-friendly and provides a seamless experience for both professionals and beginners. No complex rules or technical know-how is required to utilize this service, making it accessible for everyone. The straightforward steps outlined below will assist you in using our tool to view HTML Code code online.

  1. Type or Paste your content in the input box provided on this tool. The tool allows its users to copy-paste code.
  2. The next step is to click the «Convert to HTML» button as per your requirement.
  3. As this button is pressed, the results are generated and displayed instantaneously.
  4. Use «HTML Escape» and «Unescape HTML» options to convert your output.
  5. After you have generated the HTML code, you can click on «Copy to Clipboard» or select all converted text and press «Control-C» to copy, and then «Control-V» to paste it back into your document.
  6. Alternatively, you can download generated HTML code to a text file by simply clicking on the «Download» button.

Useful Features of Our Online WORD/Text to HTML Generator

The Online WORD/Text to HTML Generator tool on our website comes equipped with exceptional features, making it the best online tool for generate text or HTML codes. The most notable features of our online utility are listed below.

Free and Simple to Use

The use of this tool comes at no cost, and it’s effortless to use. With the simple set of instructions provided, you’ll be able to view and run codes easily.

View and Verify HTML

You can now quickly view the output of any HTML code and test its validity with just one click.

Compatibility

This tool is a cloud-based utility and supported by all operating systems, including iOS, Android, Windows, and Mac OS, allowing you to access and use it for viewing HTML files from any device.

No Plugin Installation Needed

You can access this tool through the web browser of your device without having to install any plugins. This HTML viewer operates without the need for any plugins, making it convenient to use.

Speedy and Secure

The tool displays results on the user’s screen in mere seconds, and it’s a secure online utility that doesn’t save any data entered or uploaded by users in its databases.

Accessible from Everywhere

You can access our tool from anywhere in the world as long as you have an internet connection. Simply connect your device to the internet, and you’ll be able to use and access this code viewer.

Privacy of Users’ Data

At Onlinewebtoolkit, we offer a variety of online tools, including an WORD/Text to HTML Generator, and we take the privacy of our users’ data very seriously. With so many online scams, many people are concerned about their sensitive information being compromised when using online tools. However, our website provides a secure and safe tool that prevents hackers from accessing or intentionally sharing users’ information with third parties. The HTML code you input into our tool is only stored temporarily on the client side within your browser until the formatting process is complete. Once the results are displayed or you refresh or close the browser, your data is deleted from our site.

Convert DOC to HTML online and free

I tried it and immediately fell in love! It was so easy to use! After a couple conversions I bought the guys a cup of coffee. A couple more and decided this was too good to abuse! I joined! My life is so much easier!

Tillie

I had a huge, problematic file to convert that couldn’t go through the usual automated conversion process. The Zamzar team responded quickly to my request for help, and they took the extra steps needed to do it manually.

PDinSF

Used it for over a year to convert my bank statements to csv files. Great quick app, increased my productivity a lot. Also, amazing support — always helped me quickly!

Agata Wierzbicka

I have been so thankful for Zamzar’s support from the beginning of the Pandemic to the present day. Their service is first rate & their helpfulness is always the best it could be.

Mary

A very useful and professional site. The service is easy to use and the administrators are helpful and courteous.

David Shelton

It’s my first time using it. I had some complications doing it. I’m not very good at this. But I wrote to the company and I had a lot of help. I’m satisfied with customer service and with the app.

Ana Suárez

I use Zamar whenever I need to convert audio and video files from multiple submitters to 1 uniform file format for Audio and Video Editing. I can do multiple large files in a short amount of time.

Christopher Bee

Great for when you need a lot of conversions in a short time. You have directly access and can even put the subscription on for just a month.

Sabina Calis

Great thanks to you all for helping me to get the OLD files converted correctly. 20 years, quite a long time, reviewing the files brings much memory to me. That’s the best gift I received last year. Thank you all again.

Jiunn-Ru Lai

Fantastic service! My mom’s computer died and she has 1000+ Word Perfect files she wants to keep for some reason. Since Word Perfect is basically dead, I decided to convert all her files. Zamzar’s converter was perfect.

Aron Boyette

Trusted by employees at these brands

Employees of some of the world’s most well-known brands rely on Zamzar to convert their files safely and efficiently, ensuring they have the formats they need for the job at hand. From global corporations and media companies, to respected educational establishments and newspaper publications, employees of these organisations trust Zamzar to provide the accurate and reliable conversion service they need.

Your files are in safe hands

Zamzar has converted over 510 million files since 2006

For every 10,000 files converted on Zamzar, we’ll plant a tree. By using Zamzar you are helping to make a difference to our planet

We’re committed to regular charitable giving. Each month we donate at least 2% of our company profits to different charities

From your personal desktop to your business files, we’ve got you covered

We offer a range of tools, to help you convert your files in the most convenient way for you. As well as our online file conversion service, we also offer a desktop app for file conversions straight from your desktop, and an API for automated file conversions for developers. Which tool you use is up to you!

Want to convert files straight from your desktop?

Get the App

Fully integrated into your desktop

Convert over 150 different file formats

Convert documents, videos, audio files in one click

Need conversion functionality within your application?

Explore the API

One simple API to convert files

100s of formats for you to choose from

Documents, videos, audios, images & more…

Why choose Zamzar?

With Zamzar, file conversions are easy, reliable and convenient, so you can quickly convert your documents, images, videos, and more, to the formats you need. With faster downloads of converted files, and friendly and helpful support when you need it, you’ll have everything you need to work with your files.

We support both well-known file formats and those that are more obscure, including file formats that are 20 years old!

Multiple File Formats

We support both well-known file formats and those that are more obscure, including file formats that are 20 years old!

Zamzar was used by the creator of PowerPoint to help him convert a very old PowerPoint into something that could be opened.

Highly Reputable

Zamzar was used by the creator of PowerPoint to help him convert a very old PowerPoint into something that could be opened.

As well as a support team, we also have a page of FAQs and a catalogue of videos to assist you should you run into an issue.

Dedicated Support

As well as a support team, we also have a page of FAQs and a catalogue of videos to assist you should you run into an issue.

We know how important it is for you to be able convert your file at any time, which is why we are available every minute of every day, all year round.

Available 24*7

We know how important it is for you to be able convert your file at any time, which is why we are available every minute of every day, all year round.

Tools to suit your file conversion and file compression needs

You’ll find all the conversion and compression tools you need, all in one place, at Zamzar. With over 1100 file-conversion types supported, whether you need to convert videos, audio, documents or images, you’ll easily find what you need and soon have your files in the formats and sizing that work for you.

DOC Document Format

DOC Converter

DOC and DOCX are the most common word processing file formats. DOC was primarily used by Microsoft for its Word program until 2003. Since 2007, Word has used DOCX as standard, although you can still open DOC files and can still save to the older format. DOC and DOCX are used for formatted text documents like reports, letters or resumes. They can include pictures, charts, and graphs, as well as plain or formatted text, and can also contain an editable template.

Word is part of Microsoft Office, which is available as a paid software application or accessed online with a Microsoft 365 subscription. Microsoft Office was designed for the Windows operating system, but you can also install Office apps on other operating systems like Apple’s macOS and Google’s ChromeOS. A basic free ‘Word for the web’ program is also available online for Microsoft account holders. DOC files are easy to share and print, and can be opened by most word processing programs, including LibreOffice, Apple Pages, and Google Docs, as well as by Microsoft Word.

Related Tools

  • Document converters

  • DOC Converter

  • Compress DOC files

HTML Document Format

HTML stands for HyperText Markup Language. It’s an international open standard invented by Tim Berners-Lee, and the main format used for both website pages and formatted emails. HTML describes the structure of a webpage or email, and contains instruction codes for how a user’s browser should display it. These codes include the general layout and which pieces of content are headers, paragraphs of text, links, images, or videos. Internet browsers, like Google Chrome, Firefox, Safari or Edge, then use this information to display the website content as the editors intended.

You can open an HTML webpage file with your internet browser to preview it, and you can view the full HTML code of a website or HTML file by selecting ‘view source’ from your browser, or by opening the file in a text editor. To create an HTML file, you can use text editors or specific HTML editors. You can also use online tools like Zamzar to create an HTML version of an existing document.

Related Tools

  • Document converters

How to convert a DOC to a HTML file?

  1. 1. Choose the DOC file that you want to convert.
  2. 2. Select HTML as the the format you want to convert your DOC file to.
  3. 3. Click «Convert» to convert your DOC file.

Frequently asked questions

If you’ve got any questions about converting or compressing files with Zamzar, we’re happy to help! We’ve answered a few commonly-asked questions below, to get you started, and you can find out more information about file conversion and compression with Zamzar, in our Help centre.

There are several ways you can convert .doc files to HTML, including with online file converters like Zamzar. Simply upload your .doc files to the three-step tool on Zamzar’s website, select to convert them to HTML and then download the new converted files. If you have Word on your device, you may also be able to save documents directly into HTML format by using the ‘Save As’ option and selecting ‘.html’ in the dropdown – this depends on what version of Word you are using though.

If you have several Word documents to convert into HTML, one of the easiest ways is to use file conversion software or an online tool like Zamzar. You can convert multiple documents at once by uploading them to Zamzar’s website, selecting HTML, and then downloading your files.
Another option for saving individual documents as HTML is by opening them in Microsoft Word and using the ‘Save As’ function to save to ‘.html’. You can also copy and paste text from a Word document into an open HTML file or directly into a website content management system.

You can copy and paste selected text into an HTML file, or open Word documents to save them individually into HTML format. However, it’s also easy to convert files to HTML using online file conversion tools like the one on Zamzar’s website. Simply upload files to Zamzar’s three-step online conversion tool, click to convert them to HTML and then download the new documents.

One of the quickest ways of converting Word files to HTML is by using an online conversion tool like Zamzar, because you don’t need to open the files first. Just upload them to Zamzar’s secure website, select HTML, and then convert and download your HTML files. If you want to check or edit text in Word before converting it, you can open your document in the program, and then select HTML as the format you want to save it as – although this may only work with certain versions of Word.

You can convert text to HTML by copying and pasting blocks of text into an online HTML converter, or changing whole documents using websites like Zamzar. You can convert many types of documents into HTML files with the three-step conversion tool on Zamzar’s website. Simply upload your files to the website and click to convert them to HTML. You can then download the new HTML files to your device. Depending on the text program you are using, you may also be able to save your document directly into HTML format from there.

Ворд в HTML

Разработано на базе программных решений от
aspose.com
а также
aspose.cloud

Выберите Word файлы
или перетащите Word файлы мышью

Использовать пароль

Этот пароль будет применяться ко всем документам

Использовать распознавание текста

Если вам нужно преобразовать несколько Ворд в один HTML, используйте Merger

Конвертировать Ворд в HTML онлайн

Используйте бесплатный конвертер Ворд to HTML, чтобы получить точную копию Ворд документа в универсальном формате гипертекстовой разметки. В течение минуты вы сможете разместить сгенерированный HTML код в своем блоге или на веб-сайте.

Конвертер Ворд в HTML онлайн

Наш сервис может конвертировать Ворд документы любой сложности. Документы Ворд могут содержать стилизованный текст, вложенные таблицы и списки, верхние и нижние колонтитулы, формулы и графику и так далее. Сложность структуры исходного Ворд документа не имеет значения. Наш конвертер проанализирует содержимое Ворд файла до мельчайших деталей и воссоздаст соответствующие элементы в целевом HTML формате.

Наш бесплатный конвертер Ворд также удаляет все ненужные данные и сохраняет результат в виде компактной HTML страницы, пригодной для немедленной интеграции в Интернет.

Конвертировать файл Ворд в HTML

Чтобы конвертировать Ворд документ в HTML, просто перетащите Ворд файл в поле загрузки данных, укажите параметры преобразования, нажмите кнопку ‘Конвертировать’ и получите выходной HTML файл за считанные секунды. Содержание, структура и оформление HTML будут идентичны исходному Ворд документу.

Бесплатный конвертер Ворд в HTML основан на программных продуктах компании Aspose, которые широко используются во всем мире для обработки файлов Ворд и HTML с высокой скоростью и профессиональным качеством результата.

Convert WORD to HTML online, for free.

Max file size 1GB.
Sign Up for more

How to Convert WORD to HTML?

  1. Click the “Choose Files” button to select your WORD files.
  2. Click the “Convert to HTML” button to start the conversion.
  3. When the status change to “Done” click the “Download HTML” button

Easy to Use

Simply upload your WORD files and click the convert button. You can also batch convert WORD to HTML format.

Best Quality

We use both open source and custom software to make sure our conversions are of the highest quality. In most cases, you can fine-tune conversion parameters using “Advanced Settings” (optional, look for the icon).

Free & Secure

Our WORD to HTML Converter is free and works on any web browser. We guarantee file security and privacy. Files are protected with 256-bit SSL encryption and automatically deleted after 2 hours.

Convert other files to HTML format

FreeConvert.com can convert your other files to HTML format:

Convert Your WORD files to other formats

FreeConvert.com can convert your WORD files to these other formats:

Want to convert large files without a queue or Ads?

Upgrade Now

Выберите файл для преобразования

Перетащите файлы сюда. Максимальный размер файла 100 МБ или зарегистрируйтесь

Вы можете перевести doc документ в html и во множество других форматов с помощью бесплатного онлайн конвертера.

Как сконвертировать html в doc?

Icon of «Загрузите doc-файл»

Шаг 1

Загрузите doc-файл

Выберите файл, который вы хотите конвертировать с компьютера, Google Диска, Dropbox или перетащите его на страницу.

Icon of «Выберите «в html»»

Шаг 2

Выберите «в html»

Выберите html или любой другой формат, в который вы хотите конвертировать файл (более 200 поддерживаемых форматов)

Icon of «Скачайте ваш html файл»

Шаг 3

Скачайте ваш html файл

Подождите пока ваш файл сконвертируется и нажмите скачать html-файл

Бесплатное онлайн преобразование doc в html

Быстро и легко

Просто перетащите ваши файлы в формате doc на страницу, чтобы конвертировать в html или вы можете преобразовать его в более чем 250 различных форматов файлов без регистрации, указывая электронную почту или водяной знак.

Не беспокойтесь о безопасности

Мы удаляем загруженные файлы doc мгновенно и преобразованные html файлы через 24 часа. Все файлы передаются с использованием продвинутого шифрования SSL.

Все в облаке

Вам не нужно устанавливать какое-либо программное обеспечение. Все преобразования doc в html происходят в облаке и не используют какие-либо ресурсы вашего компьютера.

Microsoft Word Document

Расширение файла .doc
Категория файла 🔵 documents
Программы

🔵 Microsoft Word

🔵 OpenOffice.org Writer

🔵 IBM Lotus Symphony

🔵 Apple Pages

🔵 AbiWord

Основная программа 🔵 Microsoft Word
Описание 🔵 DOC – специальное расширение, соответствующее документам, созданным в текстовом редакторе Microsoft World, до версии 2007 года. В этом формате хранятся сведения о форматировании текстового документа – абзацы, списки, отступы, выравнивания и многое другое. Файлы DOC могут включать в себя не только текстовую информацию, но и многочисленные изображения, графики, сценарии, диаграммы.
DOC представляет собой расширение в формате двоичного файла, который начинается с информационного блока, выступающего ключевым элементом всей совокупности файлов данных. Такие двоичные файлы включают в себя довольно большой объем информации о форматировании текстового документа.
Традиционно расширение получило широкое распространение для создания документов текстового формата в большом диапазоне ОС. Файлы в этом формате открываются любыми, в том числе современными версиями редактора Word или его аналогами из бесплатных пакетов вроде Open Office, Libre Office или утилитами наподобие Corel WordPerfect.
Технические детали 🔵 Первые версии файлового формата DOC приоритетно ориентировались на содержание форматированного текста, но со временем к нему добавилось большое количество встроенных объектов, среди которых встречаются как диаграммы и графики, так и различные медиа-файлы (звуки, видео). Файлы с расширением DOC способны содержать данные о слиянии, благодаря чему шаблон обработки слов может применяться вместе с таблицей либо базой данных.
Разработчик 🔵 Microsoft
MIME type

🔵 application/msword

🔵 application/kswps

Hypertext Markup Language with a client-side image map

Расширение файла .html
Категория файла 🔵 documents
Программы

🔵 Internet Explorer

🔵 Mozilla Firefox

🔵 Google Chrome

🔵 Opera

🔵 Safari

🔵 Other internet browsers

Описание 🔵 HTML – специальный формат, связанный с веб-страницами, при разработке которых применялся соответствующий язык разметки. Множество станиц, соединенных ссылками, образуют веб-сайты. Файлы с подобным расширением изменяются текстовыми редакторами, так как представляют собой стандартный текстовый документ. Однако, чтобы избежать некорректного отображения рекомендуется использовать специализированное ПО, например, Adobe Dreamweaver. Открыть файлы HTML позволяют все современные браузеры, при этом по умолчанию исходный код не отображается. Его можно посмотреть в меню веб-браузера, выбрав категорию «Просмотр источника» либо с помощью текстового редактора.
Файлы с расширением HTML включают текстовое содержание и ссылки в виде текста на внешние объекты, например, картинку внутри статьи.
Технические детали 🔵 Язык HTML был создан Т. Бернерсом-Ли для обмена научно-технической информацией людьми, не имеющими глубоких знаний в области верстки. В его основе лежит использование множества тегов, обрамленных в угловые скобки. Современные браузеры без труда интерпретируют язык HTML4, предоставляя пользователю отформатированный текст. Сейчас появилась пятая версия со спецификацией DOM (ранее SGML).
Разработчик 🔵 World Wide Web Consortium & WHATWG
MIME type

🔵 text/html

FAQ

❓ Как я могу конвертировать doc в html?

Во-первых, выберите doc файл, который вы хотите конвертировать или перетащить его. Во-вторых, выберите html или любой другой формат, в который вы хотите преобразовать файл. Затем нажмите кнопку конвертировать и подождите, пока файл не преобразуется

⏳ Как долго я должен ждать, чтобы преобразовать doc в html?

Преобразование Изображение обычно занимает несколько секунд. Вы преобразовать doc в html очень быстро.

🛡️ Это безопасно конвертировать doc в html на OnlineConvertFree?

Конечно! Мы удалить загруженные и преобразованные файлы, так что никто не имеет доступ к вашей информации. Все типы преобразования на OnlineConvertFree (в том числе doc в html) 100% безопасны.

📱 Можно ли преобразовать doc в html без установки программного обеспечения?

Да! OnlineConvertFree не требует установки. Вы можете конвертировать любые файлы (в том числе doc в html) онлайн на вашем компьютере или мобильном телефоне.

Понравилась статья? Поделить с друзьями:
  • Text from word to excel
  • Text from scan to word
  • Text from right to left in word
  • Text field box word
  • Text from powerpoint to word