Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 2,442 for

resource

(0.23 sec)
  1. Extract data from Emails | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from emails. Both email message (eml, msg) and Outlook Storage (ost, pst) formats are supported. Also POP, IMAP and Exchange Web Services protocols are supported....Outlook Offline Data File More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/extract-data-from...
  2. Spreadsheet redactions | GroupDocs

    This article shows that how C# redaction API allows to redact data of sensitive or private nature from your XLS, XLSX, ODS spreadsheet document formats and others.... save ( so ) More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/python-net/spreads...
  3. تحويل ملفات EML إلى HTML باستخدام بايثون

    في هذا الموضوع، ستتعلم كيفية تحويل ملفات EML إلى HTML باستخدام بايثون. كما يوضح كيفية تحويل EML إلى HTML في بايثون مع الموارد المدمجة....HtmlViewOptions باستخدام for_embedded_resources لتجميع المخرجات في ملف HTML...

    kb.groupdocs.com/ar/viewer/python/render-eml-as...
  4. Viewer GWT Integration - Free Support Forum - g...

    Hi, <span lang="EN-GB" style="font-size: <br/> 12.0pt;font-family:"Times New Roman",serif;mso-fareast-font-family:"Times New Roman"; mso-ansi-language:EN-GB;mso-fareast-language:DE"> We are evaluating to integrate…... When I understand the resources correctly, I have to implement...

    forum.groupdocs.com/t/viewer-gwt-integration/2339
  5. Generate Barcode Online | Add Barcode to Docume...

    Create barcodes online! Learn to generate various types using user-friendly tools. Get a sneak peek into barcode creation with C# and Java code snippets....links for further details and resources: Documentation Examples –...

    blog.groupdocs.com/signature/generate-barcode-o...
  6. Releasing Modern Web-Form Front End for GroupDo...

    Good news for ASP.NET Web-Form developers, we are proudly announcing the first release of our modern Web-Form based user interface for GroupDocs.Viewer for .NET API. This new release is simple, efficient and, user friendly showcase project. We would recommend you to clone this showcase project from GitHub and provide you valuable feedback. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design....ResourcesWe have a few channels and resources for you to download, learn...

    blog.groupdocs.com/viewer/releasing-modern-web-...
  7. Releasing GroupDocs.Viewer for Java 3.2.2 with ...

    Here at GroupDocs we always look for new ways to enhance our products. We constantly strive to improve our user’s experience. Hence, we are excited to announce the new release of GroupDocs.Viewer for Java 3.2.2. The latest version of our document viewer API provides 10+ new features, 25+ improvements and fixes. Let’s explore the exciting features in GroupDocs.Viewer for Java 3.2.2. Document Viewer API for Java - FeaturesFollowing features are announced in this latest release: Ability to specify custom font paths New conversion mechanism for displaying multipage TIFF files Implement option that allows setting text document encoding Implement method that returns supported document formats Implement file description property that returns document type format Provide JPEG image quality setting Implement configuration option that allows set cells sheet conversion mode when converting to PDF Add support for Portuguese locale Add ability to show/hide gridlines for excel files Implement PdfFileOptions same as another Options classes Process files from the stream without specifying the fileName parameter GroupDocs....ResourcesHere are a few channels and resources for you to download, learn...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  8. Generate sample report for document with variab...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() dataSource = ga.data.XmlDataSource("datasource.xml") DataSourceInfo = ga.DataSourceInfo(dataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML 0 1 LG Nexus 5 350 5 123456789qwertyu0025 The Recipe Set up the source document data path Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More Resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....class Generate report More resources Advanced usage topics To learn...

    docs.groupdocs.com/assembly/python-net/barcode/
  9. Load document from local disk | GroupDocs

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a text into the reader try (TextReader reader = parser.getText()) { // Print a text from the document // If text extraction isn't supported, a reader is null System.... readToEnd ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. GroupDocs.Metadata for .NET | GroupDocs

    A .NET API to manipulate metadata is being consumed as metadata viewer for CRUD operations. It helps developers to read, write, edit and remove meta information from all popular document file formats...NET API Reference Useful Resources DEMOS AND EXAMPLES Work with...

    docs.groupdocs.com/metadata/net/