Sort Score
Result 10 results
Languages All
Labels All
Results 781 - 790 of 46,998 for

document

(0.5 sec)
  1. Locating signature on document page | GroupDocs

     This sections keeps topics to explain all possible options to locate signature on Document page with absolute positioning, relative, in percents of page size, with various alignment options....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...signature on document page Locating signature on document page Leave...

    docs.groupdocs.com/signature/java/locating-sign...
  2. Get the width and height of the document pages ...

    This article explains how to get the width and height of the Document pages using GroupDocs.Viewer for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...Developer Guide / Retrieve the document information / Get the width...

    docs.groupdocs.com/viewer/java/how-to-get-page-...
  3. Render PDF Document with Attachments - GroupDoc...

    We are delighted to announce another monthly release of GroupDocs.Viewer for .NET . In GroupDocs.Viewer for .NET 17.7.0, we have introduced rendering of PDF Document with attachments. Furthermore, 14 improvements and fixes are included in this release. We would recommend you to try the latest version and share your feedback with us. GroupDocs.Viewer for .NET 17.7.0 - New FeaturesGroupDocs.Viewer for .NET 17.7.0 introduced following new feature. Rendering PDF Documents with attachments For more details, please visit API Features....introduced rendering of PDF document with attachments. Furthermore...feature. # Rendering PDF documents with attachments For more...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  4. Password Protect Word Document on GroupDocs Blo...

    Password Protect Word Document on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Password Protect Word Document on GroupDocs Blog | Document Automation ......Protect Word Document on GroupDocs Blog | Document Automation Solutions...Protect Word Document on GroupDocs Blog | Document Automation Solutions...

    blog.groupdocs.com/nl/tag/password-protect-word...
  5. Shapes in spreadsheet document | GroupDocs

    Extracting information about all shapes in an Excel Document Search() method searches watermarks of all mentioned types, but in some cases, it’s necessary to analyze only one class of Excel objects. Following code sample shows how to get information about all the shapes in an Excel Document. advanced_usage.add_watermarks_to_spreadsheets.SpreadsheetGetShapesInformation SpreadsheetLoadOptions loadOptions = new SpreadsheetLoadOptions(); // Specify an absolute or relative path to your Document. Ex: @"C:\Docs\spreadsheet.xlsx" Watermarker watermarker = new Watermarker("spreadsheet....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...spreadsheet documents / Shapes in spreadsheet document Shapes in...

    docs.groupdocs.com/watermark/java/shapes-in-spr...
  6. Document Classification in CSharp on GroupDocs ...

    Document Classification in CSharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Document Classification in CSharp on GroupDocs Blog | Document Autom......Document Classification in CSharp on GroupDocs Blog | Document...Developers Recent content in Document Classification in CSharp on...

    blog.groupdocs.com/nl/tag/document-classificati...
  7. Inserting Chart Axis Title Dynamically in Sprea...

    Note The code uses some of the objects defined in The Business Layer. Note This feature is supported by version 18.1 or greater. Column Chart in Microsoft Excel Document Creating a Column Chart Following steps, you can create a column chart in MS Excel 2013: Create a new Workbook Click the “Insert” tab, and then click “Insert Column Chart” icon in the Charts group to view the drop-down list Select the “100% Stacked Column” and press “OK” to insert the chart and Worksheet template to your Worksheet Edit the Worksheet with your data to update the chart Save your Document Reporting Requirement As a report developer, you are required to share orders quantity of the customers dynamically with the following key requirements:...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...Dynamically in Spreadsheet Document Inserting Chart Axis Title...

    docs.groupdocs.com/assembly/net/inserting-chart...
  8. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF Document with multiple digital certificates using advanced options with GroupDocs.Signature API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing documents / Electronic Signatures /...

    docs.groupdocs.com/signature/net/iterative-digi...
  9. Load document from stream | GroupDocs

    There might be cases when the Document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving Documents to the disk, GroupDocs.Parser enables to extract data from streams directly. The following example shows how to load the Document from the stream: // Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...Loading / Load document from stream Load document from stream Leave...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Load PDF document with options | GroupDocs

    Learn this article and check how to load and convert PDF Documents with advanced options using GroupDocs.Conversion for Java API....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...for different document types / Load PDF document with options...

    docs.groupdocs.com/conversion/nodejs-java/load-...