Sort Score
Result 10 results
Languages All
Labels All
Results 1,661 - 1,670 of 6,103 for

file merger

(0.56 sec)
  1. Compare Bookmarks in Word Documents | GroupDocs

    Enable bookmark comparison in Word documents using GroupDocs.Comparison for Python via .NET to detect differences in bookmarked ranges....Merger Product Solution GroupDocs...docx source.docx is the source file used in this example. Click...

    docs.groupdocs.com/comparison/python-net/develo...
  2. Convert PDF to Excel using Node.js

    Learn how to convert PDF to Excel using Node.js. Easily export PDF to Excel in Node.js with a simple and efficient process for accurate data extraction and formatting....Merger Product Family GroupDocs.Redaction...application to handle different file format transformations Create...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  3. Generate document preview | GroupDocs

    You are welcome to view and edit metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and more....Merger Product Solution GroupDocs...( int pageNumber ) { File file = new File ( String . format (...

    docs.groupdocs.com/metadata/java/generate-docum...
  4. Get list of changes | GroupDocs

    Retrieve a typed list of every detected difference using Comparer.GetChanges() — each ChangeInfo item exposes change type, page number, ID, and text in GroupDocs.Comparison for .NET....Merger Product Solution GroupDocs...in-memory without writing a result file — use it when you only need...

    docs.groupdocs.com/comparison/net/get-list-of-c...
  5. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. use_advanced_rasterization_options.py from groupdocs.redaction import Redactor from groupdocs.redaction.options import SaveOptions, AdvancedRasterizationOptions from groupdocs.redaction.redactions import ExactPhraseRedaction, ReplacementOptions def use_advanced_rasterization_options(): # Specify the redaction options repl_opt = ReplacementOptions("[personal]") ex_red = ExactPhraseRedaction("John Doe", repl_opt) # Load the document to be redacted with Redactor("....Merger Product Solution GroupDocs...enabled = True so . redacted_file_suffix = "_scan" so . rasterization...

    docs.groupdocs.com/redaction/python-net/use-adv...
  6. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Merger Product Solution GroupDocs..."sample.docx" )) { // Get the file information and extract it text...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  7. Stop word dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....Merger Product Solution GroupDocs...to a file, use the method. To import words from a file, use the...

    docs.groupdocs.com/search/nodejs-java/stop-word...
  8. Extract Metadata from PDF Documents in C# .NET ...

    Learn how to extract metadata from PDF Files in C# using GroupDocs.Parser for .NET. Get document properties such as title, author, subject, creation date, and more....Merger Product Solution GroupDocs...PDF Documents in C# .NET PDF files often contain metadata such...

    docs.groupdocs.com/parser/net/extract-metadata-...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...like a web page, document, or file. Another way to think of metadata...information like the author, file size, date the document was...

    blog.groupdocs.com/groupdocs.blog/page/41/
  10. Get document page preview | GroupDocs

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Merger Product Solution GroupDocs...Network Graphics Bitmap Image File The following example demonstrates...

    docs.groupdocs.com/redaction/java/get-document-...