Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 5,741 for

ape

(0.07 sec)
  1. 複雑なPDFの作成|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NETを使用すると、画像、テキスト断片、およびテーブルを1つのドキュメントに含むより複雑なドキュメントを作成できます。...pdf as ap # ドキュメントオブジェクトを初期化 document = ap . Document ()...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ja/python-net/complex-pdf-e...
  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. 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...
  4. 修改 AcroForm|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 修改 PDF 文档中的 AcroForm 字段,包括清除文本、设置限制、设置字段样式以及删除字段。...pdf as ap def clear_text_in_form ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/zh/python-net/modifying-form/
  5. Perbarui Tautan PDF di Python|Aspose.PDF for Py...

    Pelajari cara memperbarui tampilan dan tujuan tautan PDF di Python....pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...

    docs.aspose.com/pdf/id/python-net/update-links/
  6. تحديث روابط PDF في بايثون|Aspose.PDF for Python...

    تعرف على كيفية تحديث مظهر رابط PDF والوجهات في Python....pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...

    docs.aspose.com/pdf/ar/python-net/update-links/
  7. 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...
  8. 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/
  9. PDF에 이미지 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 ImageStamp 클래스를 사용하여 PDF 문서에 이미지 스탬프를 추가합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...) # 이미지 스탬프 생성 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ko/python-net/image-stamps-...
  10. Adicionar formas de curva ao PDF em Python|Aspo...

    Aprenda como desenhar e preencher formas de curva 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-curve/