Sort Score
Result 10 results
Languages All
Labels All
Results 231 - 240 of 5,740 for

ape

(0.09 sec)
  1. Manipulasi Dokumen PDF dalam Python melalui .NE...

    Artikel ini berisi informasi tentang cara memvalidasi Dokumen PDF untuk Standar PDF A menggunakan Python, cara bekerja dengan TOC, cara mengatur tanggal kedaluwarsa PDF, dan lain-lain....pdf as ap # Buka dokumen document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) Cuplikan...

    docs.aspose.com/pdf/id/python-net/manipulate-pd...
  2. Manipular Documento PDF en Python a través de ....

    Este artículo contiene información sobre cómo validar un Documento PDF para el Estándar PDF A usando Python, cómo trabajar con el índice, cómo establecer la fecha de caducidad del PDF, etc....pdf as ap # Abrir documento document = ap . Document (...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) El siguiente...

    docs.aspose.com/pdf/es/python-net/manipulate-pd...
  3. PDF sticky Annotations using Python|Aspose.PDF ...

    هذا الموضوع عن التعليقات اللاصقة، كمثال نعرض تعليق العلامة المائية في النص....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/ar/python-net/sticky-annota...
  4. Python에서 Tagged PDF의 테이블 작업|Aspose.PDF for Pyth...

    Aspose.PDF for Python via .NET를 사용하여 Python에서 태그가 지정된 PDF의 접근 가능한 테이블을 작업하는 방법을 배우세요. 여기에는 구조, 스팬, 정렬 및 PDF/UA 친화적인 테이블 마크업이 포함됩니다....pdf as ap import sys from os import path...): # Create PDF document with ap . Document () as document : tagged_content...

    docs.aspose.com/pdf/ko/python-net/working-with-...
  5. Добавить объекты дуг в PDF на Python|Aspose.PDF...

    Узнайте, как рисовать и заливать формы дуг в PDF‑файлах на Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/python-net/add-arc/
  6. Adicionar formas de arco ao PDF em Python|Aspos...

    Aprenda como desenhar e preencher formas de arco em arquivos PDF em Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/pt/python-net/add-arc/
  7. Tambahkan Bentuk Arc ke PDF dengan Python|Aspos...

    Pelajari cara menggambar dan mengisi bentuk arc di file PDF dengan Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/id/python-net/add-arc/
  8. Manage PDF Headers and Footers using Python|Asp...

    Learn how to manage headers and footers in PDF documents with Python and Aspose.PDF....pdf as ap import sys def _create_text_artifact...artifact . text_state . font = ap . text . FontRepository . find_font...

    docs.aspose.com/pdf/python-net/artifacts-header...
  9. Update PDF Links in Python|Aspose.PDF for Pytho...

    Learn how to update PDF link appearance and destinations in Python....pdf as ap import sys from os import path...infile , outfile ): document = ap . Document ( infile ) link_annotations...

    docs.aspose.com/pdf/python-net/update-links/
  10. Añadir sellos de imagen en PDF usando Python|As...

    Añadir el sello de imagen en tu documento PDF usando la clase ImageStamp con la biblioteca Aspose.PDF para Python....pdf as ap # Abrir documento document = ap . Document (...sello de imagen image_stamp = ap . ImageStamp ( input_image_file...

    docs.aspose.com/pdf/es/python-net/image-stamps-...