Sort Score
Result 10 results
Languages All
Labels All
Results 251 - 260 of 3,753 for

feature

(0.07 sec)
  1. GroupDocs.Redaction Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....has brought a quite useful feature for the developers who are...I will talk about the new feature and its usage. Metered License...

    blog.groupdocs.com/categories/groupdocs.redacti...
  2. Extracting Common Image Information | GroupDocs

    For all supported image formats the GroupDocs.Metadata API allows extracting common image properties such as width and height, MIME type, byte order, etc. Please see the code snippet below for more information on the Feature. Load an image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.ImageReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } More resources GitHub examples You may easily run the code above and see the Feature in action in our GitHub examples:...for more information on the feature. an image Extract the root...the code above and see the feature in action in our GitHub examples:...

    docs.groupdocs.com/metadata/net/extracting-comm...
  3. How to Add Polyline Annotation using Java

    Get familiar yourself with the process to add polyline annotation using Java and easily consume APIs to develop a capability to add polyline annotation in Java....the polyline annotation Java feature. You can start configuring...demonstrate the working of this feature. You can see that we have consumed...

    kb.groupdocs.com/annotation/java/how-to-add-pol...
  4. How to Compare CSV Files in Java

    Let's learn the step-by-step process to compare CSV files in Java by consuming API and how to consume this guide to develop Java compare CSV files functionality....developing the CSV files comparison feature. In this example code, we have...Java compare two CSV files feature in-depth and created sample...

    kb.groupdocs.com/comparison/java/how-to-compare...
  5. How to Convert HTML to Word using Java

    Learn how to convert HTML to Word in Java and look at sample code to generate DOCX from HTML in Java to conduct document transformations quickly....instructions for developing the feature, as well as sample code to...convert HTML to Word Java feature. To convert a document, you...

    kb.groupdocs.com/conversion/java/how-to-convert...
  6. How to Convert Word to PDF using C#

    Easily do document conversion between two popular formats and learn how to convert Word to PDF using C#. Quickly apply the guide to create C# Word to PDF capability....the C# convert Word to PDF feature by loading the source Word...creating the C# Word to PDF feature. Recently, we had published...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  7. GroupDocs.Comparison for .NET 26.5 – Latest Upd...

    Explore what's new in GroupDocs.Comparison for .NET 26.5. Available now on NuGet and GroupDocs website....Fixes and enhancements Major Features Multi-framework NuGet packaging...Fixes and enhancements # [Feature] Multi-framework NuGet packaging...

    blog.groupdocs.com/comparison/groupdocs-compari...
  8. GroupDocs Newsletter July 2018 – Professional D...

    Share this issue: Monthly NewsletterJuly 2018 Merge Word, PDF, Excel & PowerPoint Documents in .NET Join Multiple Documents of Same File Format into One GroupDocs.Merger for .NET - A native document manipulation API allowing to split, append, join, remove, reorder and combine pages of popular business documents formats into one. You can also manage document protection by setting up or removing passwords. Company News GroupDocs Consulting Partners Program GroupDocs has recently started consulting partners program to provide professional consultancy services, implementation and unique solutions to help GroupDocs API users develop customized solutions according to the business needs....NET now supports the feature of setting output page size...of the email messages. The feature of rendering password protected...

    blog.groupdocs.com/total/groupdocs-newsletter-j...
  9. EmailOptions Class is Introduced in GroupDocs.C...

    GroupDocs.Conversion for Java 18.7 covers a new Feature and a bug fix. MSG to PDF conversion issue is now resolved. Please take a look over the release notes to get an idea about the changes introduced. MailOption to control conversions from emailA new class EmailOptions is implemented in SaveOptions. Using that email options can be managed. PdfSaveOptions options = new PdfSaveOptions(); EmailOptions emailOptions = options.getEmailOptions(); emailOptions.setDisplayHeader(true); emailOptions.setDisplayEmailAddress(true); emailOptions.setDisplayFromEmailAddress(true); emailOptions.setDisplayToEmailAddress(true); emailOptions....7 covers a new feature and a bug fix. MSG to PDF conversion...

    blog.groupdocs.com/conversion/emailoptions-clas...
  10. Generating Page Preview for WordProcessing Docu...

    Learn how to generate a preview for any page of an existing WordProcessing document in SVG format using GroupDocs.Editor for Node.js via Java.... This feature enables users to view and inspect...byte stream or file. This feature works regardless of the licensing...

    docs.groupdocs.com/editor/nodejs-java/generatin...