Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 4,431 for

ape

(0.83 sec)
  1. Добавить цифровую подпись или подписать PDF в P...

    Узнайте, как подписывать цифровой подписью PDF‑документы, добавлять метки времени и проверять подписи в Python....pdf as ap import aspose.pydrawing as drawing...""" with ap . Document ( infile ) as document : with ap . facades...

    docs.aspose.com/pdf/ru/python-net/digitally-sig...
  2. Manipuler un document PDF en Python via .NET|As...

    Cet article contient des informations sur la façon de valider un document PDF pour la norme PDF A en utilisant Python, comment travailler avec le TOC, comment définir une date d'expiration pour le PDF, etc....pdf as ap # Ouvrir le document document = ap . Document (...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) L’exemple...

    docs.aspose.com/pdf/fr/python-net/manipulate-pd...
  3. Python을 통한 PDF 문서 조작|Aspose.PDF for Python via ...

    이 기사는 Python을 사용하여 PDF A 표준에 대해 PDF 문서를 검증하는 방법, 목차 작업 방법, PDF 만료 날짜 설정 방법 등에 대한 정보를 포함하고 있습니다....pdf as ap # 문서 열기 document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) 다음 코드...

    docs.aspose.com/pdf/ko/python-net/manipulate-pd...
  4. 在 PDF 中添加文字印章通过 Python|Aspose.PDF for Python vi...

    使用 Aspose.PDF for Python 库的 TextStamp 类向 PDF 文档添加文字印章。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...input_pdf ) # 创建文字印章 text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/zh/python-net/text-stamps-i...
  5. 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...
  6. Добавить колонтитулы в PDF в Python|Aspose.PDF ...

    Узнайте, как добавить верхние и нижние колонтитулы в PDF‑файлы с помощью Python, используя текст, изображения и структурированное содержимое....pdf as ap def add_header_and_footer_as_text...Create header text header_text = ap . text . TextFragment ( "Demo...

    docs.aspose.com/pdf/ru/python-net/add-headers-a...
  7. Adicionar Anotações de Figuras usando Python|As...

    Este artigo descreve como adicionar, obter e excluir anotações de figuras do seu documento PDF com Aspose.PDF para Python via .NET...pdf as ap document = ap . Document ( input_file...input_file ) squareAnnotation = ap . annotations . SquareAnnotation (...

    docs.aspose.com/pdf/pt/python-net/figures-annot...
  8. Аннотации фигур через Python|Aspose.PDF for Pyt...

    Узнайте, как добавлять, проверять и удалять аннотации линий, квадратов, кругов, полигонов и полилиний в PDF‑документах с помощью Aspose.PDF for Python via .NET....Открытие исходного PDF document = ap . Document ( infile ) Создание...аннотацию линий line_annotation = ap . annotations . LineAnnotation...

    docs.aspose.com/pdf/ru/python-net/shape-annotat...
  9. Shape Annotations via Python|Aspose.PDF for Pyt...

    Learn how to add, inspect, and delete line, square, circle, polygon, and polyline annotations in PDF documents using Aspose.PDF for Python via .NET....Open the source PDF document = ap . Document ( infile ) Create...annotation line_annotation = ap . annotations . LineAnnotation...

    docs.aspose.com/pdf/python-net/shape-annotations/
  10. Text Based Annotations using Python|Aspose.PDF ...

    Learn how to add, inspect, and delete free text, highlight, underline, squiggly, and strikeout annotations in PDF documents using Aspose.PDF for Python via .NET....Open the source PDF document = ap . Document ( infile ) Create...annotation free_text_annotation = ap . annotations . FreeTextAnnotation...

    docs.aspose.com/pdf/python-net/text-based-Annot...