Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 4,096 for

ape

(0.14 sec)
  1. 档案

    档案...pdf as ap # 加载 PDF doc = ap.Document("input.pdf")...- newHeight) page.media_box = ap.Rectangle(newLLX, newLLY, newLLX...

    blog.aspose.com/zh/pdf/rotate-pdf-in-python/
  2. أرشيف

    أرشيف...pdf as ap # الخطوة 2: قم بتحميل مستند PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # الخطوة 4: احفظ...

    blog.aspose.com/ar/pdf/resize-pdf-document-in-p...
  3. Lưu trữ

    Lưu trữ...pdf as ap # Khởi tạo đối tượng TeXLoadOptions options = ap.TeXLoadOptions()...Tải tài liệu TEX pdfDocument = ap.Document("sample.tex", options)...

    blog.aspose.com/vi/pdf/convert-latex-to-word-py...
  4. 从 PDF 文档中提取表格|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 可以对您的 PDF 文档中包含的表格进行各种操作。...pdf as ap # 加载源 PDF 文档 pdf_document = ap . Document ( input_file...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/zh/python-net/extract-table...
  5. 파이썬에서 프로그래밍 방식으로 PDF 분할|Aspose.PDF for Python v...

    이 주제는 파이썬 애플리케이션에서 PDF 페이지를 개별 PDF 파일로 분할하는 방법을 보여줍니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/ko/python-net/split-pdf-doc...
  6. Mengubah PDF ke HTML dalam Python|Aspose.PDF un...

    Topik ini menunjukkan cara mengubah file PDF ke format HTML dengan pustaka Aspose.PDF untuk Python .NET....pdf as ap input_pdf = DIR_INPUT + "sample...# Buka dokumen PDF document = ap . Document ( input_pdf ) # simpan...

    docs.aspose.com/pdf/id/python-net/convert-pdf-t...
  7. 기존 PDF 문서에서 테이블 추출|Aspose.PDF for Python via .NET

    .NET을 통한 Aspose.PDF for Python은 PDF 문서에 포함된 테이블을 다양한 방식으로 조작할 수 있게 합니다....pdf as ap # 원본 PDF 문서 로드 pdf_document = ap . Document (...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/ko/python-net/extract-table...
  8. 如何使用 Python 创建 PDF|Aspose.PDF for Python via .NET

    使用 Aspose.PDF for Python via .NET 创建和格式化 PDF 文档。...pdf as ap # 初始化文档对象 document = ap . Document () # 添加页面...向新页面添加文本 page . paragraphs . add ( ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/zh/python-net/create-pdf-do...
  9. Criar documento PDF programaticamente|Aspose.PD...

    Esta página descreve como criar um documento PDF do zero com Aspose.PDF para Python via .NET library....pdf as ap # Inicializar objeto de documento document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/pt/python-net/create-document/
  10. Crear documento PDF programáticamente|Aspose.PD...

    Esta página describe cómo crear un documento PDF desde cero con Aspose.PDF para Python a través de la biblioteca .NET....pdf as ap # Inicializar objeto de documento document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hola...

    docs.aspose.com/pdf/es/python-net/create-document/