Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 3,889 for

feature

(0.04 sec)
  1. GroupDocs Newsletter May 2018 – Document Manipu...

    Share this issue: Monthly Newsletter May 2018 Professional APIs for Creating Document Management Applications Manipulate 100+ Business File Formats in .NET and Java Apps GroupDocs offers Feature-rich document manipulation APIs for .NET and Java developers to build web, mobile or desktop apps with the capability to view, annotate, convert, e-sign, compare, assemble, and watermark document formats. You can also extract text, retrieve metadata information and manipulate documents using HTML....Java Apps GroupDocs offers feature-rich document manipulation...Annotation for .NET supports a new feature to annotate header and footer...

    blog.groupdocs.com/total/groupdocs-newsletter-m...
  2. Color Chart Series Dynamically in Email Message...

    GroupDocs team is proudly announcing two new Features and three enhancements in the monthly release of GroupDocs.Assembly for .NET 18.6. Using the latest version, you can now use C# 6.0 null-conditional operators **?. **and ?[]. Change the color of chart series and individual point series dynamically for Email Messages with HTML and RTF bodies. Furthermore, to enhance the API, colors are preserved for a pie chart in the Word Processing document, fonts are preserved for a chart title, and static colors are preserved for chart series in the Email document....proudly announcing two new features and three enhancements in...the API. Features IntroducedFollowing new features are introduced...

    blog.groupdocs.com/assembly/color-chart-series-...
  3. 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...
  4. Working with ZIP archives | GroupDocs

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....demonstrates the usage of this feature. AdvancedUsage.ManagingMetadataForS...demonstrates the usage of this feature. AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-zi...
  5. Working with Outer Document Insertion | GroupDocs

    Note This Feature is supported by version 3.2.0 or greater. Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run-time. <> Warning A doc tag can be used almost anywhere in a template document except text-boxes and charts....Insertion Leave feedback Note This feature is supported by version 3.2...Processing Formats Note This feature is supported by version 18...

    docs.groupdocs.com/assembly/net/working-with-ou...
  6. Protect and Unprotect Word Documents with Water...

    Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word documents. Furthermore, it also provides the ability to protect and unprotect the Word documents. Following are the details about the new Features added in version 18.6. Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....the details about the new features added in version 18.6. Lock...close(); For more details on this feature, please visit this documentation...

    blog.groupdocs.com/watermark/protect-word-docum...
  7. Protect and Unprotect Word Documents with Water...

    Another monthly release of GroupDocs.Watermark for Java is onboard. GroupDocs.Watermark for Java 18.6 supports locking of watermarks in Word documents. Furthermore, it also provides the ability to protect and unprotect the Word documents. Following are the details about the new Features added in version 18.6. Lock Watermark in Word Documents There might be the case when you need to lock the watermarks in a Word document to restrict the editing....the details about the new features added in version 18.6. Lock...close(); For more details on this feature, please visit this documentation...

    blog.groupdocs.com/watermark/protect-word-docum...
  8. 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...
  9. Protect a CSV file using C# .NET - Free Support...

    can i add password to csv file using groupdocs...Currently, API doesn’t support a feature to add password protection...

    forum.groupdocs.com/t/protect-a-csv-file-using-...
  10. 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...