Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 53,301 for

import document

(0.21 sec)
  1. Working with PDF layers using Python|Aspose.PDF...

    This article explains how to lock a PDF layer, extract PDF layer elements, flatten a layered PDF, and merge all layers inside a PDF into one....Hide ] PDF layers allow a document to contain multiple sets of...especially useful in complex documents where content must be organized...

    docs.aspose.com/pdf/python-net/work-with-pdf-la...
  2. Get Watermark from PDF using Python | Aspose.PDF

    Get watermark from PDF file programmatically with Python sample code using Aspose.PDF for Python for .NET...the PDF with an instance of Document. Create an instance of WatermarkArtifact...PDF - Python import aspose.pdf as apdf from os import path from...

    products.aspose.com/pdf/python-net/watermark/get/
  3. PDF Export Incomplete (Blank from Page 18) Whil...

    Problem Description: Using the same data to create a Document and exporting it to PDF and Word respectively. The PDF content is incomplete, starting blank from page 18 onward; the Word content is normal, with a total of…...the same data to create a Document and exporting it to PDF and...Reproduce: import com.aspose.words.Document; import com.aspose...

    forum.aspose.com/t/pdf-export-incomplete-blank-...
  4. 将各种图像格式转换为PDF|Aspose.PDF for Java

    本主题向您展示如何使用Aspose.PDF for Java库将各种图像格式转换为PDF。...因此,您可以遵循以下步骤将 BMP 图像转换为 PDF: 初始化一个新的 Document 加载示例 BMP 图像文件 最后,保存输出的 PDF...examples ; import java.io.FileNotFoundExceptio ; import java.nio...

    docs.aspose.com/pdf/zh/java/convert-images-form...
  5. Compress Images in Ruby|Aspose.Words for Java

    Compress images using Ruby....srcFileName ) messageFormat = Rjb :: import ( "java.text.MessageFormat"...said to be good for minimal document size and sharing. desiredPpi...

    docs.aspose.com/words/java/compress-images-in-r...
  6. Protect Powerpoint document Online with passwor...

    Online Powerpoint file password protection app. C++ API code to apply password protection on Powerpoint presentations....Powerpoint Online Powerpoint Document Protection or Set Password...powerful C++ based Powerpoint document protection utility application...

    products.aspose.com/total/cpp/protect/powerpoint/
  7. Remove DOCM Annotation Online or Manage Annotat...

    delete comments from DOCM file through online app for free. Android API code to manage comments of DOCM files....Docm Clear Comments from DOCM Document Online or Manage via Android...powerful Android based DOCM document annotation utility application...

    products.aspose.com/total/android-java/annotate...
  8. Remove RTF Annotation Online or Manage Annotati...

    delete comments from RTF file through online app for free. Android API code to manage comments of RTF files....Rtf Clear Comments from RTF Document Online or Manage via Android...powerful Android based RTF document annotation utility application...

    products.aspose.com/total/android-java/annotate...
  9. 使用 Python 添加额外注释|Aspose.PDF for Python via .NET

    本节描述如何从您的 PDF 文档中添加、获取和删除额外类型的注释。...创建插入符号注释的步骤: 加载 PDF 文件 - 新建 Document 。 创建新的 CaretAnnotation 并设...到 PDF 文件: import aspose.pdf as ap # 打开文档 document = ap . Document...

    docs.aspose.com/pdf/zh/python-net/extra-annotat...
  10. 使用文本注释处理PDF通过Python|Aspose.PDF for Python via .NET

    Aspose.PDF for Python 允许您从PDF文档中添加、获取和删除文本注释。... import aspose.pdf as ap document = ap . Document ( input_file...annotations . TextAnnotation ( document . pages [ 1 ], ap . Rectangle...

    docs.aspose.com/pdf/zh/python-net/text-annotation/