Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 5,749 for

ape

(0.18 sec)
  1. Повернуть страницы PDF в Python|Aspose.PDF for ...

    Узнайте, как вращать страницы PDF и менять ориентацию страниц в Python....pdf as ap from os import path def rotate_page...infile , outfile ): document = ap . Document ( infile ) for page...

    docs.aspose.com/pdf/ru/python-net/rotate-pages/
  2. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...PDF Dokument öffnen document = ap.Document(input_pdf) # PDF als...

    blog.aspose.com/de/pdf/convert-pdf-to-doc-in-py...
  3. arkiv

    arkiv...pdf as ap input_pdf = DIR_INPUT + "sample...Öppna PDF-dokument document = ap.Document(input_pdf) # Spara PDF...

    blog.aspose.com/sv/pdf/convert-pdf-to-doc-in-py...
  4. Arşiv

    Arşiv...pdf as ap input_pdf = DIR_INPUT + "sample...# PDF belgesini aç document = ap.Document(input_pdf) # PDF'yi...

    blog.aspose.com/tr/pdf/convert-pdf-to-doc-in-py...
  5. Обрезать страницы PDF в Python|Aspose.PDF for P...

    Узнайте, как обрезать страницы PDF-файлов и настраивать параметры обрезки, кадрирования, полей обрезки и медиа-блоков в Python....PDF как Document (использовать ap.Document() ). Определите прямоугольник...import sys import aspose.pdf as ap from os import path def crop_page...

    docs.aspose.com/pdf/ru/python-net/crop-pages/
  6. Table Placeholder Replacement Works But Text Ge...

    I am working on a PDF template that contains both paragraphs and tables with multiple placeholders. I am using Aspose.PDF for Python to replace placeholders dynamically. I have been able to successfully replace placehold…...pdf as ap import fitz # PyMuPDF import...f_path, replacements): doc = ap.Document(input_pdf_path) for...

    forum.aspose.com/t/table-placeholder-replacemen...
  7. 设置字段外观|Aspose.PDF for Python via .NET

    本示例演示如何使用 Aspose.PDF for Python 更改 PDF 表单字段的视觉外观。...pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/zh/python-net/set-field-app...
  8. Remover Anexos de PDF em Python|Aspose.PDF for ...

    Aspose.PDF pode remover anexos dos seus documentos PDF. Use a API PDF para Python para remover anexos em arquivos PDF usando a biblioteca Aspose.PDF for Python via .NET....pdf as ap def remove_attachment ( infile...outfile ): # Open PDF document with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/pt/python-net/removing-atta...
  9. 링크 추출|Aspose.PDF for Python via .NET

    이 예제에서는 입력 PDF를 바인딩하고, 모든 링크를 추출하고, 해당 좌표와 URI를 인쇄합니다 (사용 가능한 경우)....pdf as ap import sys from os import path..." ) if is_assignable ( link , ap . annotations . LinkAnnotation...

    docs.aspose.com/pdf/ko/python-net/extract-links/
  10. Importar y exportar anotaciones usando Python|A...

    Aprenda cómo importar anotaciones de un PDF y exportarlas a un nuevo documento PDF usando Aspose.PDF for Python via .NET.... source_document = ap . Document ( infile ) Crear el...página. destination_document = ap . Document () Agregar una página...

    docs.aspose.com/pdf/es/python-net/import-export...