Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 4,096 for

ape

(0.14 sec)
  1. PDF Tooltip using Python|Aspose.PDF for Python ...

    Python과 Aspose.PDF를 사용하여 PDF의 텍스트 조각에 툴팁을 추가하는 방법을 배우세요....pdf as ap document = ap . Document () document... add () . paragraphs . add ( ap . text . TextFragment ( "마우스...

    docs.aspose.com/pdf/ko/python-net/pdf-tooltip/
  2. Working with Actions in PDF document|Aspose.PDF...

    Explore how to extract and manage PDF metadata, such as author and title, in Python using Aspose.PDF....pdf as ap from aspose.pdf import Rectangle...from os import path document = ap . Document ( path_infile ) document...

    docs.aspose.com/pdf/python-net/actions/
  3. Creating tooltips in Text|Aspose.PDF for Python...

    Learn how to add tooltip to the text fragment in PDF using Python and Aspose.PDF...pdf as ap import aspose.pydrawing as drawing...""" # Create PDF document with ap . Document () as document : document...

    docs.aspose.com/pdf/python-net/pdf-tooltip/
  4. Archiver

    les archives...pdf as ap Maintenant, explorons comment...aspose.pdf as ap # Créer un nouveau document document = ap.Document()...

    blog.aspose.com/fr/pdf/best-python-pdf-library/
  5. Create AcroForm - Criar PDF Preenchível em Pyth...

    Com Aspose.PDF para Python você pode criar um formulário do zero em seu arquivo PDF...pdf as ap # Abrir documento pdfDocument = ap . Document (...Criar um campo textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/pt/python-net/create-form/
  6. 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...
  7. 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/
  8. 搜索

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

    blog.aspose.com/zh-hant/pdf/create-pdf-files-in...
  9. Converter PDF para Documentos do Microsoft Word...

    Aprenda como escrever código Python para conversão de formatos de PDF para Microsoft Word com Aspose.PDF para Python via .NET e ajuste a conversão de PDF para DOC(DOCX)....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Salvar...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  10. 档案

    档案...pdf as ap input_pdf = DIR_INPUT + "sample...document = ap.Document(input_pdf) # 创建和设置保存选项 save_option = ap.ExcelSaveOptions()...

    blog.aspose.com/zh/pdf/convert-pdf-to-excel-in-...