Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 5,741 for

ape

(1.41 sec)
  1. 在 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...
  2. Манипуляция таблицами в существующем PDF|Aspose...

    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....as ap # Загрузить существующий PDF файл pdf_document = ap . Document...для поиска таблиц absorber = ap . text . TableAbsorber () # Посетить...

    docs.aspose.com/pdf/ru/python-net/manipulate-ta...
  3. 기존 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...
  4. Create PDF Files in Python|Aspose.PDF for Pytho...

    Learn how to create PDF files and build searchable PDFs in Python using Aspose.PDF for Python via .NET....pdf as ap def create_new_document ( output_pdf...“Hello World!” page.""" document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/create-pdf-docum...
  5. Python에서 Tagged PDF 생성|Aspose.PDF for Python vi...

    Aspose.PDF for Python via .NET를 사용하여 Python에서 태그가 지정된 PDF 문서를 만드는 방법을 배우세요. 여기에는 PDF/UA 구조 요소, 접근 가능한 양식, TOC 페이지 및 자동 태깅이 포함됩니다....pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/ko/python-net/create-tagged...
  6. إنشاء ملف PDF ذي علامات في بايثون|Aspose.PDF fo...

    تعرف على كيفية إنشاء مستندات PDF ذات علامات في Python باستخدام Aspose.PDF لـ Python عبر .NET، بما في ذلك عناصر بنية PDF/UA والنماذج التي يمكن الوصول إليها وصفحات TOC ووضع العلامات التلقائية....pdf as ap import sys from os import path...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/ar/python-net/create-tagged...
  7. Assinar documentos PDF de um Cartão Inteligente...

    Aprenda como assinar documentos PDF com Cartões Inteligentes e certificados externos em Python...pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/pt/python-net/sign-pdf-docu...
  8. 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-...
  9. 파이썬을 사용하여 북마크 추가 및 삭제|Aspose.PDF for Python via...

    파이썬을 사용하여 PDF 문서에 북마크를 추가할 수 있습니다. PDF 문서에서 모든 또는 특정 북마크를 삭제할 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...input_pdf ) # 책갈피 객체 생성 outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/ko/python-net/add-and-delet...
  10. ค้นหา

    ค้นหา...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # เปิดไฟล์ PDF document = ap.Document(input_pdf) # สร้างแ...

    blog.aspose.com/th/pdf/convert-pdf-to-excel-in-...