Sort Score
Result 10 results
Languages All
Labels All
Results 2,921 - 2,930 of 5,790 for

file signature

(0.82 sec)
  1. 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...
  2. Troubleshooting | GroupDocs

    Common issues you may face while processing Files with GroupDocs.Metadata for Python via .NET, and how to solve them....Signature Product Solution GroupDocs...you may face while processing files with GroupDocs.Metadata for...

    docs.groupdocs.com/metadata/python-net/getting-...
  3. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output...Signature Product Solution GroupDocs...annual-report.docx is a sample file used in this example. Click...

    docs.groupdocs.com/markdown/net/heading-offset/
  4. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for Java....Signature Product Solution GroupDocs...resources: only CSS. Audio files: only MP3 (appear in version...

    docs.groupdocs.com/editor/java/working-with-res...
  5. GroupDocs.Markdown for Python via .NET | GroupDocs

    Convert PDF, Word, Excel, and other documents to clean Markdown using Python....Signature Product Solution GroupDocs...Flexible image handling — Base64, file system with relative paths,...

    docs.groupdocs.com/markdown/python-net/
  6. Adding image watermarks | GroupDocs

    Add image watermarks from File or stream using GroupDocs.Watermark for Python via .NET....Signature Product Solution GroupDocs...Add image watermark from local file The following example shows...

    docs.groupdocs.com/watermark/python-net/adding-...
  7. Extracting Common Image Information | GroupDocs

    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...
  8. Get list of changes | GroupDocs

    Learn how to obtain a collection of detected changes using GroupDocs.Comparison for Python via .NET....Signature Product Solution GroupDocs...into services that operate on file streams. Was this page helpful...

    docs.groupdocs.com/comparison/python-net/get-li...
  9. Extend supported extensions list | GroupDocs

    This article explains the method which can be used when for some reason Files have non-standard extensions or if its format is supported, but not pre-configured....Signature Product Solution GroupDocs...be used when for some reason files have non-standard extensions...

    docs.groupdocs.com/redaction/net/extend-support...
  10. Update annotations | GroupDocs

    This page describes how to edit annotation properties - change annotation position, size, appearance etc. when annotate documents using GroupDocs.Annotation for Java....Signature Product Solution GroupDocs...add ( original ); // Save to file annotator . save ( "outputPath"...

    docs.groupdocs.com/annotation/java/update-annot...