Sort Score
Result 10 results
Languages All
Labels All
Results 8,041 - 8,050 of 48,375 for

c

(0.11 sec)
  1. Categories

    Find Answers by API GroupDoCs.Total ProduCt Family GroupDoCs.Conversion ProduCt Family GroupDoCs.Annotation ProduCt F......How to Convert PDF to Word in C# «« « 42 43 44 45 46 » »» English...

    kb.groupdocs.com/categories/page/46/
  2. 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/
  3. Rotate pages | GroupDocs

    Following this guide you will learn how to Change PDF doCument page rotation angle using GroupDoCs.Merger for .NET API....filePath = @"c:\sample.pdf" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/rotate-pages/
  4. Rotate pages | GroupDocs

    Following this guide you will learn how to Change PDF doCument page rotation angle using GroupDoCs.Merger for Java API....filePath = "c:\sample.pdf" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/rotate-pages/
  5. Swap pages | GroupDocs

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

    docs.groupdocs.com/merger/java/swap-pages/
  6. Move page | GroupDocs

    This artiCle demonstrates how to move doCument page to another position within PDF, Word, ExCel, PowerPoint doCument using GroupDoCs.Merger for Java API....filePath = "c:\sample.xlsx" ; String filePathOut = "c:\output\result...

    docs.groupdocs.com/merger/java/move-page/
  7. 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 .NET....filePath = @"c:\sample.docx" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/change-page-orien...
  8. Convert images with optical character recogniti...

    In this artiCle, you will learn how to Convert an image file to text or PDF using OCR with GroupDoCs.Conversion for Java....for ( char c : lineText . toCharArray ()) { if ( c == ' ' ) {...if ( NARROW_CHARS . contains ( c )) { length += 0 . 5f ; } else...

    docs.groupdocs.com/conversion/java/convert/imag...
  9. 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 API....filePath = @"c:\sample.one" ; string filePathOut = @"c:\output\result...

    docs.groupdocs.com/merger/net/remove-pages/
  10. Merge Excel spreadsheets | GroupDocs

    Follow this guide and learn how to merge MS ExCel spreadsheets using Python via .NET programming language....Merger ( "c:/sample1.xlsx" ) as merger : merger . join ( "c:/sample2..."c:/sample2.xlsx" ) merger . save ( "c:/merged.xlsx" ) Code Examples...

    docs.groupdocs.com/merger/python-net/merge/excel/