Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 4,093 for

ape

(0.05 sec)
  1. Pythonを使用した追加注釈|Aspose.PDF for Python via .NET

    このセクションでは、PDFドキュメントに追加の種類の注釈を追加、取得、削除する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ja/python-net/extra-annotat...
  2. Añadir sellos de imagen en PDF usando Python|As...

    Añadir el sello de imagen en tu documento PDF usando la clase ImageStamp con la biblioteca Aspose.PDF para Python....pdf as ap # Abrir documento document = ap . Document (...sello de imagen image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/es/python-net/image-stamps-...
  3. Adding Image stamps in PDF using Python|Aspose....

    Add the Image Stamp in your PDF document using ImageStamp class with the Aspose.PDF for Python library.... Load the PDF using ‘ap.Document()’. Create an image...import os import aspose.pdf as ap # Global configuration DATA_DIR...

    docs.aspose.com/pdf/python-net/image-stamps-in-...
  4. Pythonを使用して図の注釈を追加する|Aspose.PDF for Python via ...

    この記事では、Aspose.PDF for Python via .NETを使用して、PDFドキュメントに対して図の注釈を追加、取得、削除する方法について説明します...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/ja/python-net/figures-annot...
  5. إضافة نص إلى PDF باستخدام Python|Aspose.PDF لـ ...

    يصف هذا المقال مختلف الجوانب المتعلقة بالعمل مع النصوص في Aspose.PDF. تعلم كيفية إضافة نص إلى PDF، إضافة أجزاء HTML، أو استخدام خطوط OTF مخصصة....pdf as ap # فتح المستند document = ap . Document ( input_pdf...إنشاء جزء النص text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/ar/python-net/add-text-to-p...
  6. تحسين، ضغط أو تقليل حجم ملف PDF في بايثون|Aspos...

    تحسين ملف PDF، تقليص جميع الصور، تقليل حجم PDF، إلغاء تضمين الخطوط، إزالة الكائنات غير المستخدمة باستخدام بايثون....pdf as ap # فتح المستند document = ap . Document ( input_pdf...import aspose.pdf as ap # فتح الوثيقة document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ar/python-net/optimize-pdf/
  7. Formatting PDF Document menggunakan Python|Aspo...

    Buat dan format Dokumen PDF dengan Aspose.PDF untuk Python via .NET. Gunakan cuplikan kode berikut untuk menyelesaikan tugas Anda....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...aspose.pdf as ap # Buka dokumen document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/id/python-net/formatting-pd...
  8. Anotaciones adhesivas en PDF usando Python|Aspo...

    Este tema trata sobre las anotaciones adhesivas, como ejemplo mostramos la Anotación de Marca de Agua en el texto....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/es/python-net/sticky-annota...
  9. Tambahkan Anotasi Gambar menggunakan Python|Asp...

    Artikel ini menjelaskan bagaimana cara menambahkan, mendapatkan, dan menghapus anotasi gambar dari dokumen PDF Anda dengan Aspose.PDF untuk Python melalui .NET...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/id/python-net/figures-annot...
  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/