Sort Score
Result 10 results
Languages All
Labels All
Results 1,021 - 1,030 of 10,115 for

new

(0.03 sec)
  1. GroupDocs.Metadata for .NET 1.2.0 introduces me...

    GroupDocs team takes pride to announce the monthly release of GroupDocs.Metadata for .NET with some promising New features. Our initial two releases were focused on processing metadata against varying document formats including Microsoft Office, PDF, Adobe Photoshop and image formats - the complete list of supported document formats can be found at: Supported File Formats. In this release, we are focused on introducing varying New features to work on metadata associated with these document formats including (but of course not limited to) Metadata Comparison and Search....NET with some promising new features. Our initial two releases...focused on introducing varying new features to work on metadata...

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  2. Annotate Word Documents with GoupDocs.Annotatio...

    GroupDocs Team is pleased to announce New release of GroupDocs.Annotation for .NET 3.1.0 API. The latest release of our Document Annotation API provides New features, Improvement’s and fixes for existing features. GroupDocs.Annotation 3.1.0 also included support for word document format with all major annotation types (Highlight Text, Area Annotation, and Strikeout etc). Please download the latest release to enhance your application with document annotation features New Features and Support for Word DocumentIn this release All Annotations for Words Document is now supported with improvement and enhancement....Team is pleased to announce new release of GroupDocs.Annotation...Document Annotation API provides new features, Improvement’s and fixes...

    blog.groupdocs.com/annotation/annouced-groupdoc...
  3. Handle Empty Paragraphs using GroupDocs.Assembl...

    We are excitedly announcing the monthly release of GroupDocs.Assembly for Java 18.10. Using the latest version, you can now remove empty paragraphs in word processing, presentation, and email documents. We recommend you to install the latest version of the API for a better user experience. Features Introduced While assembling a document, if syntax tags are removed or replaced with empty values, the output document will have empty paragraphs. In version 18....10, we have introduced a new member REMOVE_EMPTY_PARAGRAPHS...Result document without the new option applied. Prefix Suffix...

    blog.groupdocs.com/assembly/handle-empty-paragr...
  4. PDF Conversion is Improved in GroupDocs.Convers...

    GroupDocs.Conversion for .NET 18.8 comes with some New features, improvements and a bug fix. PdfFormattingOptions class is introduced when converting to PDF format. Some of the obsolete constructors and properties are removed. Moreover, there’s also a security improvement. Please refer to GroupDocs.Conversion for .NET 18.8 release notes for further reference. We’d recommend you to integrate latest version of the API in your applications and share your feedback. Features PdfFormattingOptions when converting to PDF var saveOptions = New PdfSaveOptions(); saveOptions....8 comes with some new features, improvements and a...converting to PDF # var saveOptions = new PdfSaveOptions(); saveOptions...

    blog.groupdocs.com/conversion/pdf-conversion-is...
  5. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...source code we used: Item item = new Item { Text = "not empty" };...DocumentAssembler assembler = new DocumentAssembler(); // The following...

    forum.groupdocs.com/t/shorthand-check-for-null-...
  6. Convert specific pages | Documentation

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Node.js via Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...document: const converter = new groupdocs . conversion . Converter...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  7. Setting author of changes | Documentation

    This article explains how to set author of changes name in the resulting document in GroupDocs.Comparison for Node.js via Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...changes author: const comparer = new groupdocs . comparison . Comparer...

    docs.groupdocs.com/comparison/nodejs-java/setti...
  8. Extracting MakerNote metadata | Documentation

    What is MakerNote? MakerNote metadata refers to image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Consulting Blog Knowledge Base New Releases Status Websites aspose...MakerNoteReadAllTags try ( Metadata metadata = new Metadata ( Constants . CanonJpeg...

    docs.groupdocs.com/metadata/java/extracting-mak...
  9. How to load password-protected document | Docum...

    This article explains how to load password protected document with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents. LoadOptions loadOptions = new LoadOptions () { Password = "1234567890"...

    docs.groupdocs.com/signature/net/load-password-...
  10. Save a modified file to the original source | D...

    This article shows how to save the modified content to the underlying source in Java....Consulting Blog Knowledge Base New Releases Status Websites aspose...@"C:\Docs\test.ppt" File outputFile = new File ( Constants . OutputPpt...

    docs.groupdocs.com/metadata/java/save-a-modifie...