Sort Score
Result 10 results
Languages All
Labels All
Results 2,281 - 2,290 of 10,573 for

new

(0.22 sec)
  1. GroupDocs.Conversion Releases on GroupDocs Blog...

    GroupDocs.Conversion Releases on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Conversion Releases on GroupDocs Blog | Document Automation So......Highlights Explore what's new in GroupDocs.Conversion for ...

    blog.groupdocs.com/categories/groupdocs.convers...
  2. 使用 C# .NET 在 Word、Excel、PDF、ZIP 文档格式中搜索文本

    GroupDocs.Search 是一个功能强大的全文搜索 API,它允许您在应用程序中搜索 70 多种文档格式。...documents to search // a) Create new index or // b) Open existing...existing index Index index = new Index(indexFolder); // c) Subscribe...

    blog.groupdocs.com/zh/search/search-text-in-wor...
  3. Linux Compatibility for Python version

    Linux Compatibility for Python version Hi, I just purchased a license and I'm trying to find the python binaries for the Linux version, for GroupDocs.Watermark, I could only find macosx and windows......@SpxAmanda , We have just released a new version of GroupDocs.Watermark...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/linux-compatibility-for-p...
  4. Render Email Attachments and Outlook Data Files...

    We are back with a major release of GroupDocs.Viewer for Java as version 19.1. The latest release has come with some exciting New features as well as a bunch of improvements and important bug fixes. Please have a look at the release notes to know about the New features and the changes introduced in GroupDocs.Viewer for Java 19.1. Furthermore, if you are planning to upgrade the API from any previous version, we strongly recommend you to check the Public API Changes section of release notes....has come with some exciting new features as well as a bunch of...release notes to know about the new features and the changes introduced...

    blog.groupdocs.com/viewer/render-email-attachme...
  5. Rearrange Pages in Word using C# | Organize DOC...

    Reorder the pages of Word files using C#. The running example shows how to change the order of pages in DOC/DOCX files using the .NET API....particular page to move to its new position. The following are the...number of the target page and its new position using the MoveOptions...

    blog.groupdocs.com/merger/move-word-pages-using...
  6. Color Chart Series Dynamically in Email Message...

    GroupDocs team is proudly announcing two New features and three enhancements in the monthly release of GroupDocs.Assembly for .NET 18.6. Using the latest version, you can now use C# 6.0 null-conditional operators **?. **and ?[]. Change the color of chart series and individual point series dynamically for Email Messages with HTML and RTF bodies. Furthermore, to enhance the API, colors are preserved for a pie chart in the Word Processing document, fonts are preserved for a chart title, and static colors are preserved for chart series in the Email document....team is proudly announcing two new features and three enhancements...Features IntroducedFollowing new features are introduced in version...

    blog.groupdocs.com/assembly/color-chart-series-...
  7. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....Consulting Blog Knowledge Base New Releases Status Websites aspose...specified folder Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/net/using-aliases/
  8. SQLite DB on GroupDocs Blog | Document Automati...

    SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in SQLite DB on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers 使用 C#......(Parser parser = new Parser(connectionString, new LoadOptions(FileFormat...

    blog.groupdocs.com/zh/tag/sqlite-db/index.xml
  9. Parse Documents to Extract Text and Metadata us...

    GroupDocs.Parser for Java API is in the market since last year and it is proved to be one of the powerful document parser APIs. It allows parsing and reading popular formats of word processing documents, spreadsheets, presentations, ebooks, emails, markup documents, notes, archives, and databases. Not only the text but you can also extract the images and metadata properties from various document formats including PDF, XLS, XLSX, CSV, DOC, DOCX, PPT, PPTX, MPP, EML, MSG, OST, PST, ONE, and many more.... What is new in Parser API for Java? # In...the source code and use the new public API’s classes and methods...

    blog.groupdocs.com/parser/extract-text-and-meta...
  10. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = New Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...GifReadFileFormatPro try ( Metadata metadata = new Metadata ( Constants . InputGif...

    docs.groupdocs.com/metadata/java/working-with-m...