Sort Score
Result 10 results
Languages All
Labels All
Results 2,661 - 2,670 of 17,738 for

pdf viewer

(0.06 sec)
  1. Add document to Word processing via OLE | Group...

    This article explains how to add document to Word processing via OLE with GroupDocs.Merger within your Java applications....Viewer Product Solution GroupDocs...sample demonstrates how to embed PDF file into DOCX document as OLE...

    docs.groupdocs.com/merger/java/add-document-to-...
  2. How to Convert HTML to Word using C#

    This short tutorial explains to you how to convert HTML to Word using C# without any third-party tool and how to use this guide to convert HTML to Word in C#....Viewer Product Family GroupDocs.Comparison...other document formats such as PDF, RTF, PNG, XLSX, PSD, and many...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert XML to CSV in C#

    This short article briefly explains the process to convert XML to CSV in C#. Review sample code to convert XML to CSV using C# and use it as a template for projects....Viewer Product Family GroupDocs.Comparison...an article on how to convert PDF to Excel using C# ; take a look...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Add squiggly annotation | GroupDocs

    The page describes how to add squiggly annotation to a document using GroupDocs.Annotation for .NET....Viewer Product Solution GroupDocs...annotator = new Annotator ( "input.pdf" )) { SquigglyAnnotation squiggly...

    docs.groupdocs.com/annotation/net/add-squiggly-...
  5. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Viewer Product Solution GroupDocs...document. Ex: @"C:\Docs\source.pdf" try ( Metadata metadata = new...

    docs.groupdocs.com/metadata/java/clean-metadata/
  6. Working with metadata in JPEG2000 images | Grou...

    Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Viewer Product Solution GroupDocs...to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. Synonym search | GroupDocs

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Viewer Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/java/synonym-search/
  8. Get supported file formats | GroupDocs

    Learn how to get a list of all supported file formats programmatically using GroupDocs.Parser for .NET. Check supported extensions and file types dynamically in C#....Viewer Product Solution GroupDocs...welcome to extract data from PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/parser/net/get-supported-fil...
  9. Save signed Image with different output file ty...

    This article explains how to save signed image with various image formats by GroupDocs.Signature API....Viewer Product Solution GroupDocs...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/save-signed-i...
  10. How to search for Image signatures | GroupDocs

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API....Viewer Product Solution GroupDocs...document. string fileName = "sample.pdf" ; using ( Signature signature...

    docs.groupdocs.com/signature/net/search-for-ima...