Sort Score
Result 10 results
Languages All
Labels All
Results 91 - 100 of 4,093 for

ape

(0.27 sec)
  1. Check shape bounds in Shapes collection using P...

    Learn how to check the bounds of an shApe when inserted into the ShApes collection to ensure it fits within its parent container....pdf as ap import aspose.pdf.drawing as...Document instance document = ap . Document () # Add page to pages...

    docs.aspose.com/pdf/python-net/aspose-pdf-drawi...
  2. Add Rectangle Object to PDF file|Aspose.PDF for...

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

    docs.aspose.com/pdf/python-net/add-rectangle/
  3. Ajouter un en-tête et un pied de page au PDF en...

    Aspose.PDF pour Python via .NET vous permet d'ajouter des en-têtes et des pieds de page à votre fichier PDF en utilisant la classe TextStamp....pdf as ap # Ouvrir le document document = ap . Document (...Créer un en-tête textStamp = ap . TextStamp ( "Texte de l'en-tête"...

    docs.aspose.com/pdf/fr/python-net/add-headers-a...
  4. تنسيق مستند PDF باستخدام بايثون|Aspose.PDF لـ P...

    قم بإنشاء وتنسيق مستند PDF باستخدام Aspose.PDF لبايثون عبر .NET. استخدم الجزء التالي من الكود لحل مهامك....pdf as ap # فتح المستند document = ap . Document ( input_pdf...aspose.pdf as ap # افتح المستند document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ar/python-net/formatting-pd...
  5. 複雑な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...
  6. Anotação de Destaques em PDF usando Python|Aspo...

    As anotações de marcação são apresentadas no texto como destaques, sublinhados, tachados ou sublinhados irregulares no texto de um documento....pdf as ap # Abrir documento document = ap . Document (...Círculo highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/pt/python-net/highlights-an...
  7. Adding Bates Numbering Artifact in Python via ....

    Aspose.PDF for Python via .NET allows you to add Bates Numbering to PDF....pdf as ap def add_bates_numbering ( path_outfile...new or empty PDF document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/add-bates-number...
  8. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modifying form in your PDF file with Aspose.PDF for Python via .NET library. You can add or remove fields in existing form, get and set field limit and etc....pdf as ap from aspose.pycore import cast...dataDir + outfile document = ap . Document ( path_infile ) #...

    docs.aspose.com/pdf/python-net/modifying-form/
  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. 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/