Sort Score
Result 10 results
Languages All
Labels All
Results 5,241 - 5,250 of 31,037 for

page

(0.11 sec)
  1. Common List in Text Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Common List report in Text Document format. Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 17.03 or greater. Common List in Text Document Reporting Requirement As a report developer, you are required to share the following key requirements: The report must be generated in the Text Document format Adding Syntax to be evaluated by GroupDocs....Generating The Report Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/common-list-in-...
  2. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects GroupDocs.Assembly for .NET API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Data Source Document Multiple Tables Data....ColumnNameExtracting Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/loading-multipl...
  3. ImportExport Test Document 2

    Font Formatting Source Sans Pro Light, 14 pt. Simple text in Times New Roman 12 followed by an empty paragraphsubscript andsuperscript. Various characters: ‘ “ & < > £ ¥ § ¨ © ª « ® » ¼ Paragraph w...... This paragraph has a page break and centered. It actually...This section starts from a new page. ( Ellipse text )There is an...

    docs.groupdocs.com/viewer/net/sample-files/how-...
  4. Saving documents | Documentation

    Saving a document, GroupDocs.Redaction puts it in the same folder as the original file, renaming or rewriting original. If you need to save the document to any custom location, you’ll have to open a Stream to this location. As a save option by default, GroupDocs.Redaction converts all Pages (slides, worksheets) in a document into images and puts them in a single PDF file, so you can share the redacted document without any additional conversions....Redaction converts all pages (slides, worksheets) in a document...default options Select specific pages for rasterized PDF Use advanced...

    docs.groupdocs.com/redaction/java/saving-docume...
  5. Load from stream | Documentation

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your Python applications.... for_embedded_resources ( "page_ {0} .html" ) viewer . view...following pages for examples: Load from URL Was this page helpful...

    docs.groupdocs.com/viewer/python-net/load-docum...
  6. Saving documents | Documentation

    The articles explain that how to save documents in different ways after making redactions....Redaction converts all pages (slides, worksheets) in a document...default options Select specific pages for rasterized PDF Save to Stream...

    docs.groupdocs.com/redaction/net/saving-documents/
  7. Set archive file name | GroupDocs.Viewer for .NET

    This article explains how to specify a filename when rendering archive files GroupDocs.Viewer within your .NET applications....filename in the header of each page, like it is shown on the screenshot...Documents Leave feedback Was this page helpful? Yes No Close Thank...

    docs.groupdocs.com/viewer/net/set-filename-when...
  8. Enable layered rendering | Documentation

    This article explains how to enable layered rendering when viewing PDF Documents with GroupDocs.Viewer within your Java applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/java/enable-layered-r...
  9. Set timeout for loading external resources | Do...

    This article explains how to set timeout for loading external resources contained by a document with GroupDocs.Viewer within your .NET applications....( viewOptions ); } Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/net/set-timeout-for-l...
  10. Load from a local disk | Documentation

    The following example demonstrates how to load a file from a local disk. advanced_usage.loading_files.LoadFromLocalDisk // Constants.InputOne is an absolute or relative path to your document. Ex: @"C:\Docs\source.one" try (Metadata metadata = new Metadata(Constants.InputOne)) { // 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: GroupDocs.Metadata for .NET examples GroupDocs.Metadata for Java examples... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/java/load-from-a-lo...