Sort Score
Result 10 results
Languages All
Labels All
Results 3,531 - 3,540 of 13,025 for

new

(0.1 sec)
  1. PowerPoint Presentation

    EMC Documentum has announced the end of life of Webtop , the user interface on which FirstDoc is based. This means companies have to upgrade to a New solution. Generis is providing an end-to-end re......companies have to upgrade to a new solution. Generis is providing...cost and integration issues. New text HIGHLIGHTS Stay compliant...

    docs.groupdocs.com/editor/python-net/_output_fi...
  2. Optimize Document Comparison Performance: Scale...

    Learn how to optimize document comparison performance for high-volume workloads. This guide demonstrates batch processing, parallel comparison, and performance optimization techniques using GroupDocs.Comparison API for Node.js to scale document comparison to millions of files....initialization const comparer = new groupdocs . Comparer ( sourcePath...performance const compareOptions = new groupdocs . CompareOptions ();...

    blog.groupdocs.com/comparison/optimize-document...
  3. sample.pst

    SPAM Search Folder 2 Top of Personal Folders Deleted Items Introducing the Improved Aspose.Tasks for Java and Other News from Aspose, April 2015 048df8f5-315c-4e2e-b9fd-fea8a1c3fe2a.jpg 048df8f5-31......Tasks for Java and Other News from Aspose, April 2015 048...April, 2015 Introducing the New and Improved Aspose.Tasks for...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  4. PPTX to PDF conversion is taking a long time on...

    Hello, I’m getting a strange behaviour with the conversion of a pptx document to pdf taking a very large amount of time on several windows machines while on other machines it is running very fast. The following code is…...ConversionLogger convlogger = new ConversionLogger(logwebprint...ConverterSettings convsettings = new ConverterSettings(); convsettings...

    forum.groupdocs.com/t/pptx-to-pdf-conversion-is...
  5. 使用 Java 在多个文件中查找任何单词及其同义词

    使用 Java 在不同文件中查找特定单词及其同义词。同样,使用 Java Search API 获取按不同含义分组的所有同义词。...// 在指定文件夹中创建索引 Index index = new Index(indexFolder); index.add(documentsFolder);...创建搜索选项对象 SearchOptions options = new SearchOptions(); options.set...

    blog.groupdocs.com/zh/search/find-synonyms-in-m...
  6. Loading Documents from Streams with the GroupDo...

    Greetings! As you may noticed, in most GroupDocs.Viewer for .NET sample projects, target documents are presented in the form of files. They are usually placed in the “testfiles” folder, which is specified in the Global.asax. So you might think that GroupDocs.Viewer can work with files only. But this is not true - GroupDocs.Viewer can also load documents from byte streams (System.IO.Stream). Moreover, there are no limitations on the type of stream: whether it’s a FileStream, a MemoryStream or a NetworkStream - GroupDocs....and MVC projects, and added new chapters describing how to handle...

    blog.groupdocs.com/viewer/loading-documents-str...
  7. Update Lyrics3v2 Metadata Tags in MP3 Format us...

    We are delighted to announce a New feature and enhancements in the monthly release of GroupDocs.Metadata for .NET 18.10. Using the latest version, you can now update Lyrics3v2 tags in MP3 format. Memory consumption is now reduced for working with PNG, JPEG2000, BMP, DICOM, DJVU, EMF, WEBP and WMF formats. Furthermore, **MetadataUtility **obsolete methods are now removed and a bug, while cleaning or updating metadata of Strict Open XML Presentation (....are delighted to announce a new feature and enhancements in the...

    blog.groupdocs.com/metadata/update-lyrics3v2-me...
  8. Basic usage | GroupDocs

    Quick Start section for GroupDocs.Redaction API Perform redactions for your documents easily with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when source document “sample.docx” is stored at a local drive and you want to apply redactions to it....Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/redaction/python-net/basic-u...
  9. Loading files | GroupDocs

    GroupDocs.Metadata allows you to load password-protected documents and load files from different sources. For more details please refer to the following guides:...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/metadata/java/loading-files/
  10. Saving documents | GroupDocs

    Saving a document with method Save(), GroupDocs.Watermark puts it in the same folder as the original file, rewriting original. If you need to save the document to any custom location, you’ll have to use Save(string) method or Save(Stream) of Watermarker class. You can see examples of Save methods in one of these guides: Save document to the same file or stream Save document to the specified location Save document to the specified stream...Consulting Blog Knowledge Base New Releases Status Websites aspose...

    docs.groupdocs.com/watermark/net/saving-documents/