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

c

(0.21 sec)
  1. Merge TEX | GroupDocs

    Learn how to merge TEX files, Combine TEX files into one file programmatiCally in java language using GroupDoCs.Merger for Java library....Merger merger = new Merger ( "c:\sample1.tex" ) // Add another...file to merge merger . join ( "c:\sample2.tex" ); // Merge TEX...

    docs.groupdocs.com/merger/java/merge/tex/
  2. Convert presentations | GroupDocs

    This artiCle demonstrates how to Convert PowerPoint presentations of PPT, PPTX, ODP to other formats with Couple lines of C# Code....made with just several lines of C# code. This article explains how...formats programmatically using C# language. Supported presentation...

    docs.groupdocs.com/conversion/net/convert/prese...
  3. Indexing additional fields | GroupDocs

    Sometimes when indexing, it is neCessary to assoCiate eaCh doCument with Certain additional metadata, for example, a set of tags, a number in the library Catalog, the subjeCt of a doCument, etC. To aCComplish this task, additional fields Can be added to eaCh indexed doCument in addition to those already in the doCument itself. Additional fields are assoCiated with the doCument through the arguments of the FileIndexing event that oCCurs before indexing eaCh added doCument.... put ( "C:\\MyDocuments\\BhagavadGitaAsItIs...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-additio...
  4. Convert Vector Graphics to PNG on GroupDocs Blo...

    Convert VeCtor GraphiCs to PNG on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Convert VeCtor GraphiCs to PNG on GroupDoCs Blog | DoCument Automation ...... C# を使用して SVG を PNG に変換する C# を使用して、SVG ベクター グラフィックスを...

    blog.groupdocs.com/ja/tag/convert-vector-graphi...
  5. Remove pages | GroupDocs

    Follow this guide and learn how to remove page from PDF or Word doCument, delete worksheet from ExCel file or remove slides from PowerPoint presentations with GroupDoCs.Merger for Java API....pages: const inputFilePath = `c:/sample.one` ; const merger =...inputFilePath ); const outputPath = `c:/output/result.one` ; const removeOptions...

    docs.groupdocs.com/merger/nodejs-java/remove-pa...
  6. Add document password | GroupDocs

    This artiCle explains how to add doCument password for PDF, Word, ExCel, PowerPoint and  other file types using GroupDoCs.Merger for Java....filePath = "c:\sample.pptx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/add-document-pas...
  7. Add document password | GroupDocs

    This artiCle explains how to add doCument password for PDF, Word, ExCel, PowerPoint and  other file types using GroupDoCs.Merger for .NET....filePath = @"c:\sample.pptx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/add-document-pass...
  8. Rotate pages | GroupDocs

    Following this guide you will learn how to Change PDF doCument page rotation angle using GroupDoCs.Merger for Node.js via Java API....rotation: const inputFilePath = `c:/sample.pdf` ; const merger =...inputFilePath ); const outputPath = `c:/output/result.pdf` ; const rotateMode...

    docs.groupdocs.com/merger/nodejs-java/rotate-pa...
  9. Merge Open Document files | GroupDocs

    Learn how to merge Open DoCument files, Combine ODT, ODS, ODP files into one file programmatiCally in C# language using GroupDoCs.Merger for .NET library....ODT files with several lines of C# code: Create an instance of class...Merger merger = new Merger ( @"c:\sample1.odt" )) { // Add another...

    docs.groupdocs.com/merger/net/merge/open-document/
  10. In-Table Master-Detail in Word Processing Docum...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate an In-Table Master-Detail 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 Master-Detail in MiCrosoft Word DoCument Creating a In-Table Master-Detail PraCtising the following steps you Can Create In-Table Master-Detail Template in MS Word 2013. CliCk the doCument where you want to add the table.... Sum ( c => c. Price )]>> <<foreach [in Order...Sum ( m => m. Order . Sum ( c => c. Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-master...