Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 1,916 for

errores pdf

(0.05 sec)
  1. Working with IPTC IIM metadata | GroupDocs

    This article shows how to access IPTC metadata in a file of any supported format....pdf. Reading basic IPTC IIM properties...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-ip...
  2. Case sensitive search | GroupDocs

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct....welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/search/net/case-sensitive-se...
  3. Removing metadata | GroupDocs

    Not all metadata properties extracted from a file are marked with tags. Some file formats and metadata standards allow adding fully custom properties that can’t be properly tagged by the library since their purpose is not clearly defined in the appropriate format/standard specification. In such cases, you can use the name of the property to locate and remove it. The following example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties....to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/metadata/java/removing-metad...
  4. Handle loading of external resources documents ...

    Learn how to handle loading of external resources....documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/parser/net/handle-loading-of...
  5. Spell checking | GroupDocs

    This article shows that how spell checking works during the search....can be checked for spelling errors in words. To enable spelling..."Rleativity" containing a spelling error // The word "Relativity" will...

    docs.groupdocs.com/search/java/spell-checking/
  6. Logging | GroupDocs

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....information about events and errors in an index into a file, you... { error : function ( message ) { console . log ( 'Error: ' +...

    docs.groupdocs.com/search/nodejs-java/logging/
  7. OCR support | GroupDocs

    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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....result ; default : throw new Error ( 'The image type is not supported:...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  8. eSign document with Text signature | GroupDocs

    This article explains how to sign document with Text signature by GroupDocs.Signature API. Let's try to add digital signature to a Pdf programmatically....pdf" ); TextSignOptions options =...signature . sign ( "sample_signed.pdf" , options ); More resources...

    docs.groupdocs.com/signature/java/esign-documen...
  9. Document passwords | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....pdf" ). getAbsolutePath (); if (...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/document-passwords/
  10. Composing signature with solid brush background...

     This article explains how to fill signature background with solid brush...pdf" ); TextSignOptions options =...= signature . sign ( "signed.pdf" , options ); // analyzing result...

    docs.groupdocs.com/signature/java/composing-sig...