Sort Score
Result 10 results
Languages All
Labels All
Results 511 - 520 of 3,647 for

ape

(0.23 sec)
  1. Añadir fondo a PDF con Python|Aspose.PDF para P...

    Añadir imagen de fondo a su archivo PDF con Python. Use la clase BackgroundArtifact....pdf as ap # Crear un nuevo objeto Documento document = ap . Document...Artefacto de Fondo background = ap . BackgroundArtifact () # Especificar...

    docs.aspose.com/pdf/es/python-net/add-backgrounds/
  2. Diviser un PDF par programmation en Python|Aspo...

    Ce sujet montre comment diviser les pages PDF en fichiers PDF individuels dans vos applications Python....pdf as ap # Ouvrir le document document = ap . Document (...document . pages : new_document = ap . Document () new_document ....

    docs.aspose.com/pdf/fr/python-net/split-pdf-doc...
  3. 프로그래밍으로 PDF 문서 생성|Aspose.PDF for Python via .NET

    이 페이지는 Aspose.PDF for Python via .NET 라이브러리를 사용하여 처음부터 PDF 문서를 생성하는 방법을 설명합니다....pdf as ap # 문서 객체 초기화 document = ap . Document () #...textfragment 객체 초기화 text_fragment = ap . text . TextFragment ( "Hello...

    docs.aspose.com/pdf/ko/python-net/create-document/
  4. Guardar documento PDF programáticamente|Aspose....

    Aprende cómo guardar un archivo PDF en Python Aspose.PDF para Python a través de la biblioteca C++. Guarda el documento PDF en el sistema de archivos, en un flujo, y en aplicaciones web....AsposePDFPythonWrapp as ap document = ap . Document ( "sample.pdf"...

    docs.aspose.com/pdf/es/python-cpp/save-pdf-docu...
  5. 从 PDF 文档中提取表格|Aspose.PDF for Python via .NET

    Aspose.PDF for Python via .NET 可以对您的 PDF 文档中包含的表格进行各种操作。...pdf as ap # 加载源 PDF 文档 pdf_document = ap . Document ( input_file...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/zh/python-net/extract-table...
  6. 从 PDF 文件中删除图像使用 Python|Aspose.PDF for Python vi...

    本节解释如何使用 Aspose.PDF for Python via .NET 从 PDF 文件中删除图像。...pdf as ap # 打开文档 document = ap . Document ( input_file...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_file...

    docs.aspose.com/pdf/zh/python-net/delete-images...
  7. Adicionando Anexo a um Documento PDF usando Pyt...

    Esta página descreve como adicionar um anexo a um arquivo PDF com Aspose.PDF para Python via biblioteca .NET....pdf as ap # Abrir documento document = ap . Document (...como anexo fileSpecification = ap . FileSpecification ( attachment_file...

    docs.aspose.com/pdf/pt/python-net/add-attachmen...
  8. Extraire un tableau d'un document PDF|Aspose.PD...

    Aspose.PDF pour Python via .NET permet d'effectuer diverses manipulations avec les tableaux contenus dans votre document PDF....as ap # Charger le document PDF source pdf_document = ap . Document...pdf_document . pages : absorber = ap . text . TableAbsorber () absorber...

    docs.aspose.com/pdf/fr/python-net/extract-table...
  9. Move Pages to PDF using Python for .NET | Aspos...

    Move PDF pages of your document programmatically programmatically with Python sample code using Aspose.PDF for Python for .NET...pdf as ap srcDocument = ap . Document ( src_file_name...src_file_name ) dstDocument = ap . Document ( dst_File_name ) page =...

    products.aspose.com/pdf/python-net/pages/move/
  10. รับลายน้ำจาก PDF โดยใช้ Python | Aspose.PDF

    รหัสที่มาของงูหลามที่จะได้รับลายน้ำจากไฟล์ PDF ในกรอบ .NET, .NET หลักและ PHP, VBScript, Delphi, C++ ผ่าน COM Interop...pdf as ap doc = ap . Document ( "sample.pdf"...artifacts [ 1 ] . subtype == ap . Artifact . ArtifactSubtype...

    products.aspose.com/pdf/th/python-net/watermark...