Sort Score
Result 10 results
Languages All
Labels All
Results 2,151 - 2,160 of 4,273 for

values

(0.04 sec)
  1. Announcing AWS Integration with GroupDocs' Docu...

    We’re happy to announce that Amazon Web Service (AWS) has been integrated with GroupDocs , which allows us to offer you a new storage provision. You can now choose Amazon S3 as your default storage provider in GroupDocs. With this provision, you can store your files in your Amazon S3 bucket directly. Flexible storage provision is a key factor to consider when selecting document management solutions. With this integration, we make your document management process more flexible.... We value your suggestions and feedback;...

    blog.groupdocs.com/total/announcing-aws-integra...
  2. Announcing GroupDocs Viewer Plugin for Atlassia...

    We’re excited to announce the release of our new GroupDocs Viewer plugin (Version 1.0) for Atlassian Confluence. The GroupDocs Viewer plugin is now available for download in the Atlassian Marketplace or you can simply search and install it directly from your Confluence editor. [caption id=“attachment_1033” align=“alignnone” width=“552” caption=“Announcing GroupDocs Viewer plugin for Atlassian Confluence”] [/caption] GroupDocs Viewer is an efficient online document viewer, which lets you view documents online using your browser.... We value your feedback on our new plugin;...

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  3. Extracting MakerNote metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs.... Please cast the return value of the method to one of the...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/extracting-mak...
  4. Updating Image signatures with advanced options...

     This article explains how to provide advanced options when updating Image electronic signatures with GroupDocs.Signature API....some data source signature Id value String [] signatureIdList =...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/updating-imag...
  5. Using Web Icon Fonts - Best Practices

    Here at GroupDocs we take front end and web development in general very seriously. We constantly strive to improve our products and because of that, we try to keep up with the latest trends and best practices, not always an easy thing. But that doesn’t apply only to our front end department of course. Each and every one of us is trying to improve his skills and is eager to try different techniques that could result in better and more optimal outcomes.... Also, we use a direct value in the content property of the...on the HTML element, put the value of the content property in a...

    blog.groupdocs.com/total/using-web-icon-fonts-b...
  6. PDF-, Word-, Excel- und PowerPoint-Dateien in C...

    Führen Sie programmgesteuert PDF-, Word-Dokumente, Tabellenkalkulationen und Präsentationsdateien in Ihren .NET-basierten Anwendungen mit der Merger-API von GroupDocs in C# zusammen....bmp) Comma Separated Values File (.csv) Excel Binary Spreadsheet...Format File (.rtf) Tab Separated Values File (.tsv) Visio Drawing (...

    blog.groupdocs.com/de/merger/merge-pdf-word-exc...
  7. 使用 C# .NET 計算文檔中每個單詞的單詞數和出現次數

    使用 .NET 文檔解析 API 計算 C# 中 PDF、Word、Excel、PowerPoint 和電子郵件文檔中的單詞數及其出現次數。...Value); // 打印字數統計結果 Console.WriteLine("Total...of {0}: {1}", pair.Key, pair.Value); } } } 以下是上述代碼的輸出: 獲取免費的 API...

    blog.groupdocs.com/zh-hant/parser/count-words-a...
  8. How to Add Digital Signature to DOCX using Java

    This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....in DOCX files holds immense value. To demonstrate the implementation...

    kb.groupdocs.com/signature/java/how-to-add-digi...
  9. Load a file of a specific format | Documentation

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat JavaScript try { var loadOptions = new LoadOptions(FileFormat.Spreadsheet); const metadata = new groupdocs.metadata.Metadata("input.xls", loadOptions); var root = metadata.getRootPackageGeneric(); } More resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section. GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/nodejs-java/load-a-...
  10. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel file or remove slides from PowerPoint presentations with GroupDocs.Merger API.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/remove-pages/