Sort Score
Result 10 results
Languages All
Labels All
Results 2,301 - 2,310 of 5,008 for

editor

(0.11 sec)
  1. Working with Template Syntax Formatting | Docum...

    Note The code uses some of the objects defined in The Business Layer. Template Syntax Formats Specifying String and Numeric Formats Learn more about string and numeric formats here. Template Syntax Manager Contract Price <>
    <<[getName()]:upper>> <<[getContracts().sum(
    c =>
    c.getPrice())]:arabicDash>>
    <
    > Total: <<[getManagers().sum(
    m => m.getContracts().sum(
    c => c.getPrice()))]>> Download Template Get template from here. Numeric upper.docx The Code...Editor Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/working-with-t...
  2. Extract data from HTML documents | Documentation

    GroupDocs.Parser provides the functionality to extract data from HTML documents and other markup formats. The following table provides the list of supported formats: Format Description HTML Hypertext Markup Language File XHTML Extensible Hypertext Markup Language File MHTML MIME HTML File MD Markdown XML XML File More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples: GroupDocs.Parser for .NET examples GroupDocs....Editor Product Solution GroupDocs...

    docs.groupdocs.com/parser/net/extract-data-from...
  3. Reduce image quality | Documentation

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer Java API....Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  4. Specify the JPEG image quality | Documentation

    Adjust JPEG images quality when rendering documents to PDF with GroupDocs.Viewer for Java...Editor Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/adjust-jpeg-imag...
  5. Add document password | Documentation

    This article explains how to add document password for PDF, Word, Excel, PowerPoint and  other file types using GroupDocs.Merger for .NET....Editor Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/add-document-pass...
  6. GroupDocs.Watermark for Python overview | Docum...

    GroupDocs.Watermark for .NET is a powerful API for managing watermarks in the various documents formats such as PDF, DOCX/DOC/RTF, PPTX/PPT, XLSX/XLS, JPG, PNG, TIFF, GIF and many others....Editor Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/product...
  7. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/exporting-metad...
  8. Exporting metadata properties | Documentation

    This article provides the knowledge that how to export metadata properties to an Excel workbook in Java...Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/exporting-meta...
  9. How to Run | Documentation

    Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client. In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following image: Open IntelliJ Idea and import the project to get started with it....Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/how-to-run-exa...
  10. Load a password-protected document | Documentation

    This example demonstrates how to load a password-protected document. advanced_usage.loading_files.LoadPasswordProtectedDocument // Specify the password LoadOptions loadOptions = new LoadOptions(); loadOptions.setPassword("123"); // Constants.ProtectedDocx is an absolute or relative path to your document. Ex: @"C:\Docs\source.docx" try (Metadata metadata = new Metadata(Constants.ProtectedDocx, loadOptions)) { // Extract, edit or remove metadata here } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Editor Product Solution GroupDocs...

    docs.groupdocs.com/metadata/java/load-a-passwor...