Sort Score
Result 10 results
Languages All
Labels All
Results 151 - 160 of 4,111 for

ape

(0.27 sec)
  1. ארכיון

    ארכיון...pdf as ap עכשיו, בואו נחקור איך להשתמש...aspose.pdf as ap # צור מסמך חדש document = ap.Document() # הוסף...

    blog.aspose.com/he/pdf/best-python-pdf-library/
  2. 使用Python通过.NET操作PDF文档|Aspose.PDF for Python via...

    本文包含有关如何使用Python验证PDF A标准的PDF文档,如何处理目录,如何设置PDF到期日期等信息。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) 以下代码片段向您展示如何验证...

    docs.aspose.com/pdf/zh/python-net/manipulate-pd...
  3. Modifying AcroForm|Aspose.PDF for Python via .NET

    Modifying form in your PDF file with Aspose.PDF for Python via .NET library. You can add or remove fields in existing form, get and set field limit and etc....pdf as ap from aspose.pycore import cast...dataDir + outfile document = ap . Document ( path_infile ) #...

    docs.aspose.com/pdf/python-net/modifying-form/
  4. PDF에 텍스트 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 TextStamp 클래스를 사용하여 PDF 문서에 텍스트 스탬프를 추가합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...input_pdf ) # 텍스트 스탬프 생성 text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/ko/python-net/text-stamps-i...
  5. 使用 Python 向 PDF 添加文本|Aspose.PDF for Python via ...

    本文描述了在 Aspose.PDF 中处理文本的各个方面。了解如何向 PDF 添加文本、添加 HTML 片段或使用自定义 OTF 字体。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...1 ] # 创建文本片段 text_fragment = ap . text . TextFragment ( "main...

    docs.aspose.com/pdf/zh/python-net/add-text-to-p...
  6. PDF에 이미지 스탬프 추가하기 (Python 사용)|Aspose.PDF for Py...

    Aspose.PDF for Python 라이브러리의 ImageStamp 클래스를 사용하여 PDF 문서에 이미지 스탬프를 추가합니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...) # 이미지 스탬프 생성 image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/ko/python-net/image-stamps-...
  7. Python을 사용하여 PDF에 테이블 생성 또는 추가|Aspose.PDF for P...

    Aspose.PDF for Python via .NET은 PDF 테이블을 생성, 읽기 및 편집하는 데 사용되는 라이브러리입니다. 이 주제의 다른 고급 기능을 확인하세요.... table = ap . Table () 기존 PDF 문서에 테이블 추가하기...import aspose.pdf as ap # 소스 PDF 문서 불러오기 doc = ap . Document ( input_file...

    docs.aspose.com/pdf/ko/python-net/add-table-in-...
  8. 将PDF转换为不同图像格式的Python方法|Aspose.PDF for Python vi...

    本主题向您展示如何使用Aspose.PDF for Python将PDF转换为多种图像格式,例如TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap . Document ( input_pdf ) # 创建分辨率对象 resolution = ap . devices...

    docs.aspose.com/pdf/zh/python-net/convert-pdf-t...
  9. Adding Header and Footer to PDF using Python|As...

    Aspose.PDF for Python via .NET allows you to add headers and footers to your PDF file using TextStamp class....pdf as ap # Global configuration DATA_DIR...Create header text header_text = ap . text . TextFragment ( "Demo...

    docs.aspose.com/pdf/python-net/add-headers-and-...
  10. Convert PDF to EPUB, LaTeX, Text, XPS in Python...

    This topic shows you how to convert PDF file to other file formats like EPUB, LaTeX, Text, XPS etc using Python....pdf as ap path_infile = path . join ( self...document = ap . Document ( path_infile ) save_options = ap . EpubSaveOptions...

    docs.aspose.com/pdf/python-net/convert-pdf-to-o...