Sort Score
Result 10 results
Languages All
Labels All
Results 8,681 - 8,690 of 47,530 for

(c )

(0.23 sec)
  1. Keyboard layout correction | GroupDocs

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  2. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Node.js via Java...function ( c ) { const r = Math . random () * 16 | 0 , v = c === 'x'...function ( c ) { const r = Math . random () * 16 | 0 , v = c === 'x'...

    docs.groupdocs.com/editor/nodejs-java/fixing-in...
  3. In-Table List with Filtering Grouping and Order...

    Note In this article, we will use GroupDocs.Assembly to generate a In-TableList with Filtering, Grouping, and Ordering report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in Microsoft PowerPoint Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS PowerPoint 2013....Where(c => c.OrderDate.Year == 2015) . GroupBy (c => c.Customer...Key.CustomerName ]>> <<[Sum(c => c.Price )]>><</ foreach >> Tip...

    docs.groupdocs.com/assembly/net/in-table-list-w...
  4. Save HTML to Folder | GroupDocs

    This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features....file path const inputFilePath = 'C:\\input_path\\document.docx' ;...path const outputHtmlFilePath = 'C:\\output_path\\document.html'...

    docs.groupdocs.com/editor/nodejs-java/save-html...
  5. Loading of external resources containing by a d...

    This article explains how to manage loading of external resources contained by a document with GroupDocs.Viewer within your .NET applications....loading of external resources: C# using GroupDocs.Viewer ; using...resources from specific URLs: C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/loading-external-...
  6. Find any Word and its Synonyms in Multiple File...

    Find specific word and its synonyms within different files using Java. Similarly, get all the synonyms, grouped by different meanings using Java Search API....Total occurrences: 22 Document: C:/documents/sample.docx Occurrences:...- - - - - - - - - - Document: C:/documents/sample.txt Occurrences:...

    blog.groupdocs.com/search/find-synonyms-in-mult...
  7. Add watermarks to PDF documents | GroupDocs

    The watermarking 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" using ( Watermarker...path to your document. Ex: @"C:\Docs\document.pdf" using ( Watermarker...

    docs.groupdocs.com/watermark/net/add-watermarks...
  8. Large size font folder was created in Temp - Fr...

    Hi support team, I using GroupDocs Conversions .NET for convert file to html Today I check Temp folder and found that CustomTempFonts folder was created from the time begin using GroupDocs. Folder size is approximate 1…...Folder size is approximate 100Mb C:\Users\[username]\AppData\Loc...path. Then put some file into C:\Temp\input and run on console...

    forum.groupdocs.com/t/large-size-font-folder-wa...
  9. How to Run Examples | GroupDocs

    This article describes how to run .NET digital signature API code examples. We offer multiple solutions on how you can run GroupDocs.Signature examples, by building your own or using our back-end or front-end examples out-of-the-box.... string filePath = @"C:\sample.docx" ; // NOTE: Put here...outputFilePath = Path . Combine ( @"C:\output" , fileName ); // Sign...

    docs.groupdocs.com/signature/net/how-to-run-exa...
  10. Adding image watermarks | GroupDocs

    GroupDocs.Watermar API supports adding the following image file types as image watermark: Bmp; Png; Gif; Jpeg. Add image watermark from local file Following code snippet shows how to add ImageWatermark to a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added to all of them. advanced_usage.adding_image_watermarks.AddImageWatermark // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...to the watermark image. Ex: "C:\\Docs\\watermark.jpg" FileInputStream...

    docs.groupdocs.com/watermark/java/adding-image-...