Sort Score
Result 10 results
Languages All
Labels All
Results 4,841 - 4,850 of 22,105 for

editor

(0.32 sec)
  1. 添加多边形批注|Aspose.PDF for Python via .NET

    此示例绑定输入 PDF,在首页绘制实心多边形,并将带有注释的修改后文档保存。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...Bind input PDF file content_editor . bind_pdf ( infile ) line_info...

    docs.aspose.com/pdf/zh/python-net/add-polygon-a...
  2. 使用外观流创建橡皮图章|Aspose.PDF for Python via .NET

    此示例加载 PDF,在第 1 页使用图像文件作为外观创建橡皮图章,并保存修改后的文档。 ✨...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/create-rubber...
  3. PDF 内の画像の置換|Aspose.PDF for Python via .NET

    次の使用例は、入力 PDF を連結し、1 ページ目の最初の画像を新しい画像に置き換え、変更した文書を保存します。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Replace...

    docs.aspose.com/pdf/ja/python-net/replace-image/
  4. 첨부 파일 주석 추가|Aspose.PDF for Python via .NET

    이 예제에서는 입력 PDF를 바인딩하고, 파일 경로를 사용하여 첫 페이지에 첨부 파일 주석을 추가하고, 업데이트된 문서를 저장합니다....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/ko/python-net/add-file-atta...
  5. 색인별 스탬프 삭제|Aspose.PDF for Python via .NET

    이 예제에서는 2페이지에 두 개의 러버 스탬프를 만듭니다.그런 다음 색인을 지정하여 스탬프를 삭제할 수 있습니다....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...content_editor . bind_pdf ( infile ) content_editor . delete_stamp...

    docs.aspose.com/pdf/ko/python-net/delete-stamp-...
  6. PDF 문서 링크 추가|Aspose.PDF for Python via .NET

    이 예제에서는 입력 PDF를 바인딩하고, 다른 PDF의 페이지에 녹색 링크를 추가하고, 수정된 문서를 저장합니다....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/ko/python-net/add-pdf-docum...
  7. 필드 이동|Aspose.PDF for Python via .NET

    기존 양식 필드를 PDF 문서의 다른 위치로 이동합니다....Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Move...

    docs.aspose.com/pdf/ko/python-net/move-field/
  8. Ajouter une annotation de ligne|Aspose.PDF for ...

    Cet exemple lie un PDF d'entrée, dessine une annotation de ligne rouge avec des terminaisons de ligne carrées, et enregistre le PDF modifié....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...Bind input PDF file content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/fr/python-net/add-line-anno...
  9. 캐럿 주석 추가|Aspose.PDF for Python via .NET

    이 예제에서는 기존 PDF를 로드하고 첫 페이지에 캐럿 주석을 추가하고 수정된 문서를 저장합니다.주석에는 빨간색 캐럿 기호와 설명이 포함된 주석 텍스트가 포함되어 있습니다....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/ko/python-net/add-caret-ann...
  10. Set Submit Url|Aspose.PDF for Python via .NET

    This example demonstrates how to configure a submit action for a button field in a PDF form using Aspose.PDF for Python....Create FormEditor object form_editor = pdf_facades . FormEditor...# Open input PDF file form_editor . bind_pdf ( input_file_name...

    docs.aspose.com/pdf/python-net/set-submit-url/