Skip to content

Releases: tanaikech/PDFApp

v1.0.7

15 May 07:23
Compare
Choose a tag to compare
  • v1.0.7 (May 15, 2024)

    1. The method of "addPageNumbers" was updated. Ref When a number is used to the property x instead of "left", "center", and "right", the inputted number is directly used.

v1.0.6

15 May 02:02
Compare
Choose a tag to compare
  • v1.0.6 (May 15, 2024)

    1. A new method of "addPageNumbers" was added. Ref This method adds the page numbers to each page of the PDF.

v1.0.5

05 Feb 07:52
Compare
Choose a tag to compare
  • v1.0.5 (February 5, 2024)

    1. A new method of "splitPDF" was added. Ref This method splits each page of a PDF to an individual PDF file.

v1.0.4

05 Feb 07:11
Compare
Choose a tag to compare
  • v1.0.4 (February 5, 2024)

    1. From this discussion, I changed the logic of copyPages.

v1.0.2

21 Aug 05:03
Compare
Choose a tag to compare
  • v1.0.2 (August 21, 2023)

    1. A new method of insertHeaderFooter was added. Ref When this method is used, the custom header and footer can be added when a Google Spreadsheet is exported as PDF.

v1.0.1

18 Aug 12:21
Compare
Choose a tag to compare
  • v1.0.1 (August 18, 2023)

    1. About the method of "getMetadata", pageInfo is added to the retrieved metadata. By this, each page size can be obtained.

v1.0.0

17 Aug 05:41
Compare
Choose a tag to compare
  • v1.0.0 (August 17, 2023)

    1. Initial release.