Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 4,431 for

ape

(0.17 sec)
  1. 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/
  2. Открыть PDF документ программно|Aspose.PDF для ...

    Узнайте, как открыть PDF файл в Python с помощью библиотеки Aspose.PDF для Python через C++. Вы можете открыть существующий PDF, документ из потока и зашифрованный PDF документ....AsposePDFPythonWrapp as ap # Открыть документ document = ap . Document (...AsposePDFPythonWrapp as ap # Открыть документ document = ap . Document (...

    docs.aspose.com/pdf/ru/python-cpp/open-pdf-docu...
  3. Добавить и удалить закладки PDF в Python|Aspose...

    Узнайте, как добавлять и удалять закладки в PDF‑документах с помощью Python....pdf as ap import sys from os import path...Open PDF document document = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ru/python-net/add-and-delet...
  4. Improving Text Extraction from Multi‑Column PDF...

    Learn techniques for improving text extraction from multi-column PDF layouts with Aspose.PDF for Python....pdf as ap def extract_text_reduce_font...""" doc = ap . Document ( infile ) frag_absorber = ap . text ....

    docs.aspose.com/pdf/python-net/text-extraction-...
  5. أرشيف

    أرشيف...pdf as ap # إنشاء كائن PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # مسار الدليل الذي يحتوي على...

    blog.aspose.com/ar/pdf/print-pdf-in-python/
  6. Ajouter un Numéro de Page au PDF avec Python|As...

    Aspose.PDF pour Python via .NET vous permet d'ajouter un tampon de numéro de page à votre fichier PDF en utilisant la classe PageNumberStamp....pdf as ap # Ouvrir le document document = ap . Document (...numéro de page page_number_stamp = ap . PageNumberStamp () # Si le...

    docs.aspose.com/pdf/fr/python-net/add-page-number/
  7. Adicionar marca d'água ao PDF usando Python|Asp...

    Este artigo explica os recursos de trabalhar com artefatos e obter marcas d'água em PDFs programaticamente usando Python....pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/pt/python-net/add-watermarks/
  8. Sauvegarder le document PDF par programmation|A...

    Apprenez à sauvegarder un fichier PDF dans la bibliothèque Aspose.PDF pour Python via .NET. Sauvegardez le document PDF dans le système de fichiers, dans un flux, et dans les applications Web....pdf as ap document = ap . Document ( input_pdf... import aspose.pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/fr/python-net/save-pdf-docu...
  9. Extract PDF Pages in Python|Aspose.PDF for Pyth...

    Learn how to extract single or multiple PDF pages into new files in Python....PDF using the Document API ( ap.Document() ). Create a new Document...output file. import aspose.pdf as ap def extract_page ( input_file_name...

    docs.aspose.com/pdf/python-net/extract-pages/
  10. 아카이브

    아카이브...pdf as ap # PdfViewer 개체 만들기 viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # 인쇄할 PDF 파일이 포함된 디렉토리 경로 path...

    blog.aspose.com/ko/pdf/print-pdf-in-python/