Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 4,096 for

ape

(0.12 sec)
  1. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。...pdf as ap document = ap . Document ( input_file...input_file ) textAnnotation = ap . annotations . TextAnnotation ( document...

    docs.aspose.com/pdf/zh/python-net/text-annotation/
  2. Add and Delete a Bookmark using Python|Aspose.P...

    You can add a bookmark to a PDF document with Python. It is possible to delete all or particular bookmarks from a PDF document....pdf as ap # Open document document = ap . Document ( input_pdf...Create a bookmark object outline = ap . OutlineItemCollectio ( document...

    docs.aspose.com/pdf/python-net/add-and-delete-b...
  3. Anotasi Ekstra menggunakan Python|Aspose.PDF un...

    Bagian ini menjelaskan cara menambah, mendapatkan, dan menghapus jenis anotasi ekstra dari dokumen PDF Anda....pdf as ap # Buka dokumen document = ap . Document ( input_file...input_file ) caretAnnotation1 = ap . annotations . CaretAnnotation...

    docs.aspose.com/pdf/id/python-net/extra-annotat...
  4. Конвертация PDF в различные форматы изображений...

    Эта тема показывает, как использовать Aspose.PDF для Python для конвертации PDF в различные форматы изображений, такие как TIFF, BMP, EMF, JPEG, PNG, GIF, SVG, с помощью нескольких строк кода....pdf as ap input_pdf = DIR_INPUT + "sample...Открыть PDF-документ document = ap . Document ( input_pdf ) # Создать...

    docs.aspose.com/pdf/ru/python-net/convert-pdf-t...
  5. Convertir PDF a Diferentes Formatos de Imagen e...

    Este tema muestra cómo usar Aspose.PDF para Python para convertir PDF a varios formatos de imágenes, por ejemplo, TIFF, BMP, EMF, JPEG, PNG, GIF, SVG con unas pocas líneas de código....pdf as ap input_pdf = DIR_INPUT + "sample...Abrir documento PDF document = ap . Document ( input_pdf ) # Crear...

    docs.aspose.com/pdf/es/python-net/convert-pdf-t...
  6. Converter PDF para Diferentes Formatos de Image...

    Este tópico mostra como usar Aspose.PDF para Python para converter PDF para vários formatos de imagem, como TIFF, BMP, EMF, JPEG, PNG, GIF, SVG com algumas linhas de código....pdf as ap input_pdf = DIR_INPUT + "sample...Abra o documento PDF document = ap . Document ( input_pdf ) # Crie...

    docs.aspose.com/pdf/pt/python-net/convert-pdf-t...
  7. 优化、压缩或减少 PDF 大小在 Python 中|Aspose.PDF for Python...

    优化 PDF 文件,缩小所有图像,减少 PDF 大小,取消嵌入字体,使用 Python 删除未使用的对象。...pdf as ap # 打开文档 document = ap . Document ( input_pdf...import aspose.pdf as ap # 打开文档 document = ap . Document ( input_pdf...

    docs.aspose.com/pdf/zh/python-net/optimize-pdf/
  8. آرشیوها

    آرشیوها...pdf as ap حالا بیایید بررسی کنیم که چگونه...aspose.pdf as ap # یک سند جدید ایجاد کنید document = ap.Document()...

    blog.aspose.com/fa/pdf/best-python-pdf-library/
  9. ค้นหา

    ค้นหา...pdf as ap ตอนนี้ มาสำรวจวิธีการใช้ Aspose...aspose.pdf as ap # สร้างเอกสารใหม่ document = ap.Document() #...

    blog.aspose.com/th/pdf/best-python-pdf-library/
  10. Crear AcroForm - Crear PDF Rellenable en Python...

    Con Aspose.PDF para Python puedes crear un formulario desde cero en tu archivo PDF...pdf as ap # Abrir documento pdfDocument = ap . Document (...Crear un campo textBoxField = ap . forms . TextBoxField ( pdfDocument...

    docs.aspose.com/pdf/es/python-net/create-form/