Sort Score
Result 10 results
Languages All
Labels All
Results 2,561 - 2,570 of 12,048 for

new

(0.41 sec)
  1. Adjusting comparison sensitivity | GroupDocs

    Learn more about document comparison sensitivity and how to adjust it to achieve best performance and accuracy when compare documents with GroupDocs.Comparison for Java....Consulting Blog Knowledge Base New Releases Status Websites aspose.... try ( Comparer comparer = new Comparer ( "source.docx" )) {...

    docs.groupdocs.com/comparison/java/adjusting-co...
  2. How to Run Examples | GroupDocs

    This article describes how to run Python digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our examples out-of-the-box....Consulting Blog Knowledge Base New Releases Status Websites aspose...project from scratch Create a new Python project directory and...

    docs.groupdocs.com/signature/python-net/how-to-...
  3. Indexing password protected documents | GroupDocs

    This page describes how to perform indexing of password protected documents. Indexing using the password dictionary To perform indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index const index = new groupdocs . search . Index (...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  4. Working with metadata in PSD images | GroupDocs

    Reading Photoshop Metadata properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Consulting Blog Knowledge Base New Releases Status Websites aspose...PsdReadImageResource try ( Metadata metadata = new Metadata ( Constants . PsdWithIrb...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. GroupDocs.Comparison Releases on GroupDocs Blog...

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

    blog.groupdocs.com/categories/groupdocs.compari...
  6. Password Protect / UnProtect Word Documents in ...

    Add passwords to Word documents within Java applications. Change the existing password of protected DOC DOCX files or remove passwords to unlock....Let’s change the password with a new one. The following steps change...current password. Now define the new password using password update...

    blog.groupdocs.com/merger/lock-unlock-word-docu...
  7. GroupDocs Newsletter April 2018 – Document Mani...

    Share this issue: Monthly Newsletter April 2018 Java APIs to Add & Remove Watermarks from PDF, Microsoft Office, Email and Image File Formats Perform complex watermarking operations with simple syntax, easy to use methods and a few lines of code within Java applications. GroupDocs.Watermark for Java is a powerful document watermarking API to add, search and remove watermarks in popular business and image file formats. The watermarks added by the API are hard to be automatically removed by third-party tools, while it can be easily used for searching and removing previously added watermarks of popular types....NET Product News ASP.NET MVC Modern UI Document...Document Viewer that comes up with new features and improvements for...

    blog.groupdocs.com/total/groupdocs-newsletter-a...
  8. Extract text in Accurate mode | GroupDocs

    Learn how to extract text in Accurate mode from documents using GroupDocs.Parser for .NET. High-quality text extraction with best accuracy from PDF, Word, Excel and 50+ formats in C#....Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-text-in-a...
  9. Font Processing Issue with GroupDocs - Turns th...

    We have a document that contains an image and text with Arial-BoldMT, Helvetica Bold, MinionPro-Regular (Embedded Subset) and SourceSans3-Regular(Embedded). We have installed these fonts in the Windows processing machin…...Dictionary<int, string> jPGFilePaths = new Dictionary<int, string>(); foreach...convertedImagePath); using (var converter = new GroupDocs.Conversion.Converter(PDFFilePath))...

    forum.groupdocs.com/t/font-processing-issue-wit...
  10. Search results | GroupDocs

    This article shows that how to perform the operations on search results....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Indexing...

    docs.groupdocs.com/search/java/search-results/