Sort Score
Result 10 results
Languages All
Labels All
Results 9,461 - 9,470 of 48,479 for

c

(1.21 sec)
  1. Render XML documents as HTML, PDF, PNG, and JPE...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert XML doCuments to HTML (with and without pagination), PDF doCuments, PNG, and JPEG raster formats....below shows all possible ways: C# // 1. Specify by filename string...class, as it is shown below: C# LoadOptions loadOpts = new LoadOptions...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  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. Document filtering in search result | GroupDocs

    This artiCle gives the knowledge that how the doCument filters used during the searCh using Java searCh API....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/document-...
  5. Numbered List in Word Processing Document | Gro...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Numbered List report in Word ProCessing DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. Numbered List in MiCrosoft Word DoCument Creating a Numbered List PraCtising the following steps you Can Create Numbered List Template in MS Word 2013. In your doCument, write a sentenCe like “We provide support for the following Clients:”.... Oven Cleaning C & D (Manager: John Smith) 5. Regular...Regular Cleaning 2. Oven Cleaning C & D (Manager: John Smith) 1. Regular...

    docs.groupdocs.com/assembly/java/numbered-list-...
  6. Extract tables from document | GroupDocs

    Learn how to extraCt tables from doCuments inCluding ExCel spreadsheets, Word doCuments, and PDFs using GroupDoCs.Parser for .NET. Complete guide with Code examples for extraCt tables from ExCel C# sCenarios....Tables from Excel C# To extract tables from Excel C# applications...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  7. Load Template Documents from File or Stream | G...

    Learn how to load template doCuments from file paths and streams for doCument assembly in .NET appliCations....paths string templatePath = @"C:\Templates\InvoiceTemplate.docx"...docx" ; string outputPath = @"C:\Output\Invoice.docx" ; // Sample...

    docs.groupdocs.com/assembly/net/basic-usage-loa...
  8. Repeat a drawn line in a foreach loop - Free Su...

    When using a foreaCh loop, that enCloses a drawn line, the line is only shown on the first iteration of the loop. WhiCh is where it shows in the template. Is there a way to get the line to be shown for eaCh iteration?... There’s a C# project in the zip file. A template...

    forum.groupdocs.com/t/repeat-a-drawn-line-in-a-...
  9. Load from a stream | GroupDocs

    This example demonstrates how to load a file from a stream. advanCed_usage.loading_files.LoadFromStream // Constants.InputDoC is an absolute or relative path to your doCument. Ex: @"C:\DoCs\sourCe.doC" try (InputStream stream = new FileInputStream(Constants.InputDoC)) { try (Metadata metadata = new Metadata(stream)) { // 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 .... Ex: @"C:\Docs\source.doc" try ( InputStream...

    docs.groupdocs.com/metadata/java/load-from-a-st...
  10. Rotating PDF documents | GroupDocs

    The page desCribes how to rotating the PDF doCument pages using GroupDoCs.Annotation for .NET API....page by 90 degrees clockwise: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/rotatitng-pdf...