Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 10,612 for

new

(0.03 sec)
  1. Loading specific file formats | Documentation

    In some cases it’s required to specify the document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the document format must be specified manually: Markdown documents MHTML documents OTP documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the document format for Markup document. Instantiate the LoadOptions object and pass the document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: try ( InputStream stream = new FileInputStream ( Constants ...

    docs.groupdocs.com/parser/java/loading-specific...
  2. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...cache = new FileCache ( cachePath ); const settings = new ViewerSettings...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  3. Load Email document with options | Documentation

    Learn this article and check how to load and convert Email documents with advanced options using GroupDocs.Conversion for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose..."ConvertEmailWithAlte.pdf" const loadOptions = new groupdocs . conversion . EmailLoadOptions...

    docs.groupdocs.com/conversion/nodejs-java/load-...
  4. Result of added watermarks | Documentation

    GroupDocs.Watermark API returns result with information about added watermarks...Consulting Blog Knowledge Base New Releases Status Websites aspose...( Watermarker watermarker = new Watermarker ( "sample_2_pages...

    docs.groupdocs.com/watermark/net/result-of-adde...
  5. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...instance IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/java/storing-text-of-...
  6. Working with fonts in GroupDocs.Viewer for .NET

    Learn how to get list of used fonts, specify or replace missing fonts, exclude fonts...filename; using (Viewer viewer = new Viewer(inputPath)) { Fonts.IFontInfo[]...FolderFontSource fontSource = new FolderFontSource( @"C:\custom_fonts"...

    blog.groupdocs.com/viewer/working-with-fonts/
  7. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); if ( index...

    docs.groupdocs.com/search/net/stop-word-diction...
  8. Update QR-code signatures in document | Documen...

    This article explains how to update QR-code 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/update-qr-code...
  9. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...forEach ( file => { var metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/extract...
  10. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...settings instance const settings = new groupdocs . search . IndexSettings...

    docs.groupdocs.com/search/nodejs-java/storing-t...