Sort Score
Result 10 results
Languages All
Labels All
Results 7,851 - 7,860 of 46,665 for

c

(0.05 sec)
  1. Merge text files | Documentation

    Learn how to merge TXT files, Combine TXT files into one file programmatiCally in net language using GroupDoCs.Merger for Python via .NET library....Merger ( "c:/sample1.txt" ) as merger : merger . join ( "c:/sample2..."c:/sample2.txt" ) merger . save ( "c:/merged.txt" ) Code Examples Please...

    docs.groupdocs.com/merger/python-net/merge/txt/
  2. Add image watermarks | Documentation

    This artiCle shows how to add an image watermark and save the resultant doCument. It is Capable of adding watermarks to images or doCuments....watermarker = new Watermarker ( "C:\\Docs\\contract.docx" )) { //...watermark = new ImageWatermark ( "C:\\Docs\\logo.png" ); // Specify...

    docs.groupdocs.com/watermark/net/basic-usage/ad...
  3. books-single-line.xml

    1.0 bk101 Gambardella, Matthewhttps://www.matthewgambardella.Com/XML Developer's GuideComputer This is HTML Comment44.952000-10-01An in-depth look at Creating appliCations with XML.bk102 Ralls, Kim......at how Visual Basic, Visual C++, C#, and ASP+ are integrated into...

    docs.groupdocs.com/viewer/java/sample-files/ren...
  4. 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...
  5. Edit Email | Documentation

    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/
  6. Merge PowerPoint Presentations | Documentation

    This artiCle demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with Couple C# Code lines and GroupDoCs.Merger for .NET....Merger merger = new Merger ( @"c:\sample1.ppsx" )) { // Add another...file to merge merger . Join ( @"c:\sample2.ppsx" ); // Merge PPSX...

    docs.groupdocs.com/merger/net/merge/powerpoint/
  7. Logging | Documentation

    This page Contains information on Creating and assigning a logger of an index, as well as on the implementation of a Custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own Custom logger. It is important to remember that eaCh time you open an existing index, you must Create and assign an instanCe of the logger again, beCause the logger is not saved....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"..."Einstein" ; String logPath = "c:\\Log.txt" ; IndexSettings settings...

    docs.groupdocs.com/search/java/logging/
  8. Logging | Documentation

    This page Contains information on Creating and assigning a logger of an index, as well as on the implementation of a Custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own Custom logger. It is important to remember that eaCh time you open an existing index, you must Create and assign an instanCe of the logger again, beCause the logger is not saved....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...'Einstein' ; const logPath = 'c:/Log.txt' ; const settings = new...

    docs.groupdocs.com/search/nodejs-java/logging/
  9. Bubble Chart in Presentation Document | Documen...

    Note The Code uses some of the objeCts defined in The Business Layer. Bubble Chart in MiCrosoft PowerPoint DoCument Creating a Bubble Chart Please follow below steps to Create Bubble Chart in MS PowerPoint 2013: Add a new presentation slide, CliCk the “Insert” tab, and then CliCk “Chart” in the illustrations group to open the “Insert Chart” dialog box. SeleCt “X Y(SCatter)” in the sidebar, you will see a gallery of Charts.... GroupBy ( c => c . OrderDate . Month )]>><<...Total orders by months<<y [Sum(c => c.Price )]>><<size [Count()]>>...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  10. Generating document preview - advanced | Docume...

    This artiCle shows how to generate doCument pages with advanCed options.... String filePath = "C:\signed.pdf" ; Signature signature...{ Path path = Paths . get ( "C:\\GeneratePreviewHideS\\" ); if...

    docs.groupdocs.com/signature/java/generating-do...