Sort Score
Result 10 results
Languages All
Labels All
Results 561 - 570 of 4,095 for

ape

(0.13 sec)
  1. Archiwa

    Archiwa...pdf as ap # Załaduj plik PDF document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/pl/pdf/encrypt-decrypt-pdf-in-p...
  2. Архів

    Архів...pdf as ap outputFile = "page_{pageNo}.txt"...Відкрийте документ PDF document = ap.Document("input.pdf") # Створення...

    blog.aspose.com/uk/pdf/extract-text-from-pdf-in...
  3. arkiv

    arkiv...pdf as ap outputFile = "page_{pageNo}.txt"...Öppna PDF-dokument document = ap.Document("input.pdf") # Skapa...

    blog.aspose.com/sv/pdf/extract-text-from-pdf-in...
  4. تحويل PDF إلى PowerPoint في بايثون|Aspose.PDF ل...

    يسمح Aspose.PDF لك بتحويل PDF إلى تنسيق PPT (PowerPoint) باستخدام بايثون. هناك إمكانية لتحويل PDF إلى PPTX بالشرائح كصور....pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # فتح مستند PDF document = ap . Document ( input_pdf ) # إنشاء...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  5. Поворот страниц PDF с использованием Python|Asp...

    Эта тема описывает, как программно изменить ориентацию страниц в существующем PDF-файле с помощью Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/ru/python-net/rotate-pages/
  6. Memutar Halaman PDF Menggunakan Python|Aspose.P...

    Topik ini menjelaskan bagaimana memutar orientasi halaman dalam file PDF yang ada secara programatis dengan Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/id/python-net/rotate-pages/
  7. Eliminar tablas de un PDF existente|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....as ap # Cargar documento PDF existente pdf_document = ap . Document...para encontrar tablas absorber = ap . text . TableAbsorber () # Visitar...

    docs.aspose.com/pdf/es/python-net/remove-tables...
  8. 아카이브

    아카이브...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-...
  9. Arsip

    Arsip...pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap.Document(input_pdf) # Simpan...

    blog.aspose.com/id/pdf/convert-pdf-to-doc-in-py...
  10. Extracting Pages programmatically Python|Aspose...

    You can extract pages from your PDF file using Aspose.PDF for Python via .NET library....PDF using the Document API ( ap.Document() ). Create a new Document...import os import aspose.pdf as ap # Global configuration DATA_DIR...

    docs.aspose.com/pdf/python-net/extract-pages/