Sort Score
Result 10 results
Languages All
Labels All
Results 221 - 230 of 5,740 for

ape

(0.18 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. Что нового|Aspose.PDF для Python через .NET

    На этой странице представлены самые популярные новые функции в Aspose.PDF for Python via .NET, которые были введены в последних релизах....pdf as ap def optimize_pdf_with_loss_l...n ( infile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ru/python-net/whatsnew/
  3. Ajouter des formes de cercle au PDF en Python|A...

    Apprenez comment dessiner et remplir des formes de cercle dans des fichiers PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/add-circle/
  4. Python の PDF レイアウトにフローティングボックスを使用する|Aspose.PDF ...

    Python で FloatingBox を使ってテキストレイアウト、複数列のコンテンツ、PDF ドキュメントの正確な配置を行う方法を学びましょう。...pdf as ap def create_and_add_floating_box...): # Create PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/ja/python-net/floating-box/
  5. 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...
  6. Python에서 디지털 서명 추가 또는 PDF에 디지털 서명|Aspose.PDF fo...

    Python에서 PDF 문서에 디지털 서명하고, 타임스탬프를 추가하고, 서명의 유효성을 검사하는 방법을 알아봅니다....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/ko/python-net/digitally-sig...
  7. Crear enlaces PDF en Python|Aspose.PDF for Pyth...

    Aprende cómo crear enlaces PDF internos, externos y remotos en Python....pdf as ap from os import path import sys...infile , outfile ): document = ap . Document ( infile ) page =...

    docs.aspose.com/pdf/es/python-net/create-links/
  8. Ajouter des tampons texte dans un PDF via Pytho...

    Ajouter un tampon texte à un document PDF en utilisant la classe TextStamp avec la bibliothèque Aspose.PDF pour Python....pdf as ap # Ouvrir le document document = ap . Document (...tampon de texte text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/fr/python-net/text-stamps-i...
  9. PDF sticky Annotations using Python|Aspose.PDF ...

    هذا الموضوع عن التعليقات اللاصقة، كمثال نعرض تعليق العلامة المائية في النص....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/ar/python-net/sticky-annota...
  10. Adicionar formas de arco ao PDF em Python|Aspos...

    Aprenda como desenhar e preencher formas de arco em arquivos PDF em Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/pt/python-net/add-arc/