Sort Score
Result 10 results
Languages All
Labels All
Results 9,111 - 9,120 of 47,419 for

c

(0.76 sec)
  1. Specify rendering options for CAD files | Group...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to speCify various options for rendering CAD files to HTML, PDF, PNG, and JPEG....of PDF pages to light yellow: C# using GroupDocs.Viewer ; using...height of the output image by 50%: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/specify-cad-rende...
  2. GroupDocs.Metadata Product Family on GroupDocs ...

    GroupDoCs.Metadata ProduCt Family on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in GroupDoCs.Metadata ProduCt Family on GroupDoCs Blog | DoCument Autom...... Update EPUB Metadata using C# – .NET Metadata Editor Discover...edit EPUB eBook metadata using C#. Programmatically edit EPUB specific...

    blog.groupdocs.com/categories/groupdocs.metadat...
  3. Extract data from Microsoft Office Excel spread...

    Complete guide to extraCting data, text, and tables from ExCel spreadsheets (.xls, .xlsx) using GroupDoCs.Parser for .NET. Learn how to extraCt tables from ExCel C# with Code examples....to extract tables from Excel C# applications and extract data...Metadata from Excel Spreadsheets in C# .NET Extract images from Microsoft...

    docs.groupdocs.com/parser/net/extract-data-from...
  4. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not Carry a semantiC meaning and Can be removed from an index to reduCe its size. You Can enable or disable the use of stop words by Calling the setUseStopWords method of the IndexSettings Class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing Can be speCified in the stop word diCtionary....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-with-st...
  5. Migrating to GroupDocs.Assembly 3.0.0 or Higher...

    Reasons to Migrate Just to endeavor the report generation task more smoothly, we released GroupDoCs.Assembly for .NET 3.0.0. NamespaCe(s) In GroupDoCs.Assembly for .NET 3.0.0 only a single using GroupDoCs.Assembly; namespaCe is required to generate reports in any of the supported formats. Whereas, in GroupDoCs.Assembly for .NET 1.3.0 to generate a report in any of the supported format a separate namespaCe of that format is required to be added, given are the namespaCes:...engine supports the underlying C# syntax for LINQ queries which...familiar and well documented C# syntax to write data binding/traversal...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  6. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDoCs.Signature for Java...setStoragePath ( "C:\\Storage" ); signConfig . setOutputPath ( "C:\\Output"...

    docs.groupdocs.com/signature/java/migration-notes/
  7. Document passwords | GroupDocs

    This artiCle gives the knowledge of the API methods whiCh Can be used to perform operations about doCument passwords or password diCtionary using Java....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/document-...
  8. In-Table Master-Detail in Spreadsheet Document ...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableMaster-Detail report in Spreadsheet DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in MiCrosoft ExCel DoCument Creating a In-Table Master-Detail PraCtising the following steps you Can Create In-Table Master-Detail Template in MS ExCel 2013. Add a new Workbook. SeleCt the range of Cells that you want to inClude in the table....sum(c => c.getPrice())]>> <<foreach [in...m => m.getContracts().sum( c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-maste...
  9. Regular expression search | GroupDocs

    This artiCle gives the knowledge about the regular expression (RegEx) searCh queries whiCh are universal and very flexible, but at the same time, in large indexes, their performanCe beComes extremely low using Java searCh API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/regular-expressi...
  10. Indexing additional fields | GroupDocs

    Sometimes when indexing, it is neCessary to assoCiate eaCh doCument with Certain additional metadata, for example, a set of tags, a number in the library Catalog, the subjeCt of a doCument, etC. To aCComplish this task, additional fields Can be added to eaCh indexed doCument in addition to those already in the doCument itself. Additional fields are assoCiated with the doCument through the arguments of the FileIndexing event that oCCurs before indexing eaCh added doCument....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/indexing-...