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

editor

(2.08 sec)
  1. 移动字段|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/zh/python-net/move-field/
  2. Tambahkan Tautan Web|Aspose.PDF for Python via ...

    Contoh ini mengikat PDF masukan, menambahkan anotasi tautan web biru pada halaman 1 yang mengarah ke halaman produk PDF Python Aspose, 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-web-link/
  3. Add Polygon Annotation|Aspose.PDF for Python vi...

    This example binds an input PDF, draws a solid polygon on the first page, and saves the modified document with an annotation....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-polygon-anno...
  4. Remove Field Action|Aspose.PDF for Python via .NET

    Removing JavaScript from form fields can be useful when modifying interactive PDF forms, disabling previously assigned actions, or cleaning documents that contain unnecessary scripts....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/remove-field-act...
  5. Add File Attachment Annotation From Stream|Aspo...

    The example loads a PDF, reads an external file into a memory stream, adds a file attachment annotation to the first page, and saves the modified document....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) with...

    docs.aspose.com/pdf/python-net/add-file-attachm...
  6. Ajouter une pièce jointe depuis le chemin|Aspos...

    Cet exemple lie un PDF d'entrée, attache un fichier externe en utilisant son chemin d'accès, et enregistre le PDF modifié avec la pièce jointe intégrée....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/fr/python-net/add-attachmen...
  7. Ajouter un lien de document PDF|Aspose.PDF for ...

    Cet exemple lie un PDF d'entrée, ajoute un lien de couleur verte vers une page dans un autre PDF, et enregistre le document modifié....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/fr/python-net/add-pdf-docum...
  8. Déplacer le champ|Aspose.PDF for Python via .NET

    Déplacer un champ de formulaire existant vers une position différente dans un document PDF....Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Move...

    docs.aspose.com/pdf/fr/python-net/move-field/
  9. 북마크 작업 추가|Aspose.PDF for Python via .NET

    이 예제에서는 입력 PDF를 바인딩하고 1페이지로 이동하는 “PDFContentEditor 책갈피”라는 레이블이 붙은 책갈피를 만들고 업데이트된 문서를 저장합니다....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/ko/python-net/add-bookmark-...
  10. PDF에서 이미지 삭제|Aspose.PDF for Python via .NET

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Delete...

    docs.aspose.com/pdf/ko/python-net/delete-images/