Sort Score
Result 10 results
Languages All
Labels All
Results 2,001 - 2,010 of 10,764 for

format

(0.05 sec)
  1. 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...
  2. Technical Support | Documentation

    Get comprehensive technical support for GroupDocs.Total for .NET. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....to create API for new file formats, send us a request at . Getting...titles Attach files in ZIP format if multiple files are needed...

    docs.groupdocs.com/total/net/technical-support/
  3. Technical Support | Documentation

    Get comprehensive technical support for GroupDocs.Total for Java. Access free support through our forum or paid support via helpdesk. Learn how to report issues, request features, and get assistance from our development team....to create API for new file formats, send us a request at . Getting...titles Attach files in ZIP format if multiple files are needed...

    docs.groupdocs.com/total/java/technical-support/
  4. Read Metadata from PPTX using Java

    Learn how to read metadata from PPTX using Java without requiring any extra software installations. Take a look at a code example to read metadata of PPTX using Java.... Among the many file formats, PPTX stands out as a widely...widely used presentation format filled with rich metadata, ready...

    kb.groupdocs.com/metadata/java/read-metadata-fr...
  5. 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/
  6. 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...
  7. In-Paragraph List in Spreadsheet Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a In-ParagraphList report in Spreadsheet Document Format. Note The code uses some of the objects defined in The Business Layer. In-Paragraph List in Microsoft Excel Document Creating a In-Paragraph List Practising the following steps you can create In-Paragraph List Template in MS Excel 2013. Add a new Workbook. Write a sentence, for example “We provide support for the following clients:” in a single column....report in Spreadsheet Document format. Note The code uses some of...OpenOffice without any issues or formatting losses. We opened the ODS...

    docs.groupdocs.com/assembly/java/in-paragraph-l...
  8. Compare PDF Files using Java | PDF Comparison J...

    Compare two PDF files for differences using Java. PDF files comparison using Java code in just 3 steps with PDF Comparison Java API....the most widely used digital formats, it’s often required to compare...files of the same document format within Java applications. You...

    blog.groupdocs.com/comparison/compare-pdf-docum...
  9. Releasing GroupDocs.Metadata for .NET - Control...

    We are happy to release GroupDocs.Metadata for .NET API to work with metadata associated with various document and image Formats. The API facilitates the user with simple syntax, easy to use methods and few lines of code to perform metadata operations. It provides the support of many popular document and image Formats and the number is going to increase in next release. Why GroupDocs.Metadata Is Developed? Metadata is structured inFormation that is used to contain important business inFormation of different resources....various document and image formats. The API facilitates the user...popular document and image formats and the number is going to...

    blog.groupdocs.com/metadata/control-and-process...
  10. How to Convert VSDX to PDF in Java

    This article explains the process to convert VSDX to PDF in Java and guides you on how to use instructions for implementing the Java VSDX to PDF converter ability....conversion from VSDX to PDF format Create an instance of the Converter...

    kb.groupdocs.com/conversion/java/how-to-convert...