Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 5,741 for

ape

(0.11 sec)
  1. Procurar

    Procurar...pdf as ap outputFile = "page_{pageNo}.txt"...Abrir documento PDF document = ap.Document("input.pdf") # Criar...

    blog.aspose.com/pt/pdf/extract-text-from-pdf-in...
  2. Archiv

    Archiv...pdf as ap # Načíst soubor PDF document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/cs/pdf/encrypt-decrypt-pdf-in-p...
  3. 在 Python 中合并 PDF 文件|Aspose.PDF for Python via .NET

    了解如何在 Python 中将多个 PDF 文件合并为单个文档。...pdf as ap from os import path def merge_two_documents...document1 = ap . Document ( infile1 ) document2 = ap . Document...

    docs.aspose.com/pdf/zh/python-net/merge-pdf/
  4. Rotate PDF Pages in Python|Aspose.PDF for Pytho...

    Learn how to rotate PDF pages and change page orientation in Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/python-net/rotate-pages/
  5. Obter e Definir Propriedades de Página usando P...

    Esta seção mostra como obter o número de páginas em um arquivo PDF, obter informações sobre propriedades de página de PDF, como cor, e definir propriedades de página....pdf as ap # Abrir documento document = ap . Document (...pdf as ap # Instanciar instância do Documento document = ap . Document...

    docs.aspose.com/pdf/pt/python-net/get-and-set-p...
  6. Convertir formatos PDF a PDF/A en Python|Aspose...

    Este tema muestra cómo Aspose.PDF para Python permite convertir un archivo PDF a un archivo PDF compatible con PDF/A....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Convertir...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  7. إنشاء مستند PDF برمجياً|Aspose.PDF لـ Python عب...

    تصف هذه الصفحة كيفية إنشاء مستند PDF من الصفر باستخدام Aspose.PDF for Python عبر مكتبة .NET....pdf as ap # تهيئة كائن الوثيقة document = ap . Document ()...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ar/python-net/create-document/
  8. Tambahkan latar belakang ke PDF dengan Python|A...

    Tambahkan gambar latar belakang ke file PDF Anda dengan Python. Gunakan kelas BackgroundArtifact....pdf as ap # Buat objek Dokumen baru document = ap . Document...Artefak Latar Belakang background = ap . BackgroundArtifact () # Tentukan...

    docs.aspose.com/pdf/id/python-net/add-backgrounds/
  9. Повернуть страницы PDF в Python|Aspose.PDF для ...

    Узнайте, как вращать страницы PDF и менять ориентацию страниц в Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/ru/python-net/rotate-pages/
  10. 아카이브

    아카이브...pdf as ap 텍스트 추출: Python에서 PDF 파싱하기 # PDF에서...import aspose.pdf as ap # PDF 문서를 열기 document = ap.Document("AddText...

    blog.aspose.com/ko/pdf/parse-pdf-in-python/