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

ape

(0.17 sec)
  1. 아카이브

    아카이브...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # PDF 문서 열기 document = ap.Document(input_pdf) # PptxSaveOptions...

    blog.aspose.com/ko/pdf/convert-pdf-to-ppt-in-py...
  2. 档案

    档案...pdf as ap # 加载PDF文件 document = ap.Document("input.pdf")...pages: # 创建一个新的 PDF splitPDF = ap.Document() # 将页面添加到 PDF splitPDF...

    blog.aspose.com/zh/pdf/split-pdf-in-python/
  3. 搜索

    搜索...pdf as ap input_pdf = DIR_INPUT + "sample...pptx" # 打開 PDF 文檔 document = ap.Document(input_pdf) # 創建 PptxSaveOptions...

    blog.aspose.com/zh-hant/pdf/convert-pdf-to-ppt-...
  4. 기존 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...
  5. 如何使用 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...
  6. Crear documento PDF programáticamente|Aspose.PD...

    Esta página describe cómo crear un documento PDF desde cero con la biblioteca Aspose.PDF for Python via .NET....pdf as ap # Initialize document object document = ap . Document...textfragment object text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/es/python-net/create-document/
  7. 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/
  8. Membuat Dokumen PDF secara Programatis|Aspose.P...

    Halaman ini menjelaskan cara membuat dokumen PDF dari awal dengan Aspose.PDF untuk Python via .NET library....pdf as ap # Inisialisasi objek dokumen document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/id/python-net/create-document/
  9. PDF 문서를 프로그래밍 방식으로 저장|Aspose.PDF for Python via...

    Python Aspose.PDF for Python via C++ 라이브러리를 사용하여 PDF 파일을 저장하는 방법을 배웁니다. 파일 시스템, 스트림 및 웹 애플리케이션에 PDF 문서를 저장합니다....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/ko/python-cpp/save-pdf-docu...
  10. 아카이브

    아카이브...pdf as ap outputFile = "page_{pageNo}.txt"...document = ap.Document("input.pdf") # 텍스트 장치 만들기 textDevice = ap.devices...

    blog.aspose.com/ko/pdf/extract-text-from-pdf-in...