Sort Score
Result 10 results
Languages All
Labels All
Results 551 - 560 of 5,870 for

ape

(0.53 sec)
  1. 在 Python 中使用矢量图形|Aspose.PDF for Python via .NET

    学习如何使用 Python 中的 GraphicsAbsorber 在 PDF 页面之间提取、移动、删除和复制矢量图形。...pdf as ap import sys from os import path...): with ap . Document ( infile ) as document : with ap . vector...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  2. إضافة خلفيات PDF في بايثون|Aspose.PDF for Pytho...

    تعلم كيفية إضافة صورة خلفية إلى صفحات PDF في بايثون باستخدام فئة BackgroundArtifact في Aspose.PDF لبيثون عبر .NET....pdf as ap import sys def add_background_image_to_pdf...with ap . Document ( infile ) as document : artifact = ap . BackgroundArtifact...

    docs.aspose.com/pdf/ar/python-net/add-backgrounds/
  3. Добавить нумерацию Бейтса в PDF с помощью Pytho...

    Узнайте, как добавлять и удалять нумерацию Бейтса в PDF‑документах, используя Python с Aspose.PDF for Python via .NET....pdf as ap def _create_bates_artifact ():...default settings.""" artifact = ap . BatesNArtifact () artifact...

    docs.aspose.com/pdf/ru/python-net/add-bates-num...
  4. Python에서 PDF 테이블을 데이터 소스와 통합하기|Aspose.PDF for P...

    Python에서 PDF 테이블을 데이터베이스 및 판다 데이터 프레임과 같은 데이터 소스와 통합하는 방법을 알아봅니다.... 를 사용하여 빈 PDF 문서 만들기 ap.Document() . 문서에 페이지를 추가합니다....pandas as pd import aspose.pdf as ap from config import set_license...

    docs.aspose.com/pdf/ko/python-net/integrate-table/
  5. Extraer información de la firma del PDF en Pyth...

    Aprenda cómo extraer imágenes de firmas, certificados y detalles de firmas digitales de archivos PDF en Python....pdf as ap import aspose.pydrawing as drawing...in a signature field.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/es/python-net/extract-image...
  6. Creating PDF/3-A compliant PDF and attaching ZU...

    Learn how to generate a PDF document with ZUGFeRD in Aspose.PDF for Python via .NET...library and give it an alias of ap for convenience. Define the path...import os import aspose.pdf as ap def attach_invoice_zugferd_format...

    docs.aspose.com/pdf/python-net/attach-zugferd/
  7. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....pdf as ap def lock_layer ( path_infile...path_infile , path_outfile ): with ap . Document ( path_infile ) as document...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  8. Archiv

    Archiv...pdf as ap # Inicializujte objekt dokumentu document = ap.Document()...textového fragmentu text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/cs/pdf/create-pdf-files-in-python/
  9. 기존 PDF의 테이블 조작|Aspose.PDF for Python via .NET

    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 # 기존 PDF 파일 로드 pdf_document = ap . Document (...TableAbsorber 객체 생성 absorber = ap . text . TableAbsorber () # 첫...

    docs.aspose.com/pdf/ko/python-net/manipulate-ta...
  10. 使用 Python 处理 PDF 中的作品集|Aspose.PDF for Python vi...

    如何使用 Python 创建 PDF 作品集。您应该使用 Microsoft Excel 文件、Word 文档和图像文件来创建 PDF 作品集。...pdf as ap # 实例化 Document 对象 document = ap . Document ()...collection = ap . Collection () # 获取要添加到投资组合的文件 excel = ap . FileSpecification...

    docs.aspose.com/pdf/zh/python-net/portfolio/