Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 4,738 for

groupdocs editor

(0.05 sec)
  1. Load custom fonts. | Documentation

    The page describes how to load custom fonts....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/annotation/net/loading-custo...
  2. Load from FTP | Documentation

    This article explains how to load a document from FTP storage with Groupdocs.Viewer within your Java applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/java/load-document-fr...
  3. Save overwriting original file | Documentation

    The following example demonstrates how to save the redacted document, replacing an original file: // Make a copy of sample file Files.copy(new File("Sample.docx").toPath(), new File("OverwrittenSample.docx").toPath(), StandardCopyOption.REPLACE_EXISTING); // Apply redaction final Redactor redactor = new Redactor("OverwrittenSample.docx"); try { RedactorChangeLog result = redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { SaveOptions options = new SaveOptions(); options.setAddSuffix(false); options.setRasterizeToPDF(false); // Save the document in original format overwriting original file redactor.save(options); } } finally { redactor....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/redaction/java/save-overwrit...
  4. Edit Metadata in CSharp on GroupDocs Blog | Doc...

    Edit Metadata in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit Metadata in CSharp on Groupdocs Blog | Document Automation Solutions for ......Edit Metadata in CSharp on GroupDocs Blog | Document Automation...Edit Metadata in CSharp on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/it/tag/edit-metadata-in-csha...
  5. Edit Metadata in CSharp on GroupDocs Blog | Doc...

    Edit Metadata in CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit Metadata in CSharp on Groupdocs Blog | Document Automation Solutions for ......Edit Metadata in CSharp on GroupDocs Blog | Document Automation...Edit Metadata in CSharp on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/de/tag/edit-metadata-in-csha...
  6. Merge archives | Documentation

    Learn how to merge archive files, combine archive files into one file programmatically in Node.js via Java language using Groupdocs.Merger for Node.js via Java library....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/merger/nodejs-java/merge/arc...
  7. Cache results | Documentation

    This article contains caching use-cases with Groupdocs.Viewer within your JavaScript applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  8. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors JavaScript const metadata = new Groupdocs.metadata.Metadata("input.doc"); var root = metadata.getRootPackageGeneric(); var descriptors = root.getDocumentProperties().getKnowPropertyDescriptors(); for(var i=0;iGroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/metadata/nodejs-java/getting...
  9. Edit EPUB Metadata CSharp on GroupDocs Blog | D...

    Edit EPUB Metadata CSharp on Groupdocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Edit EPUB Metadata CSharp on Groupdocs Blog | Document Automation Solutions ......Edit EPUB Metadata CSharp on GroupDocs Blog | Document Automation...Edit EPUB Metadata CSharp on GroupDocs Blog | Document Automation...

    blog.groupdocs.com/cs/tag/edit-epub-metadata-cs...
  10. Set document metadata on save | Documentation

    Follow this guide and learn how to set document metadata when saving output document after files comparison within your .NET applications....Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product...Solution GroupDocs.Annotation Product Solution GroupDocs.Conversion...

    docs.groupdocs.com/comparison/net/set-document-...