Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 3,194 for

conholdate

(0.03 sec)
  1. Convert to grayscale | Documentation

    This topic describes how to convert PDF file to grayscale using the GroupDocs.Viewer Java API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  2. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger for Java API....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/merger/nodejs-java/remove-pa...
  3. 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....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/viewer/java/load-document-fr...
  4. 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:...app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/metadata/nodejs-java/load-fr...
  5. Load document from local disk | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from local disk using GroupDocs.Annotation for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/annotation/net/load-document...
  6. Convert files to various formats | Documentation

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of Java code....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/conversion/java/convert/
  7. Convert files to various formats | Documentation

    This page explains how to convert a file to PDF, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of JavaScript code....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/conversion/nodejs-java/convert/
  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....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/java/working-with-s...
  9. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Download Data Source Document Multiple Tables Data.docx Template Using Document Table Set as Data Source....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/java/loading-multip...
  10. Loading of template documents from HTML with re...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. GroupDocs.Assembly provides a great feature which is loading of HTML template documents referencing external resource files to be assembled and saved to non-HTML formats. Since version 19.5, when loading an HTML document from a file, its containing folder is used as a base URI to resolve external resource files’ relative URIs to absolute ones by default as shown in the following example....app conholdate.com conholdate.cloud conholdate.app containerize...

    docs.groupdocs.com/assembly/net/loading-of-temp...