Sort Score
Result 10 results
Languages All
Labels All
Results 7,611 - 7,620 of 46,748 for

c

(0.06 sec)
  1. Working with spreadsheet document attachments |...

    This artiCle explains how to work with spreadsheet doCument attaChments while using GroupDoCs watermarking Java API... Ex: "C:\\Docs\\spreadsheet.xlsx" Watermarker...relative path to your document. Ex: "C:\\Docs\\spreadsheet.xlsx" SpreadsheetLoadOptio...

    docs.groupdocs.com/watermark/java/working-with-...
  2. Use advanced rasterization options | Documentation

    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...
  3. 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...
  4. Convert Image using OCR | Documentation

    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. Saving a File to Local Disk | Documentation

    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...
  6. Comparing Folders | Documentation

    This page desCribes how to Compare two folders and find out whiCh files/folders were deleted, added or modified....( "C:\\folder1\\" , compareOptions ); comparer . add ( "C:\\folder2\\"...compareOptions ); comparer . compare ( "C:\\res.html" , compareOptions );...

    docs.groupdocs.com/comparison/nodejs-java/compa...
  7. Add document to Word processing via OLE | Docum...

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

    docs.groupdocs.com/merger/java/add-document-to-...
  8. Queries on features available on groupdocs.Comp...

    Do we have an option to Compare PDF with a pre-existing PDF supplied as an input. Is there a feature whiCh allows us to mask few fields(exClude from Comparison) on PDF whiCh are bound to Change suCh as InvoiCe Date, Ser…...new Comparer("C:\\source.pdf")) { comparer.add("C:\\target.pdf");...pdf"); comparer.compare("C:\\result.pdf"); } API takes a source...

    forum.groupdocs.com/t/queries-on-features-avail...
  9. Add document to Diagram via OLE | Documentation

    This artiCle explains how to add doCument to Diagram via OLE with GroupDoCs.Merger within your .NET appliCations....filePath = @"c:\sample.vsdx" ; string filePathEmbedded = @"c:\embedded...pptx" ; string filePathOut = @"c:\output\result.vsdx" ; int pageNumber...

    docs.groupdocs.com/merger/net/add-document-to-d...
  10. Indexing metadata of documents | Documentation

    API allows Creating of full-text and / or metadata index on doCuments. To index only metadata without main Content of doCuments, you only need to set IndexType.MetadataIndex when Creating an index.... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an instance...

    docs.groupdocs.com/search/net/indexing-metadata...