{"id":278228,"date":"2020-12-29T11:21:50","date_gmt":"2020-12-29T11:21:50","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=278228"},"modified":"2025-06-20T05:53:28","modified_gmt":"2025-06-20T05:53:28","slug":"product-pdf-generator-akeneo","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/","title":{"rendered":"Akeneo Product PDF Generator"},"content":{"rendered":"\n<p><strong>Akeneo Product PDF Generator:&nbsp;<\/strong>This module allows the store owner to generate PDF for any product and product model by using the custom PDF template. <\/p>\n\n\n\n<p>The admin can create multiple custom pdf templates and can select any template as per the requirement for the PDF. <\/p>\n\n\n\n<p>PDF can also be generated in bulk by using the Product PDF Export Job and Quick Export method. The admin can even download the pdf from the product page directly.<\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Basic Requirement<\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>This module works with Akeneo 3.0.x, 3.1.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\/\" target=\"_blank\" rel=\"noreferrer noopener\">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<a href=\"https:\/\/docs.akeneo.com\/7.0\/install_pim\/manual\/system_requirements\/system_requirements.html\" target=\"_blank\" rel=\"noreferrer noopener\">&nbsp;system requirements<\/a>.<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\"><strong>Features<\/strong><\/h3>\n<\/div><\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Export product pdf using simple export job<\/li>\n\n\n\n<li>The admin has the advantage to create multiple templates as needed.<\/li>\n\n\n\n<li>Also, the admin can select from the given list of orientations, i.e. Portrait or Landscape.<\/li>\n\n\n\n<li>This module allows the admin to choose the pdf type for each product per pdf or product in a single pdf<\/li>\n\n\n\n<li>Export product pdf using quick export<\/li>\n\n\n\n<li>Download the product pdf from the product page<\/li>\n\n\n\n<li>This module is now compatible with Akenoe latest version 7.0.x<\/li>\n<\/ul>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p>Two different types of module installation processes are available for the module.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Composer Installation<\/li>\n\n\n\n<li>Manual Installation<\/li>\n<\/ol>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Installation using Composer Installation<\/h3>\n<\/div><\/div>\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>For Akeneo 6<\/strong> <strong>and 7<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">{\n   &quot;scripts&quot;: {\n        &quot;post-update-cmd&quot;: &#091;\n           &quot;vendor\/webkul\/productpdfgeneratorbundle\/src\/Webkul\/ProductPDFGeneratorBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n        ],\n        &quot;post-install-cmd&quot;: &#091;\n           &quot;vendor\/webkul\/productpdfgeneratorbundle\/src\/Webkul\/ProductPDFGeneratorBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n        ],\n        &quot;post-create-project-cmd&quot;: &#091;\n          &quot;vendor\/webkul\/productpdfgeneratorbundle\/src\/Webkul\/ProductPDFGeneratorBundle\/install\/config.sh COMPOSER=true NO_DOCKER=true&quot;\n       ]\n   },\n  &quot;repositories&quot;: &#091;{\n    &quot;type&quot;: &quot;composer&quot;,\n    &quot;url&quot;: &quot;https:\/\/akeneorepo.webkul.com\/&quot;\n  }]\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\/productpdfgeneratorbundle\/composer_install.sh\"\n        ],\n        \"post-install-cmd\": [\n           \n\"vendor\/webkul\/productpdfgeneratorbundle\/composer_install.sh\"\n        ],\n        \"post-create-project-cmd\": [\n         \n\"vendor\/webkul\/productpdfgeneratorbundle\/composer_install.sh\"\n       ]\n   },\n  \"repositories\": [{\n    \"type\": \"composer\",\n    \"url\": \"https:\/\/akeneorepo.webkul.com\/\"\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\/productpdfgeneratorbundle<\/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\">Manual Installation For Akeneo 6 and 7<\/h3>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Note: <\/h3>\n\n\n\n<p>CLI User must be the same as the FPM user, a good practice is to use the FPM user for installation. <\/p>\n\n\n\n<p>Ownership\/permissions for the Akeneo directory must be assigned to the FPM user; otherwise, you will face permission issues during installation.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unzip the respective extension zip and then merge &#8220;src&#8221; folder into the akeneo project<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\"><a href=\"#update-dompdfdompdf-version\"><\/a>Update dompdf\/dompdf Version Only For Akeneo 6<\/h3>\n\n\n\n<p>Before installing the connector, update the version of dompdf\/dompdf at two places in the composer.lock file<\/p>\n\n\n\n<p><strong>Step-1:<\/strong> Go to the composer.lock file.<\/p>\n\n\n\n<p><strong>Step-2:<\/strong> Search <code>\"<strong>dompdf\/dompdf<\/strong>\"<\/code> and update it with <code>\"<strong>dompdf\/dompdf<\/strong>\": \"<strong>2.0.0<\/strong>\",<\/code><\/p>\n\n\n\n<p><strong>Step-3:<\/strong> Also, Search <strong><code>\"name\": \"dompdf\/dompdf\"<\/code> <\/strong>and update its version to <code><strong>\"version\": \"v2.0.0\",<\/strong><\/code><\/p>\n\n\n\n<p><a href=\"#run-the-below-command-over-the-no-docker-instance-from-the-pim-directory\"><\/a><strong>Step-4: <\/strong>Run the below command over the NO-DOCKER Instance from the PIM directory<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">.\/src\/Webkul\/ProductPDFGeneratorBundle\/install\/config.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<p><a href=\"#run-the-below-command-over-the-docker-instance-from-the-pim-directory\"><\/a><strong>Step-<\/strong>5: Run the below command over the docker Instance from the PIM directory<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">.\/src\/Webkul\/ProductPDFGeneratorBundle\/install\/config.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><a href=\"#uninstall-module\"><\/a><\/h2>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Manual Installation For Version 4.0.x to 5.0.x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow these steps for installing Akeneo Product PDF Generator 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 the akeneo project root directory.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1185\" height=\"275\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png\" alt=\"Screenshot-by-Lightshot-1200x414-1-\" class=\"wp-image-278287\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png 1185w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1--300x70.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1--250x58.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1--768x178.png 768w\" sizes=\"(max-width: 1185px) 100vw, 1185px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>2 \u2013 Goto&nbsp;<strong>config\/Bundles.php<\/strong>&nbsp;then add line:<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\ProductPDFGeneratorBundle\\ProductPDFGeneratorBundle::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=\"274\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-2--1200x274.png\" alt=\"src-magento-2-1-1-2-\" class=\"wp-image-278333\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-2--1200x274.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-2--300x68.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-2--250x57.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-2--768x175.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/src-magento-2-1-1-2-.png 1250w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>To run the Quick export in Akeneo 5.0.x, you need to run the below command.<\/strong><\/p>\n\n\n\n<p>Install composer dependency<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php -d memory_limit=4G \/usr\/local\/bin\/composer --prefer-dist --no-scripts require navneetbhardwaj\/akeneo-quickexport-configurator;<\/pre>\n\n\n\n<p>After that, register bundle in&nbsp;<strong>config\/bundles.php<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">Webkul\\QuickExportConfiguratorBundle\\QuickExportConfiguratorBundle::class =&gt; &#091;&#039;all&#039; =&gt; true],<\/pre>\n\n\n\n<p>Define routing to create a file in the<strong> config\/routes\/wk_quick_export.yml<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">wk_quick_expoort:\n    resource: &quot;@QuickExportConfiguratorBundle\/Resources\/config\/routing.yml&quot;\n    prefix: \/<\/pre>\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 ca:cl --env=prod &amp;&amp; php bin\/console pdfgenerator: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> <strong>4<\/strong><\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">sudo service php-fpm7.3 restart<\/pre>\n\n\n\n<p><\/p>\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> <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\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Manual Installation For Version 3. x<\/h3>\n<\/div><\/div>\n\n\n\n<p>Please follow these steps for installing the Akeneo Product PDF Generator 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<p><strong>2<\/strong>&nbsp;\u2013 Goto&nbsp;<strong>app\/AppKernel.php<\/strong>&nbsp;then add line<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">new Webkul\\ProductPDFGeneratorBundle\\ProductPDFGeneratorBundle(),<\/pre>\n\n\n\n<p><strong>3<\/strong>&nbsp;\u2013 Goto&nbsp;<strong>app\/config\/routing.yml<\/strong>&nbsp;then add these lines at top of file.<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">wk_pdf_generator:\n   resource: &quot;@ProductPDFGeneratorBundle\/Resources\/config\/routing.yml&quot;\n   prefix: \/<\/pre>\n\n\n\n<p><strong>4<\/strong>&nbsp;\u2013 Run this command after ssh to your akeneo server by the terminal<\/p>\n\n\n\n<pre class=\"EnlighterJSRAW\">php bin\/console ca:cl --env=prod &amp;&amp; php bin\/console pdfgenerator: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<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\">Common Issues After Installation<\/h3>\n<\/div><\/div>\n\n\n\n<p>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<ul class=\"wp-block-list\">\n<li>Webpack Installation: If you get the below error<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"734\" height=\"211\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Webpack-error-3.png\" alt=\"Webpack-error-3\" class=\"wp-image-278339\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Webpack-error-3.png 734w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Webpack-error-3-300x86.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Webpack-error-3-250x72.png 250w\" sizes=\"(max-width: 734px) 100vw, 734px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>It means that web pack 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<ul class=\"wp-block-list\">\n<li>Module routing.yml is not configured properly. Re-check the routing.yml file as mentioned&nbsp;in the 3rd step of Module Installation<\/li>\n\n\n\n<li>Clear your browser cache.<\/li>\n<\/ul>\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\/ProductPDFGeneratorBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=true<\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Then run the command below over the PIM directory\u2019s DOCKER instance.<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\">.\/src\/Webkul\/ProductPDFGeneratorBundle\/uninstall\/uninstall.sh COMPOSER=false NO_DOCKER=false<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">The workflow of PDF Generator<\/h3>\n<\/div><\/div>\n\n\n\n<p>After successful installation of the module, you will see the Product PDF Generator icon on the left side of the dashboard as shown below:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Dashboard-11-1200x589.png\" alt=\"Dashboard-11\" class=\"wp-image-349620\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Dashboard-11-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Dashboard-11-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Dashboard-11-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Dashboard-11-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Dashboard-11.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Tapping on<strong>&nbsp;the Product PDF Generator<\/strong>&nbsp;tab will show two settings:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Custom Pdf Template<\/li>\n\n\n\n<li>Default Setting<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Pdf-Generator-All-Pdf-Template-1200x589-1.png\" alt=\"Pdf-Generator-All-Pdf-Template-1200x589-1\" class=\"wp-image-375533\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Pdf-Generator-All-Pdf-Template-1200x589-1.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Pdf-Generator-All-Pdf-Template-1200x589-1-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Pdf-Generator-All-Pdf-Template-1200x589-1-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Pdf-Generator-All-Pdf-Template-1200x589-1-768x377.png 768w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Custom PDF Template<\/h3>\n\n\n\n<p>By clicking on Custom PDF Template you can create multiple PDF templates. To create new pdf templates click on Create Template.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-1-1200x589.png\" alt=\"Pdf-Generator-All-Pdf-Template-1\" class=\"wp-image-349623\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-1-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-1-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-1-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-1-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-1.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, a new page will open in which you need to add the Template Name and Pdf Logo.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-2-1200x589.png\" alt=\"Pdf-Generator-All-Pdf-Template-2\" class=\"wp-image-349624\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-2-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-2-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-2-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-2-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-All-Pdf-Template-2.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that click on to Save button. Then add details in the pdf layout.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Grid System <\/strong>&#8211; In this, you can select the grid in a pdf container.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"589\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-3-1200x589.png\" alt=\"Pdf-Generator-Edit-Pdf-Template-3\" class=\"wp-image-349627\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-3-1200x589.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-3-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-3-250x123.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-3-768x377.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-3.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Drag the grid in the container to add the grid in the container according to your need. Then you can remove the grid if that grid is not required.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-4-1200x619.png\" alt=\"Pdf-Generator-Edit-Pdf-Template-4\" class=\"wp-image-349628\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-4-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-4-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-4-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-4-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-4.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Elements<\/strong> &#8211; In this you can add the elements in the grid-like name, description, etc. Drag the elements in the grid.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"563\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-5-1200x563.png\" alt=\"Pdf-Generator-Edit-Pdf-Template-5\" class=\"wp-image-349629\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-5-1200x563.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-5-300x141.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-5-250x117.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-5-768x360.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-5.png 1301w\" 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=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-6-1200x619.png\" alt=\"Pdf-Generator-Edit-Pdf-Template-6\" class=\"wp-image-349632\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-6-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-6-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-6-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-6-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-6.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that, the pdf layout will be seen as shown below image.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-7-1200x619.png\" alt=\"Pdf-Generator-Edit-Pdf-Template-7\" class=\"wp-image-349669\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-7-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-7-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-7-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-7-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-7.png 1301w\" 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=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-8-1200x619.png\" alt=\"Pdf-Generator-Edit-Pdf-Template-8\" class=\"wp-image-349670\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-8-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-8-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-8-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-8-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Pdf-Generator-Edit-Pdf-Template-8.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then click on to Save button.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Default Setting<\/h3>\n\n\n\n<p>Goto default setting tab, in that, fill the details of Default attribute mapping name and description of the pdf.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1029\" height=\"549\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__10_-1.png\" alt=\"screenshot__10_-1\" class=\"wp-image-375798\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__10_-1.png 1029w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__10_-1-300x160.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__10_-1-250x133.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__10_-1-768x410.png 768w\" sizes=\"(max-width: 1029px) 100vw, 1029px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that fill the details of quick export default setting.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Default Pdf Template<\/strong> &#8211; In this you can select the default pdf template in which you want the pdf.<\/li>\n\n\n\n<li><strong>Default Pdf Orientation<\/strong>&#8211; You need to select the layout like landscape mode, portrait mode, etc.<\/li>\n\n\n\n<li><strong>Header Text<\/strong> &#8211; Add a description for the pdf header.<\/li>\n\n\n\n<li><strong>Footer Text <\/strong>&#8211; Add a description for the pdf footer.<\/li>\n<\/ul>\n\n\n\n<p>Note: Character limits are only up to 200 in header and footer fields.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1029\" height=\"549\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__10_.png\" alt=\"screenshot__10_\" class=\"wp-image-375795\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__10_.png 1029w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__10_-300x160.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__10_-250x133.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__10_-768x410.png 768w\" sizes=\"(max-width: 1029px) 100vw, 1029px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Export PDF<\/h3>\n<\/div><\/div>\n\n\n\n<p>After that to export the pdf, first of all, you need to create the<strong>&nbsp;Export Profile<\/strong>. Therefore, navigate to<strong>&nbsp;Exports -&gt; Create Export Profile&nbsp;<\/strong>as per the below image.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-7-1200x619.png\" alt=\"Export-profiles-management-7\" class=\"wp-image-349636\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-7-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-7-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-7-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-7-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-7.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>This will redirect you to the<strong>&nbsp;Export Profile<\/strong>&nbsp;page. Therefore, you will enter a unique code, and label, then select a job profile.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-8-1200x619.png\" alt=\"Export-profiles-management-8\" class=\"wp-image-349639\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-8-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-8-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-8-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-8-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profiles-management-8.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After that click to Save button.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Global Settings<\/strong><\/h4>\n\n\n\n<p>To export pdf you need to add details in export profile.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>ZIP name format<\/strong> &#8211; In this you need to write where the  zip file will be generated in the system,<\/li>\n\n\n\n<li><strong>Pdf file name format<\/strong> &#8211; In this, you need to write the format of the pdf file name<\/li>\n\n\n\n<li><strong>Template Layout<\/strong> &#8211; Select the layout in which you want to generate your pdf file.<\/li>\n\n\n\n<li><strong>Page Orientation <\/strong>&#8211; There are two orientation landscape and portrait mode select the orientation required in your pdf.<\/li>\n\n\n\n<li><strong>Pdf Type <\/strong>&#8211; Select the pdf type for each product per pdf (if you want each product in individual pdf) or product in single pdf (if you want all product in single pdf).<\/li>\n\n\n\n<li><strong>Header Text <\/strong>&#8211; Add the header name<\/li>\n\n\n\n<li><strong>Footer Text &#8211;<\/strong> Add the footer name<\/li>\n<\/ul>\n\n\n\n<p>Note: Character limits are only up to 200 in header and footer fields.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1078\" height=\"586\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__11_.png\" alt=\"screenshot__11_\" class=\"wp-image-375800\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__11_.png 1078w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__11_-300x163.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__11_-250x136.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/screenshot__11_-768x417.png 768w\" sizes=\"(max-width: 1078px) 100vw, 1078px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>&nbsp;After that go to the&nbsp;<strong>Content<\/strong>&nbsp;section and select&nbsp;<strong>Locale<\/strong>&nbsp;and<strong>&nbsp;Attribute<\/strong>&nbsp;for the exported products.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-1-1200x619.png\" alt=\"Export-profile-Product-PDF-Export-Edit-1\" class=\"wp-image-349643\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-1-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-1-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-1-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-1-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-1.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"filter-products-to-export\">Filter Products to Export<\/h4>\n\n\n\n<p>You can decide which products you want to export and filter them using various options. To export a specific product you can enter its SKU in Identifier.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-2-1-1200x619.png\" alt=\"Export-profile-Product-PDF-Export-Edit-2-1\" class=\"wp-image-349645\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-2-1-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-2-1-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-2-1-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-2-1-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Edit-2-1.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Then click on to Save button.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"panel-11\"><strong>Export Now<\/strong><\/h3>\n\n\n\n<p>After creating the export profile, click on the Export button as per the below image.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Show-1200x619.png\" alt=\"Export-profile-Product-PDF-Export-Show\" class=\"wp-image-349635\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Show-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Show-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Show-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Show-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Export-profile-Product-PDF-Export-Show.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>After running the job you can check the execution detail and download generated files.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-Show-job-6-1200x619.png\" alt=\"Process-tracker-Show-job-6\" class=\"wp-image-349671\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-Show-job-6-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-Show-job-6-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-Show-job-6-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-Show-job-6-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-Show-job-6.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>Generated PDF will look as shown in the below image.<\/p>\n\n\n\n<p><strong>Simple product:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"587\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-10-58-05-1200x587.png\" alt=\"Screenshot-from-2023-04-06-10-58-05\" class=\"wp-image-375801\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-10-58-05-1200x587.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-10-58-05-300x147.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-10-58-05-250x122.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-10-58-05-768x376.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-10-58-05.png 1290w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><strong>Product Model:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"594\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-11-00-59-1200x594.png\" alt=\"Screenshot-from-2023-04-06-11-00-59\" class=\"wp-image-375805\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-11-00-59-1200x594.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-11-00-59-300x148.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-11-00-59-250x124.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-11-00-59-768x380.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2023\/04\/Screenshot-from-2023-04-06-11-00-59.png 1285w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Quick Export Job<\/h3>\n<\/div><\/div>\n\n\n\n<p>Akeneo Product PDF Generator has an amazing feature where you can quickly create or export product(s) without going through the entire job creation process.<\/p>\n\n\n\n<p>The Quick Export feature allows you to quickly export a product PDF. To do that, go to the Products page, select a product from the list, and then click<strong>\u00a0Quick Export.<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-18-1200x619.png\" alt=\"Products-18\" class=\"wp-image-349649\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-18-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-18-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-18-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-18-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-18.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>To do quick export, simply select product(s), go to the&nbsp;<strong>Quick Export<\/strong>&nbsp;option, and choose<strong> <strong> PDF Quick Export&nbsp;<\/strong>(All Attributes) and&nbsp;<\/strong>other options.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-19-1200x619.png\" alt=\"Products-19\" class=\"wp-image-349650\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-19-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-19-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-19-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-19-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Products-19.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p>You can check the progress of the job, by going to&nbsp;<strong>Activity&gt;Process Tracker<\/strong>. Also, once the quick export job is complete, then you can see the notification message on top.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1200\" height=\"619\" src=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-1-1200x619.png\" alt=\"Process-tracker-1\" class=\"wp-image-349651\" srcset=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-1-1200x619.png 1200w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-1-300x155.png 300w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-1-250x129.png 250w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-1-768x396.png 768w, https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2022\/08\/Process-tracker-1.png 1301w\" sizes=\"(max-width: 1200px) 100vw, 1200px\" loading=\"lazy\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wk-index-wrap\"><div class=\"block-wrap\">\n<h3 class=\"wp-block-heading index-title\">Support<\/h3>\n<\/div><\/div>\n\n\n\n<p id=\"block-f8416824-9a16-4eb1-9a37-9b388e829708\">Thank you for reading this documentation. So, that was much about the User Guide of Akeneo Product PDF Generator. 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>. <\/p>\n\n\n\n<p id=\"block-f8416824-9a16-4eb1-9a37-9b388e829708\">You can also raise a ticket at our\u00a0<strong><a href=\"https:\/\/webkul.uvdesk.com\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">HelpDesk System.<\/a><\/strong><\/p>\n\n\n\n<p id=\"block-7ccfc2e1-c5cc-47e6-83ed-4234cd32656c\">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","protected":false},"excerpt":{"rendered":"<p>Akeneo Product PDF Generator:&nbsp;This module allows the store owner to generate PDF for any product and product model by using the custom PDF template. The admin can create multiple custom pdf templates and can select any template as per the requirement for the PDF. PDF can also be generated in bulk by using the Product <a href=\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":273,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5709],"tags":[3649,6000,7702,8329],"class_list":["post-278228","post","type-post","status-publish","format-standard","hentry","category-akeneo","tag-akeneo","tag-akeneo-connector","tag-akeneo-pim","tag-akeneo-product-information-management"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Product PDF Generator for Akeneo | Export Product to PDF<\/title>\n<meta name=\"description\" content=\"Akeneo Product PDF Generator store owner to generate PDF for any product and product model by using the PDF template and pre-defined templates\" \/>\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\/product-pdf-generator-akeneo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Product PDF Generator for Akeneo | Export Product to PDF\" \/>\n<meta property=\"og:description\" content=\"Akeneo Product PDF Generator store owner to generate PDF for any product and product model by using the PDF template and pre-defined templates\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/\" \/>\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=\"2020-12-29T11:21:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-20T05:53:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png\" \/>\n<meta name=\"author\" content=\"Kavita Singh\" \/>\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=\"Kavita Singh\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"12 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/\"},\"author\":{\"name\":\"Kavita Singh\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1\"},\"headline\":\"Akeneo Product PDF Generator\",\"datePublished\":\"2020-12-29T11:21:50+00:00\",\"dateModified\":\"2025-06-20T05:53:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/\"},\"wordCount\":1560,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png\",\"keywords\":[\"Akeneo\",\"Akeneo Connector\",\"Akeneo PIM\",\"Akeneo Product Information Management\"],\"articleSection\":[\"Akeneo\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/\",\"url\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/\",\"name\":\"Product PDF Generator for Akeneo | Export Product to PDF\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png\",\"datePublished\":\"2020-12-29T11:21:50+00:00\",\"dateModified\":\"2025-06-20T05:53:28+00:00\",\"description\":\"Akeneo Product PDF Generator store owner to generate PDF for any product and product model by using the PDF template and pre-defined templates\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#primaryimage\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png\",\"width\":1185,\"height\":275,\"caption\":\"Screenshot-by-Lightshot-1200x414-1-\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Akeneo Product PDF Generator\"}]},{\"@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\/64d84d43c524cac89bfe9b55d0cfcee1\",\"name\":\"Kavita Singh\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g\",\"caption\":\"Kavita Singh\"},\"description\":\"Kavita, a seasoned Business Manager, drives growth in e-commerce solutions by implementing strategic management and innovative solutions, ensuring superior performance, and elevating digital commerce for exceptional results.\",\"url\":\"https:\/\/webkul.com\/blog\/author\/kavitasingh-bd984\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Product PDF Generator for Akeneo | Export Product to PDF","description":"Akeneo Product PDF Generator store owner to generate PDF for any product and product model by using the PDF template and pre-defined templates","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\/product-pdf-generator-akeneo\/","og_locale":"en_US","og_type":"article","og_title":"Product PDF Generator for Akeneo | Export Product to PDF","og_description":"Akeneo Product PDF Generator store owner to generate PDF for any product and product model by using the PDF template and pre-defined templates","og_url":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2020-12-29T11:21:50+00:00","article_modified_time":"2025-06-20T05:53:28+00:00","og_image":[{"url":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png","type":"","width":"","height":""}],"author":"Kavita Singh","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Kavita Singh","Est. reading time":"12 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/"},"author":{"name":"Kavita Singh","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/64d84d43c524cac89bfe9b55d0cfcee1"},"headline":"Akeneo Product PDF Generator","datePublished":"2020-12-29T11:21:50+00:00","dateModified":"2025-06-20T05:53:28+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/"},"wordCount":1560,"commentCount":0,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"image":{"@id":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png","keywords":["Akeneo","Akeneo Connector","Akeneo PIM","Akeneo Product Information Management"],"articleSection":["Akeneo"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/","url":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/","name":"Product PDF Generator for Akeneo | Export Product to PDF","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#primaryimage"},"image":{"@id":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#primaryimage"},"thumbnailUrl":"https:\/\/webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png","datePublished":"2020-12-29T11:21:50+00:00","dateModified":"2025-06-20T05:53:28+00:00","description":"Akeneo Product PDF Generator store owner to generate PDF for any product and product model by using the PDF template and pre-defined templates","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#primaryimage","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2020\/12\/Screenshot-by-Lightshot-1200x414-1-.png","width":1185,"height":275,"caption":"Screenshot-by-Lightshot-1200x414-1-"},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/product-pdf-generator-akeneo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Akeneo Product PDF Generator"}]},{"@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\/64d84d43c524cac89bfe9b55d0cfcee1","name":"Kavita Singh","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/273ffe6996d44655ce6645d4b2ea5ff879f07db24c60888f32a2d611749a853e?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Feva.png&r=g","caption":"Kavita Singh"},"description":"Kavita, a seasoned Business Manager, drives growth in e-commerce solutions by implementing strategic management and innovative solutions, ensuring superior performance, and elevating digital commerce for exceptional results.","url":"https:\/\/webkul.com\/blog\/author\/kavitasingh-bd984\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/278228","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\/273"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=278228"}],"version-history":[{"count":42,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/278228\/revisions"}],"predecessor-version":[{"id":496712,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/278228\/revisions\/496712"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=278228"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=278228"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=278228"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}