Wow!! I got a document for a court and it was in PDF. I managed to install a free PDF processor and fill in defendants' names etc, but on the signature page, I printed it, signed it, and scanned it back in but I can't get it back into the original file to replace the last page. I like the way this program is set up but I am still not sure how I am going to combine the two docs. Can you help me?
Hi! You can easily handle this using the IndigoPDF multi-tool. Just follow these steps: Go to IndigoPDF Multi-Tool. - tools.indigopdf.com/multi-tool Upload the original file first, then the signed file. In the visual display, hover over the pages to review them. Remove the pages you don't need (like the unsigned signature page in the original file). Keep the signed page from the second file and arrange the pages in the correct order. Once you're satisfied, save the new file with the exact pages you want. This way, you’ll have a seamless document without needing to reprint or re-scan anything!
Wow!! I got a document for a court and it was in PDF. I managed to install a free PDF processor and fill in defendants' names etc, but on the signature page, I printed it, signed it, and scanned it back in but I can't get it back into the original file to replace the last page. I like the way this program is set up but I am still not sure how I am going to combine the two docs. Can you help me?
Hi! You can easily handle this using the IndigoPDF multi-tool. Just follow these steps:
Go to IndigoPDF Multi-Tool. - tools.indigopdf.com/multi-tool
Upload the original file first, then the signed file.
In the visual display, hover over the pages to review them. Remove the pages you don't need (like the unsigned signature page in the original file).
Keep the signed page from the second file and arrange the pages in the correct order.
Once you're satisfied, save the new file with the exact pages you want.
This way, you’ll have a seamless document without needing to reprint or re-scan anything!
THANKS VERY USEFUL, ESTE ES EL UNICO TUTORIAL QUE ME PERMITIO EDITAR MIS PDF.
You're welcome!
Thanks
Goodluck with your channel
Thanks so much!
Hi. Can Indigo PDF Tools be programmatically controlled via some API?
Yes... It can be done though Curl Command in Unix
Unix Example
curl -X POST "tools.indigopdf.com/add-watermark" \
-H "Content-Type: multipart/form-data" \
-F "fileInput=@/Users/username/Downloads/sample-1_cropped.pdf" \
-F "watermarkType=text" \
-F "watermarkText=YOUR_WATERMARK_TEXT" \
-F "alphabet=roman" \
-F "fontSize=30" \
-F "rotation=0" \
-F "opacity=0.5" \
-F "widthSpacer=50" \
-F "heightSpacer=50" \
> "/Users/username/Downloads/output.pdf"
Windows CMD (Not powershell) Example
curl -X POST "tools.indigopdf.com/add-watermark" ^
-H "Content-Type: multipart/form-data" ^
-F "fileInput=@C:\Users\systo\Downloads\sample-1_cropped.pdf" ^
-F "watermarkType=text" ^
-F "watermarkText=YOUR_WATERMARK_TEXT" ^
-F "alphabet=roman" ^
-F "fontSize=30" ^
-F "rotation=0" ^
-F "opacity=0.5" ^
-F "widthSpacer=50" ^
-F "heightSpacer=50" ^
> "C:\Users\systo\Downloads\output.pdf"
or Rest APi
Goodluck with your channel
I appreciate it