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

editor

(2.17 sec)
  1. Добавить текстовые аннотации|Aspose.PDF for Pyt...

    Добавьте текстовые аннотации в PDF‑документ с помощью класса PdfContentEditor в Aspose.PDF for Python via .NET....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/ru/python-net/add-text-anno...
  2. 添加橡胶印章|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在前四页添加一个绿色的“已批准”橡胶印章,并保存修改后的文档。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) for i...

    docs.aspose.com/pdf/zh/python-net/add-rubber-st...
  3. 添加声音注释|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,在第 1 页添加声音注释,并保存修改后的 PDF。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/zh/python-net/add-sound-ann...
  4. 添加应用链接|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/zh/python-net/add-applicati...
  5. 重命名字段|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python 重命名 PDF 文档中的现有表单字段。...Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Rename...

    docs.aspose.com/pdf/zh/python-net/rename-field/
  6. Add Custom Action Link|Aspose.PDF for Python vi...

    This example binds an input PDF, adds a custom action link on the first page, and saves the modified document. An empty action list is used for simplicity, but real implementations can include actual actions....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/python-net/add-custom-actio...
  7. Add Curve Annotation|Aspose.PDF for Python via ...

    This example binds an input PDF, draws a dashed curve on the first page, and saves the modified document....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...Bind input PDF file content_editor . bind_pdf ( infile ) line_info...

    docs.aspose.com/pdf/python-net/add-curve-annota...
  8. Ajouter un tampon en caoutchouc|Aspose.PDF for ...

    Cet exemple lie un PDF d'entrée, ajoute un tampon en caoutchouc vert “Approved” aux quatre premières pages et enregistre le document modifié....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) for i...

    docs.aspose.com/pdf/fr/python-net/add-rubber-st...
  9. Ajouter une annotation de pièce jointe de fichi...

    L'exemple lie un PDF d'entrée, ajoute une annotation de pièce jointe de fichier à la première page en utilisant le chemin du fichier, et enregistre le document mis à jour....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/fr/python-net/add-file-atta...
  10. Supprimer le tampon par indice|Aspose.PDF for P...

    Cet exemple crée deux tampons en caoutchouc sur la page 2. Après cela, un tampon peut être supprimé en spécifiant son indice....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...content_editor . bind_pdf ( infile ) content_editor . delete_stamp...

    docs.aspose.com/pdf/fr/python-net/delete-stamp-...