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

ape

(0.49 sec)
  1. آرشیوها

    آرشیوها...pdf as ap # فایل PDF را بارگیری کنید document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/fa/pdf/encrypt-decrypt-pdf-in-p...
  2. How to convert PDF to Markdown | Aspose.PDF

    Do you know how easily convert PDF to Markdown using Python via .NET? Convert PDF to Markdown with high quality using Python via .NET Aspose.PDF library....pdf” module using the alias “ap.” This module likely contains...the PDF Document : document = ap.Document(input_pdf): Opens the...

    products.aspose.com/pdf/tutorial/convert-pdf-ma...
  3. Extraire un tableau d'un document PDF|Aspose.PD...

    Aspose.PDF pour Python via .NET permet d'effectuer diverses manipulations avec les tableaux contenus dans votre document PDF....as ap # Charger le document PDF source pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/fr/python-net/extract-table...
  4. Adicionando Anexo a um Documento PDF usando Pyt...

    Esta página descreve como adicionar um anexo a um arquivo PDF com Aspose.PDF para Python via biblioteca .NET....pdf as ap # Abrir documento document = ap . Document (...como anexo fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/pt/python-net/add-attachmen...
  5. Create PDF document programmatically|Aspose.PDF...

    This page describes how to create PDF document from scratch with Aspose.PDF for Python via .NET library....pdf as ap # Initialize document object document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/python-net/create-document/
  6. Удалить страницы PDF в Python|Aspose.PDF для Py...

    Узнайте, как удалять страницы из файлов PDF в Python....pdf as ap def delete_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/delete-pages/
  7. 从 PDF 文件中删除图像使用 Python|Aspose.PDF for Python vi...

    本节解释如何使用 Aspose.PDF for Python via .NET 从 PDF 文件中删除图像。...pdf as ap # 打开文档 document = ap . Document ( input_file...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_file...

    docs.aspose.com/pdf/zh/python-net/delete-images...
  8. Dividir PDF programaticamente em Python|Aspose....

    Este tópico mostra como dividir páginas de PDF em arquivos PDF individuais em suas aplicações Python....pdf as ap # Abrir documento document = ap . Document (...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/pt/python-net/split-pdf-doc...
  9. 파이썬을 사용하여 PDF 문서에 첨부 파일 추가|Aspose.PDF for Pytho...

    이 페이지는 Aspose.PDF for Python via .NET 라이브러리를 사용하여 PDF 파일에 첨부 파일을 추가하는 방법을 설명합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...추가할 새 파일 설정 fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/ko/python-net/add-attachmen...
  10. كيفية دمج ملفات PDF باستخدام بايثون|Aspose.PDF ...

    تشرح هذه الصفحة كيفية دمج مستندات PDF في ملف PDF واحد باستخدام بايثون....pdf as ap # افتح المستند الأول document1 = ap . Document...افتح المستند الثاني document2 = ap . Document ( input_pdf_2 ) #...

    docs.aspose.com/pdf/ar/python-net/merge-pdf-doc...