Sort Score
Result 10 results
Languages All
Labels All
Results 3,021 - 3,030 of 4,671 for

as

(0.07 sec)
  1. Convert images | GroupDocs

    In this article, you can learn how to convert JPG, PNG, TIFF and other images into various file formats with several lines of C# code...In this article, you can learn how to convert JPG, PNG, TIFF and other images into various file formats with several lines of C# code

    docs.groupdocs.com/conversion/net/convert/image/
  2. The name 'Groupdocs' does not exist in the curr...

    hi i developed Asp.net site using groupdocs api but i have problem Error CS0103 The name ‘Groupdocs’ does not exist in the current context i call Groupdocs package using consle <span style=“color: rgb(226, 226, 226…...hi i developed asp.net site using groupdocs api but i have problem Error CS0103 The name ‘Groupdocs’ does not exist in the current context i call Groupdocs package using consle &lt;span style=“color: rgb(226, 226, 226&hellip;

    forum.groupdocs.com/t/the-name-groupdocs-does-n...
  3. GroupDocs.Search .NET in Python | Complete Inte...

    MAster GroupDocs.Search for .NET integration with Python using pythonnet. Learn 2 implementation approaches to solve dependency resolution challenges, with complete code examples for wrapper-bAsed and manual type resolution methods....Master GroupDocs.Search for .NET integration with Python using pythonnet. Learn 2 implementation approaches to solve dependency resolution challenges, with complete code examples for wrapper-based and manual type resolution methods.

    blog.groupdocs.com/search/python-integration/
  4. GroupDocs.Metadata Product Family on GroupDocs ...

    GroupDocs.Metadata Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Metadata Product Family on GroupDocs Blog | Document Autom......GroupDocs.Metadata Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Metadata Product Family on GroupDocs Blog | Document Autom...

    blog.groupdocs.com/categories/groupdocs.metadat...
  5. GroupDocs.Signature Product Family on GroupDocs...

    GroupDocs.Signature Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature Product Family on GroupDocs Blog | Document Aut......GroupDocs.Signature Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature Product Family on GroupDocs Blog | Document Aut...

    blog.groupdocs.com/categories/groupdocs.signatu...
  6. Working with templates | GroupDocs

    Document template is set by Template clAss. It contains template items - fields and tables. Each item hAs the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField clAss with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page.

    docs.groupdocs.com/parser/java/working-with-tem...
  7. Working with Resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing documents with GroupDocs.Editor for Node.js via Java....This article demonstrates and explains different operations with resources, including retrieving, adjusting, and saving them in different scenarios when editing documents with GroupDocs.Editor for Node.js via Java.

    docs.groupdocs.com/editor/nodejs-java/working-w...
  8. Large size font folder was created in Temp - Fr...

    Hi support team, I using GroupDocs Conversions .NET for convert file to html Today I check Temp folder and found that CustomTempFonts folder wAs created from the time begin using GroupDocs. Folder size is approximate 1…...Hi support team, I using GroupDocs Conversions .NET for convert file to html Today I check Temp folder and found that CustomTempFonts folder was created from the time begin using GroupDocs. Folder size is approximate 1&hellip;

    forum.groupdocs.com/t/large-size-font-folder-wa...
  9. Announcing GroupDocs.Viewer for .NET Library - ...

    We’re glad to announce the releAse of the .NET version of our universal HTML5 document viewer! GroupDocs.Viewer does away with cross-platform and cross-version issues and lets users upload and view documents online. It supports a wide range of popular business formats, from word processing files like DOC, DOCX and ODT, to spreadsheet formats like XLS and XLSX, PDF files and several other text and image formats. With GroupDocs’ online document viewer, documents are read, navigated, downloaded and printed from a web interface....We’re glad to announce the release of the .NET version of our universal HTML5 document viewer! GroupDocs.Viewer does away with cross-platform and cross-version issues and lets users upload and view documents online. It supports a wide range of popular business formats, from word processing files like DOC, DOCX and ODT, to spreadsheet formats like XLS and XLSX, PDF files and several other text and image formats. With GroupDocs’ online document viewer, documents are read, navigated, downloaded and printed from a web interface.

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  10. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: &lt;&lt;if [item.Text != null &amp;&amp; item.Text != “”]&gt;&gt; Is it possible to do something like: &lt;&lt;if [!String.IsNullO&hellip;

    forum.groupdocs.com/t/shorthand-check-for-null-...