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

ape

(0.09 sec)
  1. Definir Limite de Campo|Aspose.PDF for Python v...

    Este exemplo mostra como definir um limite máximo de caracteres para um campo de formulário em um documento PDF usando Aspose.PDF for Python....pdf as ap import aspose.pydrawing as ap_pydrawing import...outfile ): # Open document doc = ap . Document ( infile ) # Create...

    docs.aspose.com/pdf/pt/python-net/set-field-limit/
  2. Replace Text With State|Aspose.PDF for Python v...

    In this example, all occurrences of "software" are replaced with "SOFTWARE" and formatted in blue with a font size of 14....pdf as ap import aspose.pdf.facades as...bind_pdf ( infile ) text_state = ap . text . TextState () text_state...

    docs.aspose.com/pdf/python-net/replace-text-wit...
  3. Pythonを使用してPDFページを回転|Aspose.PDF for Python via ...

    このトピックでは、Pythonを使用して既存のPDFファイル内のページの向きをプログラムで回転させる方法について説明します。...pdf as ap doc = ap . Document ( input_pdf )...newHeight ) page . media_box = ap . Rectangle ( newLLX , newLLY...

    docs.aspose.com/pdf/ja/python-net/rotate-pages/
  4. Python에서 PDF에 페이지 스탬프 추가|Aspose.PDF for Python ...

    Python에서 PDF 페이지 스탬프를 오버레이 또는 배경으로 추가하는 방법을 알아봅니다.... 를 사용하여 PDF 문서 열기 ap.Document() (참조 Document ). 만들기...import sys import aspose.pdf as ap from os import path def add_page_stamp...

    docs.aspose.com/pdf/ko/python-net/page-stamps-i...
  5. 파이썬에서 PDF에서 양식 삭제하기|Aspose.PDF for Python via .NET

    .NET을 통해 Python용 Aspose.PDF 를 사용하여 전체 정리 및 대상 삭제를 포함하여 PDF 페이지에서 양식 객체를 제거합니다....pdf as ap def remove_all_forms ( input_file_name...output_file_name ): document = ap . Document ( input_file_name...

    docs.aspose.com/pdf/ko/python-net/remove-form/
  6. PythonでPDFをMicrosoft Word文書に変換|Aspose.PDF for P...

    Aspose.PDF for Python via .NETを使用して、PDFをMicrosoft Word形式に変換するPythonコードの書き方を学びます。また、PDFからDOC(DOCX)への変換を調整します。...pdf as ap input_pdf = DIR_INPUT + "sample...doc" # PDFドキュメントを開く document = ap . Document ( input_pdf ) # ファイルをMS...

    docs.aspose.com/pdf/ja/python-net/convert-pdf-t...
  7. 기존 PDF 문서에서 테이블 추출|Aspose.PDF for Python via .NET

    .NET을 통한 Aspose.PDF for Python은 PDF 문서에 포함된 테이블을 다양한 방식으로 조작할 수 있게 합니다....pdf as ap # 원본 PDF 문서 로드 pdf_document = ap . Document (...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/ko/python-net/extract-table...
  8. Crear documento PDF programáticamente|Aspose.PD...

    Esta página describe cómo crear un documento PDF desde cero con la biblioteca Aspose.PDF for Python via .NET....pdf as ap # Initialize document object document = ap . Document...textfragment object text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/es/python-net/create-document/
  9. Membuat Dokumen PDF secara Programatis|Aspose.P...

    Halaman ini menjelaskan cara membuat dokumen PDF dari awal dengan Aspose.PDF untuk Python via .NET library....pdf as ap # Inisialisasi objek dokumen document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/id/python-net/create-document/
  10. Criar documento PDF programaticamente|Aspose.PD...

    Esta página descreve como criar um documento PDF do zero com Aspose.PDF para Python via .NET library....pdf as ap # Inicializar objeto de documento document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/pt/python-net/create-document/