# Importing image from Word Doc

**URL:** https://pressbooks.community/t/importing-image-from-word-doc/706
**Category:** Importing & Exporting Content
**Created:** [October 1, 2018, 11:28am UTC](https://pressbooks.community/t/importing-image-from-word-doc/706 "2018-10-01T11:28:25Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![johnpeterm](https://pressbooks.community/user_avatar/pressbooks.community/johnpeterm/32/549_2.png) [@johnpeterm](https://pressbooks.community/u/johnpeterm)
#### Post date: [October 1, 2018, 11:28am UTC](https://pressbooks.community/t/importing-image-from-word-doc/706/1 "2018-10-01T11:28:25Z")

</div>

Sometimes the images perfectly imports from word document,

strangely, sometime the image does not import from the word document.

Is there anything that I am missing while formating the word document.

---

<div class="post-metadata">

### Author: ![ned](https://pressbooks.community/user_avatar/pressbooks.community/ned/32/533_2.png) [@ned](https://pressbooks.community/u/ned)
#### Post date: [October 1, 2018, 12:01pm UTC](https://pressbooks.community/t/importing-image-from-word-doc/706/2 "2018-10-01T12:01:37Z")

</div>

It might have to do with what file format the image is; we only support jpg, gif and png:

> <https://github.com/pressbooks/pressbooks/blob/dev/inc/modules/import/ooxml/class-docx.php#L362>

---

<div class="post-metadata">

### Author: ![johnpeterm](https://pressbooks.community/user_avatar/pressbooks.community/johnpeterm/32/549_2.png) [@johnpeterm](https://pressbooks.community/u/johnpeterm)
#### Post date: [October 1, 2018, 12:20pm UTC](https://pressbooks.community/t/importing-image-from-word-doc/706/3 "2018-10-01T12:20:56Z")

</div>

Thank you @ned…I have realized what the issue is, pressbook has size limitation for images, image size that is more than 1MB does not get imported. If the image size is less than 1 MB it is getting properly imported.

---

<div class="post-metadata">

### Author: ![ned](https://pressbooks.community/user_avatar/pressbooks.community/ned/32/533_2.png) [@ned](https://pressbooks.community/u/ned)
#### Post date: [October 1, 2018, 1:04pm UTC](https://pressbooks.community/t/importing-image-from-word-doc/706/4 "2018-10-01T13:04:38Z")

</div>

This is probably the WordPress max upload file size, which you can change.

---

<div class="post-metadata">

### Author: ![johnpeterm](https://pressbooks.community/user_avatar/pressbooks.community/johnpeterm/32/549_2.png) [@johnpeterm](https://pressbooks.community/u/johnpeterm)
#### Post date: [October 1, 2018, 1:51pm UTC](https://pressbooks.community/t/importing-image-from-word-doc/706/5 "2018-10-01T13:51:52Z")

</div>

Thank you @ned …
