Sort Score
Result 10 results
Languages All
Labels All
Results 2,971 - 2,980 of 6,076 for

file comparison

(0.15 sec)
  1. 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....Comparison Product Solution GroupDocs...and extract some additional file format information. a PDF document...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Rasterize document or page | GroupDocs

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

    docs.groupdocs.com/watermark/python-net/rasteri...
  3. Sign document with Swiss QR Barcode signature |...

    This article explains how to sign document with Swiss QR Barcode electronic signatures...Comparison Product Solution GroupDocs...swissQR }; // sign document to file var signResult = signature ...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Extract metadata from documents | GroupDocs

    Learn how to extract metadata from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Get document properties like author, title, creation date in C#....Comparison Product Solution GroupDocs...metadata (document properties, file information) from documents...

    docs.groupdocs.com/parser/net/extract-metadata-...
  5. Installation | GroupDocs

    On this page you will find system requirements supported platforms, development environments. GroupDocs.Comparison for .NET does not require any external software or third party tool to be installed....Comparison Product Solution GroupDocs...GroupDocs.Comparison Product Family / GroupDocs.Comparison for .NET...

    docs.groupdocs.com/comparison/net/installation/
  6. Add arrow annotation | GroupDocs

    The page describes how to add arrow annotation to a document using GroupDocs.Annotation for Java....Comparison Product Solution GroupDocs...// Add annotation and save to file annotator . add ( arrow ); annotator...

    docs.groupdocs.com/annotation/java/add-arrow-an...
  7. Add area annotation | GroupDocs

    The page describes how to add area annotation to a document using GroupDocs.Annotation for Java....Comparison Product Solution GroupDocs...// Add annotation and save to file annotator.add(area); annotator...

    docs.groupdocs.com/annotation/java/add-area-ann...
  8. System requirements | GroupDocs

    Overview To produce and manipulate the documents, the machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. The machine that GroupDocs.Classification for .NET runs on doesn’t need to have Adobe Acrobat, Microsoft Office or OpenOffice installed: GroupDocs.Classification for .NET has their own document processing engine. Supported Operating System Windows Microsoft Windows 2000 Professional (x64) Microsoft Windows 2000 Server (x64) Microsoft Windows 2003 Server (x64) Microsoft Windows 2008 Server (x64) Microsoft Windows 2012 Server (x64) Microsoft Windows 2012 R2 Server (x64) Microsoft Windows 2016 Server (x64) Microsoft Windows 2019 Server (x64) Microsoft Windows Vista (x64) Microsoft Windows XP (x64) Microsoft Windows 7 (x64) Microsoft Windows 8, 8....Comparison Product Solution GroupDocs...code in your app configuration file (inside assemblyBinding element...

    docs.groupdocs.com/classification/net/system-re...
  9. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....Comparison Product Solution GroupDocs...password_protected.docx is sample file used in this example. Click...

    docs.groupdocs.com/conversion/java/convert-to-h...
  10. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...Comparison Product Solution GroupDocs...Image ); // sign document to file SignResult signResult = signature...

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