Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 5,160 for

file comparison

(0.04 sec)
  1. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font Files. The following are the steps to read the header of an OpenType File. Load an OpenType font File Get the root metadata package Extract the native metadata package using the OpenTypeRootPackage....Comparison Product Solution GroupDocs...information from OpenType font files. The following are the steps...

    docs.groupdocs.com/metadata/java/working-with-o...
  2. GroupDocs.Watermark for .NET | Documentation

    A .NET API for adding watermarks to the documents of different File formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....Comparison Product Solution GroupDocs...to the documents of different file formats. It provides the effective...

    docs.groupdocs.com/watermark/net/
  3. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for .NET....Comparison Product Solution GroupDocs...NET / Developer Guide / Merge files / Merge pages in the arbitrary...

    docs.groupdocs.com/merger/net/merge-pages-in-ar...
  4. Render to PDF | Documentation

    Rendering Files to PDF with GroupDocs.Viewer for Java. It means that you can embed PDF in websites or applications by using this Java API...Comparison Product Solution GroupDocs...single PDF document. To render files to PDF, follow these steps:...

    docs.groupdocs.com/viewer/java/rendering-to-pdf/
  5. Save attachments | Documentation

    Save attachments and embedded Files from PDF, Outlook data File or email...Comparison Product Solution GroupDocs...Instantiate the object. Specify a file that contains attachments. Call...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ex...
  6. Install GroupDocs.Viewer for Python via .NET | ...

    Install GroupDocs.Viewer for Python via pip or download assemblies from the official website....Comparison Product Solution GroupDocs...assemblies. Download the Wheel File: On the download page, locate...

    docs.groupdocs.com/viewer/python-net/installation/
  7. Working with slide backgrounds | Documentation

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Comparison Product Solution GroupDocs... get_Item ( 0 ); File imageFile = new File ( "background.png"...

    docs.groupdocs.com/watermark/java/working-with-...
  8. Merge pages in the arbitrary order | Documentation

    This article explains how to merge arbitrary pages from different documents into a single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Comparison Product Solution GroupDocs...Java / Developer Guide / Merge files / Merge pages in the arbitrary...

    docs.groupdocs.com/merger/java/merge-pages-in-a...
  9. Load from Stream | Documentation

    This article shows that how to load File from stream using redaction API...Comparison Product Solution GroupDocs...As an alternative to a local file, can open a document from stream...

    docs.groupdocs.com/redaction/net/load-from-stream/
  10. Scan QR Code from PPTX using C#

    This guide offers an in-depth explanation of how to scan QR Code from PPTX using C#. It also includes code example to help you extract QR Code from PPTX in C#....Comparison Product Family GroupDocs...directly from PowerPoint ( PPTX ) files can be a useful feature, especially...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...