Function to export the attendance data to a PDF file.

  • Parameters

    • filteredAttendanceData: any

      The attendance data to be included in the PDF.

    • Optionalstudent: any

      The student for whom the PDF is being created.

    • OptionalsortOption: any

      The option by which the data should be sorted.

    Returns void