Sort Score
Result 10 results
Languages All
Labels All
Results 1,541 - 1,550 of 5,022 for

file merger

(0.03 sec)
  1. 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....Merger Product Family GroupDocs.Redaction...removing annotations from PPTX files Initialize the Redactor class...

    kb.groupdocs.com/redaction/java/remove-annotati...
  2. 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#....Merger Product Family GroupDocs.Redaction...passing the path of the PDF file as an argument to its constructor...

    kb.groupdocs.com/annotation/net/how-to-add-squi...
  3. 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...Merger Product Solution GroupDocs...Linux use this sample Docker file: FROM mcr.microsoft.com/dotnet/aspnet:6...

    docs.groupdocs.com/conversion/net/build-in-dock...
  4. Migration Notes | Documentation

    How to migrate from earlier versions of GroupDocs.Signature for .NET...Merger Product Solution GroupDocs...and search with any supported file format. Document signature options...

    docs.groupdocs.com/signature/net/migration-notes/
  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...Merger Product Solution GroupDocs...Metadata represents any loaded file as a tree consisting of metadata...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  6. 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....Merger Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-images-f...
  7. 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....Merger Product Solution GroupDocs...supported for TXT files. Therefore, for TXT file method returns...

    docs.groupdocs.com/parser/java/extract-images-f...
  8. Add component to the document | Documentation

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

    docs.groupdocs.com/annotation/java/add-componen...
  9. Custom logging | Documentation

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

    docs.groupdocs.com/signature/net/how-to-impleme...
  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(); }...Merger Product Solution GroupDocs...document as a rasterized PDF file: final Redactor redactor = new...

    docs.groupdocs.com/redaction/java/save-in-raste...