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

ape

(0.07 sec)
  1. Tooltip en PDF usando Python|Aspose.PDF para Py...

    Aprende cómo agregar un tooltip al fragmento de texto en PDF usando Python y Aspose.PDF...pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "Mueve...

    docs.aspose.com/pdf/es/python-net/pdf-tooltip/
  2. Pythonを介してPDFドキュメントを操作する|Aspose.PDF for Python ...

    この記事には、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/ja/python-net/manipulate-pd...
  3. Pythonを使用してPDFにテキストを追加する|Aspose.PDF for Python ...

    この記事では、Aspose.PDFでのテキスト操作のさまざまな側面について説明します。PDFにテキストを追加する方法、HTMLフラグメントを追加する方法、またはカスタムOTFフォントを使用する方法を学びます。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...テキストフラグメントを作成 text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/ja/python-net/add-text-to-p...
  4. Working with Table in Tagged PDFs using Python|...

    This article explains how to works with table in Tagged PDF document with Aspose.PDF for Python via .NET....pdf as ap # Create PDF document with ap . Document ()...border = ap . BorderInfo ( ap . BorderSide . ALL , 1.2 , ap . Color...

    docs.aspose.com/pdf/python-net/working-with-tab...
  5. Annotation de surlignage PDF en utilisant Pytho...

    Les annotations de balisage sont présentées dans le texte sous forme de surlignages, de soulignements, de barrés ou de soulignements en zigzag dans le texte d'un document....pdf as ap # Ouvrir le document document = ap . Document (...Cercle highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/fr/python-net/highlights-an...
  6. Arşiv

    Arşiv...pdf as ap Şimdi, PDF’lerle etkili bir şekilde...aspose.pdf as ap # Yeni bir belge oluşturun document = ap.Document()...

    blog.aspose.com/tr/pdf/best-python-pdf-library/
  7. 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...
  8. Usando Anotação de Texto para PDF via Python|As...

    Aspose.PDF para Python permite que você Adicione, Obtenha e Exclua Anotações de Texto do seu documento PDF....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/pt/python-net/text-annotation/
  9. استخدام التعليقات النصية لملفات PDF عبر بايثون|...

    Aspose.PDF لبايثون يتيح لك إضافة، الحصول على، وحذف التعليقات النصية من وثيقة PDF الخاصة بك....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/ar/python-net/text-annotation/
  10. Add Arc Object to PDF file|Aspose.PDF for Pytho...

    This article explains how to create a arc 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-arc/