Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 5,741 for

ape

(0.15 sec)
  1. Python을 사용하여 PDF에 이미지 추가|Aspose.PDF for Python ...

    이 섹션에서는 Python 라이브러리를 사용하여 기존 PDF 파일에 이미지를 추가하는 방법을 설명합니다....pdf as ap # 문서 열기 document = ap . Document ( input_file...] . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/ko/python-net/add-image-to-...
  2. Python을 사용한 지역 기반 추출|Aspose.PDF for Python via ...

    Python용 Aspose.PDF 를 사용하여 PDF 문서의 특정 페이지 영역 또는 단락 구조에서 텍스트를 추출하는 방법을 알아봅니다....pdf as ap def extract_text_from_region...document = ap . Document ( infile ) try : absorber = ap . text ...

    docs.aspose.com/pdf/ko/python-net/region-based-...
  3. Extraction basée sur la région avec Python|Aspo...

    Apprenez comment extraire du texte d'une région spécifique d'une page ou d'une structure de paragraphe dans des documents PDF avec Aspose.PDF for Python....pdf as ap def extract_text_from_region...document = ap . Document ( infile ) try : absorber = ap . text ...

    docs.aspose.com/pdf/fr/python-net/region-based-...
  4. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...Otevřete dokument PDF document = ap.Document(input_pdf) # Uložit...

    blog.aspose.com/cs/pdf/convert-pdf-to-doc-in-py...
  5. Установить внешний вид поля|Aspose.PDF for Pyth...

    В этом примере показано, как изменить визуальный внешний вид поля формы PDF с помощью Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/ru/python-net/set-field-app...
  6. Python を使った注釈と特殊テキスト|Aspose.PDF for Python via ...

    Aspose.PDF for Python を使用して、PDF ドキュメント内のスタンプ注釈、強調表示されたテキスト、上付き文字/下付き文字コンテンツからテキストを抽出する方法を学びます。...pdf as ap def extract_text_from_stamp (...will be saved. """ document = ap . Document ( infile ) try : page...

    docs.aspose.com/pdf/ja/python-net/annotation-an...
  7. Move PDF Pages in Python|Aspose.PDF for Python ...

    Learn how to move PDF pages within a document or between documents in Python....pdf as ap def move_page_from_one_document_to_another...: str ) -> None : document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/python-net/move-pages/
  8. ค้นหา

    ค้นหา...pdf as ap # โหลดเอกสาร PDF อินพุต document = ap.Document("input...ตั้งค่าข้อความลายน้ำ stamp = ap.TextStamp("CONFIDENTIAL") # ...

    blog.aspose.com/th/pdf/add-watermark-in-pdf-in-...
  9. Travailler avec les métadonnées de fichiers PDF...

    Apprenez à extraire, mettre à jour et gérer les métadonnées de fichiers PDF et les propriétés XMP en Python à l'aide d'Aspose.PDF....pdf as ap import datetime import sys from...Open PDF document document = ap . Document ( infile ) # Get document...

    docs.aspose.com/pdf/fr/python-net/pdf-file-meta...
  10. ค้นหา

    ค้นหา...pdf as ap # สร้างอ็อบเจ็กต์ LoadOption...option = ap.EpubLoadOptions() # โหลดไฟล์ EPUB document = ap.Document("sample...

    blog.aspose.com/th/pdf/convert-epub-to-pdf-in-p...