Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 4,669 for

as

(0.69 sec)
  1. Is GroupDocs.Editor compatible with the Xamarin...

    Hello, I have an iOS and Android mobile application developed with Xamarin.Forms. I am looking for a document editor that I can integrate into this application. I came across GroupDocs.Editor while searching for an edi…...Hello, I have an iOS and Android mobile application developed with Xamarin.Forms. I am looking for a document editor that I can integrate into this application. I came across GroupDocs.Editor while searching for an edi…

    forum.groupdocs.com/t/is-groupdocs-editor-compa...
  2. Extract hyperlinks from document | GroupDocs

    Learn how to extract hyperlinks from documents using GroupDocs.Parser for Python via .NET. Extract links with text and URLs from PDF, Word, Excel....Learn how to extract hyperlinks from documents using GroupDocs.Parser for Python via .NET. Extract links with text and URLs from PDF, Word, Excel.

    docs.groupdocs.com/parser/python-net/extract-hy...
  3. 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...
  4. 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-...
  5. CAD Document Support Introduced- GroupDocs.Conv...

    When you need to convert image file into other document format it seems very difficult tAsk and when it comes to convert AutoCad drawing document into other document format like PDF, Cells , HTML etc. it seems almost impossible with ordinary tools available in market. At GroupDocs we always tries to provide something innovative to our users, in this regard we are happy to announce another monthly releAse of GroupDocs....When you need to convert image file into other document format it seems very difficult task and when it comes to convert AutoCad drawing document into other document format like PDF, Cells , HTML etc. it seems almost impossible with ordinary tools available in market. At GroupDocs we always tries to provide something innovative to our users, in this regard we are happy to announce another monthly release of GroupDocs.

    blog.groupdocs.com/conversion/enhanced-autocad-...
  6. Generate document pages preview | GroupDocs

    Learn how to generate page previews (thumbnails) of documents using GroupDocs.Comparison for Python via .NET....Learn how to generate page previews (thumbnails) of documents using GroupDocs.Comparison for Python via .NET.

    docs.groupdocs.com/comparison/python-net/genera...
  7. Create EditableDocument from file or markup | G...

    This article explains how to create instance of the EditableDocument clAss from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API....This article explains how to create instance of the EditableDocument class from HTML files from disk or from HTML markup with resources using GroupDocs.Editor for .NET API.

    docs.groupdocs.com/editor/net/create-editabledo...
  8. Secure PDFs with Password Protection & Permissi...

    Step-by-step guide to implementing PDF document security with GroupDocs.Signature - add pAsswords, set user permissions, and control document access for enhanced protection...Step-by-step guide to implementing PDF document security with GroupDocs.Signature - add passwords, set user permissions, and control document access for enhanced protection

    blog.groupdocs.com/signature/protect-signed-pdf...
  9. eSign document with Text signature | GroupDocs

    This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically....This article explains how to sign a document with Text signature by GroupDocs.Signature API. Let's try to add a digital signature to a PDF programmatically.

    docs.groupdocs.com/signature/net/esign-document...
  10. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON).

    docs.groupdocs.com/assembly/net/generating-repo...