Sort Score
Result 10 results
Languages All
Labels All
Results 4,901 - 4,910 of 17,206 for

file

(0.48 sec)
  1. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API.... }; // sign document to file signature . Sign ( "signedSample"...// ... }; // sign document to file VerificationResult result =...

    docs.groupdocs.com/signature/net/processes-canc...
  2. 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....add ( original ); // Save to file annotator . save ( "outputPath"...update ( updated ); // Save to file annotator1 . save ( outputPath...

    docs.groupdocs.com/annotation/java/update-annot...
  3. Processes cancellation | GroupDocs

    This article explains how to control signature processing (cancellation) for large documents with GroupDocs.Signature API.... }; // sign document to file signature . sign ( "Signed.pdf"...// ... }; // sign document to file VerificationResult result =...

    docs.groupdocs.com/signature/java/processes-can...
  4. 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…...scenario is like this: the document file is fetched from external API...

    forum.groupdocs.com/t/cancel-document-viewing-i...
  5. 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:...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/extracting-comm...
  6. User roles | GroupDocs

    The page describes how to implement user roles in GroupDocs.Annotation for .NET API....pdf-file" )) { AreaAnnotation area =...

    docs.groupdocs.com/annotation/net/apply-roles/
  7. Sign document with Digital signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in Node.Js with step-by-step instructions....); // Optional: setup image file path options . setImageFilePath...'1234567890' ); // Sign document to file const result = signature . sign...

    docs.groupdocs.com/signature/nodejs-java/sign-d...
  8. Get list of changes | GroupDocs

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

    docs.groupdocs.com/comparison/python-net/get-li...
  9. Extract tables from document | GroupDocs

    Learn how to extract tables from documents including Excel spreadsheets, Word documents, and PDFs using GroupDocs.Parser for .NET. Complete guide with code examples for extract tables from Excel C# scenarios....processing data-rich Excel files programmatically. IEnumerable...Parser.Templates ; // Excel file path string excelPath = "sample...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  10. About annotation UI and Signature UI - Free Sup...

    Hi Aleksei, I have already shared the standalone application that I have integrated into my project. Could you please provide the corrections directly within that sample? Thanks, Abhinay Patel...(password, documentGuid)); Files.move(Paths.get(documentGuid)...the issue (or a similar test file). If it’s sensitive, feel free...

    forum.groupdocs.com/t/about-annotation-ui-and-s...