Sort Score
Result 10 results
Languages All
Labels All
Results 1,981 - 1,990 of 10,051 for

new

(0.04 sec)
  1. How to merge TIFF images using java | Documenta...

    Learn how to merge TIFF image files, combine TIFF 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.tiff" )...

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

    Learn how to merge GIF image files, combine GIF 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.gif" ) //...

    docs.groupdocs.com/merger/java/getting-started/...
  3. Getting Started | Documentation

    This section decsribes how to get started with GroupDocs.Merger for .NET library...Consulting Blog Knowledge Base New Releases Status Websites aspose...Merger fundamentals. For users new to GroupDocs.Merger, this is...

    docs.groupdocs.com/merger/net/getting-started/
  4. Load document using the local path string | Doc...

    This article explains how to load a document using the local path string with GroupDocs.Viewer within your Java applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "sample.docx" )) { HtmlViewOptions...

    docs.groupdocs.com/viewer/java/load-document-fr...
  5. 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/
  6. 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...
  7. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream. advanced_usage.loading_files.LoadFromStream JavaScript try { const fileStream = fs.createReadStream("input.one") const metadata = New groupdocs.metadata.Metadata(fileStream); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Consulting Blog Knowledge Base New Releases Status Websites aspose..."input.one" ) const metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  8. 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...
  9. Spell checking | Documentation

    This article shows that how spell checking works during the search....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/spell-checking/
  10. Delete Digital signatures from documents | Docu...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/net/delete-digital...