Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 5,875 for

file comparison

(0.1 sec)
  1. Custom logging | GroupDocs

    This article explains how to implement custom logging and use it while document processing with GroupDocs.Signature within your .NET applications....Comparison Product Solution GroupDocs...types of messages in the log file: Error - for unrecoverable exceptions...

    docs.groupdocs.com/signature/net/how-to-impleme...
  2. Extract images from Microsoft Office PowerPoint...

    To extract images from Microsoft Office PowerPoint presentations getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from Microsoft Office PowerPoint presentations as bmp, gif, jpeg, png and webp formats. Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT Files. Therefore, for TXT File getImages method returns null....Comparison Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-images-f...
  3. Convert EML to PDF Using C#

    Learn how to Convert EML to PDF using C# with a simple C# code to transform EML Files into PDF, leveraging GroupDocs.Conversion for fast email document AI conversion....Comparison Product Family GroupDocs...EML format to portable PDF files is a common requirement for...

    kb.groupdocs.com/conversion/net/convert-eml-to-...
  4. Convert PNG to DOCX with Python

    Step‑by‑step guide to Convert PNG to DOCX with Python using GroupDocs.Conversion, featuring a Python code for PNG to DOCX conversion efficiently....Comparison Product Family GroupDocs...with Python Converting image files into editable documents is a...

    kb.groupdocs.com/conversion/python/convert-png-...
  5. Add component to the document | GroupDocs

    The page describes how to add components to a document using GroupDocs.Annotation API....Comparison Product Solution GroupDocs...components are specific to the file format. That means you cannot...

    docs.groupdocs.com/annotation/java/add-componen...
  6. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document as a rasterized PDF File: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in File name redactor.save(tmp0); } finally { redactor.close(); }...Comparison Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...
  7. Email attachments | GroupDocs

    This article shows how to get the information about the attachments....Comparison Product Solution GroupDocs...Name ); Console . WriteLine ( "File format: {0}" , attachment ....

    docs.groupdocs.com/watermark/net/email-attachme...
  8. Generating slides preview for presentation | Gr...

    This article describes how to generate a preview for any slide for the existing PowerPoint presentation in SVG format...Comparison Product Solution GroupDocs...an unprotected presentation file and generating the previews...

    docs.groupdocs.com/editor/java/generating-slide...
  9. Convert PNG to JPG with Python

    Learn how to convert PNG to JPG with Python without installed extra software. This topic also provide a code eample that explains how to export PNG to JPG in Python....Comparison Product Family GroupDocs...errors when converting multiple files. Steps to Convert PNG to JPG...

    kb.groupdocs.com/conversion/python/convert-png-...
  10. Convert TXT to XLSX using Node.js

    Convert TXT to XLSX using Node.js with a fast, offline method. Learn how to export TXT to XLSX in Node.js and automate text-to-spreadsheet conversion easily....Comparison Product Family GroupDocs...Node.js When handling raw TXT files in modern applications, converting...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...