Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 35,322 for

groupdocs.conversion

(0.6 sec)
  1. Save document to the specified location | Group...

    This article explains how to save document to the specified location while using GroupDocs. Watermarks API....Total Product Family GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/watermark/net/save-document-...
  2. Load document using the local path string | Gro...

    This article explains how to load a document using the local path string with GroupDocs.Viewer within your Java applications....Total Product Family GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/load-document-fr...
  3. Supported Document Formats | GroupDocs

    The following table indicates the file formats that GroupDocs.Classification for .NET can process. Format Description PDF Adobe Portable Document Format (PDF) DOC Microsoft Word 97-2003 Document DOCM Microsoft Word Macro-Enabled Document DOCX Microsoft Word Document DOT Microsoft Word 97-2003 Template DOTM Microsoft Word Macro-Enabled Template DOTX Microsoft Word Template ODT OpenDocument Text OTT Open Document Text Template RTF Rich Text Document TXT Plain Text Document Tip Can’t find your file format?...Total Product Family GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/supported...
  4. Loading files | GroupDocs

    Load files from a local disk, a stream, a specific format, or a password-protected document with GroupDocs.Metadata for Python via .NET....Total Product Family GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/metadata/python-net/loading-...
  5. Classify document from stream | GroupDocs

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Total Product Family GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  6. Adding NEXT Field into Template Syntax | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following clients: • <><><<[getName()]>> <> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report Download Template Get the template from here: Using next.docx The Code...Total Product Family GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/adding-next-fi...
  7. Working with String Template | GroupDocs

    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....Total Product Family GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-s...
  8. Adding NEXT Field into Template Syntax | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Python via .NET 3.3.0 or later releases. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following products: . <><><<[ProductName]>> <> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Total Product Family GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/assembly/python-net/adding-n...
  9. Remove pages | GroupDocs

    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....Total Product Family GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/remove-pa...
  10. Optimize spreadsheets in a PDF file | GroupDocs

    This topic describes how to optimize spreadsheets in a PDF file using the GroupDocs.Viewer Java API....Total Product Family GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/optimization-pdf...