Sort Score
Result 10 results
Languages All
Labels All
Results 2,431 - 2,440 of 5,083 for

file signature

(0.04 sec)
  1. How to Highlight Text in PDF using Java

    Within this article, we will show you how to highlight text in PDF using Java. We'll provide you complete step-by-step guidance to highlight text using Java in PDF....Signature Product Family GroupDocs.Metadata...library and configuring the file paths, incorporating this code...

    kb.groupdocs.com/annotation/java/how-to-highlig...
  2. How to Extract Text from PDF in C#

    This short article provides the procedure to extract text from PDF in C# and how to use this stepwise guide to write code to extract text from PDF using C#....Signature Product Family GroupDocs.Metadata...documents. We have used a PDF file for extracting text in this...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  3. Migration notes | Documentation

    How to migrate from earlier versions of GroupDocs.Conversion for Java...Signature Product Solution GroupDocs...conversion process to any supported file format (instead of the ConversionHander...

    docs.groupdocs.com/conversion/java/migration-no...
  4. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Conversion for .NET...Signature Product Solution GroupDocs...conversion process to any supported file format (instead of ConversionHander...

    docs.groupdocs.com/conversion/net/migration-notes/
  5. Get default load options for a source format | ...

    In this article, you will learn how to get default load options for a source format with GroupDocs.Conversion for .NET API....Signature Product Solution GroupDocs...method of the class with source file extension as a parameter. From...

    docs.groupdocs.com/conversion/net/get-default-l...
  6. Extracting Common Image Information | Documenta...

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the feature. Load an image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Signature Product Solution GroupDocs...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  7. Showcases | Documentation

    Code examples and live demostrations of GroupDocs.Conversion for Java...Signature Product Solution GroupDocs...provided below to learn more about file conversion features. GitHub...

    docs.groupdocs.com/conversion/java/showcases/
  8. GroupDocs.Classification for .NET | Documentation

    Home Note Welcome to the GroupDocs.Classification for .NET GroupDocs.Classification for .NET is a powerful and intuitive library used for texts and documents classification with several taxonomies. Documents could be in various formats,including Microsoft Word and OpenDocument Writer File formats, PDF documents, RTF and TXT. Classification results can be easily customized with multiple and flexible options. GroupDocs.Classification for .NET Resources Following are the links to some useful resources you may need to accomplish your tasks....Signature Product Solution GroupDocs...Word and OpenDocument Writer file formats, PDF documents, RTF...

    docs.groupdocs.com/classification/net/
  9. GroupDocs.Redaction for .NET | Documentation

    A .NET API for redaction of sensitive and classified information from the documents. You can redact in adobe pdf, redact in excel or in many of different File formats using c#...Signature Product Solution GroupDocs...from the documents of different file formats. The API provides a...

    docs.groupdocs.com/redaction/net/
  10. Add text watermarks | Documentation

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....Signature Product Solution GroupDocs...as viewer : # Create an HTML file. viewOptions = gvo . HtmlViewOptions...

    docs.groupdocs.com/viewer/python-net/add-text-w...