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

ape

(0.07 sec)
  1. Adding Pages in PDF with Python|Aspose.PDF for ...

    Discover how to add pages to a PDF document in Python using Aspose.PDF for flexible document creation and editing....existing PDF document using ‘ap.Document()’. Insert a new empty...import os import aspose.pdf as ap # Global configuration DATA_DIR...

    docs.aspose.com/pdf/python-net/add-pages/
  2. Improving of the Text Extraction from Multi‑Col...

    This section contains articles on Text formatting and scaling using Aspose.PDF in Python....pdf as ap def extract_text_reduce_font...""" doc = ap . Document ( infile ) frag_absorber = ap . text ....

    docs.aspose.com/pdf/python-net/text-extraction-...
  3. Ajouter un Numéro de Page au PDF avec Python|As...

    Aspose.PDF pour Python via .NET vous permet d'ajouter un tampon de numéro de page à votre fichier PDF en utilisant la classe PageNumberStamp....pdf as ap # Ouvrir le document document = ap . Document (...numéro de page page_number_stamp = ap . PageNumberStamp () # Si le...

    docs.aspose.com/pdf/fr/python-net/add-page-number/
  4. Adicionar marca d'água ao PDF usando Python|Asp...

    Este artigo explica os recursos de trabalhar com artefatos e obter marcas d'água em PDFs programaticamente usando Python....pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/pt/python-net/add-watermarks/
  5. Sauvegarder le document PDF par programmation|A...

    Apprenez à sauvegarder un fichier PDF dans la bibliothèque Aspose.PDF pour Python via .NET. Sauvegardez le document PDF dans le système de fichiers, dans un flux, et dans les applications Web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/fr/python-net/save-pdf-docu...
  6. Удалить таблицы из существующего PDF|Aspose.PDF...

    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 документ pdf_document = ap . Document ( input_file ) # Создать...

    docs.aspose.com/pdf/ru/python-net/remove-tables...
  7. PythonでPDFをExcelに変換|Aspose.PDF for Python via .NET

    Aspose.PDF for Pythonライブラリを使用すると、PythonでPDFをExcel形式に変換できます。これらの形式には、XLS、XLSX、XML 2003スプレッドシート、CSV、ODSが含まれます。...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/ja/python-net/convert-pdf-t...
  8. إنشاء PDF متوافق مع PDF/3-A وإرفاق فاتورة ZUGFe...

    تعلم كيفية إنشاء مستند PDF مع ZUGFeRD في Aspose.PDF لبايثون عبر .NET...PDF وإعطائها اختصار ap للراحة. تعريف المسار إلى الدليل...ZUGFeRD. import aspose.pdf as ap # تحديد المسار إلى الدليل حيث...

    docs.aspose.com/pdf/ar/python-net/attach-zugferd/
  9. إضافة صورة إلى ملف PDF باستخدام Python|Aspose.P...

    يصف هذا القسم كيفية إضافة صورة إلى ملف PDF موجود باستخدام مكتبة Python....pdf as ap # افتح المستند document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ar/python-net/add-image-to-...
  10. PDF 문서 프로그래밍 방식으로 열기|Aspose.PDF for Python via C++

    Python Aspose.PDF for Python via C++ 라이브러리를 사용하여 PDF 파일을 여는 방법을 알아보세요. 기존 PDF, 스트림의 문서, 암호화된 PDF 문서를 열 수 있습니다....AsposePDFPythonWrapp as ap # 문서 열기 document = ap . Document ( "sample...AsposePDFPythonWrapp as ap # 문서 열기 document = ap . Document ( "sample...

    docs.aspose.com/pdf/ko/python-cpp/open-pdf-docu...