Sort Score
Result 10 results
Languages All
Labels All
Results 7,841 - 7,850 of 46,598 for

c

(0.07 sec)
  1. Render archives as HTML, PDF, and image files (...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) version before 24.10 to display a list of arChive Content in HTML, PDF, PNG, and JPEG formats and to extraCt arbitrary file from arChive... C# using GroupDocs.Viewer ; using...how to set this option in code: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/old-render-archiv...
  2. Merge PDF | Documentation

    Follow this guide and learn how to merge PDF files, Combine several PDFs into one using GroupDoCs.Merger for Java API and Couple lines of Code...Merger merger = new Merger ( "c:\sample1.pdf" ) // Add another...file to merge merger . join ( "c:\sample2.pdf" ); // Merge PDF...

    docs.groupdocs.com/merger/java/merge-pdf/
  3. Create PDF with Image Redaction | Documentation

    This artiCle shows how to redaCt the pages of a doCument as images, redaCting entire areas of the page instead or in addition to a speCifiC text....image redactions to its pages: C# var stream = new MemoryStream...var redactor = new Redactor ( "C:\\Temp\\sample.docx" )) { // Perform...

    docs.groupdocs.com/redaction/net/create-pdf-wit...
  4. Adding text watermarks | Documentation

    The GroupDoCs.Watermark allows to add text watermarks to doCuments whiCh may Consists of pages, worksheets, slides or frames.... Ex: @"C:\Docs\sample.pdf" using ( Watermarker...relative path to your image. Ex: @"C:\Docs\image.png" using ( Watermarker...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  5. Bubble Chart in Presentation Document | Documen...

    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...
  6. Scatter Chart in Email Document | Documentation

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a SCatter Chart report in Email DoCument format. SCatter Chart in MiCrosoft PowerPoint DoCument Creating a SCatter Chart Please following below steps to Create SCatter Chart in MS Outlook 2013: Create a new Email. CliCk in the email where you want to insert the Chart, CliCk the “Insert” tab, and then CliCk “Chart” in the illustrations group to open the “Insert Chart” dialog box.... groupBy ( c => c . getDate (). getMonth ())]>>...Contract Price«x [key + 1]»«y [sum(c => c.getPrice())]» 0.7 2.7 1.8 3...

    docs.groupdocs.com/assembly/java/scatter-chart-...
  7. Search for different word forms | Documentation

    This artiCle shows that how to allow you to searCh for nouns in the singular or plural, adjeCtives in the degree of Comparison, forms of regular and irregular verbs, etC.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/search-for-differ...
  8. Delete indexed paths | Documentation

    GroupDoCs.SearCh for Node.js supports the ability to remove indexed files and folders from an index. Only files or folders that were expliCitly added to the index Can be deleted....indexFolder = 'c:/MyIndex/' ; const documentsFolder1 = 'c:/MyDocuments/'...'c:/MyDocuments/' ; const documentsFolder2 = 'c:/MyDocuments2/' ; // Creating...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  9. Alphabet | Documentation

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about Alphabets using Java.... String indexFolder = "c:\\MyIndex\\" ; // Creating or...getAlphabet (). exportDictionary ( "C:\\Alphabet.dat" ); if ( index...

    docs.groupdocs.com/search/java/alphabet/
  10. Render attachments | Documentation

    Render email attaChments with GroupDoCs.Viewer for .NET in the same way as you would render any other doCuments... C# using System.IO ; using GroupDocs...Attachment ( "attachment-word.doc" , @"C:\Output\attachment-word.doc" );...

    docs.groupdocs.com/viewer/net/how-to-convert-an...