To help you navigate our frequently asked questions page you can click on the links below to quickly get to the answer you need.
POPULAR
GENERAL
INSTALLATION
CONFIGURATION
iziImport is an Adobe InDesign Add-on to import content from WordPress or any CMS to Adobe InDesign.
With iziImport, you can turn any WordPress post into an InDesign article in a one-click process. It's ready to use with WordPress, but you are free to change it to use with your CMS.
The price of iziImport is $5.95/Monthly (1-month free trial).
iziImport requires InDesign CC.
Currently allows connection to MySQL and Microsoft SQL Server, although more databases will be coming soon.
It also allows you to connect through the WordPress REST API.
Step 1. Make sure you have installed the Creative Cloud Desktop App. Add-ons require the Creative Cloud Desktop App and at least one compatible Adobe application to be installed. If you have not already installed the Creative Cloud Desktop App you can get it from https://creativecloud.adobe.com/apps/download/creative-cloud
Step 2. Adquire the iziImport Add-on here:
https://exchange.adobe.com/apps/cc/107681/iziimport
Step 3. Creative Cloud Desktop App automatically sync/download and install iziImport Add-on, and a toast notification appears on your screen to indicate that iziImport Add-on has been installed.
Step 4. Find iziImport from the Window→Extensions menu in Adobe InDesign.
More information about installing add-ons can be found at:
https://helpx.adobe.com/uk/creative-cloud/kb/installingextensionsandaddons.html
Adobe has reported issues when installing Add-ons on computers with Extension Manager CC and Creative Cloud Desktop App both installed. Make sure yout don't have both installed.
If you have problems with the installation please see the following troubleshooting guide for Adobe add-ons:
https://helpx.adobe.com/uk/exchange/kb/troubleshoot-adobe-exchange.html
Once installed, find iziImport from the Window→Extensions menu in Adobe InDesign.
If you don't find it, please see the following troubleshooting guide for Adobe add-ons:
https://helpx.adobe.com/uk/exchange/kb/troubleshoot-adobe-exchange.html
If you are using WordPress and don't know your database connection details, download the wp-config.php file from your WordPress site.
Step 1. Create a New configuration and enter a Configuration name.
Step 2. You should enter the same wp-config.php configuration:
We recommend using the database connection for better performance, but this is the alternative in case that is not possible.
Step 1. Create a New configuration and enter a Configuration name.
Step 2. Under Database Type, select WordPress REST API and leave the rest of the connection data blank (user, password, database, and server).
Step 3. Modify the SQL Statements like this:
By default, when creating a new connection, it is automatically preconfigured for use with WordPress. The add-on auto-fills all other fields, but you are free to customize it for your CMS if necessary.
Here are some examples of how to configure these fields for other scenarios (WordPress with custom fields, Drupal, WooCommerce, Prestashop...):
https://www.iziimport.com/settings.html
If you need further information, please download this PDF, which provides details about the queries and each field:
https://www.iziimport.com/docs/iziImportConnection.pdf
Step 1. Create the tags title, text, image and caption to identify each content element where you want to import. From InDesign choose Window > Utilities > Tags to open the Tags panel and click the New Tag button on the Tags panel.
Step 2. Tag page items with manual tagging. Select a frame or text frame, and then click a tag in the Tags panel.
Step 3. To import content successfully into your InDesign document, check that the page items are correctly tagged (title, text, image and caption). And check that the elements has been added to the article before importing (to create an article, you must select the frames and text frames of the article and click the New Article button in the InDesign Articles Panel).
How to get started:
https://youtu.be/ShwUuOzq7Gos
You can also import your content without tagging the page items (*), just select the frames and click the Import button:
https://youtu.be/0JV4_3_PCbs
* Tagging of page items is recommended, but not required (they are automatically tagged on import).
Any image must be grouped with its corresponding caption.
Yes, WordPress Title fields are imported as image credits.
The credit must be tagged as "credit" and grouped with the image and the caption.
If the group only has one text frame (Image + Caption), the credit is imported into the same text frame as the caption. (Credit + paragraph break + Caption).
Step 1. Prepare your InDesign document. Create the articles or just group all the frames and text frames of each article.
Step 2. Select the posts in the order you want to import them (Ctrl+Click or Shift+Click).
Step 3. Select the frames where to import these posts in the desired order. You can select a frame added to an InDesign article or just select the group.
Step 4. Click on the Import button.
By default, all quotes are imported as straight quotes.
To change it, go to Edit Configuration and modify the field "Javascript to clear text".
You can preserve smart quotes by adding the PreservePrintQuotes function:
WordpressClear();
PreservePrintQuotes();
g_text_out = g_text_in;
You can convert straight quotes to smart quotes by adding the UseOnlyPrintQuotes function:
WordpressClear();
UseOnlyPrintQuotes();
g_text_out = g_text_in;
Machine translation uses the Google Cloud Translation API. You can translate any text from InDesign, but if you translate a text imported with iziImport it will keep the bold, italics, links, etc.
About Cloud Translation:
- https://cloud.google.com/translate
- https://cloud.google.com/translate/pricing (First 500,000 characters per month are free)
To generate Google API Key:
Text fitting uses the OpenAI API. You can fit any text from InDesign, but if you fit a text imported with iziImport it will keep the bold, italics, links, etc.
About OpenAI:
- https://openai.com
- https://openai.com/pricing (ChatGPT model: Free trial credits $18.00)
To generate OpenAI API Key:
1.0.12 version (2023-09-11)
- Fixed an issue with WordPress custom fields.
1.0.11 version (2023-03-29)
- Added automatic text fit with ChatGPT.
1.0.10 version (2023-03-06)
- Fixed an issue with ampersands used in titles and captions.
- Fixed error 1020 occurring on some hosting providers.
1.0.9 version (2022-10-12)
- Added import multiple posts at once.
1.0.8 version (2022-09-23)
- Fixed several issues with REST API connection.
1.0.7 version (2022-08-23)
- Added WordPress REST API connection type (whenever possible, we recommend using the database connection for best performance).
- Added more tag fields.
- Fixed an issue with importing the caption of some images.
- Fixed an issue with bulleted lists. Now, you can create an InDesign Paragraph Style with Bullet Character and use "Map Tags to Styles" (assign the li tag to this Paragraph Style).
1.0.6 version (2022-07-08)
- Improved loading time.
- Added automatic translation.
1.0.5 version (2022-07-04)
- Added import of multiple images (WordPress).
- Imports the extra images and places them from left to right and from top to bottom.
- Images folder next to the InDesign file.
- Removes extra line break between paragraphs.
- Fixed an issue with soft returns.
- Added import of image captions.
- Added import of image credits (WP Title fields).
- New functions to preserve or convert to smart quotes.
1.0.4 version (2022-05-06)
- Fixed an issue with br tag.
1.0.3 version (2022-04-29)
- Removes all attributes from basic HTML tags.
- Added RemoveTag() function to remove a tag and its content.
- Fixed an issue with http hyperlinks.
1.0.2 version (2021-10-26)
- Improved database connection performance.
1.0.1 version (2021-10-01)
- Import your content without tagging the page items:
1) Select the main frames of an article (title, text, image, and caption) and then click the Import button.
2) If these frames are grouped, you can select the group and then click Import.
3) If these frames have been added to an article, you can select any frame and then click Import.
- Import multiple posts in the same text frame (News in Brief).
- Search posts by title.