Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 53,292 for

import document

(0.28 sec)
  1. PDF Sticky Annotations|Aspose.PDF for Java

    Learn how to create sticky annotations in PDFs for notes, highlights, and comments using Aspose.PDF in Java....examples ; import com.aspose.pdf.* ; import java.util.* ;...Load the PDF file Document document = new Document ( _dataDir + "sample...

    docs.aspose.com/pdf/java/sticky-annotations/
  2. 在Ruby中将文件转换为MHTML文件|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....workbook ) save_format = Rjb :: import ( 'com.aspose.cells.SaveFormat'...saving options sv = Rjb :: import ( 'com.aspose.cells.HtmlSaveOptions'...

    docs.aspose.com/cells/zh/java/converting-to-mht...
  3. Encrypt a Document in C#|Aspose.Words for .NET

    Encrypt your Document using appropriate encryption algorithms for specific Document formats in C#....Ask AI Encrypt a Document Contents [ Hide ] Purpose Summary....describes how to encrypt Word documents using passwords and various...

    docs.aspose.com/words/net/encrypt-a-document/
  4. 在Jython中将Excel文件转换为Html|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....cells import Settings from com . aspose . cells import Workbook...Workbook from com . aspose . cells import SaveFormat class ConvertingExcelFiles...

    docs.aspose.com/cells/zh/java/converting-excelf...
  5. Converting a PDF file to BMP using Python | Asp...

    Sample code on Python for PDF to BMP conversion. Use example code for batch PDF to BMP conversion with Python and .NET...programmatically a document from PDF to BMP format with a modern document-processing...conversion formats, see the Documentation pages. Also, you can check...

    products.aspose.com/pdf/python-net/conversion/p...
  6. Convert PDF to DOCX in Java | Aspose.PDF | java...

    I use aspose-pdf 21.4 <dependency> <groupId>com.aspose</groupId> <artifactId>aspose-pdf</artifactId> <version>21.4</version> </dependency> And I want to convert pdf f…...package akd; import com.aspose.pdf.DocSaveOptions; import com.aspose...aspose.pdf.Document; import com.aspose.pdf.License; import java.io...

    forum.aspose.com/t/convert-pdf-to-docx-in-java-...
  7. Online XLS Text Search Application or Develop X...

    Free online app to search in XLS files. Java code for any XLS file text search android application....Search Xls Online Searchable Document App and XLS Text Search Android...powerful android based XLS document search engine utility application...

    products.aspose.com/total/android-java/search/xls/
  8. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。... import aspose.diagram from aspose.diagram import * #//...before saving a document to a PDF format. import aspose.diagram...

    docs.aspose.com/diagram/zh/python-net/save-visi...
  9. Online PowerPoint File Text Finder or Build Pow...

    Free online app to search in PowerPoint file. C# API code for any PowerPoint file text search application....Powerpoint Online Searchable Document App and PowerPoint Text Search...powerful .NET based PowerPoint document search engine software or...

    products.aspose.com/total/net/search/powerpoint/
  10. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...util; import java.awt.Color; import java.awt.geom.Rectangle2D;...Rectangle2D; import java.io.InputStream; import java.util.ArrayList;...

    forum.aspose.com/t/word-header-footer-x-y/316493