Sort Score
Result 10 results
Languages All
Labels All
Results 4,731 - 4,740 of 15,670 for

file

(0.39 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. New API Launched – GroupDocs.Merger for Java – ...

    Share this issue: Monthly NewsletterSeptember 2018 Java API to Merge, Reorder, Split or Remove Document Pages Manipulate PDF, Word, Excel and PowerPoint Documents GroupDocs.Merger for Java - allows merging documents of same File formats into one. The document protection feature allows to password protect documents while joining popular business document formats: PDF, Microsoft Word, Excel and PowerPoint. Product News .NET Text Analysis API for Excel Spreadsheets, Presentations and Text Documents GroupDocs....allows merging documents of same file formats into one. The document...

    blog.groupdocs.com/total/new-api-launched-group...
  4. Locating signature with stretch mode | GroupDocs

     This article explains how to use stretch mode values to adjust signature area positions on document page with GroupDocs.Signature API....imageOptions ); // sign document to file signature . Sign ( "signed.pdf"...

    docs.groupdocs.com/signature/net/locating-signa...
  5. 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...
  6. Sign document with Image signature - advanced |...

     This article explains how to sign document with Image electronic signatures using extended options with GroupDocs.Signature API....border ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/java/sign-document...
  7. 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...
  8. 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...
  9. Rasterize document or page | GroupDocs

    Rasterize a PDF to make watermarks hard to remove using Python via .NET....the size of the resultant PDF file. Rasterize particular page of...

    docs.groupdocs.com/watermark/python-net/rasteri...
  10. 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...