Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 5,870 for

ape

(0.22 sec)
  1. Change PDF Page Size in Python|Aspose.PDF for P...

    Learn how to read and change PDF page dimensions in Python....pdf as ap def set_page_size ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/change-page-size/
  2. 在 Python 中移动 PDF 页面|Aspose.PDF for Python via .NET

    了解如何在 Python 中在文档内部或在文档之间移动 PDF 页面。...pdf as ap def move_page_from_one_document_to_another...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/zh/python-net/move-pages/
  3. Travailler avec les actions PDF en Python|Aspos...

    Apprenez comment ajouter, mettre à jour et supprimer les actions de document, de page et de formulaire dans les fichiers PDF à l'aide de Python....pdf as ap from aspose.pycore import is_assignable...ons_out.pdf") Notes: - Uses `ap.annotations.JavascriptAction`...

    docs.aspose.com/pdf/fr/python-net/actions/
  4. 以编程方式打开 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/zh/python-cpp/open-pdf-docu...
  5. Ouvrir un document PDF de manière programmatiqu...

    Apprenez à ouvrir un fichier PDF dans la bibliothèque Aspose.PDF pour Python via C++. Vous pouvez ouvrir un PDF existant, un document à partir d'un flux et un document PDF chiffré....AsposePDFPythonWrapp as ap # Ouvrir le document document = ap . Document (...AsposePDFPythonWrapp as ap # Ouvrir le document document = ap . Document (...

    docs.aspose.com/pdf/fr/python-cpp/open-pdf-docu...
  6. Menghapus Tabel dari PDF yang Ada|Aspose.PDF un...

    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 # Muat dokumen PDF yang ada pdf_document = ap . Document...untuk menemukan tabel absorber = ap . text . TableAbsorber () # Kunjungi...

    docs.aspose.com/pdf/id/python-net/remove-tables...
  7. 데코레이션 필드|Aspose.PDF for Python via .NET

    이 예제에서는 Python용 Aspose.PDF 를 사용하여 PDF 문서의 양식 필드 모양을 사용자 지정하는 방법을 보여줍니다....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ko/python-net/decorate-field/
  8. Python을 사용하여 기존 PDF 파일의 이미지 바꾸기|Aspose.PDF for ...

    Python에서 기존 PDF 파일에 포함된 이미지를 바꾸는 방법을 알아봅니다.... ap.Document(infile) . 대체 이미지를 바이너리...PDF를 저장합니다. import aspose.pdf as ap from io import FileIO def replace_image...

    docs.aspose.com/pdf/ko/python-net/replace-image...
  9. Dapatkan dan Setel Properti Halaman menggunakan...

    Bagian ini menunjukkan cara mendapatkan jumlah halaman dalam file PDF, mendapatkan informasi tentang properti halaman PDF seperti warna dan menyetel properti halaman....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...aspose.pdf as ap # Membuat instance Document document = ap . Document...

    docs.aspose.com/pdf/id/python-net/get-and-set-p...
  10. Python에서 PDF의 태그된 콘텐츠 추출|Aspose.PDF for Python ...

    Aspose.PDF for Python via .NET를 사용하여 Python에서 태그된 PDF 콘텐츠를 추출하는 방법을 배우고, 태그된 콘텐츠, 루트 구조 및 하위 구조 요소에 대한 접근 방법을 포함합니다....pdf as ap from aspose.pycore import cast...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/ko/python-net/extract-tagge...