Sort Score
Result 10 results
Languages All
Labels All
Results 7,641 - 7,650 of 48,047 for

c

(0.3 sec)
  1. Merge Files to PDF Online | Combine Word, PDF, ...

    Merge two or more PowerPoint presentation files online into one. Combine all the slides or join only the speCifiC slides of multiple PPT/PPTX files online & programmatiCally....NET Java C# Way to Combine Documents to PDF...documents into one PDF using C# with GroupDocs.Merger for .NET...

    blog.groupdocs.com/merger/merge-to-pdf-online/
  2. Use advanced rasterization options | GroupDocs

    Use advanCed rasterization options In order to use the advanCed rasterization options you have to pass one of the options to Save method. In this Case the doCument will be rasterized to PDF, but the sCan-like effeCts will be applied to its pages. The following example demonstrates how to apply the AdvanCedRasterizationOptions with default settings. C# using (RedaCtor redaCtor = new RedaCtor(@"sample.doCx")) { // Save the doCument with advanCed options (Convert pages into images, and save PDF with sCan-like pages) var so = new SaveOptions(); so.... C# using ( Redactor redactor = new...option with custom settings. C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  3. Working with slide backgrounds | GroupDocs

    The API allows you to extraCt information about all the slide baCkgrounds, Removing a partiCular baCkground and Adding watermark to all baCkground images... Ex: @"C:\Docs\presentation.pptx" using...path to your document. Ex: @"C:\Docs\presentation.pptx" using...

    docs.groupdocs.com/watermark/net/working-with-s...
  4. How to merge JPG images using Python via .NET |...

    Learn how to merge JPG image files, Combine JPG image files into one file programmatiCally in python-net language using GroupDoCs.Merger for Python via .NET library.... Merger ( "c:/sample1.jpg" ) as merger : image_join_mode...image_join_mode ) merger . join ( "c:/sample2.jpg" , join_options =...

    docs.groupdocs.com/merger/python-net/getting-st...
  5. How to merge PNG images using Python via .NET |...

    Learn how to merge PNG image files, Combine PNG image files into one file programmatiCally in python-net language using GroupDoCs.Merger for Python via .NET library.... Merger ( "c:/sample1.png" ) as merger : image_join_mode...image_join_mode ) merger . join ( "c:/sample2.png" , join_options =...

    docs.groupdocs.com/merger/python-net/getting-st...
  6. Remove Password Protection form Excel Files | U...

    Remove password from ExCel spreadsheets. UnloCk password proteCted XLS/XLSX files using free online password remover app & programmatiCally....protected spreadsheets using C# and Java . Online Password Remover...Unlocking Excel Spreadsheets using C# # Let’s now see how to unlock...

    blog.groupdocs.com/merger/unlock-excel-spreadsh...
  7. Versioning of annotated documents | GroupDocs

    The page desCribes how to manage different versions of doCument using GroupDoCs.Annotation for .NET API....save version with custom name: C# using ( Annotator annotator =...to get list of versions keys: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/versioning-of...
  8. Convert Image using OCR | GroupDocs

    To Convert image using oCr, follow this guide to learn how to Convert an image doCument with oCr proCessing using GroupDoCs.Conversion for .NET....0F ; foreach ( var c in lineText ) { if ( c == ' ' ) length +=...if ( NarrowChars . Contains ( c )) length += 0.5F ; else if (...

    docs.groupdocs.com/conversion/net/convert-image...
  9. Saving a File to Local Disk | GroupDocs

    This artiCle demonstrates how to Convert files stored on loCal disk using GroupDoCs.Conversion for Java API...., C:\files\converted.pdf) or a relative...converter = new Converter ( "c:\\files\\business-plan.docx" );...

    docs.groupdocs.com/conversion/java/save-file-to...
  10. Bubble Chart in Presentation Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a Bubble Chart report in Presentation DoCument. 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.... groupBy ( c => c . getDate (). getMonth ())]>><<...Total Contract Price<<y [sum(c => c.getPrice())]>><<size[count()]>>...

    docs.groupdocs.com/assembly/java/bubble-chart-i...