This is the Best COMPLETELY Free PDF Editor

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 พ.ย. 2024

ความคิดเห็น • 11

  • @kennethdrake9826
    @kennethdrake9826 6 วันที่ผ่านมา +2

    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?

    • @indigosoftware9625
      @indigosoftware9625  6 วันที่ผ่านมา +2

      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!

  • @7joursfrench
    @7joursfrench 7 วันที่ผ่านมา +1

    THANKS VERY USEFUL, ESTE ES EL UNICO TUTORIAL QUE ME PERMITIO EDITAR MIS PDF.

  • @riancloete96
    @riancloete96 หลายเดือนก่อน +4

    Goodluck with your channel

  • @dylim
    @dylim 2 หลายเดือนก่อน +4

    Hi. Can Indigo PDF Tools be programmatically controlled via some API?

    • @indigosoftware9625
      @indigosoftware9625  2 หลายเดือนก่อน +5

      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

  • @tyronetyrone2652
    @tyronetyrone2652 8 วันที่ผ่านมา

    Goodluck with your channel