Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 11,171 for

format

(0.06 sec)
  1. Save overwriting original file | Documentation

    This article demonstrates that how to save the redacted document, replacing an original file...Save the document in original format overwriting original file redactor...redactions for various document formats like PDF, DOC, DOCX, PPT, PPTX...

    docs.groupdocs.com/redaction/net/save-overwriti...
  2. Support of Password-Protected OneNote Documents...

    We are glad to announce the monthly release of GroupDocs.Metadata for Java 19.1. In this version, we have introduced two new features and added seven enhancements. Using the latest version, you can extract metadata from Matroska Multimedia Container (.MKV) files. Furthermore, the latest version allows you to extract metadata from password-protected OneNote documents. Please have a look at the release notes for more details. Features Introduced Support for the Matroska Multimedia Container FilesThe latest release is capable of extracting metadata from the Matroska Multimedia Container (....MKV files: # Extracting MKV Format Metadata Extracting Matroska...

    blog.groupdocs.com/metadata/support-of-password...
  3. Conversion options by document family | Documen...

    This section explains GroupDocs.Conversion for Java convert options specific to various document types...email attachment to different format Convert to Image with advanced...

    docs.groupdocs.com/conversion/java/conversion-o...
  4. Add component to the document | Documentation

    The page describes how to add components to a document using GroupDocs.Annotation API....components are specific to the file format. That means you cannot apply...

    docs.groupdocs.com/annotation/java/add-componen...
  5. Get document information | Documentation

    This article explains how to detect document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger....document file type, extension, format name etc. - indicates count...

    docs.groupdocs.com/merger/net/get-document-info...
  6. GroupDocs.Total for Python 25.10 – Latest Updat...

    Explore what’s new in GroupDocs.Total for Python 25.10. Available now on NuGet and GroupDocs website....performance improvements, and format support added upstream. How...

    blog.groupdocs.com/total/groupdocs-total-for-py...
  7. 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....Save the document in original format overwriting original file redactor...

    docs.groupdocs.com/redaction/java/save-overwrit...
  8. Single Row Image in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Single Row Image report in Text Document Format. Note The code uses some of the objects defined in The Business Layer. Single Row Image in Text Document Reporting Requirement As a report developer, you are required to represent inFormation of first single manager with the following key requirements: Report must show image of the manager It must show Name and age of manager Report must be generated in the Text Document....Image report in Text Document format. Note The code uses some of...

    docs.groupdocs.com/assembly/java/single-row-ima...
  9. JpgViewOptions | GroupDocs.Viewer for .NET API ...

    Provides options for rendering documents into JPG Format. For details see this pagehttps//docs.groupdocs.com/viewer/net/renderingtopngorjpeg/ and its children....rendering documents into JPG format. For details, see this page...

    reference.groupdocs.com/viewer/net/groupdocs.vi...
  10. Extract annotations from document | Documentation

    The page describes how to extract annotations from document when collaborate, edit and annotate documents using GroupDocs.Annotation for .NET....and serialize them to the XML format. To do this, follow these steps:...

    docs.groupdocs.com/annotation/net/extract-annot...