Sort Score
Result 10 results
Languages All
Labels All
Results 8,781 - 8,790 of 224,684 for

new

(0.67 sec)
  1. Edit MARKDOWN In Java

    Edit MARKDOWN in Java code....and formatting attributes Add new Markdown elements Search Markdown...patterns and replace them with new text Save the result to a variety...

    products.aspose.com/words/java/edit/markdown/
  2. Connecting to IMAP Server|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....password ImapClient client = new ImapClient ( "localhost" , "user"...ImapClient class ImapClient client = new ImapClient ( "imap.domain.com"...

    docs.aspose.com/email/java/connecting-to-imap-s...
  3. UserInformation.address property | Aspose.Words...

    UserInformation.address property. Gets or sets the user's postal address....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...information. let userInformation = new aw . Fields . UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Working with Hatch Patterns in PS file | Java

    How to add hatch pattern to PS file is a question answered by Aspose.Page API solution. See how to use the functionality in Java...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/java/ps/working-with-hatch...
  5. 使用 .NET 将 TIFF 转换为 EPS

    本文将通过代码片段讲解并演示 Aspose.Page API 解决方案为 .NET 提供的 TIFF 到 EPS 的转换功能。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/zh/net/convert/tiff-to-eps/
  6. Bookmark | Aspose.Words for Java

    Represents a single bookmark in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...BookmarkInfoPrinter bookmarkVisitor = new BookmarkInfoPrinter(); // Get...

    reference.aspose.com/words/java/com.aspose.word...
  7. 档案

    档案... StringPtr srcDir = new String("SourceDirectory\\");...// 输出目录路径。 StringPtr outDir = new String("OutputDirectory\\");...

    blog.aspose.com/zh/cells/convert-excel-to-html-...
  8. Converting a PDF file to LATEX using PHP | Aspo...

    Sample code on PHP for PDF to LATEX conversion. Use example code for batch PDF to LATEX conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call Document.Process...LATEX Output file: // Create a new Document object and load the...

    products.aspose.com/pdf/php-java/conversion/pdf...
  9. Converting a PDF file to HTML using PHP | Aspos...

    Sample code on PHP for PDF to HTML conversion. Use example code for batch PDF to HTML conversion with Aspose.PDF for PHP via Java... Initialize a new Document Call the Doc.Save method...HTML Output file: // Create a new Document object and load the...

    products.aspose.com/pdf/php-java/conversion/pdf...
  10. Perform memory optimization while loading docum...

    We have encountered an unexpected memory issue when trying to convert very large docx document to pdf (size ~100mb). The documents we are using consists of text, tables and images. We use openjdk 1.8 and aspose-words 20…...ByteArrayOutputStrea outputStream = new ByteArrayOutputStrea() LoadOptions...LoadOptions loadOptions = new LoadOptions() loadOptions.setTempFolder(tempFolder)...

    forum.aspose.com/t/perform-memory-optimization-...