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

ape

(1.4 sec)
  1. 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-...
  2. استيراد وتصدير بيانات النموذج|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...
  3. 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...
  4. 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...
  5. العمل مع طبقات 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-...
  6. 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-...
  7. Trabalhar com Camadas PDF usando Python|Aspose....

    Aprenda a adicionar, bloquear, extrair, achatar e mesclar camadas de PDF em Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/pt/python-net/working-with-...
  8. 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...
  9. 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...
  10. 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...