Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 4,718 for

assemble document

(0.1 sec)
  1. Loading | GroupDocs

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint Documents by local file path, stream or third-party storage for further processing with GroupDocs.Conversion for .NET API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/loading/
  2. Changing Automatically Detected Types of Docume...

    API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type Note The code uses some of the objects defined in: The Business Layer...Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/net/changing-automa...
  3. Get HTML markup in different forms | GroupDocs

    Learn this article to know how to get edited Document HTML markup - body without head tag, content in a raw and base64 form and other using GroupDocs.Editor for Java API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Editor Product...

    docs.groupdocs.com/editor/java/get-html-markup-...
  4. Deleting Image signatures - advanced | GroupDocs

    This article shows how to delete Image electronic signatures different ways with GroupDocs.Signature API....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/deleting-imag...
  5. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the Document. Data extraction was unified for all data types. The overall Document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/migration-notes/
  6. In-Table List in HTML | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List in HTML Document Reporting Requirement As a report developer, you are required to represent the information of the managers with the following key requirements: Report must show managers’ name. It must show the sum of contract prices against each manager....Assembly Product Solution GroupDocs...AI GroupDocs Documentation / GroupDocs.Assembly Product Family...

    docs.groupdocs.com/assembly/java/in-table-list-...
  7. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/net/metadata-redac...
  8. Render documents | GroupDocs

    Rendering Documents with GroupDocs.Viewer for .NET in your .NET / C# applications....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/net/rendering-documents/
  9. Working with metadata in PDF documents | GroupDocs

    Detecting the version of a PDF Document The following sample of code will help you to detect the PDF version a loaded Document and extract some additional file format information. Load a PDF Document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF Document, please use the DocumentProperties property defined in the DocumentRootPackage class....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Add watermarks to PowerPoint presentations | Gr...

    Add watermarks to PowerPoint presentations. Add watermark to particular slide with simple or advanced settings easily....Assembly Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/add-watermarks...