Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 2,395 for

list

(0.03 sec)
  1. GroupDocs.Viewer 2.0 - New Features and Improve...

    Greetings! This is Part B of my post looking at the new features and enhancements to the GroupDocs document viewer for .NET version 2.0. For those of you who missed my previous post, please find it here. This time I’m going to continue describing the core updates that the library has seen in the second major release. So, here we go: Enhanced Text Search Options GroupDocs.Viewer 2.0 includes a lot of helpful text search improvements.... You can find a complete list of improvements, as well as...

    blog.groupdocs.com/viewer/new-features-and-impr...
  2. Create EditableDocument from file or markup | D...

    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 Java API.... UTF_8 ); List < IHtmlResource > allResources...

    docs.groupdocs.com/editor/java/create-editabled...
  3. Render archives as HTML, PDF, and image files |...

    Convert archive files (ZIP, RAR, etc.) to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer for Python....the property to obtain the lists of folders in the archive file...GroupDocs.Viewer also allows you to list and extract all files contained...

    docs.groupdocs.com/viewer/python-net/render-arc...
  4. Digital Signature - esign XLTM documents | Grou...

    Digital signature (eSignature) for XLTM made easy with GroupDocs Signature. Create your electronic digital signatures and esign XLTM documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/xltm
  5. Digital Signature - esign DOTX documents | Grou...

    Digital signature (eSignature) for DOTX made easy with GroupDocs Signature. Create your electronic digital signatures and esign DOTX documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/dotx
  6. Adding text watermarks | Documentation

    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.... The full list of supported properties for...

    docs.groupdocs.com/watermark/java/adding-text-w...
  7. Digital Signature - esign PPTM documents | Grou...

    Digital signature (eSignature) for PPTM made easy with GroupDocs Signature. Create your electronic digital signatures and esign PPTM documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/pptm
  8. Digital Signature - esign PNG documents | Group...

    Digital signature (eSignature) for PNG made easy with GroupDocs Signature. Create your electronic digital signatures and esign PNG documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/png
  9. Digital Signature - esign CSV documents | Group...

    Digital signature (eSignature) for CSV made easy with GroupDocs Signature. Create your electronic digital signatures and esign CSV documents for free!... Please see the list below. BMP (Bitmap Image File)...

    products.groupdocs.app/signature/csv
  10. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full List of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file format information. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file format information advanced_usage.... For the full list of supported document formats...

    docs.groupdocs.com/metadata/java/working-with-m...