Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 15,666 for

file

(0.4 sec)
  1. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Node.js via Java....Guide Get the Path to the Input File Specify the path to your input...readable stream from the input file path. const fs = require ( 'fs'...

    docs.groupdocs.com/editor/nodejs-java/working-w...
  2. GroupDocs.Viewer Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular File formats....allows you to render STL and IFC file formats. Furthermore, settings...version. Render STL and IFC File FormatsFrom version 17. GroupDocs...

    blog.groupdocs.com/categories/groupdocs.viewer-...
  3. Image comparison processing time to save output...

    About 1-2 minutes to export a image Result saved image image.png (6.0 KB) My code: public static class GroupDocsApi { // Function use GroupDocs API to compare words public static Chang…...resource name for your license file string resourceName = assembly...FileNotFoundExceptio("License file not found as embedded resource...

    forum.groupdocs.com/t/image-comparison-processi...
  4. Java Fuzzy Search - Find in Files across Folders

    Discover how Java's fuzzy search can help you find things in Files across folders! It's like a smart search that understands small mistakes....perform fuzzy search to find in files that are scattered around folders...within a large variation of file formats. The support is not...

    blog.groupdocs.com/search/fuzzy-search-java/
  5. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide.... get_Item ( 0 ); File imageFile = new File ( "background.png"...PresentationContent . class ); File imageFile = new File ( "test.png" ); byte...

    docs.groupdocs.com/watermark/java/working-with-...
  6. Servlets Front-end for GroupDocs.Comparison for...

    Document comparison is a process of finding differences in two documents of same format. It can be a content difference or can be any contextual differences. GroupDocs.Comparison for Java compares a source document with a target document and produces a result document which highlights the differences in a suitable way i.e. colored highlighting or by differing font information that has either been added to or removed from the reference document to produce the target document....differences in a third result file of same format. Common document...defined in a few steps. # Two files of common formats are selected...

    blog.groupdocs.com/comparison/servlets-frontend...
  7. Features Overview | GroupDocs

    This article describes the main functions of GroupDocs.Comparison for Node.js via Java. Comparing Files, Accepting or rejecting changes between documents, receiving information from a document and creating a summary report...Leave feedback On this page File comparison is a library that...identify differences between two files, whether they are at the paragraph...

    docs.groupdocs.com/comparison/nodejs-java/featu...
  8. Show Revisions | GroupDocs

    This article explains how to customize the display of revisions in the output document in GroupDocs.Comparison for Java.... Specify the source file path or stream. Call the method...method. Specify the target file path or stream. Instantiate the...

    docs.groupdocs.com/comparison/java/show-revisions/
  9. How to Sign PDF with QR Code Signature using Java

    This quick tutorial provides you with step-by-step instructions to create QR Code in Java and how to sign a PDF document with a QR Code signature using Java....Signature class, pass the signed PDF file name along with QrCodeSignOptions...class for loading the input PDF file and QrCodeSignOptions class...

    kb.groupdocs.com/signature/java/how-to-sign-pdf...
  10. GroupDocs.Metadata for .NET 17.2.0 Now Supports...

    We are really excited to announce the release of GroupDocs.Metadata for .NET version 17.02.0. The latest release comes up with a number of new features and enhancements. Users can now export the extracted metadata of various formats to a CSV or Excel File. The GroupDocs.Metadata API now supports video format too. Moreover, detecting DICOM format, reading Photoshop layers of a PSD format etc are some other enhancements introduced in this version of the API....various formats to a CSV or Excel file. The GroupDocs.Metadata API...DICOM metadata to csv, excel file Ability to read ByteOrder (little-endian...

    blog.groupdocs.com/metadata/groupdocs.metadata-...