Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 5,740 for

ape

(1.78 sec)
  1. Python を使用したインタラクティブ アノテーション|Aspose.PDF for Pyt...

    Aspose.PDF for Python via .NET を使用して、PDF ドキュメントでリンク注釈の追加、読み取り、削除の方法、およびナビゲーションボタンと印刷ボタンの作成方法を学びます。...document = ap . Document ( infile ) text_fragment_absorber = ap . text...アクションを割り当てます。 link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ja/python-net/interactive-a...
  2. Tambahkan Bentuk Lingkaran ke PDF dengan Python...

    Pelajari cara menggambar dan mengisi bentuk lingkaran dalam file PDF menggunakan Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/add-circle/
  3. 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...
  4. 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...
  5. Python을 사용한 대화형 주석|Aspose.PDF for Python via .NET

    링크 주석을 추가, 읽기 및 삭제하는 방법과 .NET을 통해 Python용 Aspose.PDF 를 사용하여 PDF 문서에서 탐색 및 인쇄 버튼을 만드는 방법을 알아봅니다....document = ap . Document ( infile ) text_fragment_absorber = ap . text...작업을 할당합니다. link_annotation = ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ko/python-net/interactive-a...
  6. 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/
  7. Что нового|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/
  8. 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...
  9. PDF에 텍스트 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    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/ko/python-net/text-stamps-i...
  10. Tambahkan Bentuk Persegi Panjang ke PDF dalam P...

    Pelajari cara menggambar dan mengisi bentuk persegi panjang dalam file PDF menggunakan Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/add-rectangle/