Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 5,741 for

ape

(0.1 sec)
  1. Pindahkan Halaman PDF secara programatis melalu...

    Cobalah untuk memindahkan halaman ke lokasi yang diinginkan atau ke akhir file PDF menggunakan Aspose.PDF untuk Python via .NET....pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    docs.aspose.com/pdf/id/python-net/move-pages/
  2. Ekstrak Halaman PDF dengan Python|Aspose.PDF fo...

    Pelajari cara mengekstrak satu atau beberapa halaman PDF ke dalam file baru menggunakan Python....menggunakan the Document API ( ap.Document() ). Buat yang baru...ditentukan. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/id/python-net/extract-pages/
  3. Извлечение страниц PDF в Python|Aspose.PDF for ...

    Узнайте, как извлекать отдельные или несколько страниц PDF в новые файлы с помощью Python....PDF с помощью Document API ( ap.Document() ). Создайте новый...вывода. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/extract-pages/
  4. PDF를 EPUB, LaTeX, 텍스트, XPS로 변환하기|Aspose.PDF for...

    이 주제는 Python을 사용하여 PDF 파일을 EPUB, LaTeX, 텍스트, XPS 등과 같은 다른 파일 형식으로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample...epub" # PDF 문서 열기 document = ap . Document ( input_pdf ) # Epub...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  5. 在 Python 中为 PDF 添加贝茨编号|Aspose.PDF for Python vi...

    了解如何使用 Python 通过 Aspose.PDF for Python via .NET 在 PDF 文档中添加和删除贝茨编号。...pdf as ap def _create_bates_artifact ():...default settings.""" artifact = ap . BatesNArtifact () artifact...

    docs.aspose.com/pdf/zh/python-net/add-bates-num...
  6. Annotations multimédias dans PDF|Aspose.PDF for...

    Apprenez comment ajouter des annotations sonores, 3D, d’écran et multimédia riches aux documents PDF, et comment inspecter ou supprimer les annotations multimédia à l’aide d’Aspose.PDF for Python via .NET....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/fr/python-net/media-annotat...
  7. Anotaciones multimedia en PDF|Aspose.PDF for Py...

    Aprenda cómo agregar anotaciones de sonido, 3D, pantalla y rich media a documentos PDF, y cómo inspeccionar o eliminar anotaciones multimedia usando Aspose.PDF for Python via .NET....dirname ( infile ) document = ap . Document ( infile ) page =...ann . SoundAnnotation ( page , ap . Rectangle ( 20 , 700 , 60 ...

    docs.aspose.com/pdf/es/python-net/media-annotat...
  8. Archivio

    Archivio...pdf as ap # Crea un oggetto PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Percorso della directory contenente...

    blog.aspose.com/it/pdf/print-pdf-in-python/
  9. Procurar

    Procurar...pdf as ap # Criar objeto PDFViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Caminho do diretório contendo...

    blog.aspose.com/pt/pdf/print-pdf-in-python/
  10. Travailler avec les graphiques vectoriels en Py...

    Apprenez comment extraire, déplacer, supprimer et copier des graphiques vectoriels entre les pages PDF en utilisant GraphicsAbsorber en Python....pdf as ap import sys from os import path...): with ap . Document ( infile ) as document : with ap . vector...

    docs.aspose.com/pdf/fr/python-net/working-with-...