Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 4,096 for

ape

(0.19 sec)
  1. Archivio

    Archivio...pdf as ap # Carica il PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/it/pdf/rotate-pdf-in-python/
  2. Archiv

    Archiv...pdf as ap # Laden Sie die PDF-Datei doc = ap.Document("input...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/de/pdf/rotate-pdf-in-python/
  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. 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...
  7. Cara Menggabungkan PDF menggunakan Python|Aspos...

    Halaman ini menjelaskan cara menggabungkan dokumen PDF menjadi satu file PDF dengan Python....pdf as ap # Buka dokumen pertama document1 = ap . Document...Buka dokumen kedua document2 = ap . Document ( input_pdf_2 ) #...

    docs.aspose.com/pdf/id/python-net/merge-pdf-doc...
  8. 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...
  9. Извлечение AcroForm - Извлечение данных формы и...

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

    docs.aspose.com/pdf/ru/python-net/extract-form/
  10. 使用Python编程删除PDF页面|Aspose.PDF for Python via .NET

    您可以使用Aspose.PDF for Python通过.NET库从PDF文件中删除页面。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...

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