Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 4,668 for

as

(0.5 sec)
  1. Working with String Template | GroupDocs

    GroupDocs.Assembly API allows you to use a string As input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used As per the application needs. Follow these steps to using a string As input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)...GroupDocs.Assembly API allows you to use a string as input and output template, instead of document. This feature improves programmability while working with strings instead of documents, the resultant output string can be used as per the application needs. Follow these steps to using a string as input and output template: Initialize DocumentAssembler Define sourceString @"«[yourValue]»" Convert sourceString to sourceBytes using Encoding.UTF8.GetBytes(sourceString) GettargetBytes using DocumentAssembler.AssembleDocument() Get targetString using Encoding.UTF8.GetString(targetBytes)

    docs.groupdocs.com/assembly/net/working-with-st...
  2. Render OTS and WebP File Formats with GroupDocs...

    We’ve been delighted to see the response that we received from the users since we releAsed next generation GroupDocs.Viewer for .NET. Therefore, we always keep improving the API and adding more attractive features to it and today, we are much excited to releAse GroupDocs.Viewer for .NET 16.12.0. With this latest releAse of the year, users will be able to render and view OTS and WebP file formats. This releAse also contains some important bug fixes and improvements....We’ve been delighted to see the response that we received from the users since we released next generation GroupDocs.Viewer for .NET. Therefore, we always keep improving the API and adding more attractive features to it and today, we are much excited to release GroupDocs.Viewer for .NET 16.12.0. With this latest release of the year, users will be able to render and view OTS and WebP file formats. This release also contains some important bug fixes and improvements.

    blog.groupdocs.com/viewer/render-ots-webp-with-...
  3. Indexing runs forever with 100% RAM when indexi...

    Unfortunately, we found one more problem when indexing an EML file we found… The indexing takes forever and runs with 100% RAM usage As soon As it is in the folder to index. :confused: SignedMailWithPlainTextBody.zip (…...Unfortunately, we found one more problem when indexing an EML file we found… The indexing takes forever and runs with 100% RAM usage as soon as it is in the folder to index. :confused: SignedMailWithPlainTextBody.zip (…

    forum.groupdocs.com/t/indexing-runs-forever-wit...
  4. Conversion from Jpeg2000 is introduced in Group...

    We are pleAsed to announce another monthly releAse of GroupDocs.Conversion for .NET 17.12. This releAse comes with support of Jpeg2000. Few improvements and bug fixes are also introduced. Such As Image to SVG conversion is improved and InvalidValueFormatException exception on PDF to TIF conversion is resolved. We’d recommend you to download the latest releAse of the API and share your experience. Document Conversion API for .NET - Feature Implement conversion from/to Jpeg2000 GroupDocs Document Conversion API - Improvements Possibility to convert one sheet per page or depending on print area when converting Cells to Pdf Optimize target Pdf for minimum file size when converting Cells to Pdf Image to SVG conversion Words to Gif conversion improvement GroupDocs....We are pleased to announce another monthly release of GroupDocs.Conversion for .NET 17.12. This release comes with support of Jpeg2000. Few improvements and bug fixes are also introduced. Such as Image to SVG conversion is improved and InvalidValueFormatException exception on PDF to TIF conversion is resolved. We’d recommend you to download the latest release of the API and share your experience. Document Conversion API for .NET - Feature Implement conversion from/to Jpeg2000 GroupDocs Document Conversion API - Improvements Possibility to convert one sheet per page or depending on print area when converting Cells to Pdf Optimize target Pdf for minimum file size when converting Cells to Pdf Image to SVG conversion Words to Gif conversion improvement GroupDocs.

    blog.groupdocs.com/conversion/conversion-jpeg20...
  5. Using Bootstrap With LESS CSS - Tutorial

    As I mentioned in my article on how to optimize Bootstrap this post will explain the bAsic syntax and features that the LESS language hAs to offer which you’ll need to extend, edit or minify Bootstrap. Hopefully this tutorial will help you understand the bAsics of using Bootstrap with LESS. What Is LESS? LESS is a dynamic stylesheet language which gives you more options and freedom when writing CSS. It helps you keep styles better organized, cAscade styles more naturally and correct, and it speeds up CSS development in general....As I mentioned in my article on how to optimize Bootstrap this post will explain the basic syntax and features that the LESS language has to offer which you’ll need to extend, edit or minify Bootstrap. Hopefully this tutorial will help you understand the basics of using Bootstrap with LESS. What Is LESS? LESS is a dynamic stylesheet language which gives you more options and freedom when writing CSS. It helps you keep styles better organized, cascade styles more naturally and correct, and it speeds up CSS development in general.

    blog.groupdocs.com/total/using-bootstrap-with-l...
  6. How to Create GroupDocs Viewer Plugin for Conta...

    This article explains the bAsics of creating a plugin for the Contao CMS using the Contao Viewer plugin As an example. You can download the completed plugin from Contao. Requirements Contao CMS PHP 5.3 JavAscript PreparationTo create a GroupDocs Viewer plugin for Contao CMS: Install Contao CMS. The installation of this CMS is a simple. Allow GroupDocs to appear go to Admin > Setting > Security settings > Allowed HTML tags and just add at the end....This article explains the basics of creating a plugin for the Contao CMS using the Contao Viewer plugin as an example. You can download the completed plugin from Contao. Requirements Contao CMS PHP 5.3 JavaScript PreparationTo create a GroupDocs Viewer plugin for Contao CMS: Install Contao CMS. The installation of this CMS is a simple. Allow GroupDocs to appear go to Admin > Setting > Security settings > Allowed HTML tags and just add at the end.

    blog.groupdocs.com/viewer/how-to-create-groupdo...
  7. professional-services.pdf

    DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary .............................................DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary ..........................................

    docs.groupdocs.com/conversion/python-net/_sampl...
  8. professional-services.pdf

    DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary .............................................DRAFT PROFESSIONAL SERVICES Business Plan DRAFT TABLE OF CONTENTS Introduction ........................................................4 1. Executive Summary ..........................................

    docs.groupdocs.com/conversion/java/_sample_file...
  9. Working with JSON Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.11 or later releAses. Simplified working with JSON data sources To access JSON data while building a report, you can pAss a JsonDatAsource instance to the engine As a data source. Using of JsonDatAsource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended As follows:...Note This feature is only compatible with GroupDocs.Assembly for Java 19.11 or later releases. Simplified working with JSON data sources To access JSON data while building a report, you can pass a JsonDataSource instance to the engine as a data source. Using of JsonDataSource enables you to work with typed values of JSON elements in template documents. For more convenience, the set of simple JSON types is extended as follows:

    docs.groupdocs.com/assembly/java/working-with-j...
  10. Working with Email Messages using GroupDocs.Wat...

    We are pleAsed to announce the releAse of version 17.11 of GroupDocs.Watermark for .NET API. This version enables you to work with Email Formats and obsolete SlidesBAseSlide.BackgroundImage property hAs been removed. Just download the latest releAse to get benefit from new features available in GroupDocs.Watermark for .NET API. PleAse continue to read more about version 17.11. Working with Email FormatsGroupDocs.Watermark for .NET 17.11 provides the ability to work with the Email formats....We are pleased to announce the release of version 17.11 of GroupDocs.Watermark for .NET API. This version enables you to work with Email Formats and obsolete SlidesBaseSlide.BackgroundImage property has been removed. Just download the latest release to get benefit from new features available in GroupDocs.Watermark for .NET API. Please continue to read more about version 17.11. Working with Email FormatsGroupDocs.Watermark for .NET 17.11 provides the ability to work with the Email formats.

    blog.groupdocs.com/watermark/working-with-email...