Sort Score
Result 10 results
Languages All
Labels All
Results 81 - 90 of 4,431 for

ape

(0.06 sec)
  1. Anotasi Sorotan PDF menggunakan Python|Aspose.P...

    Anotasi Markup disajikan dalam teks sebagai sorotan, garis bawah, coretan, atau garis bawah bergerigi dalam teks dokumen....pdf as ap # Buka dokumen document = ap . Document ( input_file...Annotation highlightAnnotation = ap . annotations . HighlightAnnotation...

    docs.aspose.com/pdf/id/python-net/highlights-an...
  2. Agregar sellos de texto en PDF mediante Python|...

    Agregue un sello de texto a un documento PDF utilizando la clase TextStamp con la biblioteca Aspose.PDF para Python....pdf as ap # Abrir documento document = ap . Document (...Crear sello de texto text_stamp = ap . TextStamp ( "Sample Stamp"...

    docs.aspose.com/pdf/es/python-net/text-stamps-i...
  3. التلاعب بوثيقة PDF في بايثون عبر .NET|Aspose.PD...

    تحتوي هذه المقالة على معلومات حول كيفية التحقق من وثيقة PDF لمعيار PDF A باستخدام بايثون، كيفية العمل مع الفهرس، كيفية تحديد تاريخ انتهاء PDF، إلخ....pdf as ap # فتح المستند document = ap . Document ( input_pdf...document . validate ( output_xml , ap . PdfFormat . PDF_A_1A ) يُظهر...

    docs.aspose.com/pdf/ar/python-net/manipulate-pd...
  4. Trabajar con capas PDF usando Python|Aspose.PDF...

    Aprenda cómo agregar, bloquear, extraer, aplanar y combinar capas PDF en Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/es/python-net/working-with-...
  5. Work with PDF Operators in Python|Aspose.PDF fo...

    Learn how to use low-level PDF operators in Python for precise content stream manipulation and graphics control....pdf as ap from os import path def add_... imagefile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/working-with-ope...
  6. Добавить изображение в PDF с помощью Python|Asp...

    Узнайте, как добавить изображения в существующие PDF‑файлы с помощью Python....Загрузите существующий PDF с ap.Document(infile) . Выберите целевую...обновлённый PDF. import aspose.pdf as ap def add_image ( infile , image_file...

    docs.aspose.com/pdf/python-net/add-image-to-exi...
  7. Encrypt and Decrypt PDF Files in Python|Aspose....

    Learn how to set PDF privileges, encrypt files, decrypt protected PDFs, and change passwords in Python....pdf as ap import aspose.pydrawing as drawing...existing PDF document.""" with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/python-net/set-privileges-e...
  8. Конвертировать другие форматы файлов в PDF в Py...

    Узнайте, как конвертировать файлы EPUB, Markdown, PCL, XPS, PostScript, XML и LaTeX в PDF на Python с помощью Aspose.PDF for Python via .NET....pdf as ap import sys def convert_OFD_to_PDF...load_options = ap . OfdLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/python-net/convert-other-fi...
  9. Конвертировать другие форматы файлов в PDF в Py...

    Узнайте, как конвертировать файлы EPUB, Markdown, PCL, XPS, PostScript, XML и LaTeX в PDF на Python с помощью Aspose.PDF for Python via .NET....pdf as ap import sys def convert_OFD_to_PDF...load_options = ap . OfdLoadOptions () document = ap . Document (...

    docs.aspose.com/pdf/ru/python-net/convert-other...
  10. Posting Forms in PDF via Python|Aspose.PDF for ...

    Add submit buttons and submission actions to PDF AcroForms by using Aspose.PDF for Python via .NET....pdf as ap def add_submit_button ( input_file_name...output_file_name ): editor = ap . facades . FormEditor ( input_file_name...

    docs.aspose.com/pdf/python-net/posting-form/