Sort Score
Result 10 results
Languages All
Labels All
Results 1,951 - 1,960 of 6,093 for

file comparison

(0.06 sec)
  1. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your Java applications....Comparison Product Solution GroupDocs...following images show the output file with and without external resources...

    docs.groupdocs.com/viewer/java/loading-external...
  2. Licensing | GroupDocs

    Follow the instructions on this page to configure the license and find out the restrictions when using GroupDocs.Comparison for Java without a license (Evaluation Limitations)...Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for Java...

    docs.groupdocs.com/comparison/java/licensing-an...
  3. Merge documents to DOC | GroupDocs

    This section describes how to import OLE objects into Word DOC/DOCX documents using Java...Comparison Product Solution GroupDocs...Java / Developer Guide / Merge files / Merge documents to DOC Merge...

    docs.groupdocs.com/merger/java/merge-documents-...
  4. Merge documents to DOC | GroupDocs

    This section describes how to import OLE objects into Word DOC/DOCX documents using C#/.NET...Comparison Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge documents to DOC Merge...

    docs.groupdocs.com/merger/net/merge-documents-t...
  5. Working with OpenType fonts | GroupDocs

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font Files. The following are the steps to read the header of an OpenType File. Load an OpenType font File Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....Comparison Product Solution GroupDocs...information from OpenType font files. The following are the steps...

    docs.groupdocs.com/metadata/net/working-with-op...
  6. Custom text extractors | GroupDocs

    GroupDocs.Search for Java supports indexing of many document formats. But there is also the possibility to implement support for any format other than the existing ones....Comparison Product Solution GroupDocs...String filePath ) { File file = new File ( filePath ); DocumentField...

    docs.groupdocs.com/search/java/custom-text-extr...
  7. Install GroupDocs.Viewer for Python via .NET | ...

    Install GroupDocs.Viewer for Python via pip or download assemblies from the official website....Comparison Product Solution GroupDocs...dependency to your requirements.txt file by including the following line:...

    docs.groupdocs.com/viewer/python-net/installation/
  8. Working with metadata in FLV files | GroupDocs

    Reading FLV header properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV File header. The following are the steps to read the header of an FLV File. Load an FLV video Get the root metadata package Extract the native metadata package using FlvRootPackage.Header Read the FLV header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Flv.FlvReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputFlv)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.Version); Console.WriteLine(root.Header.HasAudioTags); Console.WriteLine(root.Header.HasVideoTags); Console.WriteLine(root.Header.TypeFlags); } Working with XMP metadata GroupDocs....Comparison Product Solution GroupDocs...metadata in FLV files Working with metadata in FLV files Leave feedback...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. How to Remove Annotation from PDF using Java

    Review the process to remove annotation from PDF using Java by consuming a popular annotation library and how to develop the feature to remove annotation in Java....Comparison Product Family GroupDocs...class and pass the source PDF file to its constructor Initialize...

    kb.groupdocs.com/annotation/java/how-to-remove-...
  10. Render to PDF | GroupDocs

    Rendering Files to PDF with GroupDocs.Viewer for Node.js via Java. It means that you can embed PDF in websites or applications by using this Java API...Comparison Product Solution GroupDocs...single PDF document. To render files to PDF, follow these steps:...

    docs.groupdocs.com/viewer/nodejs-java/rendering...