Sort Score
Result 10 results
Languages All
Labels All
Results 4,681 - 4,690 of 15,593 for

file

(0.47 sec)
  1. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which Files/folders were deleted, added or modified....processing result in the resulting file are described below. Instantiate...compare_folders ( output_format , output_file_name , SOURCE_FOLDER , TARGET_FOLDER...

    docs.groupdocs.com/comparison/python-net/compar...
  2. Comparison | GroupDocs

    Learn more about advanced document comparison use cases - how to adjust comparison detalisation level, get changed elements coordinates, detect style detection and many more using GroupDocs.Comparison for Java...detection algorithm and output file creation by setting the class...target text from files How to merge source code files Get only summary...

    docs.groupdocs.com/comparison/java/comparison/
  3. Perform Faceted Search using Java

    This topic will guide you on how to perform faceted search using Java. You’ll find code to create faceted search in Java without the need for any additional tools....such as categories, dates, or file types. After reading this article...directory that contains the files to be indexed Execute a faceted...

    kb.groupdocs.com/search/java/perform-faceted-se...
  4. Render PDF as JPG using Python

    Quickly render PDF as JPG using Python. We will use platform independent Viewer library to convert PDF to JPG in Python without installing extra software or tools....into widely compatible image files. JPG images are easy to view...tool, or just need to handle file conversions, Viewer APIs provide...

    kb.groupdocs.com/viewer/python/render-pdf-as-jp...
  5. OCR Usage Basics | GroupDocs

    This article explains how to use OCR....To extract a text from image files or non-text PDF documents GetText...extract a text from the image file: // Create an instance of ParserSettings...

    docs.groupdocs.com/parser/java/ocr-usage-basics/
  6. eSign Presentation with Metadata signature | Gr...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...sign Presentation document files. Presentation document metadata...sample.ppsx The following sample file is used in this example: More...

    docs.groupdocs.com/signature/python-net/esign-p...
  7. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional File format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain File format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....and extract some additional file format information. a PDF document...package Use the method to obtain file format information advanced_usage...

    docs.groupdocs.com/metadata/java/working-with-m...
  8. eSign document with Text signature | GroupDocs

    This article explains how to sign document with Text signature by GroupDocs.Signature API. Let's try to add digital signature to a PDF programmatically....signatureFont ); // sign document to file signature . sign ( "sample_signed...

    docs.groupdocs.com/signature/java/esign-documen...
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional File format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....and extract some additional file format information. a PDF document...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...Image ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/composing-sig...