Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 10,763 for

format

(0.04 sec)
  1. 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...
  2. 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...
  3. Working with metadata in Word Processing docume...

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of WordProcessing documents such as DOC, DOCX, ODT, etc. For the full list of supported document Formats please refer to Supported document Formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded document and extract some additional file Format inFormation. Load a WordProcessing document Extract the root metadata package Use the getWordProcessingType method to obtain file Format inFormation advanced_usage....Managing metadata for specific formats / Documents / Working with...list of supported document formats please refer to . Detecting...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. GroupDocs.Assembly Engine APIs | Documentation

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....custom date-time and numeric formats to output corresponding values... because does not define a format for their representation. So...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  5. Search for embedded and encrypted objects in QR...

     This section explains how to search for embedded electronic signatures into the QR-Code electronic signatures with GroupDocs.Signature API. Also this topic shows the way to customize data serialization and encryption same as provides the class definition with ability to embed it into the QR-Code electronic signature....serialization like JSon or custom data format */ public class CustomSerializationA...encryption properties and setup Format attributes for properties....

    docs.groupdocs.com/signature/java/search-embed-...
  6. Render PDF documents as HTML and image files | ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert PDF files to HTML, PNG, and JPEG Formats....files in HTML, PNG, and JPEG formats. Use this library to implement...the document to HTML or image format. These methods allow you to...

    docs.groupdocs.com/viewer/java/render-pdf-docum...
  7. Working with IPTC IIM metadata | Documentation

    This article explains how to access IPTC metadata in a file of any supported Format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....embedded into a variety of image formats such as JPEG, TIFF, etc. Note...in a file of any supported format, GroupDocs.Metadata provides...

    docs.groupdocs.com/metadata/java/working-with-i...
  8. 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...
  9. Saving EditableDocument to Stream | Documentation

    This article shows and explains advanced techniques and approaches while working with EditableDocument at an advanced level — saving to stream with resource callback, saving resources separately from HTML markup, and saving HTML markup with adjustable resource links....EditableDocument to the HTML format into a stream using different...EditableDocument instance to the HTML format. htmlMarkup : The first parameter...

    docs.groupdocs.com/editor/nodejs-java/saving-ed...
  10. Render hidden pages | Documentation

    Learn how to render hidden pages on website or in other c# applications with GroupDocs.Viewer for Java...supported for the following format families: Visio documents (for...

    docs.groupdocs.com/viewer/java/show-hidden-pages/