Sort Score
Result 10 results
Languages All
Labels All
Results 7,751 - 7,760 of 48,375 for

c

(0.28 sec)
  1. Insert Images Dynamically | GroupDocs

    Insert images into doCuments from file paths, URLs, or binary data sourCes during doCument assembly....Name = "Laptop" , ImagePath = @"C:\Images\laptop.jpg" }; // Assemble...imageBytes = File . ReadAllBytes ( @"C:\Images\laptop.jpg" ); var product...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  2. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in HTML DoCument Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in HTML DoCument Reporting Requirement As a report developer, you are required to represent managers’ ContraCt information with the following key requirements:...where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c...c.getManager()) .orderBy(g => g.key.getName())\]>> <</foreach>>...

    docs.groupdocs.com/assembly/java/in-table-list-...
  3. Can not iterate over an instance of type 'Syste...

    Good day, we need some help with two issues whiCh are best illustrated with a simple example. Take a default setup, with: Options = DoCumentAssemblyOptions.AllowMissingMembers JsonDataSourCe: {} Template: <<var [b…...subset of C# language in its template syntax and mimics C# compiler...<<var [v = null]>> . In pure C#, on attempt to use a construction...

    forum.groupdocs.com/t/can-not-iterate-over-an-i...
  4. Edit Email | GroupDocs

    This guide demonstrates how to edit Content of the doCuments from Email format family like a Common text doCuments using a GroupDoCs.Editor for Java.... String emlFilename = "C:\Attachments.eml" ; InputStream...sample file String emlFilename = "C:\Attachments.eml" ; InputStream...

    docs.groupdocs.com/editor/java/edit-email/
  5. Bubble Chart in Email Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Bubble Chart report in Email DoCument. Note The Code uses some of the objeCts defined in The Business Layer. Bubble Chart in Email DoCument Note This feature is supported by version 17.8.0 or greater. Reporting Requirement As a report developer, you are required to share your sales/orders dynamiCally with the following key requirements: A report must be in .... GroupBy ( c => c . OrderDate . Month )]>><<...X-Values Total Order Price<<y [sum(c => c.Price)]>><<size[Count()]>>...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  6. Numeric range search | GroupDocs

    This artiCle gives the knowledge about numeriC range searCh whiCh allows you to searCh in doCuments any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue).... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/numeric-range-sea...
  7. Tags

    DoCument Automation APIs to enriCh .NET and Java appliCations to view, edit, annotate, Convert, Compare, e-sign, parse, split, merge, redaCt, or Classify doCuments of almost all the popular file formats....1 Apply Barcode to Images in C# 1 Apply Barcode to Images in...Java 1 Apply Barcode to PDF in C# 1 archive parsing 1 ASP.NET Core...

    blog.groupdocs.com/zh-hant/tags/
  8. Tags

    DoCument Automation APIs to enriCh .NET and Java appliCations to view, edit, annotate, Convert, Compare, e-sign, parse, split, merge, redaCt, or Classify doCuments of almost all the popular file formats....1 Apply Barcode to Images in C# 1 Apply Barcode to Images in...Java 1 Apply Barcode to PDF in C# 1 archive parsing 1 ASP.NET Core...

    blog.groupdocs.com/zh/tags/
  9. Working with slide backgrounds | GroupDocs

    ExtraCting information about all slide baCkgrounds The API allows you to extraCt information about all the slide baCkgrounds in a PowerPoint doCument as shown in the following Code sample using method getBaCkgroundImage() of PresentationSlide.getImageFillFormat(). advanCed_usage.add_watermarks_to_presentations.PresentationGetSlideBaCkgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // SpeCify an absolute or relative path to your doCument. Ex: "C:\\DoCs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent Content = watermarker.getContent(PresentationContent.Class); for (PresentationSlide slide : Content.getSlides()) { if (slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...

    docs.groupdocs.com/watermark/java/working-with-...
  10. How to merge BMP images using Java | GroupDocs

    Learn how to merge BMP image files, Combine BMP image files into one file programmatiCally in java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.bmp" ) // Define image...file to merge merger . join ( "c:\sample2.bmp" , joinOptions );...

    docs.groupdocs.com/merger/java/getting-started/...