Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 3,497 for

file format conversion

(0.06 sec)
  1. Add Text Watermark to DOCX Using Python

    Learn how to add text watermark to DOCX using Python. This tutorial explains how to apply watermark to DOCX document in Python with customizable properties....Conversion Product Family GroupDocs...to DOCX Using Python DOCX file format is widely used for reports...

    kb.groupdocs.com/watermark/python/add-text-wate...
  2. How to Add Digital Signature to DOCX using Java

    This topic provides guidance on how to add digital signature to DOCX using Java. You will also find a code example to insert digital signature into DOCX using Java....Conversion Product Family GroupDocs...digital signature into DOCX file format Include the necessary class...

    kb.groupdocs.com/signature/java/how-to-add-digi...
  3. Introducing GroupDocs.Assembly for Java | Group...

    Introduction to GroupDocs.Assembly for Java GroupDocs.Assembly for Java is a Java API engine designed to generate documents based on templates. In essence, the engine accepts a template document and some data, assembles data with the template document as per syntax defined by the template document and then, generates the output document in the template’s Format or in the specified output Format. Since GroupDocs.Assembly for Java can generate documents based on a data source, essentially it serves two purposes: Document Automation and Report Generation....Conversion Product Solution GroupDocs...template’s format or in the specified output format. Since GroupDocs...

    docs.groupdocs.com/assembly/java/introducing-gr...
  4. Product Overview | GroupDocs

    Apply annotations to your documents in the form of textual comments, explanations with highlighted notes, watermarks, polylines, text/resource redactions and much more....Conversion Product Solution GroupDocs...annotate text or images in files of . Annotations may be comments...

    docs.groupdocs.com/annotation/java/product-over...
  5. Working with Containers | GroupDocs

    Handle nested attachments, archives, and email stores with GroupDocs.Parser for Python via .NET....Conversion Product Solution GroupDocs...lets you open archive-like formats (ZIP, RAR, 7z, TAR), Outlook...

    docs.groupdocs.com/parser/python-net/working-wi...
  6. Extract Text from RTF using Java

    This article provides in-depth guide on text extraction from RTF in Java. It includes code example to extract text from RTF using Java without using extra software....Conversion Product Family GroupDocs...using Java Rich Text Format ( RTF ) file is widely used due to...

    kb.groupdocs.com/parser/java/extract-text-from-...
  7. Add Text Watermark to RTF Using Python

    Learn how to add text watermark to RTF using Python. This tutorial shows how to embed text watermarks into RTF documents with custom font, color, and alignment....Conversion Product Family GroupDocs...RTF Using Python Rich Text Format ( RTF ) documents remain popular...

    kb.groupdocs.com/watermark/python/add-text-wate...
  8. Merge pages from various documents | GroupDocs

    This article explains how to merge some pages from different documents into single PDF, DOCX, Excel or PowerPoint document using GroupDocs.Merger for Java....Conversion Product Solution GroupDocs...Java / Developer Guide / Merge files / Merge pages from various documents...

    docs.groupdocs.com/merger/java/merge-pages-from...
  9. 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 PowerPoint Document Creating a Template Add a new slide Add a bullet list at the place where you want it Save your Document Reporting Requirement As a report developer, you are required to generate a report that fetches data from two different data sources (e:g XML, JSON)....Conversion Product Solution GroupDocs...a word processing document format which can be used as an alternative...

    docs.groupdocs.com/assembly/net/generating-repo...
  10. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_Formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....Conversion Product Solution GroupDocs...specific formats / Video / Working with metadata in AVI files Working...

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