Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 4,095 for

ape

(0.33 sec)
  1. Setting Structure Elements Properties|Aspose.PD...

    You may set different structure elements properties in PDF document with Aspose.PDF for Python via .NET....pdf as ap # region Setting Structure Elements...): # Create PDF Document with ap . Document () as document : #...

    docs.aspose.com/pdf/python-net/setting-structur...
  2. Procurar

    Procurar...pdf as ap # Passo 2: Carregar o documento PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Passo 4: Salve...

    blog.aspose.com/pt/pdf/resize-pdf-document-in-p...
  3. 将 PDF 转换为 HTML 在 Python 中|Aspose.PDF for Python...

    本主题向您展示如何使用 Aspose.PDF for Python .NET 库将 PDF 文件转换为 HTML 格式。...pdf as ap input_pdf = DIR_INPUT + "sample...html" # 打开 PDF 文档 document = ap . Document ( input_pdf ) # 以...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  4. 如何使用 Python 合并 PDF|Aspose.PDF for Python via .NET

    本页面说明如何使用 Python 将 PDF 文档合并为一个单一的 PDF 文件。...pdf as ap # 打开第一个文档 document1 = ap . Document ( input_pdf_1...input_pdf_1 ) # 打开第二个文档 document2 = ap . Document ( input_pdf_2 ) #...

    docs.aspose.com/pdf/zh/python-net/merge-pdf-doc...
  5. Convert PDF to HTML in Python|Aspose.PDF for Py...

    이 주제는 Aspose.PDF for Python .NET 라이브러리를 사용하여 PDF 파일을 HTML 형식으로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample...html" # PDF 문서 열기 document = ap . Document ( input_pdf ) # 문서를...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  6. Извлечение AcroForm - Извлечение данных формы и...

    Извлечь форму из вашего PDF документа с помощью библиотеки Aspose.PDF для Python. Получите значение из отдельного поля PDF файла....pdf as ap # Открыть документ pdfDocument = ap . Document...

    docs.aspose.com/pdf/ru/python-net/extract-form/
  7. 記録

    記録...pdf as ap input_pdf = DIR_INPUT + "many_pages...document = ap.Document(input_pdf) # 解決オブジェクトの作成 resolution = ap.devices...

    blog.aspose.com/ja/pdf/convert-pdf-to-image-in-...
  8. Archiver

    les archives...pdf as ap # Étape 2 : Charger le document PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Étape 4 : Enregistrez...

    blog.aspose.com/fr/pdf/resize-pdf-document-in-p...
  9. プログラムでPDFドキュメントを保存する|Aspose.PDF for Python via C++

    Python Aspose.PDF for Python via C++ライブラリでPDFファイルを保存する方法を学びます。PDFドキュメントをファイルシステム、ストリーム、およびWebアプリケーションに保存します。...AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/ja/python-cpp/save-pdf-docu...
  10. Hapus Halaman PDF secara Programatis dengan Pyt...

    Anda dapat menghapus halaman dari file PDF Anda menggunakan pustaka Aspose.PDF untuk Python via .NET....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/id/python-net/delete-pages/