[ { "search": "// Code to generate the PDF contract and save it on the desktop goes here", "replace": "// Code to generate the PDF contract and send it via email goes here\n\n// Example:\nconst pdfData = {\n name: name,\n email: email,\n amount: amount\n};\n\n// Send the PDF via email\nsendPDF(pdfData);\n\n// Code to generate the PDF contract and save it on the desktop goes here" }, { "search": "// Save the PDF on the desktop", "replace": "// Save the PDF on the desktop\n\n// Example:\nalert('PDF contract saved on the desktop.');" }, { "search": "