Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 4,110 for

ape

(0.11 sec)
  1. Añadiendo un archivo adjunto a un documento PDF...

    Esta página describe cómo agregar un archivo adjunto a un archivo PDF con Aspose.PDF para Python a través de la biblioteca .NET....pdf as ap # Abrir documento document = ap . Document (...como adjunto fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/es/python-net/add-attachmen...
  2. Preencher AcroForm - Preencher Formulário PDF u...

    Você pode preencher formulários no seu documento PDF com a biblioteca Aspose.PDF para Python....pdf as ap # Abrir documento pdfDocument = ap . Document (...

    docs.aspose.com/pdf/pt/python-net/fill-form/
  3. Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....pdf as ap # Inisialisasi objek dokumen document = ap . Document...textfragment text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/id/python-net/get-started/h...
  4. Dividir PDF programáticamente en Python|Aspose....

    Este tema muestra cómo dividir páginas de PDF en archivos PDF individuales en tus aplicaciones de Python....pdf as ap # Abrir documento document = ap . Document (...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/es/python-net/split-pdf-doc...
  5. 既存のPDFドキュメントからテーブルを抽出する|Aspose.PDF for Python v...

    Aspose.PDF for Python via .NETを使用すると、PDFドキュメント内に含まれるテーブルに対して様々な操作を行うことが可能です。...pdf as ap # ソースPDFドキュメントを読み込む pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/ja/python-net/extract-table...
  6. Pythonを使用してページプロパティを取得および設定する|Aspose.PDF for Py...

    このセクションでは、PDFファイル内のページ数を取得し、色などのPDFページプロパティに関する情報を取得し、ページプロパティを設定する方法を示します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_pdf...aspose.pdf as ap # Documentインスタンスをインスタンス化する document = ap . Document...

    docs.aspose.com/pdf/ja/python-net/get-and-set-p...
  7. 아카이브

    아카이브...pdf as ap # PDF 파일 로드 document = ap.Document("input...pages: # 새 PDF 만들기 splitPDF = ap.Document() # PDF에 페이지 추가 splitPDF...

    blog.aspose.com/ko/pdf/split-pdf-in-python/
  8. Procurar

    Procurar...pdf as ap # Passo 2: Carregar o documento PDF document = ap.Document("input...in document.pages: page.resize(ap.PageSize.A3) # Passo 4: Salve...

    blog.aspose.com/pt/pdf/resize-pdf-document-in-p...
  9. Convert PDF to HTML in Python|Aspose.PDF for Py...

    이 주제는 Aspose.PDF for Python .NET 라이브러리를 사용하여 PDF 파일을 HTML 형식으로 변환하는 방법을 보여줍니다....pdf as ap input_pdf = DIR_INPUT + "sample...html" # PDF 문서 열기 document = ap . Document ( input_pdf ) # 문서를...

    docs.aspose.com/pdf/ko/python-net/convert-pdf-t...
  10. 如何使用 Python 合并 PDF|Aspose.PDF for Python via .NET

    本页面说明如何使用 Python 将 PDF 文档合并为一个单一的 PDF 文件。...pdf as ap # 打开第一个文档 document1 = ap . Document ( input_pdf_1...input_pdf_1 ) # 打开第二个文档 document2 = ap . Document ( input_pdf_2 ) #...

    docs.aspose.com/pdf/zh/python-net/merge-pdf-doc...