Sort Score
Result 10 results
Languages All
Labels All
Results 4,861 - 4,870 of 22,099 for

editor

(0.2 sec)
  1. Hapus Item Daftar|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....Create FormEditor object form_editor = pdf_facades . FormEditor...document to FormEditor form_editor . bind_pdf ( infile ) # Delete...

    docs.aspose.com/pdf/id/python-net/del-list-item/
  2. Buat Stempel Karet dengan Aliran Penampilan|Asp...

    Contoh ini memuat PDF, membuat stempel karet pada halaman 1 menggunakan file gambar untuk penampilannya, dan menyimpan dokumen yang telah dimodifikasi. ✨...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Create...

    docs.aspose.com/pdf/id/python-net/create-rubber...
  3. 添加书签操作|Aspose.PDF for Python via .NET

    此示例绑定一个输入 PDF,创建一个标签为 "PdfContentEditor Bookmark" 的书签,该书签导航至第 1 页,并保存更新后的文档。...PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/zh/python-net/add-bookmark-...
  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-free-text...
  5. Добавить ссылку на PDF‑документ|Aspose.PDF for ...

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

    docs.aspose.com/pdf/ru/python-net/add-pdf-docum...
  6. Ajouter une annotation vidéo|Aspose.PDF for Pyt...

    Cet exemple lie un PDF d'entrée, ajoute une annotation vidéo à la page 1 et enregistre le PDF mis à jour....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Add...

    docs.aspose.com/pdf/fr/python-net/add-movie-ann...
  7. Supprimer toutes les images du PDF|Aspose.PDF f...

    Supprimer toutes les images d'un document PDF en utilisant Aspose.PDF for Python via l'API Facades....PdfContentEditor object content_editor = pdf_facades . PdfContentEditor...to PdfContentEditor content_editor . bind_pdf ( infile ) # Delete...

    docs.aspose.com/pdf/fr/python-net/delete-all-im...
  8. Ajouter un lien d'application|Aspose.PDF for Py...

    Cet exemple lie un PDF d'entrée, ajoute un lien de lancement d'application sur la première page 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-applicati...
  9. Создать кнопку отправки|Aspose.PDF for Python v...

    Узнайте, как программно добавить кнопку отправки в документ PDF с помощью Aspose.PDF for Python. Этот учебный материал демонстрирует, как создать кнопку, которая отправляет данные формы на указанный URL, и сохранить обновлённый 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/ru/python-net/create-submit...
  10. 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/ko/python-net/replace-image/