Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 10,375 for

new

(0.04 sec)
  1. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Consulting Blog Knowledge Base New Releases Status Websites aspose...SpreadsheetReadFileF try ( Metadata metadata = new Metadata ( Constants . InputXlsx...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Integration for Zapier - How to Create a Custom...

    Zapier allows seamless integration with dozens of APIs. In this post I’ll explain how to create an integration with the GroupDocs Storage API. Put simply the process of integration with Zapier is Read -> Process -> Write. The left side of the integration is called a trigger and the right side is an action. The central process simply converts your API response to a format suitable for the write action. We are going to create a trigger for New files....going to create a trigger for new files. When you upload files...and folders. Click Save . A new page is loaded, with the name...

    blog.groupdocs.com/total/integration-for-zapier...
  3. Remove Comments in ZIP Format using GroupDocs.M...

    We always keep on adding New features in our APIs for better user experience. Therefore, today we are proudly announcing version 17.12 of GroupDocs.Metadata for .NET API. Using the latest release, you can now remove **comments **in ZIPformat and read **thumbnail of JPEG **format from EXIF segment. We recommend you to download and use the latest version of the API. GroupDocs.Metadata for .NET 17.12 - New Features Following are the New features introduced in version 17....We always keep on adding new features in our APIs for better...NET 17.12 - New Features # Following are the new features introduced...

    blog.groupdocs.com/metadata/remove-comments-in-...
  4. GroupDocs Editor API bug - Free Support Forum -...

    Dear Sir, I am using your GroupDocs Editor Demo API and run it locally. However, I encountered two bugs when running the project. No response when trying to open a New document from local PC. https://drive.google.co…...response when trying to open a new document from local PC. https://drive...type anything when creating a new document. https://drive.google...

    forum.groupdocs.com/t/groupdocs-editor-api-bug/...
  5. Fixing Invalid Form Fields | Documentation

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for .NET...Consulting Blog Knowledge Base New Releases Status Websites aspose...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp (); loadOptions...

    docs.groupdocs.com/editor/net/fixing-invalid-fo...
  6. Sign documents with Metadata embedded object | ...

    This article explains how to create encrypted Metadata electronic signature with embedded custom object....Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/sign-document...
  7. Implement custom encryption with QR-code signat...

    This article explains how to implement custom encryption for QR-code electronic signatures....Consulting Blog Knowledge Base New Releases Status Websites aspose...class as not serialize Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/implement-cus...
  8. Search for encrypted object in QR-code signatur...

     This article explains how to search for encrypted electronic signatures in QR-code electronic signatures. This topic contains example of using standard encryption, serialization, class definition and search for embedded objects in QR-codes with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...GroupDocs.Signature: Create new instance of class and pass source...

    docs.groupdocs.com/signature/java/search-for-en...
  9. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = New Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = New IndexingOptions(); options....Consulting Blog Knowledge Base New Releases Status Websites aspose...Creating an index Index index = new Index ( indexFolder ); // Setting...

    docs.groupdocs.com/search/java/ocr-support/
  10. .NET 9 - Fails to recognise .ppt file - Free Su...

    In a .NET application, attempting to convert the attached Powerpoint fails with the following conversion code. ppt file.zip (284.5 KB) using var converter = New Converter(() => ms); var convertOptions = New PdfConvertO…...converter = new Converter(() => ms); var convertOptions = new PdfConvertOptions();...We have opened the following new ticket(s) in our internal issue...

    forum.groupdocs.com/t/net-9-fails-to-recognise-...