Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 15,994 for

pdf viewer

(0.11 sec)
  1. HTML | Documentation

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

    docs.groupdocs.com/parser/net/html/
  2. Search for built-in Metadata signatures | Docum...

     This article explains how to provide advanced search for metadata electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/search-for-bu...
  3. Highlighting results in network | Documentation

    This page contains information about highlighting search results in the search network....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/highlighting-resu...
  4. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/homophone-search/
  5. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/net/keyboard-layout-c...
  6. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....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...
  7. Digital signing with custom hash | Documentation

    This article explains how to apply digital signatures with custom hash algorithms using GroupDocs.Signature API....Viewer Product Solution GroupDocs..."sample.pdf" ; string sampleOutputFilePath = "signed.pdf" ; using...

    docs.groupdocs.com/signature/net/digital-signin...
  8. 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....Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" ); { TextSignOptions options...

    docs.groupdocs.com/signature/java/sign-document...
  9. HtmlViewOptions | GroupDocs.Viewer for .NET API...

    Contains options for rendering documents into HTML format. For details see the topichttps//docs.groupdocs.com/Viewer/net/renderingtohtml/ and its children....PdfOptions { get; set; } The PDF document view options. PresentationOptions...GroupDocs.Viewer.Options assembly GroupDocs.Viewer FileName IMaxSizeOptions...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  10. Sign documents with standard encryption for QR-...

    This article explains how to create encrypted QR-code electronic signature...Viewer Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { // setup key and passphrase...

    docs.groupdocs.com/signature/net/sign-documents...