Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 6,537 for

file comparison

(0.08 sec)
  1. Password-protected documents | GroupDocs

    Learn how to open and process password-protected PDF and Office documents. Includes error handling examples and supported encryption types....Comparison Product Solution GroupDocs...and password-protected Office files (DOCX, XLSX, PPTX). Supported...

    docs.groupdocs.com/parser/net/password-protecte...
  2. Features Overview | GroupDocs

    Variety of features to manipulate graphics, watermarks and text annotations...Comparison Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...

    docs.groupdocs.com/annotation/net/features-over...
  3. Features Overview | GroupDocs

    Variety of features to manipulate graphics, watermarks and text annotations...Comparison Product Solution GroupDocs...annotation types for more 35 file formats. You can use various...

    docs.groupdocs.com/annotation/java/features-ove...
  4. Hello, World! | GroupDocs

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....Comparison Product Solution GroupDocs...True save_options . redacted_file_suffix = "redacted" result_path...

    docs.groupdocs.com/redaction/python-net/hello-w...
  5. Features Overview | GroupDocs

    The search api allow you to optimize, merge, delete, update and create indexes along with many other fascinating features...Comparison Product Solution GroupDocs... Ability of indexing from a file, stream or structure. Indexing...

    docs.groupdocs.com/search/net/features-overview/
  6. Using Markdown Documents | GroupDocs

    Note This feature is supported by version 19.8 or greater. Note The code uses some of the objects defined in The Business Layer. Markdown Documents (MD) Markdown is a lightweight markup language intended for one purpose, to be used to format text on the web with plain text formatting syntax. Let it be clear that Markdown is not a replacement for HTML because its syntax is very small, containing a very small subset of HTML tags....Comparison Product Solution GroupDocs...a writing format. The text files created with Markdown language...

    docs.groupdocs.com/assembly/java/using-markdown...
  7. Working with slide backgrounds | GroupDocs

    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. Generate document pages preview | GroupDocs

    This topic explains how to get document pages preview as images with various options by GroupDocs.Signature for Python via .NET....Comparison Product Solution GroupDocs.... page_number } .jpg" image_file_path = os . path . join ( "...

    docs.groupdocs.com/signature/python-net/generat...
  9. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...load and process email storage files, such as PST (Personal Storage...

    docs.groupdocs.com/conversion/java/load-persona...
  10. Scan Barcode from PDF using Java

    This article offers comprehensive guide on how to scan barcode from PDF using Java, including code example to help you efficiently extract barcode from PDF in Java....Comparison Product Family GroupDocs...Scanning barcodes from PDF files can greatly enhance workflows...

    kb.groupdocs.com/parser/java/scan-barcode-from-...