Sort Score
Result 10 results
Languages All
Labels All
Results 1,141 - 1,150 of 2,199 for

errores pdf

(0.08 sec)
  1. Update QR-code signatures in document | GroupDocs

    This article explains how to update QR-code electronic signatures with GroupDocs.Signature API....pdf" ); try { QrCodeSearchOptions...signature . update ( "signed-output.pdf" , qrCodeSignature ); if ( result...

    docs.groupdocs.com/signature/java/update-qr-cod...
  2. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....demonstrates how to convert a PDF document to an ODT file using...Converter ( "professional-services.pdf" )) { // Configure presentation...

    docs.groupdocs.com/conversion/java/convert-to-w...
  3. Convert N consecutive pages | GroupDocs

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for Java API....pdf" , options ); } public static...converted.pdf converted.pdf is converted attachment PDF document...

    docs.groupdocs.com/conversion/java/convert-n-co...
  4. 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-...
  5. 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...
  6. 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...
  7. 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....pdf" ); if ( index . Dictionaries...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/document-passwords/
  8. Update Image signatures in document | GroupDocs

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

    docs.groupdocs.com/signature/net/update-image-s...
  9. Verify for multiple signatures | GroupDocs

    This topic explains how to verify electronic signatures of various types with GroupDocs.Signature API....pdf" )) { TextVerifyOptions textVerifyOptions...DigitalVerifyOptions ( "certificate.pdf" ) { Comments = "Test comment"...

    docs.groupdocs.com/signature/net/verify-for-mul...
  10. Composing signature with radial gradient brush ...

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

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