Sort Score
Result 10 results
Languages All
Labels All
Results 2,411 - 2,420 of 5,250 for

file comparison

(0.04 sec)
  1. Filtering annotations by type on saving documen...

    This page describes how to filter annotation by type on saving File using GroupDocs.Annotation for .NET API....Comparison Product Solution GroupDocs...{ area, ellipse }); //Result file will contains only ellipse annotations...

    docs.groupdocs.com/annotation/net/filtering-ann...
  2. Load document from Amazon S3 Storage | Document...

    This section explains how to load document from Amazon S3 Storage with GroupDocs.Signature API....Comparison Product Solution GroupDocs...( 100 ); // sign document to file signature . sign ( "signedSample...

    docs.groupdocs.com/signature/java/load-document...
  3. Working with metadata in PDF documents | Docume...

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

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with metadata in PDF documents | Docume...

    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...
  5. Add text redaction annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-text-red...
  6. Add ellipse annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-ellipse-...
  7. Scan Barcode from PPTX using Java

    Learn how to scan barcode from PPTX using Java. To facilitate efficient and seamless barcode extraction, it includes an example to extract barcode from PPTX in Java....Comparison Product Family GroupDocs...PPTX (PowerPoint Open XML) files can greatly enhance operations...

    kb.groupdocs.com/parser/java/scan-barcode-from-...
  8. Add strikeout annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-strikeou...
  9. How to Convert DOCX to PPTX using C#

    You can find the directions to convert docx to pptx using C# in this topic. Moreover, we will help you to write an application to export docx to pptx in C#....Comparison Product Family GroupDocs...convert Word documents to other file formats that are supported....

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Delete indexed paths | Documentation

    GroupDocs.Search for Java supports the ability to remove indexed Files and folders from an index. Only Files or folders that were explicitly added to the index can be deleted....Comparison Product Solution GroupDocs...indexed files and folders from an index. Only files or folders...

    docs.groupdocs.com/search/java/delete-indexed-p...