Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 12,150 for

new

(0.09 sec)
  1. Disable image comparison in PDF documents | Gro...

    This article explains how to disable image comparison in PDF documents as a built in feature in GroupDocs.Comparison for .NET....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Comparer comparer = new Comparer ( "source.pdf" )) {...

    docs.groupdocs.com/comparison/net/disable-image...
  2. Add text watermarks | GroupDocs

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Consulting Blog Knowledge Base New Releases Status Websites aspose...'@groupdocs/groupdocs.viewer' ; const viewer = new Viewer ( "sample.docx" ) // Create...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  3. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Search...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  4. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Node.js via Java without a license (Evaluation Limitations)...Consulting Blog Knowledge Base New Releases Status Websites aspose...the license const license = new groupdocs . License (); license...

    docs.groupdocs.com/comparison/nodejs-java/licen...
  5. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Consulting Blog Knowledge Base New Releases Status Websites aspose...class try ( Parser parser = new Parser ( Constants . SampleDocx...

    docs.groupdocs.com/parser/java/search-text-in-m...
  6. GroupDocs conversion using converter method is ...

    Sample Code snippet: private String convertToPdfIfRequired(String originalFilePath, String sharedDirectory, int sortOrder) { if (originalFilePath == null || sharedDirectory == null) { log.error(“Original file path or …...toString(); try (Converter converter = new Converter(originalFilePath))...PdfConvertOptions options = new PdfConvertOptions(); converter...

    forum.groupdocs.com/t/groupdocs-conversion-usin...
  7. Render with responsive layout | GroupDocs

    Learn how to render your document with responsive HTML layout that looks great on mobile and desktop devices....Consulting Blog Knowledge Base New Releases Status Websites aspose...... using ( Viewer viewer = new Viewer ( "sample.docx" )) { //...

    docs.groupdocs.com/viewer/net/render-with-respo...
  8. GroupDocs.Redaction for Java 25.12 – 最新更新和修复(20...

    探索 GroupDocs.Redaction for Java 25.12 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...); final Redactor redactor = new Redactor ( inputStream ); final...ReplacementOptions textReplacement = new ReplacementOptions ( redactWith...

    blog.groupdocs.com/zh/redaction/groupdocs-redac...
  9. Render XML documents as HTML, PDF, PNG, and JPE...

    Convert XML to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer. Learn about options for pagination and image quality....Consulting Blog Knowledge Base New Releases Status Websites aspose...Starting from , the completely new XML processing module was implemented...

    docs.groupdocs.com/viewer/python-net/render-xml...
  10. Releasing Modern Web-Form Front End for GroupDo...

    Good News for ASP.NET Web-Form developers, we are proudly announcing the first release of our modern Web-Form based user interface for GroupDocs.Viewer for .NET API. This New release is simple, efficient and, user friendly showcase project. We would recommend you to clone this showcase project from GitHub and provide you valuable feedback. Let’s explore key highlights in this New user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design....Good news for ASP.NET Web-Form developers, we are proudly announcing...GroupDocs.Viewer for .NET API . This new release is simple, efficient...

    blog.groupdocs.com/viewer/releasing-modern-web-...