Sort Score
Result 10 results
Languages All
Labels All
Results 3,231 - 3,240 of 12,456 for

document comparison

(0.06 sec)
  1. 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...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Load from stream | Documentation

    This article explains how to load from stream while using GroupDocs. Watermarks Java API....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/java/load-from-str...
  3. GroupDocs.Viewer for .NET 18.3 Release Notes | ...

    Note This page contains release notes for GroupDocs.Viewer for .NET 18.3. Major Features There are 15 new features, improvements, and fixes in this regular monthly release. The most notable are: Added support for following file formats: XLTM (Excel Open XML Macro-Enabled Spreadsheet) XLTX (Excel Open XML Spreadsheet Template) Added support of HtmlOptions.ExcludeFonts for Text (Microsoft Word) Document Improved rendering Microsoft OneNote Documents as HTML Added support for ShowHiddenSlides option for Open Document Presentation Documents Added option which allows to specify image quality when rendering PDF Documents as HTML Full List of Issues Covering all Changes in this Release Key Summary Category VIEWERNET-1530 Specify image quality when rendering PDF Documents as HTML New Feature VIEWERNET-1451 Add XLTM file format support New Feature VIEWERNET-1450 Add XLTX file format support New Feature VIEWERNET-1512 Extend support of HtmlOptions....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/groupdocs-viewer-...
  4. revisionhandler - GroupDocs.Comparison for Java...

    All Classes Packages com.groupdocs.Comparison com.groupdocs.Comparison.cells.style com.groupdocs.Comparison.common co......comparison com.groupdocs.comparison.cells.style com...groupdocs.comparison.common com.groupdocs.comparison.common.delegates...

    apireference.groupdocs.com/comparison/java/com....
  5. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word Document getStructure method is used. This method returns XML representation of the Document. Tables are represented by “table” tag. For more details, see Extract text structure. Warning getStructure method returns null value if text structure extraction isn’t supported for the Document. For example, text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word Document has no text, getStructure method returns an empty org....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-tables-f...
  6. GroupDocs.Signature for Java 21.11 Release Note...

    Note This page contains release notes for GroupDocs.Signature for Java 21.11 Major Features This release contains new features with QR Code embedded objects and few optimization on Document modification process that will allow to skip unnecessary Document saving when Update and Delete method had no effect. Below the list of most notable changes in release of GroupDocs.Signature for Java 21.11: Signature Settings has new properties to adjust Document saving when modifications method had no effect....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/groupdocs-sig...
  7. How to Convert SVG to PDF using Java

    This tutorial provides detailed information on how to convert SVG to PDF using Java and enables users to easily write the code to export SVG to PDF in Java....Comparison Product Family GroupDocs...how-to article. For executing document transformation, we will use...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert PPT to PPTX using Java

    This post provides the process of how to convert PPT to PPTX using Java and demonstrates the working of the feature with Java PPT to PPTX converter application....Comparison Product Family GroupDocs...environment for performing the document transformation. Moreover,...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. GroupDocs.Conversion for .NET 19.12 Release Not...

    Note This page contains release notes for GroupDocs.Conversion for .NET 19.12 Major Features There are 5+ features, improvements and bug-fixes in this release, most notable are: XML Documents can be converted to any format without transformation Call ConvertedDocumentStream or ConvertedPageStream delegates providing converted stream for processing or storing. Improved memory management Full List of Issues Covering all Changes in this Release Key Category Summary CONVERSIONNET‑3539 Feature Convert XML Documents without transformation CONVERSIONNET‑3526 Improvement New overload Convert methods which accepts ConvertedDocumentStream or ConvertedPageStream delegates CONVERSIONNET‑2922 Fix Error converting RTL/HTML to PDF CONVERSIONNET‑3357 Fix Cross reference table or cross reference stream not found exception thrown when converting a particular PDF to image CONVERSIONNET‑3507 Fix Convert from XML to any format throw exception - The file is corrupt or damaged....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/groupdocs-con...
  10. Delete Text signatures from documents | Documen...

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API....Comparison Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/net/delete-text-si...