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

editor

(0.17 sec)
  1. ID별 스탬프 관리|Aspose.PDF for Python via .NET

    Python용 Aspose.PDF 를 사용하여 PDF의 러버 스탬프 주석을 고유 ID로 조작하는 방법...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...content_editor . bind_pdf ( infile ) content_editor . create_rubber_stamp...

    docs.aspose.com/pdf/ko/python-net/manage-stamp-...
  2. 전체 스탬프 삭제|Aspose.PDF for Python via .NET

    이 예제에서는 Facades API를 통해 Python용 Aspose.PDF 를 사용하여 PDF의 모든 페이지에서 전체적으로 러버 스탬프 주석을 삭제하는 방법을 보여줍니다.개별 페이지를 지정하지 않고 ID별로 스탬프를 제거하는 방법을 보여줍니다....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/ko/python-net/delete-stamps...
  3. Créer un champ ComboBox|Aspose.PDF for Python v...

    Vérifiez comment ajouter programmétiquement un champ ComboBox (liste déroulante) à un document PDF en utilisant Aspose.PDF for Python. Cet exemple montre comment insérer un champ de formulaire ComboBox, ajouter des éléments sélectionnables et enregistrer le fichier PDF mis à jour....pdf_form_editor = pdf_facades . FormEditor () pdf_form_editor . bind_pdf...field to PDF form pdf_form_editor . add_field ( pdf_facades ...

    docs.aspose.com/pdf/fr/python-net/create-combob...
  4. Reemplazar texto en la página|Aspose.PDF for Py...

    En este ejemplo, la primera aparición de la palabra "PDF" se reemplaza con "Page 1 Replaced Text" utilizando un tamaño de fuente especificado....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Replace...

    docs.aspose.com/pdf/es/python-net/replace-text-...
  5. Campo de linha única para campo de múltiplas li...

    Converta um campo de texto de linha única em um campo de múltiplas linhas em um documento PDF usando Aspose.PDF for Python....Vincule o documento PDF ao editor. Converta o campo selecionado...Create FormEditor object form_editor = pdf_facades . FormEditor...

    docs.aspose.com/pdf/pt/python-net/single-to-mul...
  6. Tambahkan Tautan Aplikasi|Aspose.PDF for Python...

    Contoh ini mengikat PDF input, menambahkan tautan peluncuran aplikasi pada halaman pertama, dan menyimpan dokumen yang telah dimodifikasi....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/id/python-net/add-applicati...
  7. Tambahkan Cap Karet|Aspose.PDF for Python via .NET

    Contoh ini menggabungkan PDF input, menambahkan cap karet berwarna hijau “Approved” pada empat halaman pertama, dan menyimpan dokumen yang telah dimodifikasi....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) for i...

    docs.aspose.com/pdf/id/python-net/add-rubber-st...
  8. Add Square Annotation|Aspose.PDF for Python via...

    This example binds an input PDF, adds a filled blue square annotation 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 ) # Create...

    docs.aspose.com/pdf/python-net/add-square-annot...
  9. Create Submit Button|Aspose.PDF for Python via ...

    Learn how to add a Submit Button to a PDF document programmatically using Aspose.PDF for Python. This tutorial demonstrates how to create a button that submits form data to a specified URL and save the updated PDF....pdf_form_editor = pdf_facades . FormEditor () pdf_form_editor . bind_pdf...Button to PDF form pdf_form_editor . add_submit_btn ( "submitbtn1"...

    docs.aspose.com/pdf/python-net/create-submit-bu...
  10. Add JavaScript Link|Aspose.PDF for Python via .NET

    This example binds an input PDF, adds a JavaScript link that triggers an alert on click, and saves the modified document....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/python-net/add-javascript-l...