Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 4,093 for

ape

(0.29 sec)
  1. Манипуляция таблицами в существующем PDF|Aspose...

    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....as ap # Загрузить существующий PDF файл pdf_document = ap . Document...для поиска таблиц absorber = ap . text . TableAbsorber () # Посетить...

    docs.aspose.com/pdf/ru/python-net/manipulate-ta...
  2. Création d'un PDF complexe|Aspose.PDF pour Pyth...

    Aspose.PDF pour Python via .NET vous permet de créer des documents plus complexes contenant des images, des fragments de texte et des tableaux dans un seul document....pdf as ap # Initialiser l'objet document document = ap . Document...page . add_image ( image_file , ap . Rectangle ( 20 , 730 , 120...

    docs.aspose.com/pdf/fr/python-net/complex-pdf-e...
  3. PDF 高亮注释使用 Python|Aspose.PDF for Python via .NET

    标记注释以高亮、下划线、删除线或锯齿下划线的形式呈现在文档的文本中。...pdf as ap # 打开文档 document = ap . Document ( input_file...创建圆形注释 highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/zh/python-net/highlights-an...
  4. Añadir Número de Página a PDF con Python|Aspose...

    Aspose.PDF para Python a través de .NET te permite añadir un Sello de Número de Página a tu archivo PDF usando la clase PageNumberStamp....pdf as ap # Abrir documento document = ap . Document (...de página page_number_stamp = ap . PageNumberStamp () # Si el...

    docs.aspose.com/pdf/es/python-net/add-page-number/
  5. 파이썬을 사용하여 북마크 추가 및 삭제|Aspose.PDF for Python via...

    파이썬을 사용하여 PDF 문서에 북마크를 추가할 수 있습니다. PDF 문서에서 모든 또는 특정 북마크를 삭제할 수 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...input_pdf ) # 책갈피 객체 생성 outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/ko/python-net/add-and-delet...
  6. Использование текстовой аннотации для PDF через...

    Aspose.PDF для Python позволяет добавлять, получать и удалять текстовые аннотации из вашего PDF документа....pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/ru/python-net/text-annotation/
  7. Archivo

    Archivo...pdf as ap input_pdf = DIR_INPUT + "sample...Abrir archivo PDF document = ap.Document(input_pdf) # Crear y...

    blog.aspose.com/es/pdf/convert-pdf-to-excel-in-...
  8. Archiv

    Archiv...pdf as ap input_pdf = DIR_INPUT + "sample...# PDF-Datei öffnen document = ap.Document(input_pdf) # Speicheroptionen...

    blog.aspose.com/de/pdf/convert-pdf-to-excel-in-...
  9. Archivio

    Archivio...pdf as ap input_pdf = DIR_INPUT + "sample...xls" # Apri file PDF document = ap.Document(input_pdf) # Crea e...

    blog.aspose.com/it/pdf/convert-pdf-to-excel-in-...
  10. Counting Artifacts of a Particular Type in Pyth...

    This article illustrates how to inspect pagination artifacts in a PDF document using Aspose.PDF for Python via .NET....pdf as ap def count_pagination_artifacts...# Open the PDF document with ap . Document ( path_infile ) as...

    docs.aspose.com/pdf/python-net/counting-artifacts/