Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 2,342 for

errores pdf

(0.28 sec)
  1. Extract hyperlinks from document | GroupDocs

    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/java/extract-hyperlin...
  2. Handling MPEG audio metadata | GroupDocs

    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-...
  3. Working with metadata in PNG images | GroupDocs

    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...
  4. Getting documents in network | GroupDocs

    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...
  5. Convert to Diagram with advanced options | Grou...

    Follow this guide and learn how to convert between diagram formats (VSDX, VSD, VSS, etc.) and customize page fitting using GroupDocs.Conversion for .NET....excessive white space Creating PDFs or images with optimal dimensions...files to non-diagram formats (PDF, images, documents), use the...

    docs.groupdocs.com/conversion/net/convert-to-di...
  6. Sign document with different Text signature imp...

     This article explains how to sign document with Text electronic signatures using extended options with GroupDocs.Signature API....pdf" ); { TextSignOptions options...= signature . sign ( "signed.pdf" , options ); // analyzing result...

    docs.groupdocs.com/signature/java/sign-document...
  7. Locating signature with stretch mode | GroupDocs

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....pdf" )) { // define several signature...file signature . Sign ( "signed.pdf" , listOptions ); } More resources...

    docs.groupdocs.com/signature/net/locating-signa...
  8. Update Text signatures in document | GroupDocs

    This article explains how to update Text electronic signatures with GroupDocs.Signature API....pdf" ); try { TextSearchOptions options...signature . update ( "sampleSigned.pdf" , textSignature ); if ( result...

    docs.groupdocs.com/signature/java/update-text-s...
  9. Indexing additional fields | GroupDocs

    This article demonstrate that how to associate each document with certain additional metadata....pdf" . ToLowerInvariant (), "Spiritual"...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/indexing-addition...
  10. Update Barcode signatures in document | GroupDocs

    This article explains how to update Barcode electronic signatures with GroupDocs.Signature API....pdf" )) { BarcodeSearchOptions options...use the online app. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/update-barcode...