Sort Score
Result 10 results
Languages All
Labels All
Results 6,411 - 6,420 of 13,125 for

formatting

(0.51 sec)
  1. Common Master-Detail Image in Email Document | ...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Email Document format. Common Master-Detail in Email Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS Outlook 2013: Create a new Email. Insert two shapes, one for holding image and other for holding other details. Save the Email. Reporting Requirement As a report developer, you are required to represent the information of the managers and clients with the following key requirements:...Master-Detail report in Email Document format. Common Master-Detail in Email...Report must be in .eml or .msg format. It must add email recipient...

    docs.groupdocs.com/assembly/java/common-master-...
  2. Working with Outer Document Insertion | GroupDocs

    Note The code uses some of the objects defined in The Business Layer. Inserting Documents Dynamically You can insert contents of outer documents into your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run-time. <> Warning A doc tag can be used almost anywhere in a template document except text-boxes and charts. An expression declared within a doc tag is used by the engine to load a document to be inserted during run-time....Insertion in Word Processing Formats Note This feature is supported...Document Insertion in Email Formats Note This feature is supported...

    docs.groupdocs.com/assembly/java/working-with-o...
  3. Merge archives | GroupDocs

    Learn how to merge archive files, combine archive files into one file programmatically in Python via .NET language using GroupDocs.Merger for Python via .NET library....library supports common archive formats such as ZIP and TAR — no external...Merge different archive file formats Merge Archives Live Demo GroupDocs...

    docs.groupdocs.com/merger/python-net/merge/arch...
  4. Clear watermarks | GroupDocs

    Search and remove existing text or image watermarks using Python via .NET....supported for many formats. Check supported formats to confirm availability...

    docs.groupdocs.com/watermark/python-net/basic-u...
  5. Generate Document Pages Preview | GroupDocs

    Render lightweight thumbnail images for selected document pages using PreviewOptions and Document.generate_preview() from GroupDocs.Comparison for Python via .NET.... preview_format = PreviewFormats . PNG preview_options...KB) You can choose the output format (PNG / JPEG), control resolution...

    docs.groupdocs.com/comparison/python-net/develo...
  6. Removing metadata | GroupDocs

    Example demonstrates some advanced usage scenarios of the GroupDocs.Metadata search engine allowing to remove metadata properties... Some file formats and metadata standards allow...defined in the appropriate format/standard specification. In...

    docs.groupdocs.com/metadata/net/removing-metadata/
  7. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...Managing metadata for specific formats / Images / Working with metadata...Metadata API supports extracting format-specific information from PNG...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Render attachments | GroupDocs

    Render email attachments with GroupDocs.Viewer for Java in the same way as you would render any other documents...options depending on the output format - / / / . Call the method....provided code snippet suits all format families that support attachments:...

    docs.groupdocs.com/viewer/java/how-to-convert-a...
  9. JSON Viewer - Lihat dan Konversi Data JSON Onli...

    Lihat file JSON menggunakan alat JSON Viewer online gratis. Pengembang dapat mengembangkan Penampil dokumen online mereka sendiri....atau Unduh data JSON dalam format PDF & PNG. Penampil JSON Daring...bahkan mengunduh JSON dalam format PDF dan PNG. Seberapa cepat...

    blog.groupdocs.com/id/viewer/json-viewer-online/
  10. View Word Documents as PDF using C# | Protect &...

    Learn how to view Word DOC/DOCX files as PDF using C#. Transform Word files to password-protected PDF & Disallow PDF Printing using Document Viewer .NET API....documents into this portable format while sharing. In this article...into PDF, HTML, and image formats within the application. In...

    blog.groupdocs.com/viewer/view-word-documents-a...