Sort Score
Result 10 results
Languages All
Labels All
Results 7,951 - 7,960 of 47,190 for

(c )

(0.45 sec)
  1. Change page orientation | GroupDocs

    Following this guide you will learn how to change Word document page orientation to Portrait or Landscape using GroupDocs.Merger for Java....filePath = "c:\sample.docx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/change-page-orie...
  2. Update document password | GroupDocs

    This article explains how to update password for PDF, Word, Excel, PowerPoint documents by using GroupDocs.Merger for .NET....filePath = @"c:\sample.xlsx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/update-document-p...
  3. Merge PDF | GroupDocs

    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/
  4. Create PDF with Image Redaction | GroupDocs

    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...
  5. In-Table List in Word Processing Document | Gro...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table List report in Word Processing 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 List in Microsoft Word Document Creating an In-Table List Practicing the following steps you can create In-Table List Template in MS Word 2013. Click the on the document where you want to insert the table.... Sum ( c => c. Price )]>><</ foreach >> Total:...Sum ( m => m. Order . Sum ( c => c. Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  6. Licensing and evaluation | GroupDocs

    GroupDocs.Total provides different plans for purchasing or offers a Free Trial and a 30-day Temporary License for evaluation.... From a File C# string licensePath = "GroupDocs...licensePath ); 2. From a Stream C# string licensePath = "GroupDocs...

    docs.groupdocs.com/total/net/licensing-and-eval...
  7. Character types | GroupDocs

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/character-types/
  8. Basic Template Syntax - Expression Tags and Fie...

    Introduction to basic template syntax including expression tags and simple field access in templates....syntax that allows you to embed C# expressions directly in your...is case-sensitive and follows C# language rules. Expression tags...

    docs.groupdocs.com/assembly/net/basic-usage-tem...
  9. GroupDocs.Parser for .NET

    Այս API-ն թույլ է տալիս կատարել տեքստի որոնում և ինդեքսավորել ցանկացած տեսակի ֆայլի ձևաչափ՝ օգտագործելով C# .NET լեզուն ցանկացած հարթակում:...մետատվյալները PDF-ից՝ օգտագործելով C# «« « 1 2 3 4 » »» Հայերեն English...

    kb.groupdocs.com/hy/parser/net/page/4/
  10. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft Excel Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Excel 2013....where(c => c.getDate().getYear() + 1900 == 2015) .groupBy(c => c...c.getManager()) .orderBy(g => g.key.getName())]» «[key.getName()]»...

    docs.groupdocs.com/assembly/java/in-table-list-...