Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 5,840 for

ape

(2.07 sec)
  1. 在 Python 中向 PDF 添加矩形形状|Aspose.PDF for Python vi...

    学习如何在 Python 中绘制和填充 PDF 文件中的矩形形状。...pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/zh/python-net/add-rectangle/
  2. Ajouter des formes rectangulaires à un PDF en P...

    Apprenez comment dessiner et remplir des formes rectangulaires dans des fichiers PDF en Python....pdf as ap import aspose.pdf.drawing as...( outfile : str ): document = ap . Document () page = document...

    docs.aspose.com/pdf/fr/python-net/add-rectangle/
  3. Trabalhar com Operadores PDF em Python|Aspose.P...

    Aprenda como usar operadores PDF de baixo nível em Python para manipulação precisa de fluxo de conteúdo e controle de gráficos....pdf as ap from os import path def add_... imagefile , outfile ): with ap . Document ( infile ) as document...

    docs.aspose.com/pdf/pt/python-net/working-with-...
  4. Convert PDF to Image Formats in Python|Aspose.P...

    Explore how to convert PDF pages into images such as PNG, JPEG, or TIFF using Aspose.PDF in Python via .NET....pdf as ap from io import FileIO from os...document = ap . Document ( infile ) resolution = ap . devices...

    docs.aspose.com/pdf/python-net/convert-pdf-to-i...
  5. Format PDF Documents in Python|Aspose.PDF for P...

    Learn how to format PDF documents, embed fonts, control viewer settings, and adjust display options in Python....pdf as ap def get_document_window ( input_pdf...for inspection.""" document = ap . Document ( input_pdf ) print...

    docs.aspose.com/pdf/python-net/formatting-pdf-d...
  6. العمل مع طبقات PDF باستخدام Python|Aspose.PDF f...

    تعرف على كيفية إضافة طبقات PDF وقفلها واستخراجها وتسويتها ودمجها في Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/ar/python-net/working-with-...
  7. Bekerja dengan Lapisan PDF menggunakan Python|A...

    Pelajari cara menambahkan, mengunci, mengekstrak, meratakan, dan menggabungkan lapisan PDF dalam Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/id/python-net/working-with-...
  8. Trabalhar com Camadas PDF usando Python|Aspose....

    Aprenda a adicionar, bloquear, extrair, achatar e mesclar camadas de PDF em Python....pdf as ap def add_layers ( outfile : str...str ) -> None : document = ap . Document () page = document ....

    docs.aspose.com/pdf/pt/python-net/working-with-...
  9. Pythonを使用した追加注釈|Aspose.PDF for Python via .NET

    このセクションでは、PDFドキュメントに追加の種類の注釈を追加、取得、削除する方法について説明します。...pdf as ap # ドキュメントを開く document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/ja/python-net/extra-annotat...
  10. Anotações adesivas em PDF usando Python|Aspose....

    Este tópico sobre anotações adesivas, como exemplo mostramos a Anotação de Marca d'água no texto....pdf as ap document = ap . Document ( input_file...wa = ap . annotations . WatermarkAnnotation ( page , ap . Rectangle...

    docs.aspose.com/pdf/pt/python-net/sticky-annota...