Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 5,741 for

ape

(1.72 sec)
  1. 档案

    档案...pdf as ap # 创建 PdfViewer 对象 viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # 包含要打印的 PDF 文件的目录路径 path = "D:\\Files\\"...

    blog.aspose.com/zh/pdf/print-pdf-in-python/
  2. Lưu trữ

    Lưu trữ...pdf as ap # Tạo đối tượng PdfViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Đường dẫn thư mục chứa file...

    blog.aspose.com/vi/pdf/print-pdf-in-python/
  3. Python を使用して PDF レイヤーを操作する|Aspose.PDF for Pytho...

    Python で PDF レイヤーを追加、ロック、抽出、フラット化、結合する方法を学びましょう。...pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/ja/python-net/working-with-...
  4. 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...
  5. 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...
  6. 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/
  7. 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...
  8. 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/
  9. Décorer le champ|Aspose.PDF for Python via .NET

    Cet exemple montre comment personnaliser l'apparence d'un champ de formulaire dans un document PDF à l'aide d'Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/fr/python-net/decorate-field/
  10. Reemplazar imagen en archivo PDF existente usan...

    Aprenda cómo reemplazar imágenes incrustadas en archivos PDF existentes con Python.... Cargar el PDF de origen con ap.Document(infile) . Abra la imagen...actualizado. import aspose.pdf as ap from io import FileIO def replace_image...

    docs.aspose.com/pdf/es/python-net/replace-image...