Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 5,749 for

ape

(0.2 sec)
  1. 아카이브

    아카이브...pdf as ap # 입력 PDF 문서 로드 document = ap.Document("input...Document("input.pdf") # 워터마크 텍스트 설정 stamp = ap.TextStamp("CONFIDENTIAL") # 워터마크...

    blog.aspose.com/ko/pdf/add-watermark-in-pdf-in-...
  2. Hapus Forms dari PDF di Python|Aspose.PDF for P...

    Hapus objek Form dari halaman PDF dengan menggunakan Aspose.PDF for Python via .NET, termasuk pembersihan lengkap dan penghapusan terarah....pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/id/python-net/remove-form/
  3. Удалить вложения из PDF с помощью Python|Aspose...

    Aspose.PDF может удалять вложения из ваших PDF‑документов. Используйте Python PDF API для удаления вложений в PDF‑файлах с помощью библиотеки Aspose.PDF for Python via .NET....pdf as ap def remove_attachment ( infile...outfile ): # Open PDF document with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ru/python-net/removing-atta...
  4. Remove Attachments from PDF in Python|Aspose.PD...

    Aspose.PDF can remove attachments from your PDF documents. Use Python PDF API to remove attachments in PDF files using Aspose.PDF for Python via .NET library....pdf as ap def remove_attachment ( infile...outfile ): # Open PDF document with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/removing-attachm...
  5. Delete Forms from PDF in Python|Aspose.PDF for ...

    Remove form objects from PDF pages by using Aspose.PDF for Python via .NET, including full cleanup and targeted deletion....pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/remove-form/
  6. Изменить размер страницы PDF в Python|Aspose.PD...

    Узнайте, как читать и изменять размеры страниц PDF в Python....pdf as ap from os import path def set_page_size...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/change-page-s...
  7. Python で PDF にラインシェイプを追加する方法|Aspose.PDF for Pyt...

    Python で PDF ファイルに線の形やスタイル付きの線を描く方法を学びましょう。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/ja/python-net/add-line/
  8. Archivo

    Archivo...pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap.Document(input_pdf) # Guardar...

    blog.aspose.com/es/pdf/convert-pdf-to-doc-in-py...
  9. 从现有 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....pdf as ap # 加载现有的 PDF 文档 pdf_document = ap . Document (...TableAbsorber 对象以查找表格 absorber = ap . text . TableAbsorber () # 用吸收器访问第一页...

    docs.aspose.com/pdf/zh/python-net/remove-tables...
  10. Extracción básica de texto usando Python|Aspose...

    Aprende cómo extraer texto de documentos PDF usando Aspose.PDF for Python — de todas las páginas a la vez o de una página específica....pdf as ap def extract_text_from_all_pages...Open the PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/es/python-net/basic-text-ex...