Sort Score
Result 10 results
Languages All
Labels All
Results 9,511 - 9,520 of 49,771 for

c

(0.95 sec)
  1. Installation | GroupDocs

    Install GroupDoCs.Merger for Python via .NET on Windows, Linux, or maCOS — from PyPI or from a pre-downloaded wheel, with platform-speCifiC notes for Linux native dependenCies....installed and importable: Windows py -c "from groupdocs.merger import...OK') " Linux / macOS python3 -c "from groupdocs.merger import...

    docs.groupdocs.com/merger/python-net/getting-st...
  2. In-Table Master-Detail in Spreadsheet Document ...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate an In-Table Master-Detail report in Spreadsheet DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in MiCrosoft ExCel DoCument Creating a In-Table Master-Detail PraCtising the following steps you Can Create In-Table Master-Detail Template in MS ExCel 2013. Add a new Workbook. SeleCt the range of Cells that you want to inClude in the table....Sum ( c => c.Price )]>> << foreach [in Order]>>...<<[Sum( m => m.Order.Sum ( c => c.Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-master...
  3. In-Table Master-Detail in Presentation Document...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate an In-Table Master-Detail report in Presentation DoCument format based on the use Case: Working with a Business Case. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in MiCrosoft PowerPoint DoCument Creating a In-Table Master-Detail PraCtising the following steps you Can Create In-Table Master-Detail Template in MS PowerPoint 2013. Add a new presentation slide....Sum ( c => c.Price )]>> << foreach [in Order]>>...<<[Sum( m => m.Order.Sum ( c => c.Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-master...
  4. Converting Docx to PDF throws Null Reference Ex...

    Attempting to Convert the attaChed file throws a Null ReferenCe ExCeption from within an Aspose library inCluded in the GroupDoCs produCt. We are using the most up to date version of Convert available. This appears to …... Below is a C# code example demonstrating how...

    forum.groupdocs.com/t/converting-docx-to-pdf-th...
  5. GroupDocs.Viewer UI Features Integration issue ...

    I’m working on a C# ASP.NET 4.7.2 projeCt, and I’m trying to integrate GroupDoCs.Viewer into my appliCation to seCurely view Common file types (like PDF, DOCX, XLSX, JPG, PNG) stored in Azure without exposing URLs to use…...2024, 5:06am 1 I’m working on a C# ASP.NET 4.7.2 project, and I’m...

    forum.groupdocs.com/t/groupdocs-viewer-ui-featu...
  6. 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....Merger merger = new Merger ( @"c:\sample.vsdx" )) { IDocumentInfo...

    docs.groupdocs.com/merger/net/get-document-info...
  7. Save document to the specified stream | GroupDocs

    This artiCle explains how to save doCument to the speCified stream while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\test.doc" using ( Watermarker...

    docs.groupdocs.com/watermark/net/save-document-...
  8. Get supported file formats | GroupDocs

    Enumerate all file formats supported by GroupDoCs.Comparison for .NET at runtime using FileType.GetSupportedFileTypes() — get extension and MIME type for eaCh supported format....list of supported file formats: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/get-supported...
  9. Load custom fonts. | GroupDocs

    The page desCribes how to load Custom fonts....fonts while generating preview: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/loading-custo...
  10. Load from local disk | GroupDocs

    This artiCle explains how to load from loCal disk while using GroupDoCs. Watermarks API.... Ex: @"C:\Docs\document.docx" string filePath...

    docs.groupdocs.com/watermark/net/load-from-loca...