Sort Score
Result 10 results
Languages All
Labels All
Results 3,741 - 3,750 of 4,704 for

as

(0.12 sec)
  1. 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:...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<ImageRootPackage>(); 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:

    docs.groupdocs.com/metadata/net/extracting-comm...
  2. Add search text annotation | GroupDocs

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."

    docs.groupdocs.com/annotation/net/add-search-te...
  3. Load document from Stream | GroupDocs

    This section explains how to load document from stream with GroupDocs.Signature API....This section explains how to load document from stream with GroupDocs.Signature API.

    docs.groupdocs.com/signature/net/load-document-...
  4. In-Table List in Email Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show managers’ name. It must show the sum of contract prices against each manager....Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email. Report must show managers’ name. It must show the sum of contract prices against each manager.

    docs.groupdocs.com/assembly/java/in-table-list-...
  5. Generate Tiling Watermarks - Enhance Document S...

    Discover the techniques to generate tiling watermarks for documents using C#, Java, and Node.js. Enhance your document security with this step-by-step guide....Discover the techniques to generate tiling watermarks for documents using C#, Java, and Node.js. Enhance your document security with this step-by-step guide.

    blog.groupdocs.com/watermark/generate-tiling-wa...
  6. PathBase support in ASP.NET Core - Free Support...

    Hi, With regards to link generations (related to Using GroupDocs in AsP.NET Core Linux Docker - Free Support Forum - groupdocs.com), when we use PathBAse in AsP.NET Core, the PathBAse value is not prepended in the gene…...Hi, With regards to link generations (related to Using GroupDocs in ASP.NET Core Linux Docker - Free Support Forum - groupdocs.com), when we use PathBase in ASP.NET Core, the PathBase value is not prepended in the gene&hellip;

    forum.groupdocs.com/t/pathbase-support-in-asp-n...
  7. GroupDocs.Comparison Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or clAssify documents of almost all the popular file formats....Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.

    blog.groupdocs.com/categories/groupdocs.compari...
  8. Image search in network | GroupDocs

    This page contains information about reverse image search in the search network....This page contains information about reverse image search in the search network.

    docs.groupdocs.com/search/java/image-search-in-...
  9. Case sensitive search | GroupDocs

    This article gives the knowledge of the cAse sensitive search which allows you to find words considering uppercAse and lowercAse letters As distinct using Java....This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java.

    docs.groupdocs.com/search/nodejs-java/case-sens...
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reAsons to use the new updated API provided by GroupDocs.Redaction for .NET since version 19.9: Redactor clAss introduced As a single entry point to manage the document redaction process (instead of DocumentclAss from previous versions). Methods RedactWith() of the Document clAss were replaced with similar Apply() methods in Redactor clAss. Method Document.Save(Stream, SaveOptions) wAs replaced with Redactor.Save(Stream, RAsterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) wAs removed....Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for .NET since version 19.9: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods RedactWith() of the Document class were replaced with similar Apply() methods in Redactor class. Method Document.Save(Stream, SaveOptions) was replaced with Redactor.Save(Stream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed.

    docs.groupdocs.com/redaction/net/migration-notes/