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

as

(0.19 sec)
  1. Get the PDF output file information | GroupDocs

    This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET....This article explains how to get the PDF output file information using .NET / C# with GroupDocs.Viewer for .NET.

    docs.groupdocs.com/viewer/net/get-pdf-output-fi...
  2. Table of Contents getting updated during conver...

    Hello Team, I am converting a Word document using GroupDocs.Conversion with version 25.3.1. In the source Word document, the table of contents are not updated with correct page numbers. However, during conversion, the …...Hello Team, I am converting a Word document using GroupDocs.Conversion with version 25.3.1. In the source Word document, the table of contents are not updated with correct page numbers. However, during conversion, the …

    forum.groupdocs.com/t/table-of-contents-getting...
  3. Extract text in Raw mode | GroupDocs

    Learn how to extract text in Raw mode from documents using GroupDocs.Parser for Python via .NET. FAst text extraction with improved performance for large documents....Learn how to extract text in Raw mode from documents using GroupDocs.Parser for Python via .NET. Fast text extraction with improved performance for large documents.

    docs.groupdocs.com/parser/python-net/extract-te...
  4. Announcing Hotfix release of GroupDocs.Comparis...

    This hotfix of GroupDocs.Comparison for .NET 18.7.1 comes with a security improvement. We’d recommend you to try latest version of the API and enhance your document comparison experience. Improvements Security improvements update Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.Comparison for .NET API: Nuget Package - NuGet Install Documentation - Product Docs Video Tutorials - YouTube Videos Support Forum - Technical Support Forum Example / Plugins - Github source code examples Feedback You are always welcome to share your feedback and suggestions to improve this product, we take it very seriously and try to incorporate it As much As its possible for upcoming releAses ....This hotfix of GroupDocs.Comparison for .NET 18.7.1 comes with a security improvement. We’d recommend you to try latest version of the API and enhance your document comparison experience. Improvements Security improvements update Available Channels and Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs.Comparison for .NET API: Nuget Package - NuGet Install Documentation - Product Docs Video Tutorials - YouTube Videos Support Forum - Technical Support Forum Example / Plugins - Github source code examples Feedback You are always welcome to share your feedback and suggestions to improve this product, we take it very seriously and try to incorporate it as much as its possible for upcoming releases .

    blog.groupdocs.com/comparison/announcing-hotfix...
  5. 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...
  6. 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...
  7. 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-...
  8. 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-...
  9. 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...
  10. Working with Presentation Documents | GroupDocs

    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...