Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 4,110 for

ape

(0.06 sec)
  1. Add Image to PDF using Python|Aspose.PDF for Py...

    This section describes how to add image to existing PDF file using Python library.... Load the PDF document with ‘ap.Document’. Select the target...updated PDF. import aspose.pdf as ap from io import FileIO from os...

    docs.aspose.com/pdf/python-net/add-image-to-exi...
  2. 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/
  3. 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-...
  4. Text Formatting inside PDF using Python|Aspose....

    Explore text formatting options within PDF files in Python using Aspose.PDF for customized document styling....pdf as ap from aspose.pdf import Color...16-point line spacing """ document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/text-formatting-...
  5. Replace Text in PDF via Python|Aspose.PDF for P...

    Learn more about various ways of replacing and removing text from Aspose.PDF for Python via .NET library....pdf as ap # Global configuration DATA_DIR...with ap . Document ( infile ) as document : absorber = ap . text...

    docs.aspose.com/pdf/python-net/replace-text-in-...
  6. 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-...
  7. Манипулировать PDF документом в Python через .N...

    Эта статья содержит информацию о том, как проверить PDF документ на соответствие стандарту PDF A с использованием Python, как работать с оглавлением, как установить срок действия PDF и т. д....pdf as ap # Открыть документ document = ap . Document (...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) Следующий...

    docs.aspose.com/pdf/ru/python-net/manipulate-pd...
  8. 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...
  9. Improving of the Text Extraction from Multi‑Col...

    This section contains articles on Text formatting and scaling using Aspose.PDF in Python....pdf as ap def extract_text_reduce_font...doc = ap . Document ( infile ) try : frag_absorber = ap . text...

    docs.aspose.com/pdf/python-net/text-extraction-...
  10. Trabajando con Portafolio en PDF usando Python|...

    Cómo Crear un Portafolio en PDF con Python. Debe usar un archivo de Microsoft Excel, un documento de Word y un archivo de imagen para crear un Portafolio en PDF....pdf as ap # Instanciar objeto Document document = ap . Document...documento document . collection = ap . Collection () # Obtener archivos...

    docs.aspose.com/pdf/es/python-net/portfolio/