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

file comparison

(0.04 sec)
  1. How to Add Image Signature to DOCX using C#

    This article will provide help on how to add image signature to DOCX using C#. Also, a code example will be provided to insert image signature into DOCX using C#....Comparison Product Family GroupDocs...electronic documents, including DOCX files. In this article, we will explore...

    kb.groupdocs.com/signature/net/how-to-add-image...
  2. Remove Annotations from PPTX using Java

    Let's learn how to remove annotations from PPTX using Java. You'll also find a code example demonstrating the process of how to delete annotations in PPTX using Java....Comparison Product Family GroupDocs...removing annotations from PPTX files Initialize the Redactor class...

    kb.groupdocs.com/redaction/java/remove-annotati...
  3. Convert N consecutive pages | Documentation

    This article demonstrates how to convert consecutive document pages using GroupDocs.Conversion for Java API....Comparison Product Solution GroupDocs...instead of converting the entire file. To convert a set of consecutive...

    docs.groupdocs.com/conversion/java/convert-n-co...
  4. How to Add Squiggly Annotation in PDF using C#

    This brief writing provides guidance how to add squiggly annotation in PDF using C# along with instructions and code to insert squiggly annotation to PDF in C#....Comparison Product Family GroupDocs...passing the path of the PDF file as an argument to its constructor...

    kb.groupdocs.com/annotation/net/how-to-add-squi...
  5. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata represents any loaded File as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Comparison Product Solution GroupDocs...Metadata represents any loaded file as a tree consisting of metadata...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  6. How to build in docker Alpine Linux | Documenta...

    This is a guide about build an web api which uses GroupDocs.Conversion for .NET in a docker container with Alpine Linux...Comparison Product Solution GroupDocs...Linux use this sample Docker file: FROM mcr.microsoft.com/dotnet/aspnet:6...

    docs.groupdocs.com/conversion/net/build-in-dock...
  7. Extract images from Emails | Documentation

    To extract images from emails getImages method is used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from emails 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. If an email has no images, getImages method returns an empty collection....Comparison Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-images-f...
  8. Extract images from PDF documents | Documentation

    To extract images from PDF documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from PDF documents 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...
  9. Add component to the document | Documentation

    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...
  10. Save in rasterized PDF | Documentation

    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...