Sort Score
Result 10 results
Languages All
Labels All
Results 8,021 - 8,030 of 46,689 for

(c )

(0.05 sec)
  1. Swap pages | Documentation

    This article explains how to rearrange document pages for PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for .NET....filePath = @"c:\sample.pptx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/swap-pages/
  2. Move page | Documentation

    This article demonstrates how to move document page to another position within PDF, Word, Excel, PowerPoint document using GroupDocs.Merger API....Merger merger = new Merger ( @"c:\sample.xlsx" )) { merger . MovePage...moveOptions ); merger . Save ( @"c:\result.xlsx" ); } Was this page...

    docs.groupdocs.com/merger/net/move-page/
  3. GroupDocs.Search Product Family on GroupDocs Bl...

    GroupDocs.Search Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Search Product Family on GroupDocs Blog | Document Automatio......using C# Unlock the power of programmatic fuzzy search in C#! Search...using C# Unlock the power of programmatic search in C#! Learn...

    blog.groupdocs.com/categories/groupdocs.search-...
  4. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert text files to HTML, PDF, PNG, and JPEG formats.... C# using System.IO ; using GroupDocs...specify the output file name. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-text-files/
  5. two-pages.xlsx

    Split by rows Page 1 Page 2 2020-07-23T14:21:12Z 16.0300 vlitvinchik 2020-07-23T13:33:56Z 2020-07-23T14:21:12Z 2020-07-23T14:21:12Z 2020-07-23T14:21:12Z false 2020-07-23T14:21:12Z Microsoft Excel 2......2020-07-23T13:33:56Z vlitvinchik C:\Users\vlitvinchik\Desktop\partial_rendering\...

    docs.groupdocs.com/viewer/java/sample-files/spl...
  6. Set custom fonts | Documentation

    This article explains how to set custom fonts when rendering documents with GroupDocs.Viewer within your .NET applications....ttf” to the "C:\custom_fonts" folder and then...in the output HTML document. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  7. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating index...

    docs.groupdocs.com/search/net/queries-in-text-a...
  8. Reverse image search | Documentation

    This article gives knowledge about the reverse image search, which makes it possible to search for similar images in ZIP archives, various documents, and individual files....indexFolder = "c:\\MyIndex" ; String documentsFolder = "c:\\MyDocuments"...searchImage = SearchImage . create ( "c:\\MyDocuments\\image.png" ); //...

    docs.groupdocs.com/search/java/reverse-image-se...
  9. Groupdocs.Assembly - .NET 6 - Free Support Foru...

    Hello. I looked at this topic but still no luck ASP.NET Core 6.0.7 Support - #13 by bkbejawada I’m evaluating Groupdocs.Assembly and am trying to run a simple concole app in .NET 6 I added all the internal packages bu…...$(String[] args) in C:\Users\mark\source\repos\GroupDocs\Program...String strDocumentTemplate = “c:\temp\Mark.docx”; //Setting up...

    forum.groupdocs.com/t/groupdocs-assembly-net-6/...
  10. Merge TEX | Documentation

    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/