Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 4,431 for

ape

(0.1 sec)
  1. Procurar

    Procurar...pdf as ap # Criar objeto PDFViewer viewer = ap.facades.PdfViewer();...import os import aspose.pdf as ap # Caminho do diretório contendo...

    blog.aspose.com/pt/pdf/print-pdf-in-python/
  2. 아카이브

    아카이브...pdf as ap # 문서 개체 초기화 document = ap.Document() # 페이지...textfragment 객체 초기화 text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/ko/pdf/create-pdf-files-in-python/
  3. Bekerja dengan Judul di PDF|Aspose.PDF untuk Py...

    Buat penomoran dalam judul dokumen PDF Anda dengan Python. Aspose.PDF untuk Python via .NET menawarkan berbagai jenis gaya penomoran....pdf as ap document = ap . Document () document...document . page_info . margin = ap . MarginInfo () document . page_info...

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

    arkiv...pdf as ap # Instansiera LoadOption-objektet...option = ap.EpubLoadOptions() # Ladda en EPUB-fil document = ap.Document("sample...

    blog.aspose.com/sv/pdf/convert-epub-to-pdf-in-p...
  5. Архів

    Архів...pdf as ap input_pdf = DIR_INPUT + "sample...Відкрийте файл PDF document = ap.Document(input_pdf) # Створення...

    blog.aspose.com/uk/pdf/convert-pdf-to-excel-in-...
  6. Подсчёт артефактов PDF на Python|Aspose.PDF for...

    Узнайте, как просматривать и подсчитывать артефакты разметки страниц в PDF‑документах с помощью Python и Aspose.PDF for Python via .NET....pdf as ap def count_pdf_artifacts ( infile...types on the first page.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/ru/python-net/counting-arti...
  7. تحويل PDF إلى Excel في بايثون|Aspose.PDF لـ Pyt...

    تتيح لك مكتبة Aspose.PDF for Python تحويل PDF إلى تنسيق Excel باستخدام بايثون. تشمل هذه التنسيقات XLS، XLSX، XML 2003 Spreadsheet، CSV، ODS....pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/ar/python-net/convert-pdf-t...
  8. Converter PDF para Excel em Python|Aspose.PDF p...

    A biblioteca Aspose.PDF para Python permite converter PDF para formato Excel usando Python. Esses formatos incluem XLS, XLSX, XML 2003 Spreadsheet, CSV, ODS....pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) save_option = ap . ExcelSaveOptions...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  9. Открыть PDF‑документ программно|Aspose.PDF для ...

    Узнайте, как открыть PDF‑файл в Python с помощью библиотеки Aspose.PDF for Python via .NET. Вы можете открыть существующий PDF, документ из потока и зашифрованный PDF‑документ....pdf as ap def open_document_from_file (...): # Open document document = ap . Document ( infile ) print (...

    docs.aspose.com/pdf/ru/python-net/open-pdf-docu...
  10. PythonでPDFサイズを最適化、圧縮または縮小|Aspose.PDF for Python...

    PDFファイルを最適化し、すべての画像を縮小し、PDFサイズを減らし、埋め込みフォントを削除し、Pythonで未使用のオブジェクトを除去します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...import aspose.pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/ja/python-net/optimize-pdf/