Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 9,195 for

word signature

(0.13 sec)
  1. Archive

    archives...Signature for .NET 26.6 – June 2026...GroupDocs Team · 2 min Compare Word Documents in C# .NET: Revision...

    blog.groupdocs.com/archives/
  2. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Signature for .NET 17.06.0. The latest...Version 17.6 of GroupDocs.Signature for .NET introduces support...

    blog.groupdocs.com/groupdocs.blog/page/74/
  3. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...Signature - learn how to create professional...professional digital signatures using stamps, images, and form fields...

    blog.groupdocs.com/groupdocs.blog/page/7/
  4. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...We will create a GroupDocs Signature envelope sample with the Sinatra...Sinatra framework. GroupDocs Signature envelopes are used to prepare...

    blog.groupdocs.com/groupdocs.blog/page/102/
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...in presentation software and word processing is frequently used...version 19.5 of GroupDocs.Signature for .NET with some extended...

    blog.groupdocs.com/groupdocs.blog/page/43/
  6. Supported File Formats | GroupDocs

    This topic lists file formats supported by GroupDocs.Total for Python via .NET....Signature Product Solution GroupDocs...merging, assembly, redaction, signature), and every product exposes...

    docs.groupdocs.com/total/python-net/supported-d...
  7. Set Text Shadow in Text Signatures using Java E...

    The team GroupDocs is really excited to announce the another monthly release of GroupDocs.Signature for Java v18.1. This release comes up with a feature of setting Text Shadow for Slides, Words and Cells documents. Furthermore, many improvements and fixes are also introduced in this version of the API. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience....Signature for Java v18.1. This release...setting Text Shadow for Slides, Words and Cells documents. Furthermore...

    blog.groupdocs.com/signature/java-e-signing-api...
  8. Determine the file type | GroupDocs

    This article explains how to get a type of a file with GroupDocs.Viewer for .NET using .NET / C#....Signature Product Solution GroupDocs...file. For example, Microsoft Word (.docx) and Adobe PDF (.pdf)...

    docs.groupdocs.com/viewer/net/how-to-determine-...
  9. Online Document Viewer Add-on from GroupDocs is...

    We’re glad to announce the launch of the GroupDocs Viewer add-on for Mozilla Firefox. This add-on allows you to embed documents using a Firefox browser. Access your GroupDocs account without having to log in each time you want to manage files. GroupDocs’ online document viewer allows you to view, read, and share documents easily and effectively. Managing cross-version issues and file format compatibility are some of the issues that GroupDocs Viewer overcomes....Firefox users can share Microsoft Word, PDF and other files with colleagues...independent. If you’re sharing a Word or PDF document, GroupDocs Viewer...

    blog.groupdocs.com/viewer/online-document-viewe...
  10. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Signature Product Solution GroupDocs...information about digital signatures associated with a document...

    docs.groupdocs.com/metadata/net/working-with-me...