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

editor

(0.76 sec)
  1. Tambahkan Tautan JavaScript|Aspose.PDF for Pyth...

    Contoh ini mengikat PDF input, menambahkan tautan JavaScript yang memicu peringatan saat diklik, 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-javascrip...
  2. Добавить веб‑ссылку|Aspose.PDF for Python via .NET

    В этом примере привязывается входной PDF, добавляется синяя аннотация веб‑ссылки на странице 1, указывающая на страницу продукта Aspose Python PDF, и сохраняется изменённый документ....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/ru/python-net/add-web-link/
  3. Add Caret Annotation|Aspose.PDF for Python via ...

    This example loads an existing PDF, adds a caret annotation to the first page, and saves the modified document. The annotation includes a red caret symbol and descriptive comment text....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/python-net/add-caret-annota...
  4. Add Line Annotation|Aspose.PDF for Python via .NET

    This example binds an input PDF, draws a red line annotation with square line endings, and saves the modified PDF....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...Bind input PDF file content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/python-net/add-line-annotat...
  5. Ajouter un élément de liste|Aspose.PDF for Pyth...

    Cet exemple démontre comment ajouter des éléments à un champ de zone de liste dans un document PDF en utilisant Aspose.PDF for Python....Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/fr/python-net/add-list-item/
  6. Supprimer l'action d'ouverture|Aspose.PDF for P...

    Cet exemple charge un PDF existant, supprime l'action d'ouverture et enregistre le document nettoyé....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Remove...

    docs.aspose.com/pdf/fr/python-net/remove-open-a...
  7. 자유 텍스트 주석 추가|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-free-text...
  8. Adicionar Anotação de Anexo de Arquivo|Aspose.P...

    O exemplo vincula um PDF de entrada, adiciona uma anotação de anexo de arquivo à primeira página usando o caminho do arquivo e salva o documento atualizado....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/pt/python-net/add-file-atta...
  9. Adicionar Anotação de Anexo de Arquivo a partir...

    O exemplo carrega um PDF, lê um arquivo externo para um stream de memória, adiciona uma anotação de anexo de arquivo na primeira página e salva o documento modificado....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) with...

    docs.aspose.com/pdf/pt/python-net/add-file-atta...
  10. 送信フラグを設定|Aspose.PDF for Python via .NET

    Aspose.PDF for Python を使用して PDF フォームボタンの送信フラグをプログラムで設定する方法を学びましょう。これにより、ユーザーがボタンをクリックすると、XFDF などの特定の形式のフォームデータを送信できます。...Create FormEditor object form_editor = pdf_facades . FormEditor...# Open input PDF file form_editor . bind_pdf ( input_file_name...

    docs.aspose.com/pdf/ja/python-net/set-submit-flag/