Sort Score
Result 10 results
Languages All
Labels All
Results 1,271 - 1,280 of 2,604 for

resource

(0.04 sec)
  1. Add Image Watermark to DOC Using Python

    This tutorial explains how to add image watermark to DOC using Python, allowing you to embed a centered logo watermark in Word 97–2003 documents....manager to manage document resources safely Initialize an ImageWatermark...

    kb.groupdocs.com/watermark/python/add-image-wat...
  2. Extract Hyperlinks from PDF using C#

    Quickly learn how to extract hyperlinks from PDF using C# with a step-by-step guide. There is no need to install extra software to read hyperlinks from PDF in C#....references or connect to external resources. Extract hyperlinks from PDF...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  3. Digital Signature Verification Options Introduc...

    We are really pleased to announce another monthly release of GroupDocs.Signature for .NET 17.01.0. The latest version of the API comes up with a number of new features, enhancements and bug fixes; ability to check, load and verify digitally signed documents, ability to name the output file in save options, adjust the opacity of text signatures etc are just to name a few. We would suggest you to download this latest release and check out all the improvements we have made to the API....ResourcesHere are a few channels and resources for you to learn, try and...

    blog.groupdocs.com/signature/digital-signature-...
  4. Publishing Modern SharePoint Web-Part for Group...

    GroupDocs team is proudly announcing new **Modern Web-Part **for SharePoint Developers for GroupDocs.Viewer for .NET API. Using this release SharePoint developers can not only integrate GroupDocs.Viewer in their SharePoint site, but they can also customize it according to their needs. This new release is simple, efficient and, user friendly. Please download and investigate this new Web-Part. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design....ResourcesWe have a few channels and resources for you to download, learn...

    blog.groupdocs.com/viewer/publishing-modern-sha...
  5. GroupDocs.Annotation .NET Python Integration | ...

    Learn to integrate GroupDocs.Annotation for .NET with Python using pythonnet. Master two proven methods to solve assembly loading challenges, featuring complete code samples for wrapper-based and reflection-based annotation approaches....Step 3: Discover Additional Resources Frequently Asked Questions...obfuscated, embedded DLLs from resources Outcome : ReflectionTypeLoadEx...

    blog.groupdocs.com/annotation/python-integration/
  6. Handle page breaks and paragraph spacing - Free...

    Peace and Good Day Andrey, Thankyou for contacting and asking. Actually we are using the JAVA version of group docs APIs. I tried to explore the .Net version to see if it has better support for Editor UI. Our current …... Is there any good resources or technical assistance you...

    forum.groupdocs.com/t/handle-page-breaks-and-pa...
  7. Render DOC as JPG using Python

    If you want to render DOC as JPG using Python, this topic is for you. It explains how to convert DOC to JPG in Python with page-by-page rendering with good output....safely and manage system resources automatically Create an instance...

    kb.groupdocs.com/viewer/python/render-doc-as-jp...
  8. Render EML as JPG using Python

    Learn how to render EML as JPG using Python. This tutorial explains how to convert EML to JPG in Python with custom dimensions for static email visualization....load the EML file and manage resources automatically Create JpgViewOptions...

    kb.groupdocs.com/viewer/python/render-eml-as-jp...
  9. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format. advanced_usage.loading_files.LoadingFileOfSpecificFormat // Explicitly specifying the format of a file to load you can spare some time on detecting the format LoadOptions loadOptions = new LoadOptions(FileFormat.Spreadsheet); // Constants.InputXls is an absolute or relative path to your document. Ex: @"C:\Docs\source.xls" try (Metadata metadata = new Metadata(Constants.InputXls, loadOptions)) { SpreadsheetRootPackage root = metadata.getRootPackageGeneric(); // Use format-specific properties to extract or edit metadata System.... } More resources GitHub examples You may easily...

    docs.groupdocs.com/metadata/java/load-a-file-of...
  10. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...