Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 1,106 for

view file

(0.04 sec)
  1. How Lawyers and Legal Firms Benefit from GroupD...

    Online document management has gained wide industry acceptance in the last few years. From version control, central document repositories, cost reduction, and increasing employee output: cloud technologies helps. One of the tasks we often perform in our work is to compare documents or Files to find differences and check which version is the most recent. That can be frustrating at times: it is time consuming and takes time that could be used for other tasks....is to compare documents or files to find differences and check...differences in two Javascript or PHP files. Checking lines of code manually...

    blog.groupdocs.com/comparison/how-lawyers-and-l...
  2. How to Convert PDF to Word in C#

    You will learn how to convert PDF to Word in C# in this tutorial. We'll utilize a simple console application for PDF to DOC conversion using C#....process of converting a PDF file to a Word document is straightforward...from the previous step. You can view PDF to Word C# example code...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Working with TORRENT files | Documentation

    In the BitTorrent File distribution system, a torrent File or METAINFO is a computer File that contains metadata about Files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent File does not contain the content to be distributed; it only contains information about those Files, such as their names, sizes, folder structure, and cryptographic hash values for verifying File integrity....Working with TORRENT files Working with TORRENT files Leave feedback...BitTorrent file distribution system, a torrent file or METAINFO...

    docs.groupdocs.com/metadata/net/working-with-to...
  4. Working with TORRENT files | Documentation

    In the BitTorrent File distribution system, a torrent File or METAINFO is a computer File that contains metadata about Files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent File does not contain the content to be distributed; it only contains information about those Files, such as their names, sizes, folder structure, and cryptographic hash values for verifying File integrity....Working with TORRENT files Working with TORRENT files Leave feedback...BitTorrent file distribution system, a torrent file or METAINFO...

    docs.groupdocs.com/metadata/java/working-with-t...
  5. Working with ZIP archives | Documentation

    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....information about archived files The following code snippet shows...foreach ( var file in root . ZipPackage . Files ) { Console ....

    docs.groupdocs.com/metadata/net/working-with-zi...
  6. GroupDocs.Editor Product Family | Documentation

    Use GroupDocs.Editor libraries to programmatically edit Word documents, Excel spreadsheets and PowerPoint presentations...Editor Product Family Excellent file editor component that empowers...document viewing features across more than 170+ supported file formats...

    docs.groupdocs.com/editor/
  7. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....recognized metadata properties from a file Sometimes you may need to just...packages/properties. Load a file to clean Call the sanitize method...

    docs.groupdocs.com/metadata/nodejs-java/clean-m...
  8. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....recognized metadata properties from a file Sometimes you may need to just...metadata packages/properties. a file to clean Call the method Check...

    docs.groupdocs.com/metadata/net/clean-metadata/
  9. GroupDocs.Total Product Family | Documentation

    Comprehensive suite of .NET or Java libraries for document manipulation and management - View, edit, convert and sign various File formats such as Word, Excel, PowerPoint, PDF, images and more Documentation .NET Java GroupDocs.Total for .NET More Getting started Start quickly with our getting started documentation Product overView System requirements Installation Licensing and support Articles and guidelines Licensing Technical support .NET code examples Open-source projects for APIs example usage GroupDocs....management - view, edit, convert and sign various file formats such...Automate processing among multiple file and document types online for...

    docs.groupdocs.com/total/
  10. Adding metadata | Documentation

    This article shows how to add metadata properties which is the most sophisticated feature of the GroupDocs.Metadata search engine...AddingMetadata foreach ( string file in Directory . GetFiles ( Constants...Metadata metadata = new Metadata ( file )) { if ( metadata . FileFormat...

    docs.groupdocs.com/metadata/net/adding-metadata/