import fitz # PyMuPDF doc = fitz.open() page = doc.new_page() # Define the items for the combo box combo_items = ['first', 'second', 'third'] # Create a combo box ...