Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 10,611 for

new

(0.05 sec)
  1. "Document is not found. Document ID: 7021" duri...

    Hello, We got an exception during a search that seems to be pretty rare. We were not able to reproduce it again, but we still want to report it to you and hope that you can fix it based on this description… This is the…...doing this: var searchOptions = new SearchOptions { RetrieveAttributes...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/document-is-not-found-doc...
  2. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Annotator annotator = new Annotator ( "result.pdf" )) {...

    docs.groupdocs.com/annotation/net/update-annota...
  3. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = New Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System....Consulting Blog Knowledge Base New Releases Status Websites aspose...filePath try ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/java/load-document-fr...
  4. 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...
  5. Evaluation Limitations and Licensing | Document...

    GroupDocs.Metadata for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Consulting Blog Knowledge Base New Releases Status Websites aspose...lic file" ; const license = new groupdocs . metadata . License...

    docs.groupdocs.com/metadata/nodejs-java/evaluat...
  6. EPUB Metadata Editor – View & Edit EPUB Properties

    Discover ways to view and edit EPUB metadata. Either edit EPUB metadata online or do it programmatically using C# & Java....needed: using (Metadata metadata = new Metadata("path/ebook.epub"))...metadata: try (Metadata metadata = new Metadata("path/ebook.epub"))...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  7. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....Consulting Blog Knowledge Base New Releases Status Websites aspose...JavaScript const metadata = new groupdocs . metadata . Metadata...

    docs.groupdocs.com/metadata/nodejs-java/working...
  8. Extract attachments from Emails | Documentation

    Extract email attachments using GroupDocs.Parser for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...class using ( Parser parser = new Parser ( filePath )) { // Extract...

    docs.groupdocs.com/parser/net/extract-attachmen...
  9. GroupDocs.Redaction Product Family on GroupDocs...

    GroupDocs.Redaction Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Redaction Product Family on GroupDocs Blog | Document Aut......requirements by introducing new features and improving the existing...Content from Documents using All-New GroupDocs.Redaction for .NET...

    blog.groupdocs.com/categories/groupdocs.redacti...
  10. Use OCR Connector | Documentation

    This article explains how to integrate OCR solution to GroupDocs.Parser...Consulting Blog Knowledge Base New Releases Status Websites aspose...ParserSettings settings = new ParserSettings ( new YourCustomOcrConnect...

    docs.groupdocs.com/parser/net/use-ocr-connector/