Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 12,355 for

new

(0.13 sec)
  1. Release on GroupDocs Blog | Document Automation...

    Release on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Release on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDocs......2025年12月 リリース ハイライト Explore what’s new in GroupDocs.Parser for .NET...2025年12月 リリースハイライト Explore what’s new in GroupDocs.Viewer for Java...

    blog.groupdocs.com/ja/tag/release/index.xml
  2. Character replacement during Indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....Consulting Blog Knowledge Base New Releases Status Websites aspose...settings IndexSettings settings = new IndexSettings (); settings ....

    docs.groupdocs.com/search/net/character-replace...
  3. Logging | GroupDocs

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....Consulting Blog Knowledge Base New Releases Status Websites aspose...good news is that the same code can be used to create a new index...

    docs.groupdocs.com/search/net/logging/
  4. Custom text extractors | GroupDocs

    GroupDocs.Search for Node.js supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents to search const settings = new groupdocs . search . IndexSettings...

    docs.groupdocs.com/search/nodejs-java/custom-te...
  5. GroupDocs.Editor for Java 26.1 – Latest Updates...

    Explore what’s New in GroupDocs.Editor for Java 26.1. Available now on NuGet and GroupDocs website....February 2026 release featuring new editing operations and rendering...enhancements. Table of Contents What’s new in GroupDocs.Editor for Java...

    blog.groupdocs.com/editor/groupdocs-editor-for-...
  6. Logging | GroupDocs

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....Consulting Blog Knowledge Base New Releases Status Websites aspose...good news is that the same code can be used to create a new index...

    docs.groupdocs.com/search/nodejs-java/logging/
  7. Logging | GroupDocs

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....Consulting Blog Knowledge Base New Releases Status Websites aspose...good news is that the same code can be used to create a new index...

    docs.groupdocs.com/search/java/logging/
  8. It's Time to Upgrade to GroupDocs.Viewer for .N...

    GroupDocs.Viewer for .NET has been serving the developers in creating the document viewer applications for many years. With the efforts of our hard-working team and the support of our valuable customers, we are able to make the API stand among the top-ranked document viewer APIs. Since the Sky is the only limit, we always keep on enriching the API with more features, improving its performance, and making its usage easier for the developers....announce that we have introduced a new public API for GroupDocs.Viewer...between the coding styles of the new and old version of the API. This...

    blog.groupdocs.com/viewer/its-time-to-upgrade-t...
  9. Convert CAD Drawings to PDF in C# .NET | DGN DW...

    C# guide to convert the CAD files like DWG, DGN, and DWF to PDF format using document and image conversion .NET API by GroupDocs....CadLoadOptions loadOptions = new CadLoadOptions(); Specify Layouts...getLoadOptions = () => new CadLoadOptions { LayoutNames = new \[\]{ "Layout1"...

    blog.groupdocs.com/conversion/convert-cad-drawi...
  10. Working with metadata in WordProcessing documen...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document formats please refer to Supported Document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Metadata metadata = new Metadata ( Constants . InputDoc...

    docs.groupdocs.com/metadata/net/working-with-me...