Sort Score
Result 10 results
Languages All
Labels All
Results 1,391 - 1,400 of 5,749 for

ape

(0.57 sec)
  1. Lưu trữ

    Lưu trữ...pdf as ap input_pdf = DIR_INPUT + "sample...# Mở tài liệu PDF document = ap.Document(input_pdf) # Tạo phiên...

    blog.aspose.com/vi/pdf/convert-pdf-to-ppt-in-py...
  2. 档案

    档案...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # 打开 PDF 文档 document = ap.Document(input_pdf) # 创建 PptxSaveOptions...

    blog.aspose.com/zh/pdf/convert-pdf-to-ppt-in-py...
  3. Rotate PDF Pages in Python|Aspose.PDF for Pytho...

    Learn how to rotate PDF pages and change page orientation in Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/python-net/rotate-pages/
  4. تحويل HTML إلى PDF في بايثون|Aspose.PDF لـ Pyth...

    يوضح هذا الموضوع كيفية تحويل HTML إلى PDF وMHTML إلى PDF باستخدام Aspose.PDF لبايثون....pdf as ap input_pdf = DIR_INPUT + "little_html...pdf" options = ap . HtmlLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ar/python-net/convert-html-...
  5. Convertir des formats PDF en PDF/A en Python|As...

    Ce sujet vous montre comment Aspose.PDF pour Python via Python permet de convertir un fichier PDF en un fichier PDF conforme au format PDF/A....pdf as ap input_pdf = DIR_INPUT + "sample...Ouvrir le document PDF document = ap . Document ( input_pdf ) # Convertir...

    docs.aspose.com/pdf/fr/python-net/convert-pdf-t...
  6. 파이썬에서 PDF에서 첨부 파일 제거|Aspose.PDF for Python via ...

    Aspose.PDF 는 PDF 문서에서 첨부 파일을 제거할 수 있습니다.파이썬용 Aspose.PDF 파일을.NET 라이브러리를 통해 파이썬 PDF API를 사용하여 PDF 파일에서 첨부 파일을 제거하세요....pdf as ap def remove_attachment ( infile...outfile ): # Open PDF document with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ko/python-net/removing-atta...
  7. Excluir páginas PDF em Python|Aspose.PDF for Py...

    Aprenda como excluir páginas de arquivos PDF em Python....pdf as ap def delete_page ( input_file_name...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/pt/python-net/delete-pages/
  8. Guardar documento PDF programáticamente|Aspose....

    Aprende cómo guardar un archivo PDF en Python Aspose.PDF para Python a través de la biblioteca C++. Guarda el documento PDF en el sistema de archivos, en un flujo, y en aplicaciones web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/es/python-cpp/save-pdf-docu...
  9. PDF から添付ファイルを抽出|Aspose.PDF for Python via .NET

    Python と Aspose.PDF を使用して PDF 添付ファイルを操作する方法を学びましょう。...pdf as ap def extract_single_attachment...attachment_name , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ja/python-net/extract-attac...
  10. Get Field Appearance|Aspose.PDF for Python via ...

    This article explains how to open a PDF, access a form field, retrieve its appearance settings, and display them. The example demonstrates retrieving the appearance of a field named "Last Name"....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/python-net/get-field-appear...