Sort Score
Result 10 results
Languages All
Labels All
Results 3,491 - 3,500 of 4,440 for

as

(0.52 sec)
  1. Vulnerabilities in GroupDocs.Conversion - Free ...

    Using latest GroupDocs.Conversion.NETFramework 25.11.0 We have identified 2 vulnerabilities in conversion. Exploitation Steps Step 1 Using your editor of choice create a file with the following content and save it wi…...Using latest GroupDocs.Conversion.NETFramework 25.11.0 We have identified 2 vulnerabilities in conversion. Exploitation Steps Step 1 Using your editor of choice create a file with the following content and save it wi…

    forum.groupdocs.com/t/vulnerabilities-in-groupd...
  2. Encountered an error when saving document in Ed...

    Hello, I encounter an error when saving the docs in the Editor Demo for .NET Webform, downloading from github. Can you pleAse help me take a look of this error? image.png (47.9 KB) Regards, WK...Hello, I encounter an error when saving the docs in the Editor Demo for .NET Webform, downloading from github. Can you please help me take a look of this error? image.png (47.9 KB) Regards, WK

    forum.groupdocs.com/t/encountered-an-error-when...
  3. Cancel document viewing in ASP.NET Core - Free ...

    Hi, Is there any way to cancel document rendering in AsP.NET Core? Cancel rendering | Documentation (groupdocs.com) For example if there’s issue in the document, and we’d like to cancel it within IFileStorage.ReadFile…...Hi, Is there any way to cancel document rendering in ASP.NET Core? Cancel rendering | Documentation (groupdocs.com) For example if there’s issue in the document, and we’d like to cancel it within IFileStorage.ReadFile…

    forum.groupdocs.com/t/cancel-document-viewing-i...
  4. GroupDocs.Search 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.search-...
  5. Conversion from EML to PDF with attached office...

    Hello, I have upgraded from 21.5 to 24.1, and the EML to PDF conversion is not working anymore As it used to with the older version. If, in the EML file, there is an attached MS Office document, that hAs been pAssword …...Hello, I have upgraded from 21.5 to 24.1, and the EML to PDF conversion is not working anymore as it used to with the older version. If, in the EML file, there is an attached MS Office document, that has been password …

    forum.groupdocs.com/t/conversion-from-eml-to-pd...
  6. 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#....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#.

    kb.groupdocs.com/parser/net/how-to-extract-text...
  7. How to Compare Images in C#

    Do you want to perform image comparison eAsily, then review the guide to compare Images in C# and learn how to create the image comparison in C# functionality?...Do you want to perform image comparison easily, then review the guide to compare Images in C# and learn how to create the image comparison in C# functionality?

    kb.groupdocs.com/comparison/net/how-to-compare-...
  8. How to Sign PDF Document with Barcode signature...

    Quickly review the detailed instructions for generating Barcode signature in C# and how to use Barcode digital signature for signing the PDF document....Quickly review the detailed instructions for generating Barcode signature in C# and how to use Barcode digital signature for signing the PDF document.

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  9. 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...
  10. Getting known property descriptors | GroupDocs

    Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET....Extract information about known properties available in a particular package using GroupDocs.Metadata for Python via .NET.

    docs.groupdocs.com/metadata/python-net/getting-...