Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 4,431 for

ape

(0.1 sec)
  1. Annotations and Special Text using Python|Aspos...

    Learn how to extract text from stamp annotations, highlighted text, and superscript/subscript content in PDF documents using Aspose.PDF for Python....pdf as ap def extract_text_from_stamp (...will be saved. """ document = ap . Document ( infile ) try : page...

    docs.aspose.com/pdf/python-net/annotation-and-s...
  2. Convertir PDF en EPUB, LaTeX, Texte, XPS en Pyt...

    Ce sujet vous montre comment convertir un fichier PDF en d'autres formats de fichier comme EPUB, LaTeX, Texte, XPS, etc. en utilisant Python....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Instancier...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  3. Media Annotations in PDF|Aspose.PDF for Python ...

    Learn how to add sound, 3D, screen, and rich media annotations to PDF documents, and how to inspect or delete multimedia annotations using 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/python-net/media-annotations/
  4. Manipular tablas en documentos PDF existentes|A...

    Aprenda cómo inspeccionar y modificar tablas en documentos PDF existentes usando Python....pdf as ap def replace_cell_text ( infile...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/es/python-net/manipulating-...
  5. PDF에서 제목 작업하기|Aspose.PDF for Python via .NET

    Python을 사용하여 PDF 문서의 제목에 번호 매기기를 생성합니다. Aspose.PDF for Python via .NET은 다양한 종류의 번호 매기기 스타일을 제공합니다....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

    docs.aspose.com/pdf/ko/python-net/working-with-...
  6. Trabajando con formularios XFA|Aspose.PDF for P...

    Aspose.PDF for Python via .NET API le permite trabajar con campos XFA y XFA Acroform en un documento PDF....pdf as ap import sys from os import path...to standard AcroForm.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/es/python-net/xfa-forms/
  7. Создание PDF файлов в Python|Aspose.PDF для Pyt...

    Узнайте, как создавать PDF файлы и создавать поисковые PDF в Python, используя 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/ru/python-net/create-pdf-do...
  8. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # Mở tệp PDF document = ap.Document(input_pdf) # Tạo và...

    blog.aspose.com/vi/pdf/convert-pdf-to-excel-in-...
  9. Ouvrir un document PDF par programmation|Aspose...

    Apprenez à ouvrir un fichier PDF dans Python Aspose.PDF pour la bibliothèque Python via .NET. Vous pouvez ouvrir un PDF existant, un document à partir d'un flux et un document PDF chiffré....pdf as ap # Ouvrir le document document = ap . Document (...d’un flux import aspose.pdf as ap input_pdf = DIR_INPUT + "sample...

    docs.aspose.com/pdf/fr/python-net/open-pdf-docu...
  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-...