Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 4,093 for

ape

(0.12 sec)
  1. 파이썬에서 PDF를 다양한 이미지 형식으로 변환|Aspose.PDF for Pytho...

    이 주제는 Aspose.PDF for Python을 사용하여 PDF를 TIFF, BMP, EMF, JPEG, PNG, GIF, SVG와 같은 다양한 이미지 형식으로 몇 줄의 코드로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample...tiff" # PDF 문서 열기 document = ap . Document ( input_pdf ) # 해상도...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  2. Python으로 PDF 포트폴리오 작업하기|Aspose.PDF for Python v...

    Python으로 PDF 포트폴리오를 만드는 방법. Microsoft Excel 파일, Word 문서 및 이미지 파일을 사용하여 PDF 포트폴리오를 만들어야 합니다....pdf as ap # 문서 객체 인스턴스화 document = ap . Document () #...collection = ap . Collection () # 포트폴리오에 추가할 파일 가져오기 excel = ap . FileSpecification...

    docs.aspose.com/pdf/ko/python-net/portfolio/
  3. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...Otevřete soubor PDF document = ap.Document(input_pdf) # Vytvořte...

    blog.aspose.com/cs/pdf/convert-pdf-to-excel-in-...
  4. Adding Page Stamps to PDF with Python|Aspose.PD...

    Aspose.PDF for Python via .NET allows you to add Page Stamp to your PDF file.... Open the PDF document using ap.Document() (see Document ). Create...import os import aspose.pdf as ap # Global configuration DATA_DIR...

    docs.aspose.com/pdf/python-net/page-stamps-in-t...
  5. Extract details from Signature|Aspose.PDF for P...

    How to extract image from digital signature in PDF documents using Aspose.PDF for Python....pdf as ap import aspose.pydrawing as drawing...outfile # Open PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/extract-image-an...
  6. How to add Smart Card signature to PDF|Aspose.P...

    Aspose.PDF for Python via .NET allows you to sign PDF documents from a smart card using signature field....pdf as ap import aspose.pydrawing as drawing...with ap . Document ( path_infile ) as document : with ap . facades...

    docs.aspose.com/pdf/python-net/sign-pdf-documen...
  7. 使用 Python 添加和删除书签|Aspose.PDF for Python via .NET

    你可以使用 Python 向 PDF 文档添加书签。可以从 PDF 文档中删除所有或特定书签。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...input_pdf ) # 创建书签对象 outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/zh/python-net/add-and-delet...
  8. Work with PDF layers using Python|Aspose.PDF fo...

    The next task explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside PDF into one....pdf as ap from os import path def add_colored_layers...and add a blank page document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/working-with-pdf...
  9. Lưu trữ

    Lưu trữ...pdf as ap # Khởi tạo đối tượng tài liệu document = ap.Document()...đoạn văn bản text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/vi/pdf/create-pdf-files-in-python/
  10. 搜索

    搜索...pdf as ap # 初始化文檔對象 document = ap.Document() # 添加頁面...add() # 初始化文本片段對象 text_fragment = ap.text.TextFragment("Hello,world...

    blog.aspose.com/zh-hant/pdf/create-pdf-files-in...