Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 5,749 for

ape

(0.95 sec)
  1. PDF スティッキー注釈を Python で使用する|Aspose.PDF for Pytho...

    このトピックはスティッキー注釈についてであり、例としてテキストにウォーターマーク注釈を示します。...pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/ja/python-net/sticky-annota...
  2. Python에서 Tagged PDF의 테이블 작업|Aspose.PDF for Pyth...

    Aspose.PDF for Python via .NET를 사용하여 Python에서 태그가 지정된 PDF의 접근 가능한 테이블을 작업하는 방법을 배우세요. 여기에는 구조, 스팬, 정렬 및 PDF/UA 친화적인 테이블 마크업이 포함됩니다....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/ko/python-net/working-with-...
  3. 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...
  4. استيراد وتصدير بيانات النموذج|Aspose.PDF for Py...

    قم باستيراد وتصدير بيانات حقل AcroForm بتنسيقات XML و FDF و XFDF و JSON باستخدام Aspose.PDF لبيثون عبر .NET....pdf as ap def import_data_from_xml ( input_file_name..., output_file_name ): form = ap . facades . Form () form . bind_pdf...

    docs.aspose.com/pdf/ar/python-net/import-export...
  5. Format PDF Documents in Python|Aspose.PDF for P...

    Learn how to format PDF documents, embed fonts, control viewer settings, and adjust display options in Python....pdf as ap def get_document_window ( input_pdf...for inspection.""" document = ap . Document ( input_pdf ) print...

    docs.aspose.com/pdf/python-net/formatting-pdf-d...
  6. 在 Python 中使用 PDF 操作符|Aspose.PDF for Python via ...

    了解如何在 Python 中使用低层 PDF 操作符,以实现精确的内容流处理和图形控制。...pdf as ap from os import path def add_... imagefile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/zh/python-net/working-with-...
  7. Extract Vector Data from a PDF file using Pytho...

    Aspose.PDF makes it easy to extract vector data from a PDF file. You can get the vector data (path, polygon, polyline), such as position, color, linewidth, etc....pdf as ap def extract_graphics_elements...document = ap . Document ( infile ) try : gr_absorber = ap . vector...

    docs.aspose.com/pdf/python-net/extract-vector-d...
  8. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    Topik ini menunjukkan cara mengonversi file PDF ke format file lain seperti EPUB, LaTeX, Teks, XPS, dll menggunakan Python....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # Instansiasi...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  9. العمل مع طبقات PDF باستخدام Python|Aspose.PDF f...

    تعرف على كيفية إضافة طبقات PDF وقفلها واستخراجها وتسويتها ودمجها في Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/ar/python-net/working-with-...
  10. Bekerja dengan Lapisan PDF menggunakan Python|A...

    Pelajari cara menambahkan, mengunci, mengekstrak, meratakan, dan menggabungkan lapisan PDF dalam Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/id/python-net/working-with-...