Sort Score
Result 10 results
Languages All
Labels All
Results 9,031 - 9,040 of 47,531 for

(c )

(0.06 sec)
  1. 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...
  2. 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...
  3. 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-...
  4. 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/
  5. Evaluation Limitations and Licensing | GroupDocs

    free search api version is available to evaluate the API which will be similar as licensed but with few limitations.... C# // For complete examples and...load a license from a stream. C# // For complete examples and...

    docs.groupdocs.com/search/net/evaluation-limita...
  6. Watermarks in PDF document | GroupDocs

    Learn about how many ways the Groupdocs.Watermark for Java can add watermarks in PDF documents.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/watermarks-in...
  7. Working with resources | GroupDocs

    This article demonstrates and explains different operations with resources, including retrieving, adjusting and saving them in different scenarios when editing documents with GroupDocs.Editor for .NET....simplification): string inputDocxPath = "C://input/document.docx" ; Editor...this: string outputFolder = "C://output/document_resources/"...

    docs.groupdocs.com/editor/net/working-with-reso...
  8. Add watermarks to PDF documents | GroupDocs

    The watermarking Java API allows you to add watermarks to PDF documents. Adding watermarks to a particular page or adding watermarks on all images or attachments of a particular page is possible.... Ex: "C:\\Docs\\document.pdf" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.pdf" Watermarker...

    docs.groupdocs.com/watermark/java/add-watermark...
  9. In-Table Master-Detail in Email Document | Grou...

    Note In this article, we will use GroupDocs.Assembly to generate a In-Table Master-Detail report in Email Document format. In-Table Master-Detail in Email Document Creating a In-Table Master-Detail Practicing the following steps you can create In-Table Master-Detail Template in MS Outlook 2013. Create a new Email. Click the email where you want to add the table. Press “Insert” tab to insert the table. Insert a 2x4 table. Save the template. Reporting Requirement As a report developer, you are required to represent the following key requirements:...sum(c => c.getPrice())]>> <<foreach [in...sum(m => m.getContracts().sum(c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-maste...
  10. How to Run Examples | GroupDocs

    We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end examples out-of-the-box....this: string documentPath = @"C:\sample.docx" ; // NOTE: Put here... Save ( editableDocument , @"C:\output\edited.docx" , saveOptions...

    docs.groupdocs.com/editor/net/how-to-run-examples/