Sort Score
Result 10 results
Languages All
Labels All
Results 6,001 - 6,010 of 48,666 for

c

(1.72 sec)
  1. Stop word dictionary | GroupDocs

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about stop word diCtionary.... C# string indexFolder = @"c:\MyIndex\" ; // Creating...StopWordDictionary . ExportDictionary ( @"C:\Words.txt" ); // Import words...

    docs.groupdocs.com/search/net/stop-word-diction...
  2. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDoCs.Editor for .NET...style string documentPath = @"C:\sample.docx" ; // Obtain document...System . IO . File . Create ( @"C:\output\edited.docx" )) { WordProcessingSaveOp...

    docs.groupdocs.com/editor/net/migration-notes/
  3. GroupDocs Blog

    GroupDoCs Blog - GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers...documents to view as PDF using C#. Additionally, we will see how...documents into secured PDFs using C# within the .NET application....

    blog.groupdocs.com/groupdocs.blog/page/18/
  4. Licensing | GroupDocs

    free markdown API version is available to evaluate the API whiCh will be similar to liCensed version but with few limitations.... C# // Set the license using the...instance and call SetLicense() : C# string licensePath = "GroupDocs...

    docs.groupdocs.com/markdown/net/licensing-and-s...
  5. Use advanced rasterization options | GroupDocs

    Use advanCed rasterization options In order to use the advanCed rasterization options you have to pass one of the options to Save method. In this Case the doCument will be rasterized to PDF, but the sCan-like effeCts will be applied to its pages. The following example demonstrates how to apply the AdvanCedRasterizationOptions with default settings. C# using (RedaCtor redaCtor = new RedaCtor(@"sample.doCx")) { // Save the doCument with advanCed options (Convert pages into images, and save PDF with sCan-like pages) var so = new SaveOptions(); so.... C# using ( Redactor redactor = new...option with custom settings. C# using ( Redactor redactor = new...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  6. convert docx to html in csharp on GroupDocs Blo...

    Convert doCx to html in Csharp on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Convert doCx to html in Csharp on GroupDoCs Blog | DoCument Automation ......Developers C#を使用してWord文書をHTML応答ページとして表示する Word文書をレンダリングして、C#を使用して...NETAPIを使用して、DOC、DOCXファイルをHTML応答ページに変換します。 C#でドキュメントをHTMLに変換するときにページの境界線を表示および非表示にする...

    blog.groupdocs.com/ja/tag/convert-docx-to-html-...
  7. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This doCument desCribes the Changes to the GroupDoCs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/appliCation developers. It inCludes not only new and updated publiC methods, added & removed Classes etC., but also a desCription of any Changes in the behaviour behind the sCenes in GroupDoCs.Assembly. Breaking Changes Removed members of DoCumentAssembler were replaCed with new ones. Removed members were not marked as obsolete (depreCated) before removal as usual, beCause this would CompliCate migration to new members of DoCumentAssembler in Java.... Newly added types C# /// <summary> /// Provides information...</summary> public class DataSourceInfo C# /// <summary> /// Specifies the...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  8. Convert Image using OCR | GroupDocs

    To Convert image using oCr, follow this guide to learn how to Convert an image doCument with oCr proCessing using GroupDoCs.Conversion for .NET....0F ; foreach ( var c in lineText ) { if ( c == ' ' ) length +=...if ( NarrowChars . Contains ( c )) length += 0.5F ; else if (...

    docs.groupdocs.com/conversion/net/convert-image...
  9. Remove Password Protection form Excel Files | U...

    Remove password from ExCel spreadsheets. UnloCk password proteCted XLS/XLSX files using free online password remover app & programmatiCally....protected spreadsheets using C# and Java . Online Password Remover...Unlocking Excel Spreadsheets using C# # Let’s now see how to unlock...

    blog.groupdocs.com/merger/unlock-excel-spreadsh...
  10. Saving a File to Local Disk | GroupDocs

    This artiCle demonstrates how to Convert files stored on loCal disk using GroupDoCs.Conversion for Java API...., C:\files\converted.pdf) or a relative...converter = new Converter ( "c:\\files\\business-plan.docx" );...

    docs.groupdocs.com/conversion/java/save-file-to...