Sort Score
Result 10 results
Languages All
Labels All
Results 951 - 960 of 4,431 for

ape

(0.15 sec)
  1. Adicionando Anexo a um Documento PDF usando Pyt...

    Esta página descreve como adicionar um anexo a um arquivo PDF com Aspose.PDF para Python via biblioteca .NET....pdf as ap # Abrir documento document = ap . Document (...como anexo fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/pt/python-net/add-attachmen...
  2. Create PDF document programmatically|Aspose.PDF...

    This page describes how to create PDF document from scratch with Aspose.PDF for Python via .NET library....pdf as ap # Initialize document object document = ap . Document...page page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/python-net/create-document/
  3. 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) # Lưu PDF...

    blog.aspose.com/vi/pdf/convert-pdf-to-doc-in-py...
  4. Archivio

    Archivio...pdf as ap # Passaggio 2: Carica il documento...documento PDF document = ap.Document("input.pdf") # Step 3: Ridimensiona...

    blog.aspose.com/it/pdf/resize-pdf-document-in-p...
  5. Rotacionar Páginas de PDF Usando Python|Aspose....

    Este tópico descreve como rotacionar a orientação da página em um arquivo PDF existente programaticamente com Python....pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/pt/python-net/rotate-pages/
  6. 아카이브

    아카이브...pdf as ap # TeXLoadOptions 개체 인스턴스화 options = ap.TeXLoadOptions()...TeXLoadOptions() # TEX 문서 불러오기 pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/ko/pdf/convert-latex-to-word-py...
  7. Chercher

    chercher...pdf as ap # Instancier l'objet TeXLoadOptions options = ap.TeXLoadOptions()...le document TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/fr/pdf/convert-latex-to-word-py...
  8. 搜索

    搜索...pdf as ap # 實例化 TeXLoadOptions 對象 options = ap.TeXLoadOptions()...TeXLoadOptions() # 載入 TEX 文件 pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/zh-hant/pdf/convert-latex-to-wo...
  9. 既存のPDFドキュメントからテーブルを抽出する|Aspose.PDF for Python v...

    Aspose.PDF for Python via .NETを使用すると、PDFドキュメント内に含まれるテーブルに対して様々な操作を行うことが可能です。...pdf as ap # ソースPDFドキュメントを読み込む pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/ja/python-net/extract-table...
  10. Split PDF Files in Python|Aspose.PDF for Python...

    Learn how to split PDF pages into separate PDF files in Python....pdf as ap # Open document document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/python-net/split-pdf/