{"id":134809,"date":"2018-07-24T04:34:22","date_gmt":"2018-07-24T04:34:22","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=134809"},"modified":"2025-07-22T10:25:29","modified_gmt":"2025-07-22T10:25:29","slug":"akeneo-web-to-print","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/","title":{"rendered":"Akeneo Web To Print"},"content":{"rendered":"\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Introduction<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>Akeneo Web To Print extension acts as a connector between Akeneo and Adobe InDesign. Using this extension, you can export products from Akeneo PIM to Adobe InDesign. <\/p>\n\n\n\n<p>The products exported can be easily categorized into documents like print catalogs, brochures, magazines, and other print materials.<\/p>\n\n\n\n<p>Print catalogs are one of the efficient ways by which retailers can advertise their products, by providing the pamphlets directly into the hands of the consumer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Basic Requirements:<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This module works with Akeneo 2.0.x, 2.1.x, 2.2.x, 2.3.x, 3.0.x, 3.1.x,  3.2.x, 4.0.x, 5.0.x , 6.0.x and  7.0.x Download Akeneo from&nbsp;<a href=\"https:\/\/www.akeneo.com\/download\/\">here<\/a><\/li>\n\n\n\n<li>This module is compatible with the Akeneo community and Enterprise(Flexibility) edition.<\/li>\n\n\n\n<li>If you want to use this extension on Akeneo EE Serenity mode, please&nbsp;<a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">contact us<\/a>.<\/li>\n\n\n\n<li>For the Akeneo installation, your Akeneo server should meet these&nbsp;<a href=\"https:\/\/docs.akeneo.com\/7.0\/install_pim\/manual\/system_requirements\/system_requirements.html\">system requirements<\/a>.<\/li>\n<\/ul>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Video Tutorials<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>&nbsp;Check out the following video tutorials below:<\/p>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Akeneo Web to Print Installation on Windows<\/h3>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Akeneo Web To Print | Adobe InDesign Integration | PIM Print Module\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/PO7uegiSyag?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen loading=\"lazy\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Akeneo Web to Print Installation on Mac<\/h3>\n<\/div><\/div>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube\"><div class=\"wp-block-embed__wrapper\">\n<iframe title=\"Akeneo Web To Print Installation on Mac | Config. &amp; Workflow\" width=\"500\" height=\"281\" src=\"https:\/\/www.youtube.com\/embed\/S3duYFnx2RM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen loading=\"lazy\"><\/iframe>\n<\/div><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Features<\/h3><\/div><div class=\"margin-bottom-50\">\n<ol class=\"wp-block-list\">\n<li>Create export jobs for exporting products data from Akeneo to Adobe InDesign<\/li>\n\n\n\n<li>Re-fetch export data from Adobe InDesign<\/li>\n\n\n\n<li>Send multiple images with the content<\/li>\n\n\n\n<li>Also works with product models<\/li>\n\n\n\n<li>Akeneo Web To Print is compatible with the latest Akeneo version 7.0.x<\/li>\n\n\n\n<li>Filter products using categories, families, locales, identifier<\/li>\n\n\n\n<li>Source code open for customization.<\/li>\n<\/ol>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installing Module for Version 6.0.x and 7.0.x<\/h3>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">1- Composer Installation<\/h3>\n\n\n\n<p><a href=\"https:\/\/webkul.com\/blog\/how-to-install-webkul-akeneo-connector-via-composer\/\"><strong>Read This Blog<\/strong><\/a><\/p>\n\n\n\n<p>Before beginning the composer installation<\/p>\n\n\n\n<p><strong>1<\/strong>: Get the&nbsp;<strong>ACCESS KEYS<\/strong>&nbsp;[Create a&nbsp;<a href=\"https:\/\/webkul.uvdesk.com\/en\/customer\/create-ticket\/\" target=\"_blank\" rel=\"noreferrer noopener\">support ticket<\/a>]<br><strong>2<\/strong>: In Akeneo&nbsp;<strong>composer.json<\/strong>, add our repository as well as the installation script.<\/p>\n\n\n\n<p><strong>Akeneo 6 and 7<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\t\n  &quot;scripts&quot;: {\t\n        &quot;post-update-cmd&quot;: &#091;\t\n           &quot;vendor\/webkul\/web2printbundle\/src\/Webkul\/Web2PrintBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\t\n        ],\t\n        &quot;post-install-cmd&quot;: &#091;\t\n           &quot;vendor\/webkul\/web2printbundle\/src\/Webkul\/Web2PrintBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\t\n        ],\t\n        &quot;post-create-project-cmd&quot;: &#091;\t\n          &quot;vendor\/webkul\/web2printbundle\/src\/Webkul\/Web2PrintBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\t\n       ]\t\n   },\t\n  &quot;repositories&quot;: &#091;{\t\n    &quot;type&quot;: &quot;composer&quot;,\t\n    &quot;url&quot;: &quot;https:\/\/akeneorepo.webkul.com\/&quot;\t\n  }]\t\n}<\/pre>\n\n\n\n<p><strong>For Akeneo &lt;=5.x&nbsp;<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">{\n  \"scripts\": {\n        \"post-update-cmd\": [\n           \n\"vendor\/webkul\/web2printbundle\/composer_install.sh\"\n        ],\n        \"post-install-cmd\": [\n           \n\"vendor\/webkul\/web2printbundle\/composer_install.sh\"\n        ],\n        \"post-create-project-cmd\": [\n         \n\"vendor\/webkul\/web2printbundle\/composer_install.sh\"\n       ]\n   },\n  \"repositories\": [{\n    \"type\": \"composer\",\n    \"url\": \"https:\/\/akeneorepo.webkul.com\/\"\n  }]\n}\n<\/pre>\n\n\n\n<p><strong>3<\/strong>: Use composer to install the extension.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">         composer require webkul\/web2printbundle<\/pre>\n\n\n\n<p><strong>4<\/strong>: Complete the authentication form.<br><strong>5<\/strong>: Send a Message of Success<br><strong>6<\/strong>: Delete your browser\u2019s cache.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installing Module for Version 6.0.x and 7.0.x<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&nbsp;After unzipping the appropriate extension zip, merge the \u201csrc\u201d folder into the akeneo project.<\/li>\n\n\n\n<li>From the PIM directory, run the following command over the NO-DOCKER Instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/Web2PrintBundle\/install\/config.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>&nbsp;Run the command below over the PIM directory\u2019s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/Web2PrintBundle\/install\/config.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installing Module For Version 4.0.x to 5.0.x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow these steps for installing &nbsp;Adobe Web To Print extension&nbsp;module in your Akeneo PIM platform.<\/p>\n\n\n\n<p><strong>1<\/strong>&nbsp;\u2013 Unzip the respective extension zip then merge the \u201csrc\u201d folder into akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"264\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--1200x264.png\" alt=\"src-magento-2-1-1-\" class=\"wp-image-277937\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--1200x264.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--300x66.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--250x55.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--768x169.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-.png 1236w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>2 \u2013 Goto config\/Bundles.php then add line:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\Web2PrintBundle\\Web2PrintBundle::class =&gt; &#091;&#039;all&#039; =&gt; true],<\/pre>\n\n\n\n<p>in return array.<\/p>\n\n\n\n<p><strong>3 \u2013<\/strong>&nbsp;Copy the \u201cconfig\u201d folder into akeneo project root directory for routing.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"278\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-1-1200x278.png\" alt=\"src-magento-2-1-1-1\" class=\"wp-image-277945\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-1-1200x278.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-1-300x70.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-1-250x58.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-1-768x178.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-1.png 1243w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>4&nbsp;<\/strong>\u2013 Run this command after ssh to your akeneo server by the terminal<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console Web2Print:setup:install<\/pre>\n\n\n\n<p><strong>5<\/strong>. If you are using php-fpm. Then you need to restart the php-fpm services and apache web server.<\/p>\n\n\n\n<p><strong>For Akeneo 5<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.4 restart<\/pre>\n\n\n\n<p><strong>For Akeneo<\/strong>&nbsp;<strong>4<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.3 restart<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Docker Installation Command :<\/h2>\n\n\n\n<p><strong>For Akeneo 5<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">alias docker_php=&#039;docker-compose run -u www-data --rm php php&#039;;\nalias docker_yarn=&#039;docker-compose run -u node --rm node yarn&#039;;\ndocker_php bin\/console cache:clear --env=prod;\ndocker_php bin\/console pim:installer:assets --symlink --clean --env=prod;\ndocker_php bin\/console d:s:u --force;\ndocker_yarn run webpack;\ndocker_yarn run update-extensions;\ndocker_yarn run less;<\/pre>\n\n\n\n<p><strong>For Akeneo<\/strong>&nbsp;<strong>4<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">alias docker_php=&#039;docker-compose run -u www-data --rm php php&#039;;\nalias docker_yarn=&#039;docker-compose run -u node --rm node yarn&#039;;\ndocker_php bin\/console cache:clear --env=prod;\ndocker_php bin\/console pim:installer:assets --symlink --clean --env=prod;\ndocker_php bin\/console d:s:u --force;\ndocker_yarn run webpack;\ndocker_yarn run less;<\/pre>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Module Installation For Version 2.x to 3.x<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>Follow the below steps for installing Adobe Web To Print extension in the Akeneo PIM Platform.<\/p>\n\n\n\n<p>1 &#8211; Unzip the respective extension zip then merge the \u201csrc\u201d folder into akeneo project root directory.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Web2Print-Bundle.png\" alt=\"Web2Print Bundle\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>2 &#8211; Goto app\/AppKernel.php then add a line in function registerProjectBundles()<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">new Webkul\\Web2PrintBundle\\Web2PrintBundle(),<\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Ading-Web2Print-Bundle.png\" alt=\"Adding Web2Print Bundle\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>3 &#8211; Goto app\/config\/routing.yml then add these lines at the top of the file<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">web2print_connector:\n    resource: &quot;@Web2PrintBundle\/Resources\/config\/routing.yml&quot;\n    prefix:   \/<\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Code-Update-in-routing.png\" alt=\"Code Update in routing\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>4 &#8211; You have to navigate first to Akeneo installation directory (Ex: cd \/opt\/bitnami\/apps\/akeneo\/htdocs). After SSH, you have to run the command to your Akeneo server by the terminal.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console Web2Print:setup:install<\/pre>\n\n\n\n<p>5 &#8211; You have to restart your web server like Apache, Nginx. Run the command for the Apache webserver.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service apache2 restart<\/pre>\n\n\n\n<p>6 &#8211; If you are using php-fpm. Then you need to restart the php-fpm services.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.2 restart<\/pre>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation on Adobe InDesign<\/h3>\n<\/div><\/div>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Enable PlayerDebugMode To turn on debug mode:<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"#on-mac\"><\/a>On Mac<\/h3>\n\n\n\n<p>In the terminal, type: defaults write com.. adobe.CSXS.11 PlayerDebugMode 1<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"#on-windows\"><\/a>On Windows<\/h3>\n\n\n\n<p>Open the registry key HKEY_CURRENT_USER\/Software\/Adobe\/CSXS.11 and add a key named PlayerDebugMode, of type String, and value. You should only need to do this once.<\/p>\n\n\n\n<p>Note: Directory CSXS.8 for InDesign 2008 or old version, CSXS.9 for InDesign 2019-2020, CSXS.10 for InDesign 2021, CSXS.11 for InDesign up to 2024, and CSXS.12 for InDesign 2025 &amp; onwards.<\/p>\n\n\n\n<p>Copying the extension into place. Download the web2print extension folder from this code. <\/p>\n\n\n\n<p>Now that the system is ready to load custom extensions, the last thing we have to do is copy our extension into the shared extensions folder on disk:<\/p>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\"><\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"#on-mac-1\"><\/a>On Mac<\/h3>\n\n\n\n<p>Copy the extension folder into ~\/Library\/Application Support\/Adobe\/CEP\/extensions<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"#on-windows-1\"><\/a>On Windows<\/h3>\n\n\n\n<p>Copy the extension folder into %APPDATA%\\Adobe\\CEP\\extensions<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><\/h3>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Common Issues After Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p id=\"block-abef3d77-a56d-458e-9581-e202942758f7\">It might happen that even after proper installation, upon opening your Akeneo admin dashboard, you see a loading screen. In that case, do check for the following solution:<\/p>\n\n\n\n<p id=\"block-2c65c306-8602-41d1-a18d-af32cf76dc47\">1 &#8211; Webpack Installation: If you get the below error.<\/p>\n\n\n\n<figure class=\"wp-block-image\" id=\"block-b474442a-5288-49f5-8c95-093b37a99d56\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Webpack-error.png\" alt=\"Webpack error\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p id=\"block-0d21c621-bb4a-4a0a-a6cb-373cf3127620\">It means that a webpack is not installed in your system. Run the following command<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">npm install --save-prod webpack\nnpm install<\/pre>\n\n\n\n<p id=\"block-a1f5d45f-85a5-4010-ba8a-46a9864e1853\">2 &#8211; Module routing.yml is not configured properly. Re-check the routing.yml file as mentioned&nbsp;in the 3rd step of Module Installation<\/p>\n\n\n\n<p id=\"block-2f49e6b3-3163-480e-8a3f-eab1f463cac8\">3 &#8211; Clear your browser cache.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Uninstall Module: For Akeneo 6 and 7<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From the PIM directory, run the command below over the NO-DOCKER Instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/Web2PrintBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Run the command below over the PIM directory\u2019s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/Web2PrintBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<p><\/p>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Creating Products in Akeneo<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>To create a new product in Akeneo<\/p>\n\n\n\n<p>1 &#8211; Go to Products &gt; Create after that  select the Product option.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/select-product-1.png\" alt=\"select-product-1\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>2 &#8211; After that enter SKU then choose a product family.<\/p>\n\n\n\n<p>3 &#8211; Fill in all the production information for this new product.<\/p>\n\n\n\n<p>4 &#8211; Upload multiple images of a product<br><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/upload-images.png\" alt=\"upload-images\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>5 &#8211; Select a particular category for the product. You can also choose more than one category for a product.<\/p>\n<\/div>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter is-resized\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/select-category-1.png\" alt=\"select-category-1\" style=\"width:600px;height:386px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Web To Print Export Job<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>Once you have created or imported the products in Akeneo, you can now move forward to the export process.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"import-asset\">Export Asset<\/h3>\n\n\n\n<p>There is only one job to export in the module<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Web2Print Export with Zip File<\/li>\n<\/ul>\n\n\n\n<p>1 &#8211; Go to Exports&gt;Create Export Profile then enter any code, label, and select the \u2018Web2Print Export with Zip file option.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"565\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Export-profiles-management-1200x565.png\" alt=\"Export-profiles-management\" class=\"wp-image-376265\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Export-profiles-management-1200x565.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Export-profiles-management-300x141.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Export-profiles-management-250x118.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Export-profiles-management-768x362.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Export-profiles-management.png 1280w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>2 -Select storage type and file path in which you want to export the data<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"582\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-3-1200x582.png\" alt=\"Export-profile-Web2print-Export-with-Zip-file-Edit-3\" class=\"wp-image-407178\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-3-1200x582.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-3-300x145.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-3-250x121.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-3-768x372.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-3.png 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Note:If the path is not updated, CSV and image files will be created in the PIM root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"582\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-6-1200x582.png\" alt=\"Export-profile-Web2print-Export-with-Zip-file-Edit-6\" class=\"wp-image-407190\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-6-1200x582.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-6-300x145.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-6-250x121.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-6-768x372.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-6.png 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, add details in the Global settings-<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-2-1200x675.png\" alt=\"Export-profile-Web2print-Export-with-Zip-file-Edit-2\" class=\"wp-image-407177\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-2-1200x675.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-2-300x169.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-2-250x141.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-2-768x432.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Edit-2.png 1366w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>3- Save the profile go to the Content section then select your channel where your products will be exported. Choose the locales for deciding in what language you will be sending the content.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Filter-Data.png\" alt=\"Filter Data\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>4 &#8211; You can make use of filters to exports only selected products. You can filter products based on family, status, completeness, category, and time condition. <\/p>\n\n\n\n<p>If you want to export only one or more products, you can do that by entering the SKU value in the identifier section.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Filter-Products.png\" alt=\"Filter Products\" loading=\"lazy\" \/><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Run Export Job<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>Once you have saved the export profile information, you can now click the Export Now button after that wait for the execution process to get completed.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"582\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Show-1200x582.png\" alt=\"Export-profile-Web2print-Export-with-Zip-file-Show\" class=\"wp-image-407179\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Show-1200x582.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Show-300x145.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Show-250x121.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Show-768x372.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Export-profile-Web2print-Export-with-Zip-file-Show.png 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>You can see the progress of the export process as below. Moreover, if there is any error you can also see it here.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"582\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Process-tracker-Show-job-5-1200x582.png\" alt=\"Process-tracker-Show-job-5\" class=\"wp-image-407181\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Process-tracker-Show-job-5-1200x582.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Process-tracker-Show-job-5-300x145.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Process-tracker-Show-job-5-250x121.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Process-tracker-Show-job-5-768x372.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/10\/Process-tracker-Show-job-5.png 1304w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Configuration For Adobe InDesign on Windows<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>Follow the below process to configure Adobe InDesign for Adobe Web To Print extension on Windows.<\/p>\n\n\n\n<p><strong>Step 1 &#8211; <\/strong>Turn on the Debug Mode&nbsp;For InDesign&nbsp; &#8211; <\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>For CEP11 (FY 2021)  &#8211; <\/strong><\/h4>\n\n\n\n<p>Open the registry key Windows =&gt; HKEY_CURRENT_USER\/Software\/Adobe\/CSXS.11 then add a key named PlayerDebugMode, of type String, and value 1.<\/p>\n\n\n\n<p>or,<\/p>\n\n\n\n<p>Set debug mode on Windows from CMD (Command line) Copy<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">reg add HKEY_CURRENT_USER\\SOFTWARE\\Adobe\\CSXS.11 \/t REG_SZ \/v PlayerDebugMode \/d 1 \/f<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>For CEP10 (FY 2020)  &#8211; <\/strong><\/h4>\n\n\n\n<p>Open the registry key Windows =&gt; HKEY_CURRENT_USER\/Software\/Adobe\/CSXS.10 then add a key named PlayerDebugMode, of type String, and value 1.<\/p>\n\n\n\n<p>or,<\/p>\n\n\n\n<p>Set debug mode on Windows from CMD (Command line) Copy<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">reg add HKEY_CURRENT_USER\\SOFTWARE\\Adobe\\CSXS.10 \/t REG_SZ \/v PlayerDebugMode \/d 1 \/f<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>For CEP9 (CC 2019 &amp; 2020)  &#8211; <\/strong><\/h4>\n\n\n\n<p>Open the registry key Windows =&gt; HKEY_CURRENT_USER\/Software\/Adobe\/CSXS.9 then add a key named PlayerDebugMode, of type String, and value 1.<\/p>\n\n\n\n<p>or,<\/p>\n\n\n\n<p>Set debug mode on Windows from CMD (Command line) Copy<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">reg add HKEY_CURRENT_USER\\SOFTWARE\\Adobe\\CSXS.9 \/t REG_SZ \/v PlayerDebugMode \/d 1 \/f<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>For CEP8 (CC 2018) :<\/strong><\/h4>\n\n\n\n<p>Open the registry key Windows =&gt; HKEY_CURRENT_USER\/Software\/Adobe\/CSXS.8 then add a key named PlayerDebugMode, of type String, and value 1.<\/p>\n\n\n\n<p>or,<\/p>\n\n\n\n<p>Set debug mode on Windows from CMD (Command line) Copy<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">reg add HKEY_CURRENT_USER\\SOFTWARE\\Adobe\\CSXS.8 \/t REG_SZ \/v PlayerDebugMode \/d 1 \/f<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"952\" height=\"311\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/PlayerDebugMode-1.webp\" alt=\"8\" class=\"wp-image-375423\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/PlayerDebugMode-1.webp 952w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/PlayerDebugMode-1-300x98.webp 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/PlayerDebugMode-1-250x82.webp 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/PlayerDebugMode-1-768x251.webp 768w\" sizes=\"(max-width: 952px) 100vw, 952px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>You should only need to do this once.<\/p>\n\n\n\n<p>Relocating web2print extension folder. Find the web2print extension folder in the zip file that you have downloaded.<\/p>\n\n\n\n<p>&nbsp;Now that the system is ready to load the custom extension, the last thing we have to do is copy our extension into the shared extensions folder on disk.<\/p>\n\n\n\n<p><strong>Step 2 &#8211;<\/strong> Copy the extension folder into %APPDATA%\\Adobe\\CEP\\extensions<\/p>\n\n\n\n<p> (If the directory CEP\\extensions doesn\u2019t exist inside Adobe, you can create it manually then put the extension folder&nbsp;<strong>web2print<\/strong>&nbsp;inside extensions folder)<\/p>\n\n\n\n<p><strong>Step 3:<\/strong> Restart the System<\/p>\n\n\n\n<p>Open InDesign, Go to Menu panel &gt;&gt; Window &gt;&gt;Extensions &gt;&gt; Akeneo Web2Print<\/p>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Configuration For Adobe InDesign on Mac<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>Follow the below process to configure Adobe InDesign for Adobe Web To Print extension on Mac.<\/p>\n\n\n\n<p><strong>Step 1 &#8211; <\/strong>Turn on the Debug Mode&nbsp;For InDesign&nbsp; &#8211; <\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>For CEP11 (FY 2021)  &#8211; <\/strong><\/h4>\n\n\n\n<p>Open the registry key Mac =&gt;&nbsp; ~\/Library\/Preferences\/com.adobe.CSXS.11.plist then add a key named PlayerDebugMode, of type String, and value 1.<\/p>\n\n\n\n<p>or,<\/p>\n\n\n\n<p>Set debug mode on Mac from CMD (Command line) Copy<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">defaults write com.adobe.CSXS.11.plist PlayerDebugMode 1 &amp;&amp; killall -u `whoami` cfprefsd<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>For CEP10 (CC 2021)  &#8211; <\/strong><\/h4>\n\n\n\n<p>Open the registry key Mac =&gt;&nbsp; ~\/Library\/Preferences\/com.adobe.CSXS.10.plist then add a key named PlayerDebugMode, of type String, and value 1.<\/p>\n\n\n\n<p>or,<\/p>\n\n\n\n<p>Set debug mode on Mac from CMD (Command line) Copy<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">defaults write com.adobe.CSXS.10.plist PlayerDebugMode 1 &amp;&amp; killall -u `whoami` cfprefsd<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>For CEP9 (CC 2019 &amp; 2020)  &#8211; <\/strong><\/h4>\n\n\n\n<p>Open the registry key Mac =&gt;&nbsp; ~\/Library\/Preferences\/com.adobe.CSXS.9.plist then add a key named PlayerDebugMode, of type String, and value 1.<\/p>\n\n\n\n<p>or,<\/p>\n\n\n\n<p>Set debug mode on Mac from CMD (Command line) Copy<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">defaults write com.adobe.CSXS.9.plist PlayerDebugMode 1 &amp;&amp; killall -u `whoami` cfprefsd<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>For CEP8 (CC 2018) :<\/strong><\/h4>\n\n\n\n<p>Open the registry key Mac =&gt;&nbsp; ~\/Library\/Preferences\/com.adobe.CSXS.8.plist then add a key named PlayerDebugMode, of type String, and value 1.<\/p>\n\n\n\n<p>or,<\/p>\n\n\n\n<p>Set debug mode on Mac from CMD (Command line) Copy<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">defaults write com.adobe.CSXS.8.plist PlayerDebugMode 1 &amp;&amp; killall -u `whoami` cfprefsd<\/pre>\n\n\n\n<p>You should only need to do this once.<\/p>\n\n\n\n<p>Relocating web2print extension folder. Find the web2print extension folder in the zip file that you have downloaded.<\/p>\n\n\n\n<p>&nbsp;Now that the system is ready to load the custom extension, the last thing we have to do is copy our extension into the shared extensions folder on disk.<\/p>\n\n\n\n<p><strong>Step 2 &#8211;<\/strong> Copy the extension folder into ~\/Library\/Application Support\/Adobe\/CEP\/extensions <\/p>\n\n\n\n<p>(If the directory CEP\\extensions doesn\u2019t exist inside Adobe, you can create it manually then put the extension folder&nbsp;<strong>web2print<\/strong>&nbsp;inside extensions folder)<\/p>\n\n\n\n<p><strong>Step 3:<\/strong> Restart the System<\/p>\n\n\n\n<p>Open InDesign, Go to Menu panel &gt;&gt; Window &gt;&gt;Extensions &gt;&gt; Akeneo Web2Print<\/p>\n<\/div>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Creating Print Document in Adobe InDesign<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>Now that the extension has been configured, we are ready to create a print document in Adobe InDesign. Follow the below process:<\/p>\n\n\n\n<p>1 &#8211; After that go to Menu panel &gt;&gt; Window &gt;&gt;Extensions &gt;&gt; Akeneo Web2Print<\/p>\n\n\n\n<p>2 &#8211; Enter the Akeneo credentials then fetch data.<br><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"555\" height=\"289\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot_2023_04_04_13_28_23-2-.png\" alt=\"fetch data\" class=\"wp-image-375815\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot_2023_04_04_13_28_23-2-.png 555w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot_2023_04_04_13_28_23-2--300x156.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot_2023_04_04_13_28_23-2--250x130.png 250w\" sizes=\"(max-width: 555px) 100vw, 555px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>3 &#8211; After that click on the \u201c<strong>Add data to data merge<\/strong>\u201d button.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img decoding=\"async\" width=\"558\" height=\"287\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot_from_2023_04_06_11_16_48-1-1-.png\" alt=\"screenshot_from_2023_04_06_11_16_48-1-1-\" class=\"wp-image-375836\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot_from_2023_04_06_11_16_48-1-1-.png 558w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot_from_2023_04_06_11_16_48-1-1--300x154.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot_from_2023_04_06_11_16_48-1-1--250x129.png 250w\" sizes=\"(max-width: 558px) 100vw, 558px\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>4 &#8211; Go to \u2018Data merge Panel\u2019 in Indesign from Menu panel &gt;&gt; Windows &gt;&gt; Utilities &gt;&gt; Data merge<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Data-Merge1.png\" alt=\"Data Merge1\" loading=\"lazy\" \/><\/figure>\n<\/div>\n\n\n<p>5 &#8211; Create a template for a product, place placeholders in it by dragging them from Data merge panel.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"898\" height=\"879\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/web-to-print.png\" alt=\"web-to-print\" class=\"wp-image-375858\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/web-to-print.png 898w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/web-to-print-300x294.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/web-to-print-250x245.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/web-to-print-768x752.png 768w\" sizes=\"(max-width: 898px) 100vw, 898px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>6 &#8211; After that click on Create merged document icon, Select options for data merge then Merge data.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>7 &#8211; Using special text, you can add break lines, bullets, and number lists in the export job. As shown in the image you can add a bullet to the para.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"553\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/bullet-1200x553.png\" alt=\"bullet\" class=\"wp-image-375874\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/bullet-1200x553.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/bullet-300x138.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/bullet-250x115.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/bullet-768x354.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/bullet.png 1357w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"549\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/end-1200x549.png\" alt=\"end\" class=\"wp-image-375875\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/end-1200x549.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/end-300x137.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/end-250x114.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/end-768x351.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/end.png 1344w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>8- Then you will get the Merged Document.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><img decoding=\"async\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2018\/07\/Product-Catalog.png\" alt=\"Product Catalog\" loading=\"lazy\" \/><\/figure>\n<\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><h3 class=\"index-title\">Support<\/h3><\/div><div class=\"margin-bottom-50\">\n<p>So, that was much about the User Guide of the Akeneo web-to-print module for any queries or doubts reach out to us at <a href=\"mailto:support@webkul.com\" target=\"_blank\" rel=\"noreferrer noopener\">support@webkul.com<\/a>. You can also raise a ticket at our&nbsp;<strong><a href=\"https:\/\/webkul.uvdesk.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">HelpDesk System.<\/a><\/strong><\/p>\n\n\n\n<p>Please explore our&nbsp;<a href=\"https:\/\/webkul.com\/akeneo\/\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Development Services<\/a>&nbsp;and Quality&nbsp;<a href=\"https:\/\/store.webkul.com\/Akeneo.html\" target=\"_blank\" rel=\"noreferrer noopener\">Akeneo Extensions<\/a>.<\/p>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":161,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5709],"tags":[7251,3649,6000,7250,7249],"class_list":["post-134809","post","type-post","status-publish","format-standard","hentry","category-akeneo","tag-adobe-indesign","tag-akeneo","tag-akeneo-connector","tag-akeneo-print","tag-akeneo-web-to-print"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Akeneo Web To Print | PIM Print Catalog | Adobe InDesign Connector<\/title>\n<meta name=\"description\" content=\"Akeneo Web To Print extension export products from Akeneo PIM to Adobe InDesign to create documents like print catalogs, brochures, magazines and other print materials.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Akeneo Web To Print | PIM Print Catalog | Adobe InDesign Connector\" \/>\n<meta property=\"og:description\" content=\"Akeneo Web To Print extension export products from Akeneo PIM to Adobe InDesign to create documents like print catalogs, brochures, magazines and other print materials.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-07-24T04:34:22+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-22T10:25:29+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--1200x264.png\" \/>\n<meta name=\"author\" content=\"Saurav Pathak\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Saurav Pathak\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"14 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/\"},\"author\":{\"name\":\"Saurav Pathak\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/320f2b194a2cea4566c3bd8ef5b68c9f\"},\"headline\":\"Akeneo Web To Print\",\"datePublished\":\"2018-07-24T04:34:22+00:00\",\"dateModified\":\"2025-07-22T10:25:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/\"},\"wordCount\":1972,\"commentCount\":6,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--1200x264.png\",\"keywords\":[\"Adobe InDesign\",\"Akeneo\",\"Akeneo Connector\",\"Akeneo Print\",\"Akeneo Web To Print\"],\"articleSection\":[\"Akeneo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/\",\"url\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/\",\"name\":\"Akeneo Web To Print | PIM Print Catalog | Adobe InDesign Connector\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--1200x264.png\",\"datePublished\":\"2018-07-24T04:34:22+00:00\",\"dateModified\":\"2025-07-22T10:25:29+00:00\",\"description\":\"Akeneo Web To Print extension export products from Akeneo PIM to Adobe InDesign to create documents like print catalogs, brochures, magazines and other print materials.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-.png\",\"width\":1236,\"height\":272,\"caption\":\"src-magento-2-1-1-\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Akeneo Web To Print\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/320f2b194a2cea4566c3bd8ef5b68c9f\",\"name\":\"Saurav Pathak\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/4627a976c4d633bb74e16a6b1d7d38f7b4d3be6c4de481a6b85b1b6a6f0a5fee?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/4627a976c4d633bb74e16a6b1d7d38f7b4d3be6c4de481a6b85b1b6a6f0a5fee?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Saurav Pathak\"},\"description\":\"Saurav drives product innovation and strategic sales growth, specializing in eCommerce solutions. Focused on delivering results, Saurav enhances digital commerce experiences, ensuring seamless scalability and efficiency for businesses across diverse industries.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/sauravpathak-bd192\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Akeneo Web To Print | PIM Print Catalog | Adobe InDesign Connector","description":"Akeneo Web To Print extension export products from Akeneo PIM to Adobe InDesign to create documents like print catalogs, brochures, magazines and other print materials.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/","og_locale":"en_US","og_type":"article","og_title":"Akeneo Web To Print | PIM Print Catalog | Adobe InDesign Connector","og_description":"Akeneo Web To Print extension export products from Akeneo PIM to Adobe InDesign to create documents like print catalogs, brochures, magazines and other print materials.","og_url":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2018-07-24T04:34:22+00:00","article_modified_time":"2025-07-22T10:25:29+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--1200x264.png","type":"","width":"","height":""}],"author":"Saurav Pathak","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Saurav Pathak","Est. reading time":"14 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/"},"author":{"name":"Saurav Pathak","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/320f2b194a2cea4566c3bd8ef5b68c9f"},"headline":"Akeneo Web To Print","datePublished":"2018-07-24T04:34:22+00:00","dateModified":"2025-07-22T10:25:29+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/"},"wordCount":1972,"commentCount":6,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--1200x264.png","keywords":["Adobe InDesign","Akeneo","Akeneo Connector","Akeneo Print","Akeneo Web To Print"],"articleSection":["Akeneo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/","url":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/","name":"Akeneo Web To Print | PIM Print Catalog | Adobe InDesign Connector","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1--1200x264.png","datePublished":"2018-07-24T04:34:22+00:00","dateModified":"2025-07-22T10:25:29+00:00","description":"Akeneo Web To Print extension export products from Akeneo PIM to Adobe InDesign to create documents like print catalogs, brochures, magazines and other print materials.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/akeneo-web-to-print\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-.png","width":1236,"height":272,"caption":"src-magento-2-1-1-"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/akeneo-web-to-print\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Akeneo Web To Print"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/320f2b194a2cea4566c3bd8ef5b68c9f","name":"Saurav Pathak","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/4627a976c4d633bb74e16a6b1d7d38f7b4d3be6c4de481a6b85b1b6a6f0a5fee?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/4627a976c4d633bb74e16a6b1d7d38f7b4d3be6c4de481a6b85b1b6a6f0a5fee?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Saurav Pathak"},"description":"Saurav drives product innovation and strategic sales growth, specializing in eCommerce solutions. Focused on delivering results, Saurav enhances digital commerce experiences, ensuring seamless scalability and efficiency for businesses across diverse industries.","url":"https:\/\/webkul.com\/blog\/author\/sauravpathak-bd192\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/134809","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/161"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=134809"}],"version-history":[{"count":101,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/134809\/revisions"}],"predecessor-version":[{"id":500215,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/134809\/revisions\/500215"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=134809"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=134809"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=134809"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}