Sort Score
Result 10 results
Languages All
Labels All
Results 3,881 - 3,890 of 414,360 for

document

(0.23 sec)
  1. Export XPS to PPSM in Android | products.aspose...

    Android API to Convert XPS to PPSM without using Microsoft Word...fixed-layout document format that is used to store documents in a way...PPSM in order to make the documents compatible with the Android...

    products.aspose.com/total/android-java/conversi...
  2. C# API to Export MSG to TEXT | products.aspose.com

    Convert MSG to TEXT without using Microsoft Word or Outlook on .NET...HTML by using Document class Save the document to TEXT format...correct email, you can load MSG document, parse it and have a look...

    products.aspose.com/total/net/conversion/msg-to...
  3. Extract Text and Images from ODS File Online an...

    Online ODS file parser app. Java API code to extract text in rows and cells from ODS spreadhseets....Develop powerful Java based ODS document parser utility application...application. Code listed for ODS document parsing through Java. Download...

    products.aspose.com/total/java/parse/ods/
  4. Content Control Wrapping Issue - Free Support F...

    Hi Team, I have removed the whitespace and the header/footer using the page-wise logic below. However, after doing this, the specific content control mentioned below is not wrapping correctly. I am using Aspose.Words Ve…...wrapped properly as per word document. Additionally, “Section_3”...CreateSectionBreak(ref Document doc) { try { Aspose.Words.Document tempDoc =...

    forum.aspose.com/t/content-control-wrapping-iss...
  5. Optimize, Compress or Reduce PDF Size in Java|A...

    Optimize PDF file, shrink all images, reduce size PDF, Unembed fonts, Remove unused objects with Java....Java Contents [ Hide ] A PDF document can sometimes contain additional...flatten annotations Optimize PDF Document for the Web Optimization or...

    docs.aspose.com/pdf/java/optimize-pdf/
  6. ImageFieldMergingArgs Class | Aspose.Words for ...

    Discover the Aspose.Words.MailMerging.ImageFieldMergingArgs class, designed to enhance image merging in Documents, ensuring seamless and efficient workflows....Mail Merge and Reporting documentation article. public class ImageFieldMergingArg...Description Document { get; } Returns the Document object for...

    reference.aspose.com/words/net/aspose.words.mai...
  7. Document.UpdatePageLayout | Aspose.Words for .NET

    Revamp your Document's structure with the UpdatePageLayout method, ensuring a polished and organized layout for enhanced readability and presentation....UpdatePageLayout Contents [ Hide ] Document.UpdatePageLayout method Rebuilds...Rebuilds the page layout of the document. public void UpdatePageLayout...

    reference.aspose.com/words/net/aspose.words/doc...
  8. 将PDF转换为JPG|Aspose.PDF for Android via Java

    本页介绍如何使用Aspose.PDF for Android via Java将PDF页面转换为JPEG图像,将所有页面和单个页面转换为JPEG图像。... 要将仅一个页面转换为JPEG图像: 创建一个 Document 类的对象以获取要转换的页面。 调用 process(...convertPDFtoJPEG () { try { document = new Document ( inputStream ); }...

    docs.aspose.com/pdf/zh/androidjava/convert-pdf-...
  9. Hello World Java 示例|Aspose.PDF for Android via ...

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

    docs.aspose.com/pdf/zh/androidjava/hello-world-...
  10. TaskPane | Aspose.Words for Java

    Represents an add-in task pane object in Java....Work with Office Add-ins documentation article. Examples: Shows...extension to a document. Document doc = new Document(); // Create...

    reference.aspose.com/words/java/com.aspose.word...