Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 10,609 for

new

(0.1 sec)
  1. Working with String Template | Documentation

    GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString “«[yourValue]»” Convert sourceString to sourceBytes using ByteArrayInputStream(sourceBytes) Get targetBytes using DocumentAssembler.assembleDocument() Get** targetString **using New String(targetBytes, StandardCharsets....Consulting Blog Knowledge Base New Releases Status Websites aspose...assembleDocument() Get** targetString **using new String(targetBytes, StandardCharsets...

    docs.groupdocs.com/assembly/java/working-with-s...
  2. Render hidden pages | Documentation

    Learn how to render hidden pages on website or in other c# applications with GroupDocs.Viewer for Java...Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.pptx" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/java/show-hidden-pages/
  3. Reorder pages | Documentation

    Reorder PDF pages during rendering with GroupDocs.Viewer for Python via .NET. Control the output page sequence....Consulting Blog Knowledge Base New Releases Status Websites aspose...method of the object. Specify the new page order in the last parameters...

    docs.groupdocs.com/viewer/python-net/reorder-pa...
  4. Extract an image from an image annotation | Doc...

    The page describes how to extract image from image annotation....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "annotated_file.docx"...

    docs.groupdocs.com/annotation/net/extracting-im...
  5. How to merge PNG images using Java | Documentation

    Learn how to merge PNG image files, combine PNG image files into one file programmatically in java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...source image file Merger merger = new Merger ( "c:\sample1.png" ) //...

    docs.groupdocs.com/merger/java/getting-started/...
  6. How to merge BMP images using Java | Documentation

    Learn how to merge BMP image files, combine BMP image files into one file programmatically in java language using GroupDocs.Merger for Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...source image file Merger merger = new Merger ( "c:\sample1.bmp" ) //...

    docs.groupdocs.com/merger/java/getting-started/...
  7. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....Consulting Blog Knowledge Base New Releases Status Websites aspose...words IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/indexing-with-st...
  8. GroupDocs.Total Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Український Tiếng Việt 中文 中國傳統的 Good news to all! Google Cloud is now...flexible and user friendly. Good news for the document management...

    blog.groupdocs.com/categories/groupdocs.total-p...
  9. Working with metadata in Note formats | Documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with ONE files created by different versions of Microsoft OneNote. Please see the code samples below for more information. Inspecting Note documents The inspection feature that is introduced in this section doesn’t work with metadata directly but extracts some useful pieces of information that can be considered as metadata under some circumstances. For example, you may want to obtain information about pages in a note document....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputOne...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. How to merge JPG images using Node.js via Java ...

    Learn how to merge JPG image files, combine JPG image files into one file programmatically in nodejs-java language using GroupDocs.Merger for Node.js via Java library....Consulting Blog Knowledge Base New Releases Status Websites aspose...as parameter. const merger = new groupdocs . merger . Merger (...

    docs.groupdocs.com/merger/nodejs-java/getting-s...