Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 1,724 for

errores pdf

(0.05 sec)
  1. How to save signed Image with different output ...

    This article explains how to save signed image with various image formats by GroupDocs.Signature API.... To sign PDF, Word, Excel, PowerPoint, and...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/signature/net/save-signed-im...
  2. Delete Text signatures from documents | Documen...

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API.... To sign PDF, Word, Excel, PowerPoint, and...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/signature/net/delete-text-si...
  3. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....welcome to extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/parser/net/extract-hyperlink...
  4. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/parser/java/handle-loading-o...
  5. Detect encoding | Documentation

    This article explains that how to detect encoding of a plain text file in java....welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...prompt, please hold on... An error occurred while retrieving the...

    docs.groupdocs.com/parser/java/detect-encoding/
  6. Verifying Text signatures | Documentation

     This article explains how to provide advanced verification of Text electronic signatures with GroupDocs.Signature API....pdf" ); // create QRCode option with...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/verify-text-s...
  7. Search for Text e-signatures | Documentation

    This topic explains how to search for text electronic signatures within the document pages by GroupDocs.Signature API....pdf" )) { // setup search options...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/search-for-tex...
  8. Getting documents in network | Documentation

    This page contains information about getting indexed documents in the search network....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/java/getting-document...
  9. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....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/working-with-m...
  10. Handling MPEG audio metadata | Documentation

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 files....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/handling-mpeg-...