
kod:
import os
from PyPDF2 import PdfFileMerger
os.listdir("C:\Users\buğra\Desktop\Yeni klasör")
birlestirici = PdfFileMerger()
birlestirici.append("fatura.pdf")
birlestirici.append("sertifika.pdf")
birlestirici.write("birlesenpdf.pdf")
hata:
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape