Sort Score
Result 10 results
Languages All
Labels All
Results 731 - 740 of 3,647 for

ape

(0.05 sec)
  1. 使用 Python 搜索 PDF | Aspose.PDF

    无需在 .NET Framework、.NET Core 上打开即可搜索 PDF 文档的 Python....pdf as ap # Search Text from All the Pages...of PDF Document pdfDocument = ap . Document ( "c: \\ samples \\...

    products.aspose.com/pdf/zh-hans/python-net/search/
  2. Menentukan Pemutusan Baris|Aspose.PDF untuk Pyt...

    Pelajari lebih lanjut tentang cara menentukan pemutusan baris dari TextFragment multi-baris menggunakan Python...pdf as ap def track_line_breaking (): """Lacak...objek dokumen baru document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/determine-lin...
  3. PDF 페이지 자르기 프로그래밍 방식으로 Python|Aspose.PDF for Py...

    Aspose.PDF for Python via .NET을 사용하여 너비, 높이, 블리드박스, 크롭박스 및 트림박스와 같은 페이지 속성을 가져올 수 있습니다....pdf as ap document = ap . Document ( input_pdf...input_pdf ) # 새 Box 사각형 생성 new_box = ap . Rectangle ( 200 , 220 , 2170...

    docs.aspose.com/pdf/ko/python-net/crop-pages/
  4. Ruota il PDF usando Python | Aspose.PDF

    Questa pagina descrive le caratteristiche di come ruotare il file PDF utilizzando Aspose.PDF per la libreria Python....format: PDF Output file: doc = ap . Document ( input_pdf ) for...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    products.aspose.com/pdf/it/python-net/rotate/
  5. Aspose.PSD for Python via .NET 25.3 - Release N...

    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....regression after implementing APS rendering. Bug Public API Changes...regression after implementing APS rendering. inputFile = self ...

    docs.aspose.com/psd/python-net/aspose-psd-for-p...
  6. Modifier la taille de la page PDF avec Python|A...

    Modifiez la taille des pages de votre document PDF à l'aide de la bibliothèque Aspose.PDF pour Python via .NET....pdf as ap document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/fr/python-net/change-page-s...
  7. 从 PDF 中提取图像 Python | Aspose.PDF

    本页介绍使用 Aspose.PDF for Python 库从 PDF 文件中提取图像的功能。...pdf as ap input_file = DIR_INPUT + "sample_with_image...jpg" # Open document document = ap . Document ( input_file ) # Extract...

    products.aspose.com/pdf/zh-hans/python-net/imag...
  8. Wyodrębnij tekst lub obrazy z pliku PDF za pomo...

    Kod źródłowy Pythona do wyodrębniania tekstu i obrazów z plików PDF....pdf as ap # Open document dataDir = "..." document = ap . Document...to extract text textAbsorber = ap . text . TextAbsorber () # Accept...

    products.aspose.com/pdf/pl/python-net/parser/
  9. Documentation

    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....pdf as ap # ドキュメントオブジェクトを初期化 document = ap . Document ()...テキストフラグメントオブジェクトを初期化 text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ja/python-net/get-started/h...
  10. Extract Images from PDF Python | Aspose.PDF

    Extract images from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as ap input_file = DIR_INPUT + "sample_with_image...jpg" # Open document document = ap . Document ( input_file ) # Extract...

    products.aspose.com/pdf/python-net/images/extract/