Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 6,067 for

file comparison

(0.04 sec)
  1. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Comparison Product Solution GroupDocs...Processing document template file has been used. Therefore, the...

    docs.groupdocs.com/assembly/java/use-of-in-line...
  2. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF File...Comparison Product Solution GroupDocs...document as a rasterized PDF file: C# using ( Redactor redactor...

    docs.groupdocs.com/redaction/net/save-in-raster...
  3. Add text watermarks | GroupDocs

    Add text watermarks to rendered documents using GroupDocs.Viewer in your Python applications....Comparison Product Solution GroupDocs...as viewer : # Create an HTML file. viewOptions = HtmlViewOptions...

    docs.groupdocs.com/viewer/python-net/add-text-w...
  4. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Total for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....Comparison Product Solution GroupDocs...demonstrates how to merge tow DOCX files using GroupDocs.Merger in Docker...

    docs.groupdocs.com/total/python-net/running-in-...
  5. Convert PST or OST documents to different forma...

    Follow this guide and learn how to convert contents of PST/OST documents to different format based on content type using GroupDocs.Conversion for .NET....Comparison Product Solution GroupDocs...constituent file of the Outlook Offline Data File (OST) to a different...

    docs.groupdocs.com/conversion/net/convert-pst-o...
  6. Extract images from document page | GroupDocs

    Learn how to extract images from specific document pages using GroupDocs.Parser for Python via .NET. Page-by-page image extraction from PDF, Word, PowerPoint....Comparison Product Solution GroupDocs...Image { idx + 1 } : { image . file_type } , size: { image . rectangle...

    docs.groupdocs.com/parser/python-net/extract-im...
  7. 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...
  8. 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-...
  9. Convert PDF to MHTML using Java

    By closely following our in-depth tutorial, you will discover how to quickly convert PDF to MHTML using Java. Also, we will provide you with an example to export PDF to MHTML using Java....Comparison Product Family GroupDocs...for Java for exporting PDF files to the MHTML format Create an...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  10. Load CSV document with options | GroupDocs

    Learn this article and check how to load and convert CSV documents with advanced options using GroupDocs.Conversion for .NET API....Comparison Product Solution GroupDocs...check restrictions of Excel file when modifying cell objects...

    docs.groupdocs.com/conversion/net/load-csv-docu...