Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 46,764 for

document

(0.23 sec)
  1. Sign document with Royal Mail Mailmark 2D Barco...

    This article explains how to sign Document with Royal Mail Mailmark 2D Barcode electronic signatures...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...Advanced usage / Signing documents / Complex QR entries / ✎ Mailmark...

    docs.groupdocs.com/signature/net/sign-document-...
  2. Supported Document Formats | GroupDocs

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Java. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format. XLSX OOXML 2007-2010 XLSM OOXML Macro Enabled Workbook XLTX OOXML Workbook Template XLTM OOXML Macro Enabled Workbook Template XLSB OOXML Binary Workbook XLS Excel Workbook 97-2003 XLT Excel Workbook Template 97-2003 XML Spreadsheet Markup Language ODS Open Document Spreadsheet PPTX OOXML Presentation PPTM OOXML Macro Enabled Presentation PPTM OOXML Macro Enabled Presentation PPSX OOXML SlideShow PPSM OOXML Macros Enabled Presentation POTX OOXML Presentation Template POTM OOXML Macro Enabled Presentation Template PPT PowerPoint Presentation 97-2003 PPS PowerPoint SlideShow 97-2003 ODP OpenDocument Presentation EML Email Message Format MSG Outlook Email Message Format EMLX Apple’s Email Message Format TXT Plain Text XML Word Processing Markup Language HTML HTML format....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product.../ Supported Document Formats Supported Document Formats Leave...

    docs.groupdocs.com/assembly/java/supported-docu...
  3. Get document information | GroupDocs

    This article explains how to detect Document file type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) files with GroupDocs.Merger for Java....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...Developer Guide / Get document information Get document information Leave...

    docs.groupdocs.com/merger/java/get-document-inf...
  4. Markdown on GroupDocs Blog | Document Automatio...

    Markdown on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Markdown on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers GroupDo......Markdown on GroupDocs Blog | Document Automation Solutions for ...Markdown on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/fa/tag/markdown/index.xml
  5. .Net 6 based web application to implement docum...

    Hi, I have been looking at Group Docs .net editor sample available in GItHUB. Having few questions. Could you please help with below? Looks like even GroupDocs is making use of CK Editor for Document editor. Then May…...web application to implement document editor using GroupDocs editor...Family dotnetcore , dotnet , document-editing nagasivaos February...

    forum.groupdocs.com/t/net-6-based-web-applicati...
  6. Load document using the local path string | Gro...

    Load Documents from your local disk using a file path with GroupDocs.Viewer in Python....Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product.../ Load documents from different sources / Load document using...

    docs.groupdocs.com/viewer/python-net/load-docum...
  7. GroupDocs.Merger on GroupDocs Blog | Document A...

    GroupDocs.Merger on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Merger on GroupDocs Blog | Document Automation Solutions for .NET & Java De......Merger on GroupDocs Blog | Document Automation Solutions for ...Merger on GroupDocs Blog | Document Automation Solutions for ...

    blog.groupdocs.com/ko/tag/groupdocs.merger/inde...
  8. 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...
  9. eSign document with Digital signature | GroupDocs

    This article explains how digitally esign Documents with certificates using GroupDocs.Signature API...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...signature types / ✎ Digital eSign document with Digital signature Leave...

    docs.groupdocs.com/signature/java/esign-documen...
  10. 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...