If I create the invoice with the Magento API, will the PDF be based on the Amasty template?

If I create the invoice with the Magento API, will the PDF be based on the Amasty template?

If the extension is installed and enabled, PDF will be generated on the Amasty template basis.
      • Related Articles

      • How to change the background color in PDF templates?

        Using the PDF Customizer module, it is possible to adjust the PDF documents according to your needs. By default, the extension provides 4 pre-cofigured templates that could be used for each type of the order-related document: Order, Invoice, Shipment ...
      • How do I embed the footer on every page in the multi-page PDF?

        In order to place the footer on every page in the multi-page PDF, please go to Marketing > PDF Templates > open the template and add the following code at the beginning of the <body>: <div class="footer">    <p>Footer</p> </div> Once done, apply ...
      • Letters are replaced with the question marks in the PDF. How do I fix it?

        The issue is rooting in the DOMPDF library our extension is built on. Sometimes it fails to recognize specific fonts or locales. In order to fix this, you need to embed an external font in the template. If you're facing difficulties with the Chinese ...
      • Where can I find the invoice for the extension purchase?

        Please kindly note that invoices for orders completely covered with store credits or placed on the Magento Marketplace are not available in the account on amasty.com. If you have made a purchase through FastSpring with an order starting with #AMA, ...
      • Gift Card API

        1. Amasty\GiftCard\Api\ImageRepositoryInterface - class for managing gift card images: POST /V1/amgcard/image, method="save" - save a gift card image; PUT /V1/amgcard/image/:id, method="save" - save a gift card image by ID; DELETE ...