Sort Score
Result 10 results
Languages All
Labels All
Results 1,791 - 1,800 of 5,873 for

ape

(0.18 sec)
  1. 스탬프에서 텍스트 추출|Aspose.PDF for Java

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....XForm ap = annot . getNormalAppearance (); ta . visit ( ap ); System...

    docs.aspose.com/pdf/ko/java/extract-text-from-s...
  2. 使用 Python 向 PDF 添加條碼 | 使用 Python 從 PDF 讀取條碼

    了解如何使用 Aspose.PDF for Python via .NET 為 PDF 文件添加條形碼。本分步指南涵蓋代碼、設置和性能技巧。...pdf as ap # Create a new PDF document and...and add a page document = ap.Document("input.pdf") page = document...

    blog.aspose.com/zh-hant/pdf/add-barcode-to-pdf-...
  3. Ekstrak Gambar dari File PDF menggunakan Python...

    Bagian ini menunjukkan cara mengekstrak gambar dari file PDF menggunakan pustaka Python....pdf as ap # Buka dokumen document = ap . Document ( input_file...

    docs.aspose.com/pdf/id/python-net/extract-image...
  4. Convertir PDF a TXT en Python

    Convertir PDF a TXT en Python con Aspose.PDF for Python via .NET. Siga esta guía para la instalación, un ejemplo de código y consejos para extraer texto....pdf as ap Cargar el documento PDF : Cree...a su archivo de origen. doc = ap . Document( "sample.pdf" ) Extraer...

    blog.aspose.com/es/pdf/convert-pdf-to-txt-in-py...
  5. 記録

    記録...pdf as ap # PDFファイルを読み込む document = ap.Document("input..."owner_password", ap.facades.DocumentPrivilege.forbid_all, ap.CryptoAlgorithm...

    blog.aspose.com/ja/pdf/encrypt-decrypt-pdf-in-p...
  6. Python を使用してアノテーションをインポートおよびエクスポートする|Aspose.PDF...

    .NET 経由で Aspose.PDF for Python を使用して、1 つの PDF から注釈をインポートし、新しい PDF ドキュメントにエクスポートする方法について説明します。... source_document = ap . Document ( infile ) ターゲット PDF...いません。 destination_document = ap . Document () エクスポートした注釈用のページを追加する...

    docs.aspose.com/pdf/ja/python-net/import-export...
  7. Архивы

    Архивы...pdf as ap # Шаг 2: Загрузите PDF-документ document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Шаг 4: Сохраните...

    blog.aspose.com/ru/pdf/resize-pdf-document-in-p...
  8. Arsip

    Arsip...pdf as ap # Langkah 2: Muat dokumen PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Langkah 4: Simpan...

    blog.aspose.com/id/pdf/resize-pdf-document-in-p...
  9. Otimizar, Comprimir ou Reduzir Tamanho de PDF e...

    Otimizar arquivo PDF, reduzir todas as imagens, diminuir tamanho do PDF, Desincorporar fontes, Remover objetos não utilizados com Python....import AsposePDFPythonWrapp as ap # O caminho para o diretório...# Abrir documento document = ap . Document ( dataDir + "OptimizeDocument...

    docs.aspose.com/pdf/pt/python-cpp/optimize-pdf/
  10. 填写 AcroForm - 使用 Python 填写 PDF 表单|Aspose.PDF fo...

    使用 Aspose.PDF for Python via .NET 在 PDF 文档中填写 AcroForm 字段。...pdf as ap def fill_form ( input_file_name..."Country" : "Redland_New" , } form = ap . facades . Form ( input_file_name...

    docs.aspose.com/pdf/zh/python-net/fill-form/