Sort Score
Result 10 results
Languages All
Labels All
Results 1,751 - 1,760 of 1,983 for

release notes

(0.17 sec)
  1. Adding text watermarks | GroupDocs

    Following code snippet shows how to add text watermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker watermarker = new Watermarker("image.png"); // Initialize the font to be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...watermarker . close (); Warning Note that the origin of coordinates...

    docs.groupdocs.com/watermark/java/adding-text-w...
  2. Working with EXIF metadata | GroupDocs

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...owner, camera settings, etc. Note Please refer to the to get more...

    docs.groupdocs.com/metadata/java/working-with-e...
  3. Working with XMP metadata | GroupDocs

    This article shows how to access XMP metadata in a file of any supported format....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...data can be nested as well. Note Please find more information...

    docs.groupdocs.com/metadata/java/working-with-x...
  4. Working with vCard metadata | GroupDocs

    What is vCard? vCard, also known as VCF (Virtual Contact File), is a file format standard for electronic business cards. vCards are often attached to e-mail messages, but can be exchanged in other ways. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and even audio clips. Note For more information on the format please see https://en.wikipedia.org/wiki/VCard Getting Simple vCard metadata To access Metadata in a vCard, GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...photographs, and even audio clips. Note For more information on the...

    docs.groupdocs.com/metadata/java/working-with-v...
  5. Saving EditableDocument to stream | GroupDocs

    This article shows and explains the advances techniques and approaches while working with EditableDocument in advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...with adjustable resource links. Note Information, explained in this...

    docs.groupdocs.com/editor/java/saving-editabled...
  6. How to Run Examples | GroupDocs

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...filePath = @"C:\sample.docx" ; // NOTE: Put here actual path for your...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  7. How to Run Examples | GroupDocs

    Learn how to set up, run, and explore code examples for GroupDocs.Viewer for Python via .NET. Includes repository structure, setup steps, and troubleshooting tips....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...the project root directory. Note For more details about licensing...

    docs.groupdocs.com/viewer/python-net/how-to-run...
  8. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...Assembly Engine APIs Leave feedback Note In this article, we will discuss...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  9. Date range search | GroupDocs

    This article gives the knowledge that how to search by date with date range search using Java search API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...example, 2019-09-13. Please note that in a search query, dates...

    docs.groupdocs.com/search/java/date-range-search/
  10. Phrase search | GroupDocs

    This article gives the knowledge about phrase search definition as well as a phrase search description....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...“\“theory of relativity\””; Please note that if stop words are used...

    docs.groupdocs.com/search/net/phrase-search/