Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 10,398 for

format

(0.09 sec)
  1. How to Convert DOC to DOCX using Java

    Let's quickly review the detailed instructions to convert DOC to DOCX using Java and how to use them to develop the Java DOC to DOCX converter capability....document transformation between formats. Further, you do not need to...documents from DOC to DOCX format. Moreover, we will produce...

    kb.groupdocs.com/conversion/java/how-to-convert...
  2. GroupDocs.Signature for .NET 17.6.0 now Support...

    Team GroupDocs is really excited to announce the monthly release of GroupDocs.Signature for .NET 17.06.0. The latest release comes up with a number of new features, improvements and a bug fix. Version 17.6 of GroupDocs.Signature for .NET introduces support for barcode and QR-code signatures. The latest API not just implements adding barcode and QR-code to the supported document Formats but also allows verification of the documents signed with QR-code or barcode....to the supported document formats but also allows verification...Signature for Open Document files format support For more information...

    blog.groupdocs.com/signature/groupdocs.signatur...
  3. How to Convert DOCX to TXT using C#

    In this tutorial, we will provide simple steps to convert DOCX to TXT using C#. Furthermore, we will furnish a code example representing how to export DOCX to TXT in C#....using C# Microsoft Word’s DOCX format is a widely used standard for...to manage a wide array of formats and simplifying various document...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Control Meta-Data and Build a Custom UI with th...

    GroupDocs.Annotation for Java is a lightweight library that allows end users to annotate PDF and Microsoft Office documents, raster images, AutoCAD drawings and 50+ types of files without the need to install the software that the documents or images were created in. A convenient web UI allows users to view, annotate, redact, comment on and share documents from any web-enabled device. Recently we’ve released a new GroupDocs.Annotation for Java library – version 1....Metadata in any DB or File Format # In the previous version of...details, etc. in JSON and XML formats. Also, the list of supported...

    blog.groupdocs.com/annotation/control-meta-data...
  5. Extract Hyperlinks from RTF using C#

    This article explains in detail how to extract hyperlinks from RTF using C#. There is no need to install extra software to read hyperlinks from RTF in C#....Extracting hyperlinks from Rich Text Format ( RTF ) files is a valuable...

    kb.groupdocs.com/parser/net/extract-hyperlinks-...
  6. ASP.NET WebForm Front End powered by GroupDocs....

    The GroupDocs team is glad to Announce the sample project for the ASP.NET Web-Form developers. The purpose behind this release is to expedite the developers to understand the implementation of GroupDocs.Annotation or write their own document Annotation Application using GroupDocs.Annotation for .NET 3.x. Practically all the functionalities have been implemented in this project which was given in the old GroupDocs.Annotation for .NET 2.x UI Based API. GroupDocs users are free to customize and enhance the application by their own....annotations for different document formats. In this ASP.NET Web-Forms...available for PDF document format. Here is the list of Annotations...

    blog.groupdocs.com/annotation/groupdocs-annotat...
  7. Removing metadata | Documentation

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties... Some file formats and metadata standards allow...defined in the appropriate format/standard specification. In...

    docs.groupdocs.com/metadata/net/removing-metadata/
  8. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Managing metadata for specific formats / Images / Working with metadata...Metadata API supports extracting format-specific information from PNG...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Remove Metadata from DOCX using Java

    Learn how to efficiently remove metadata from DOCX using Java. This guide includes a sample code example demonstrating how you can delete metadata from DOCX in Java....files, which are the standard format for Microsoft Word documents...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  10. GroupDocs.Assembly for .NET Library – Introduction

    We are pleased to announce the release of the new library that enhances a set of our document collaboration tools - GroupDocs.Assembly for .NET. The library generates PDF and Word documents from templates by automatically filling out merge fields with custom data. If your company or a client have to create tens or hundreds of documents by filling out standard templates with data obtained through user input or from a DB, this library can be of great help....templates in a Word or PDF format by adding merge fields to documents...

    blog.groupdocs.com/assembly/groupdocs-assembly-...