Sort Score
Result 10 results
Languages All
Labels All
Results 7,591 - 7,600 of 48,084 for

c

(0.45 sec)
  1. 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...
  2. How to merge JPG images using Python via .NET |...

    Learn how to merge JPG image files, Combine JPG image files into one file programmatiCally in python-net language using GroupDoCs.Merger for Python via .NET library.... Merger ( "c:/sample1.jpg" ) as merger : image_join_mode...image_join_mode ) merger . join ( "c:/sample2.jpg" , join_options =...

    docs.groupdocs.com/merger/python-net/getting-st...
  3. How to merge PNG images using Python via .NET |...

    Learn how to merge PNG image files, Combine PNG image files into one file programmatiCally in python-net language using GroupDoCs.Merger for Python via .NET library.... Merger ( "c:/sample1.png" ) as merger : image_join_mode...image_join_mode ) merger . join ( "c:/sample2.png" , join_options =...

    docs.groupdocs.com/merger/python-net/getting-st...
  4. 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...
  5. Versioning of annotated documents | GroupDocs

    The page desCribes how to manage different versions of doCument using GroupDoCs.Annotation for .NET API....save version with custom name: C# using ( Annotator annotator =...to get list of versions keys: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/versioning-of...
  6. Perform Synonym Search in Documents Online

    UnloCk the power of synonym searCh! Learn how to searCh alternate words in text-based doCuments online & programmatiCally....Just use a few lines of code in C# or Java to swiftly scan through...folders: Find Synonym of Words using C# Find Synonym of Words using Java...

    blog.groupdocs.com/search/online-synonym-search/
  7. Add document to Presentation via OLE | GroupDocs

    This artiCle explains how to add doCument to Presentation via OLE with GroupDoCs.Merger within your Java appliCations....= new OlePresentationOptio ( "c:\embedded.pdf" , pageNumber );...Merger merger = new Merger ( "c:\sample.ppt" ); { merger . importDocument...

    docs.groupdocs.com/merger/java/add-document-to-...
  8. 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...
  9. Indexing reports | GroupDocs

    This artiCle demonstrates that how indexing reports Can be retrieved from the index using searCh API... C# string indexFolder = @"c:\MyIndex\" ; string...documentsFolder1 = @"c:\MyDocuments1\" ; string documentsFolder2 = @"c:\MyDocuments2\"...

    docs.groupdocs.com/search/net/indexing-reports/
  10. Update index | GroupDocs

    This artiCle explains that how to update indexed doCuments, as well as updating an index version in Java....indexFolder = "c:\\MyIndex\\" ; String documentFolder = "c:\\MyDocuments\\"...sourceIndexFolder = "c:\\MyOldIndex\\" ; String targetIndexFolder = "c:\\MyNewIndex\\"...

    docs.groupdocs.com/search/java/update-index/