Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 5,741 for

ape

(0.06 sec)
  1. PDF에 페이지 번호 추가하기 (Python 사용)|Aspose.PDF for Pyt...

    Aspose.PDF for Python via .NET을 사용하여 PageNumber Stamp 클래스를 통해 PDF 파일에 페이지 번호 스탬프를 추가할 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...번호 스탬프 생성 page_number_stamp = ap . PageNumberStamp () # 스탬프가 배경인지...

    docs.aspose.com/pdf/ko/python-net/add-page-number/
  2. Mover Páginas de PDF programaticamente via Pyth...

    Tente mover páginas para a localização desejada ou para o final de um arquivo PDF usando Aspose.PDF para 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/pt/python-net/move-pages/
  3. Добавить страницы PDF в Python|Aspose.PDF для P...

    Узнайте, как добавлять или вставлять страницы в PDF‑документы с помощью Python....pdf as ap def insert_empty_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ru/python-net/add-pages/
  4. Python を使ったハローワールドの例|Aspose.PDF for Python via ...

    このサンプルでは、.NET 経由で Aspose.PDF for Python を使用して、Hello World というテキストを含む簡単な PDF ドキュメントを作成する方法を示します。...pdf as ap def run_simple ( self ): # Initialize...Initialize document object document = ap . Document () # Add page page...

    docs.aspose.com/pdf/ja/python-net/hello-world-e...
  5. Remove Tables from Existing PDF Documents|Aspos...

    Learn how to remove one or more tables from existing PDF documents in Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/removing-tables/
  6. Remove Tables from existing PDF|Aspose.PDF for ...

    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 # Load existing PDF document pdf_document = ap . Document...object to find tables absorber = ap . text . TableAbsorber () # Visit...

    docs.aspose.com/pdf/python-net/remove-tables-fr...
  7. Converter HTML para PDF em Python|Aspose.PDF pa...

    Este tópico mostra como converter HTML para PDF e MHTML para PDF usando Aspose.PDF para Python....pdf as ap # Carregar o documento HTML html_document...documento PDF pdf_document = ap . Document () # Adicionar uma...

    docs.aspose.com/pdf/pt/python-net/convert-html-...
  8. Python を使用して PDF ファイルからベクターデータを抽出する|Aspose.PDF ...

    Aspose.PDF を使用すると、PDF ファイルからベクターデータを簡単に抽出できます。位置、色、線幅などのベクターデータ (パス、ポリゴン、ポリライン) を取得できます。...pdf as ap def extract_graphics_elements...document = ap . Document ( infile ) try : gr_absorber = ap . vector...

    docs.aspose.com/pdf/ja/python-net/extract-vecto...
  9. 使用 Python 在已有 PDF 文件中替换图像|Aspose.PDF for Python...

    了解如何在 Python 中替换已有 PDF 文件中的嵌入图像。... 使用加载源 PDF ap.Document(infile) . 将替换图像以二进制流的形式打开。...保存更新后的 PDF。 import aspose.pdf as ap from io import FileIO def replace_image...

    docs.aspose.com/pdf/zh/python-net/replace-image...
  10. إزالة الجداول من مستندات PDF الموجودة|Aspose.PD...

    تعرف على كيفية إزالة جدول واحد أو أكثر من مستندات PDF الموجودة في Python....pdf as ap from os import path import sys...existing PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ar/python-net/removing-tables/