Sort Score
Result 10 results
Languages All
Labels All
Results 2,161 - 2,170 of 8,775 for

document merger

(0.06 sec)
  1. Annotation redactions | GroupDocs

    This article shows the implementation of annotation redaction for Documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/python-net/annotat...
  2. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. How to Convert Image to PDF in Java

    This short guide explains how to convert Image to PDF in Java. You can also learn about Document conversion by looking at the sample Java code to convert JPG to PDF....Merger Product Family GroupDocs.Redaction...PDF in Java . Converting a document to PDF format is a simple...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. Render Word documents as HTML, PDF, and image f...

    Convert Word Documents to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer and Python. Learn the basics of Document rendering....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/render-wor...
  5. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the Document. Data extraction was unified for all data types. The overall Document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/migration-notes/
  6. eSign Presentation with Metadata signature | Gr...

    This article explains how to add metadata signatures to Presentation Document with GroupDocs.Signature...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/esign-present...
  7. Render PDF documents as HTML and image files | ...

    Convert PDF files to HTML, PNG, or JPEG using the GroupDocs.Viewer Python API. Learn basic rendering techniques....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/python-net/render-pdf...
  8. Loading specific file formats | GroupDocs

    In some cases it’s required to specify the Document format manually to guarantee correct output produced by GroupDocs.Parser. The following are the cases when the Document format must be specified manually: Markdown Documents MHTML Documents OTP Documents (OpenDocument Presentation Template) Databases Emails from remote servers Here are the steps to specify the Document format for Markup Document. Instantiate the LoadOptions object and pass the Document format in LoadOptions(FileFormat) constructor; Create Parser object and call any method....Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/loading-specific...
  9. Text redaction | GroupDocs

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your Documents. You can apply text redaction using exact phrase or regular expression for Documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Merger Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/python-net/text-re...
  10. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java...Merger Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...