Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 17,003 for

pdf viewer

(0.12 sec)
  1. Search for built-in Metadata signatures | Group...

    This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/search-for-bui...
  2. Sign document with XML Advanced Electronic Sign...

     This article explains how to sign document with XML advanced electronic signatures (XAdES) using GroupDocs.Signature API....Viewer Product Solution GroupDocs...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Alphabet | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/alphabet/
  4. Extract hyperlinks from document | GroupDocs

    This article explains that how to extract hyperlinks from documents....Viewer Product Solution GroupDocs...welcome to extract images from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  5. Supported Document Types | GroupDocs

    This section describes GroupDocs.Merger for Python via .NET supported document types...Viewer Product Solution GroupDocs...document Cross-format merge to PDF / XPS Cross-format merge to DOC...

    docs.groupdocs.com/merger/python-net/supported-...
  6. Extract formatted text from document | GroupDocs

    This article explains that how to extract formatted text from document....Viewer Product Solution GroupDocs...documents and extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/extract-formatted...
  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....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // define several signature...

    docs.groupdocs.com/signature/net/locating-signa...
  8. Indexing additional fields | GroupDocs

    This article demonstrate that how to associate each document with certain additional metadata....Viewer Product Solution GroupDocs...@"C:\MyDocuments\BhagavadGitaAsItIs.pdf" . ToLowerInvariant (), "Spiritual"...

    docs.groupdocs.com/search/net/indexing-addition...
  9. Load Note document with options | GroupDocs

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for .NET API....Viewer Product Solution GroupDocs...converting from Note into to PDF document: With v24.10 and later:...

    docs.groupdocs.com/conversion/net/load-note-doc...
  10. 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....Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/java/working-with-m...