Sort Score
Result 10 results
Languages All
Labels All
Results 1,461 - 1,470 of 2,931 for

file editor

(0.05 sec)
  1. Set custom fonts | GroupDocs

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your Java applications....Editor Product Solution GroupDocs...data embedded in the document file itself, like PDF. But other...

    docs.groupdocs.com/viewer/java/set-custom-fonts/
  2. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Editor Product Solution GroupDocs...metadata in AVI files Working with metadata in AVI files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. Convert to Spreadsheet with advanced options | ...

    Follow this guide and learn how to convert documents to Excel and Open Document spreadsheets of XLS, XLSX, ODS, OTS formats  with zoom and other customizations using GroupDocs.Conversion for Java....Editor Product Solution GroupDocs...protection for the converted file, using the specified password...

    docs.groupdocs.com/conversion/java/convert-to-s...
  4. How to add attachment to PDF document | GroupDocs

    This article explains how to add attachment to PDF document with GroupDocs.Merger within your Java applications....Editor Product Solution GroupDocs...feedback It is a known fact PDF files are great for demonstration...

    docs.groupdocs.com/merger/java/how-to-add-attac...
  5. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Node.js via Java....Editor Product Solution GroupDocs...'@groupdocs/groupdocs.comparison' ); // Define file paths for source, target, and...

    docs.groupdocs.com/comparison/nodejs-java/show-...
  6. Searching watermarks | GroupDocs

    Find possible text and image watermarks using Python via .NET, with powerful criteria....Editor Product Solution GroupDocs...PdfSearchableObjects . ALL , ) files = [ "document.docx" , "spreadsheet...

    docs.groupdocs.com/watermark/python-net/searchi...
  7. Handling MPEG audio metadata | GroupDocs

    This article explains how the The GroupDocs.Metadata API allows reading some common MPEG audio properties from MP3 Files....Editor Product Solution GroupDocs...MPEG audio properties from MP3 files. Note For more information on...

    docs.groupdocs.com/metadata/net/handling-mpeg-a...
  8. Extract text from ZIP archive files | GroupDocs

    To extract Files from ZIP archives getContainer method is used. This method returns the collection of ContainerItem objects. Zip Entry can contain the following metadata: Name Description date The time and date at which the File indicated by the Zip Entry was last modified. crc The 32-bit CRC (Cyclic Redundancy Check) on the contents of the Zip Entry. These metadata refer to a container element itself, not a document. Here are the steps to extract an email text from Zip archives:...Editor Product Solution GroupDocs...ZIP archive files Extract text from ZIP archive files Leave feedback...

    docs.groupdocs.com/parser/java/extract-text-fro...
  9. How to Convert MSG to DOCX using C#

    In this section, you will learn how to convert MSG to DOCX using C# without relying on third-party tools. Also, we will provide code to export MSG to DOCX in C#....Microsoft Word and various text editors. There may be instances where...Converter class using the MSG file path as an argument for its...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....Editor Product Solution GroupDocs...document type and structure - file type, size, pages count, etc...

    docs.groupdocs.com/signature/java/basic-usage/