Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 2,747 for

file editor

(0.03 sec)
  1. GroupDocs.Search for Java | Documentation

    GroupDocs.Search for Java is a fascinating document search API. It extracts text and metadata from documents and performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithm...Editor Product Solution GroupDocs...occurrences, basic metadata fields, file names, document types and much...

    docs.groupdocs.com/search/java/
  2. GroupDocs.Watermark for Java | Documentation

    A Java API for adding watermarks to the documents of different File formats. It provides the effective watermarking methods that allow you to add watermarks that are hard to be automatically removed by third-party tools....Editor Product Solution GroupDocs...remove watermarks in supported file formats. GroupDocs.Watermark...

    docs.groupdocs.com/watermark/java/
  3. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Editor Product Solution GroupDocs...digital option with certificate file path DigitalSignOptions options...

    docs.groupdocs.com/signature/net/sign-document-...
  4. Remove pages | Documentation

    Follow this guide and learn how to remove page from PDF or Word document, delete worksheet from Excel File or remove slides from PowerPoint presentations with GroupDocs.Merger API....Editor Product Solution GroupDocs...Call method and pass desired file path to save resultant document...

    docs.groupdocs.com/merger/net/remove-pages/
  5. Save specific page range | Documentation

    This article demonstrates how to save specific page range when annotating documents using GroupDocs.Annotation for Java API....Editor Product Solution GroupDocs...setLastPage ( 4 ); // Save to file annotator . save ( outputPath...

    docs.groupdocs.com/annotation/java/save-specifi...
  6. Add text watermarks | Documentation

    This article explains how to add text watermark when rendering documents with GroupDocs.Viewer within your JavaScript applications....Editor Product Solution GroupDocs..."sample.docx" ) // Create an HTML file. const viewOptions = groupdocs...

    docs.groupdocs.com/viewer/nodejs-java/add-text-...
  7. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Editor Product Solution GroupDocs...reduces the size of the output file. To adjust images quality, call...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...
  8. Features Overview | Documentation

    A Java metadata API can be effectively used in removing, updating and reading metadata in a variety of formats. It is very effective in removing metadata from photos. Supporting iptc metadata, exif metadata and xmp metadata....Editor Product Solution GroupDocs...from images, audio and video files Calculating common document...

    docs.groupdocs.com/metadata/java/features-overv...
  9. Save to stream | Documentation

    You might need to save a document to any custom File at any location on the local disc or a even a Stream. The following example demonstrates how to save a document to any location. final Redactor redactor = new Redactor("Sample.docx"); try { // Here we can use document instance to perform redactions RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document to a custom location and convert its pages to images final FileOutputStream FileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_File....Editor Product Solution GroupDocs...save a document to any custom file at any location on the local...

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. Get document information | Documentation

    This article explains how to detect document File type, obtain document details,  retrieve list of existing form fields and added signatures, calculate pages count when processing document File with GroupDocs.Signature....Editor Product Solution GroupDocs...Get document information from file on local disk The following...

    docs.groupdocs.com/signature/net/get-document-i...