Sort Score
Result 10 results
Languages All
Labels All
Results 771 - 780 of 5,749 for

ape

(0.17 sec)
  1. Get and Set PDF Page Properties in Python|Aspos...

    Learn how to inspect and update PDF page properties such as size, count, and color information in Python....pdf as ap from os import path def get_page_count...): # Open document document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/get-and-set-page...
  2. Python을 사용한 주석 및 특수 텍스트|Aspose.PDF for Python v...

    Python용 Aspose.PDF 를 사용하여 PDF 문서의 스탬프 주석, 강조 표시된 텍스트 및 위 첨자/아래 첨자 내용에서 텍스트를 추출하는 방법을 알아봅니다....pdf as ap def extract_text_from_stamp (...will be saved. """ document = ap . Document ( infile ) try : page...

    docs.aspose.com/pdf/ko/python-net/annotation-an...
  3. Arşiv

    Arşiv...pdf as ap # Belge nesnesini başlat document = ap.Document()...nesnesini başlat text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/tr/pdf/create-pdf-files-in-python/
  4. أرشيف

    أرشيف...pdf as ap # تهيئة كائن المستند document = ap.Document() #...كائن تجزئة النص text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ar/pdf/create-pdf-files-in-python/
  5. 档案

    档案...pdf as ap 现在,让我们探索如何有效地使用 Aspose.PDF 来处理...import aspose.pdf as ap # 创建一个新文档 document = ap.Document() # 添加页面...

    blog.aspose.com/zh/pdf/best-python-pdf-library/
  6. 将 PDF 转换为 EPUB、LaTeX、文本、XPS 在 Python 中|Aspose.P...

    本主题向您展示如何使用 Python 将 PDF 文件转换为其他文件格式,如 EPUB、LaTeX、文本、XPS 等。...pdf as ap input_pdf = DIR_INPUT + "sample..."convert_pdf_to_epub.epub" # 打开PDF文档 document = ap . Document ( input_pdf ) # 实例化Epub保存选项...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  7. 使用 Python 从 PDF 文件提取矢量数据|Aspose.PDF for Python ...

    Aspose.PDF 使从 PDF 文件中提取矢量数据变得轻而易举。您可以获取矢量数据(路径、多个多边形、折线),例如位置、颜色、线宽等。...pdf as ap def extract_graphics_elements...document = ap . Document ( infile ) try : gr_absorber = ap . vector...

    docs.aspose.com/pdf/zh/python-net/extract-vecto...
  8. 아카이브

    아카이브...pdf as ap # 문서 개체 초기화 document = ap.Document() # 페이지...textfragment 객체 초기화 text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ko/pdf/create-pdf-files-in-python/
  9. 使用 Python 向 PDF 添加水印|Aspose.PDF for Python via ...

    本文解释了如何使用 Python 程序处理 PDF 中的工件和获取水印的功能。...pdf as ap document = ap . Document ( input_pdf...) artifact = ap . WatermarkArtifact () ts = ap . text . TextState...

    docs.aspose.com/pdf/zh/python-net/add-watermarks/
  10. Enregistrer un document PDF par programmation|A...

    Apprenez comment enregistrer un fichier PDF avec la bibliothèque Python Aspose.PDF for Python via .NET. Enregistrez le document PDF sur le système de fichiers, dans un flux, et dans les applications Web....pdf as ap def save_document_to_file ( infile...infile , outfile ): document = ap . Document ( infile ) # make...

    docs.aspose.com/pdf/fr/python-net/save-pdf-docu...