Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 4,095 for

ape

(0.36 sec)
  1. Python을 통한 PDF 문서 조작|Aspose.PDF for Python via ...

    이 기사는 Python을 사용하여 PDF A 표준에 대해 PDF 문서를 검증하는 방법, 목차 작업 방법, PDF 만료 날짜 설정 방법 등에 대한 정보를 포함하고 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) 다음 코드...

    docs.aspose.com/pdf/ko/python-net/manipulate-pd...
  2. Manipuler un document PDF en Python via .NET|As...

    Cet article contient des informations sur la façon de valider un document PDF pour la norme PDF A en utilisant Python, comment travailler avec le TOC, comment définir une date d'expiration pour le PDF, etc....pdf as ap # Ouvrir le document document = ap . Document (...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) L’exemple...

    docs.aspose.com/pdf/fr/python-net/manipulate-pd...
  3. Add Circle Object to PDF file|Aspose.PDF for Py...

    This article explains how to create a circle object to your PDF using Aspose.PDF for Python via .NET....pdf as ap import aspose.pdf.drawing as...Create PDF document document = ap . Document () # Add page page...

    docs.aspose.com/pdf/python-net/add-circle/
  4. Using Link Annotations in PDF|Aspose.PDF for Py...

    Aspose.PDF for Python via .NET allows you to Add, Get, and Delete Link Annotation from your PDF document....pdf as ap document = ap . Document ( input_file...number textFragmentAbsorber = ap . text . TextFragmentAbsorber...

    docs.aspose.com/pdf/python-net/link-annotations/
  5. 在 PDF 中添加文字印章通过 Python|Aspose.PDF for Python vi...

    使用 Aspose.PDF for Python 库的 TextStamp 类向 PDF 文档添加文字印章。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...input_pdf ) # 创建文字印章 text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/zh/python-net/text-stamps-i...
  6. Adicionar Cabeçalho e Rodapé ao PDF usando Pyth...

    Aspose.PDF para Python via .NET permite que você adicione cabeçalhos e rodapés ao seu arquivo PDF usando a classe TextStamp....pdf as ap # Abrir documento document = ap . Document (...# Criar cabeçalho textStamp = ap . TextStamp ( "Texto do Cabeçalho"...

    docs.aspose.com/pdf/pt/python-net/add-headers-a...
  7. Pythonを使用した追加注釈|Aspose.PDF for Python via .NET

    このセクションでは、PDFドキュメントに追加の種類の注釈を追加、取得、削除する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ja/python-net/extra-annotat...
  8. Создание сложного PDF|Aspose.PDF для Python чер...

    Aspose.PDF для Python через .NET позволяет создавать более сложные документы, содержащие изображения, текстовые фрагменты и таблицы в одном документе....pdf as ap # Инициализация объекта документа document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ru/python-net/complex-pdf-e...
  9. Création d'un PDF complexe|Aspose.PDF pour Pyth...

    Aspose.PDF pour Python via .NET vous permet de créer des documents plus complexes contenant des images, des fragments de texte et des tableaux dans un seul document....pdf as ap # Initialiser l'objet document document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/fr/python-net/complex-pdf-e...
  10. Add Figures Annotations using Python|Aspose.PDF...

    This article describes how to add, get, and delete figures annotations from your PDF document with Aspose.PDF for Python via .NET...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/python-net/figures-annotation/