Sort Score
Result 10 results
Languages All
Labels All
Results 2,331 - 2,340 of 30,062 for

groupdocs.conversion

(0.07 sec)
  1. Exclude fonts | Documentation

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  2. Merge images | Documentation

    Learn how to merge image files, combine image files into one file programmatically in Node.js via Java language using GroupDocs.Merger for Node.js via Java library....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/merger/nodejs-java/merge/ima...
  3. Supported Document Formats | Documentation

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/supported-doc...
  4. GroupDocs.Viewer for Node.js via Java | Documen...

    GroupDocs.Viewer for Node.js allows you to render documents in various formats as HTML, PDF, JPEG, and PNG files. You do not need to use third-party software to view files within your JavaScript application....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/viewer/nodejs-java/
  5. Generating Report using Multiple Data Sources i...

    Note In this article, we will use GroupDocs.Assembly to generate a report. This report will fetch data from multiple data sources. Note The code uses some of the objects defined in The Business Layer. Generating Report in Microsoft Word Document Creating a Template Add a bullet list at the place where you want it to display clients’ names. Insert a table with two columns, that will show managers’ and their contact prices....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/generating-rep...
  6. Bulleted List in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in HTML Document Note This feature is supported by version 17.03 or greater. Creating a Bulleted List Practising the following steps you can insert Bulleted List in an HTML document. To add a bulleted list start and end your list with
      tag and list all the elements by enclosing them between
    • tag....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

      docs.groupdocs.com/assembly/net/bulleted-list-i...
    • In-Table List in Email Document | Documentation

      Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Email Document format. In-Table List in Email Document Note This feature is supported by version 17.8.0 or greater Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must be in .eml or .msg format. It must add email recipient, css and subject of the email....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

      docs.groupdocs.com/assembly/net/in-table-list-i...
    • Extract data from Microsoft Office PowerPoint p...

      GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

      docs.groupdocs.com/parser/java/extract-data-fro...
    • Working with metadata in JPEG2000 images | Docu...

      Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 images. The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes). Load a JPEG2000 image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.image.jpeg2000.Jpeg2000ReadComments try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

      docs.groupdocs.com/metadata/java/working-with-m...
    • Working with metadata in MOV files | Documentation

      Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using the MovRootPackage.getMovPackage method Read the QuickTime atoms advanced_usage....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...

      docs.groupdocs.com/metadata/java/working-with-m...