Summer 2023 promotion. Get 30% OFF for any extensions with code SUMMER2023

Can I change the file name of the PDF invoice?

Yes,With PDF Invoice Pro magento extension you can change the format of all pdf file name when print an order, invoice , shipment, credit memo or print multiple orders, invoice, shipments, creditmemos.

From your admin panel go to menu Easy PDF -> Configuration, in PDF file name format section, Here you can change the file name format as you want.

The PDF Invoice Pro magento extension provides some variables which you can use them to set for your pdf file name:

  • $ID is Order,invoice .... ID.
  • $y is numeric representation of a year.Ex 2013.
  • $yy is two digit representation of a year. Ex 13.
  • $MM is numeric representation of a month.01 to 12.
  • $MMM is textual representation of a month. Jan to Dec.
  • $dd is day of month. 01 to 31.
  • $EEE is day of week. Mon to Sun.
  • $HH is 24-hour format of a day. 00 to 23.
  • $mm is minutes with leading zeros. 00 to 59.
  • $ss is seconds with leading zeros. 00 to 59.