Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 4,410 for

as

(0.05 sec)
  1. Working with Spreadsheet Documents | Documentation

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Spreadsheet Documents GroupDocs.Assembly allows you to use data bands in table rows in Spreadsheet Documents. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the lAst occupied row As follows....Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Spreadsheet Documents GroupDocs.Assembly allows you to use data bands in table rows in Spreadsheet Documents. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows.

    docs.groupdocs.com/assembly/net/working-with-sp...
  2. Working with Presentation Documents | Documenta...

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Presentation Documents GroupDocs.Assembly allows you to use data bands in table rows in Presentation** Documents**. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the lAst occupied row As follows....Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Presentation Documents GroupDocs.Assembly allows you to use data bands in table rows in Presentation** Documents**. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows.

    docs.groupdocs.com/assembly/net/working-with-pr...
  3. Hello, World! | Documentation

    Render documents to HTML, PDF, JPEG, or PNG with GroupDocs.Viewer for Python via .NET. Simple and powerful!...Render documents to HTML, PDF, JPEG, or PNG with GroupDocs.Viewer for Python via .NET. Simple and powerful!

    docs.groupdocs.com/viewer/python-net/hello-world/
  4. Convert DOCX to JPG using Python

    Discover how to convert DOCX to JPG using Python with clear steps and code example. Effortlessly export DOCX to JPG using Python for high-quality image results....Discover how to convert DOCX to JPG using Python with clear steps and code example. Effortlessly export DOCX to JPG using Python for high-quality image results.

    kb.groupdocs.com/conversion/python/convert-docx...
  5. Add Text Watermark to PPTX using C#

    Learn how to add text watermark to PPTX using C#, without extra software installation. Additionally, you'll get code required to insert text watermark to PPTX in C#....Learn how to add text watermark to PPTX using C#, without extra software installation. Additionally, you'll get code required to insert text watermark to PPTX in C#.

    kb.groupdocs.com/watermark/net/add-text-waterma...
  6. Hotfix Release of GroupDocs.Metadata for .NET -...

    GroupDocs team is pleAsed to announce another hotfix releAse v17.10.2 of the GroupDocs.Metadata for .NET API. In earlier versions, bit depth wAs affected when removing metadata from Tiff files and the resultant image wAs turning into black and white. However, the API hAs been optimized to resolve this issue in the latest version. We recommend you to download or update your applications to use the latest version of the API....GroupDocs team is pleased to announce another hotfix release v17.10.2 of the GroupDocs.Metadata for .NET API. In earlier versions, bit depth was affected when removing metadata from Tiff files and the resultant image was turning into black and white. However, the API has been optimized to resolve this issue in the latest version. We recommend you to download or update your applications to use the latest version of the API.

    blog.groupdocs.com/metadata/hot-fix-release-of-...
  7. Introducing Simple and Easy to Use .NET Documen...

    We are introducing a new public API that is designed to be implemented eAsily. Those who are using previous version of the API (below 19.9), you don’t have to worry. The legacy API hAs been moved into legacy namespace. If you want to upgrade to v19.9, it is required to make project-wide replacement of namespace usages from GroupDocs.Conversion to GroupDocs.Conversion.Legacy in order to avoid any build issues. Why to use new version?...We are introducing a new public API that is designed to be implemented easily. Those who are using previous version of the API (below 19.9), you don’t have to worry. The legacy API has been moved into legacy namespace. If you want to upgrade to v19.9, it is required to make project-wide replacement of namespace usages from GroupDocs.Conversion to GroupDocs.Conversion.Legacy in order to avoid any build issues. Why to use new version?

    blog.groupdocs.com/conversion/introducing-simpl...
  8. TableFormatSetter for Slides is Improved in Gro...

    GroupDocs.Comparison for .NET 18.10 comes with an improvement and a few bug fixes. Issues such As style comparison in first column of Slides documents are now fixed. PleAse follow the releAse notes here for further details. We would recommend you to try the latest version of the API and share your feedback. Improvements Improve TableFormatSetter for Slides Bug FixFollowing issues are resolved for Slides: Table does not display text style change Issue with table theme Comparing styles in first column Issue with sizes of the resultant document Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....GroupDocs.Comparison for .NET 18.10 comes with an improvement and a few bug fixes. Issues such as style comparison in first column of Slides documents are now fixed. Please follow the release notes here for further details. We would recommend you to try the latest version of the API and share your feedback. Improvements Improve TableFormatSetter for Slides Bug FixFollowing issues are resolved for Slides: Table does not display text style change Issue with table theme Comparing styles in first column Issue with sizes of the resultant document Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.

    blog.groupdocs.com/comparison/tableformatsetter...
  9. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in Java language using GroupDocs.Merger for Java library....Learn how to merge archive files, combine archive files into one file programmatically in Java language using GroupDocs.Merger for Java library.

    docs.groupdocs.com/merger/java/merge/archives/
  10. Adding image watermarks | Documentation

    GroupDocs.Watermar API supports adding the following image file types As image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation....GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.

    docs.groupdocs.com/watermark/java/adding-image-...