Python. # pip install requests import requests url = 'https://api.pdfblocks.com/v1/add_watermark/text' body = { 'file' : open('input.pdf', 'rb'), ...
確定! 回上一頁