{"id":1920,"date":"2021-10-04T07:04:24","date_gmt":"2021-10-04T07:04:24","guid":{"rendered":"https:\/\/meetanshi.com\/blog\/add-hyperlink-in-pdf-file-in-magento-2\/"},"modified":"2025-05-22T09:55:52","modified_gmt":"2025-05-22T04:25:52","slug":"add-hyperlink-in-pdf-file-in-magento-2","status":"publish","type":"post","link":"https:\/\/meetanshi.com\/blog\/add-hyperlink-in-pdf-file-in-magento-2\/","title":{"rendered":"How to Add Hyperlink in PDF File in Magento 2"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Magento is a widely used CMS for&nbsp;<a href=\"https:\/\/meetanshi.com\/blog\/start-online-business\/\" target=\"_blank\" rel=\"noreferrer noopener\">starting an online business<\/a>. Its capability of customization to suit modern business requirements makes it the number one choice of business owners to smoothly run their online store.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">One such customization a store owner may require is to&nbsp;<em><strong>add hyperlink in PDF file in Magento 2<\/strong><\/em>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">For example, you are sending a PDF file about order details to a customer. Now you may want to add an order tracking link which can be done using the below solution.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Or, you may want to redirect the customer to the external page for additional information and hence add a link for the same.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">If you are using a payment gateway integration and want to inform the customer about the security of online payments, you can add a link in the PDF file in Magento 2 about the payment gateway security features.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There can be multiple uses where you would want to add hyperlinks in the PDF file which can be implemented with the solution given here.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Method to Add Hyperlink in PDF File in Magento 2:<\/h2>\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=\"\">$target = \\Zend_Pdf_Action_URI :: create( $baseUrl ); \/\/set url\n$annotation = \\Zend_Pdf_Annotation_Link :: create(x1, $this->y + 10, x2, $this->y - 5, $target ); \/\/ set x,y accordingly\n$page->attachAnnotation( $annotation );<\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">That\u2019s it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Also, please share the post with the Magento Community via social media.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Thank you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Magento is a widely used CMS for&nbsp;starting an online business. Its capability of customization to suit modern business requirements makes it the number one choice&#8230;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[34],"tags":[],"class_list":["post-1920","post","type-post","status-publish","format-standard","hentry","category-magento"],"acf":[],"_links":{"self":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/1920","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/comments?post=1920"}],"version-history":[{"count":3,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/1920\/revisions"}],"predecessor-version":[{"id":14213,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/posts\/1920\/revisions\/14213"}],"wp:attachment":[{"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/media?parent=1920"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/categories?post=1920"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/meetanshi.com\/blog\/wp-json\/wp\/v2\/tags?post=1920"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}