Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 50,506 for

import document

(0.46 sec)
  1. Hello World Java 示例|Aspose.PDF for Android via ...

    本页展示如何使用简单的编程创建包含文本 - Hello World 的 PDF 文档,使用 Aspose.PDF for Android。... 下面的代码片段遵循这些步骤: 实例化一个 Document 对象 向文档对象添加一个 Page 创建一个 TextFragment...examplesimple ; import android.app.Activity ; import android.os.Bundle...

    docs.aspose.com/pdf/zh/androidjava/hello-world-...
  2. Extract Data from Table in PDF with Python|Aspo...

    Learn how to extract tabular from PDF using Aspose.PDF for Python... Opening the PDF Document Iterating through PDF Pages...Table Data import aspose.pdf as apdf from io import FileIO from...

    docs.aspose.com/pdf/python-net/extract-data-fro...
  3. Using Text Annotation for PDF via Python|Aspose...

    Aspose.PDF for Python allows you to Add, Get, and Delete Text Annotation from your PDF Document....specific location in a PDF document. When closed, the annotation...page. import aspose.pdf as ap document = ap . Document ( input_file...

    docs.aspose.com/pdf/python-net/text-annotation/
  4. Protect ODS document Online with password and u...

    Online ODS file password protection app. Java API code to apply password protection on ODS spreadsheets....Java Protect Ods Online ODS Document Protection or Set Password...Develop powerful Java based ODS document protection utility application...

    products.aspose.com/total/java/protect/ods/
  5. Protect XLS document Online with password and u...

    Online XLS file password protection app. Java API code to apply password protection on XLS spreadsheets....Java Protect Xls Online XLS Document Protection or Set Password...Develop powerful Java based XLS document protection utility application...

    products.aspose.com/total/java/protect/xls/
  6. InsertHtml does not preserve the color style sp...

    Code: public void GenerateWordFromWithColors() { Document doc = new Document(); // We can position where we want the table to be inserted and specify any extra formatting to the table. DocumentBuilder bu…...specified with rgba in the word document Aspose.Words Product Family...GenerateWordFromWith() { Document doc = new Document(); // We can position...

    forum.aspose.com/t/inserthtml-does-not-preserve...
  7. How to Add Rows to Table in MS Word Document us...

    A step-by-step tutorial on how to add rows to table in MS Word Document using C#. Programmatically insert rows at specific index or use Aspose Words table add row to the end of table's row collection....Add Rows to Table in MS Word Document using C# In this tutorial...add rows to table in MS Word document using C#. We will first add...

    kb.aspose.com/words/net/how-to-add-rows-to-tabl...
  8. Protect Word document Online with password and ...

    Online Word file password protection app. Java API code to apply password protection on Word Document....Java Protect Word Online Word Document Protection or Set Password...Develop powerful Java based Word document protection utility application...

    products.aspose.com/total/java/protect/word/
  9. Protect PPT document Online with password and u...

    Online PPT file password protection app. Java API code to apply password protection on PPT presentations....Java Protect Ppt Online PPT Document Protection or Set Password...Develop powerful Java based PPT document protection utility application...

    products.aspose.com/total/java/protect/ppt/
  10. Add background to PDF|Aspose.PDF for Java

    Learn how to add backgrounds to PDF Documents using Aspose.PDF for Java. Follow this step-by-step guide for creative customization.... to documents. In Aspose.PDF for Java, each PDF document is a...examples ; import java.io.FileInputStream ; import java.io.FileNotFoundExceptio...

    docs.aspose.com/pdf/java/add-backgrounds/