Sort Score
Result 10 results
Languages All
Labels All
Results 841 - 850 of 1,987 for

resource

(0.05 sec)
  1. Add Rotation to Signature Appearance Using Grou...

    Team GroupDocs is really excited to announce the monthly release of GroupDocs.Signature for .NET 17.2.0. About 30 improvements, numerous new features and fixes are introduced in this release. GroupDocs.Signature for .NET 17.2.0 provides various options for dealing with a signature’s appearance. The API implements rotation,transparency,size adjustment & opacity for a signature and adds the ability to verify a Pdf document signed with text sticker/annotation signature. Simply download this latest release and try out all the exciting features introduced in this release....ResourcesHere are a few channels and resources for you to learn, try and...

    blog.groupdocs.com/signature/groupdocs.signatur...
  2. Generate and Automate Documents using Multiple ...

    At GroupDocs, we are always keen to broaden the usability of our APIs across multiple platforms. Keeping that in mind, we are pleased to release GroupDocs.Assembly for Java, a simpe document automation and report generation API that is materialized with multitude of extinct features that you may not have experience before. Such as, support of multiple data sources, multitude of supported file formats. We would encourage you to explore the API and share your valuable feedback....ResourcesHere are a few channels and resources for you to download, learn...

    blog.groupdocs.com/assembly/releasing-next-gene...
  3. Load document from url | Documentation

    Learn how to Load document from url.... ReadToEnd ()); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/parser/net/load-document-fro...
  4. Save in rasterized PDF | Documentation

    This article demonstrates that how to save the document as a rasterized PDF file...RasterizeToPDF = true }); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/save-in-raster...
  5. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...RasterizeToPDF = false }); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/save-overwriti...
  6. Save with default options | Documentation

    This article demonstrates the simplest way to save the document... Save (); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/save-with-defa...
  7. Nesting search queries in object form | Documen...

    This article gives the knowledge about nesting search queries in object form....+ Wildcard – + – – – More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/nesting-search-qu...
  8. Extract Hyperlinks from XLSX using C#

    Learn how to extract hyperlinks from XLSX using C# with this guide. You will get code example to read hyperlinks from XLSX in C# without installing extra tools....files can point to external resources, internal references, or other...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  9. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook.... Xls ); } } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/net/exporting-metad...
  10. Get supported file formats | Documentation

    The getSupportedFileTypes method of the FileType class is used to obtain a list of supported file types. An example of obtaining a list of supported file types is presented below. Iterable supportedFileTypes = FileType.getSupportedFileTypes(); Iterator iterator = supportedFileTypes.iterator(); while (iterator.hasNext()) { FileType fileType = (FileType)iterator.next(); System.out.println(fileType.getExtension() + " - " + fileType.getDescription()); } More Resources Advanced usage topics To learn more about library features and get familiar how to manage metadata and more, please refer to theadvanced usage section....getDescription ()); } More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/java/get-supported-...