Sort Score
Result 10 results
Languages All
Labels All
Results 8,221 - 8,230 of 47,406 for

c

(0.32 sec)
  1. Protecting Word documents | GroupDocs

    This artiCle explains how to proteCt as well as unproteCt the Word doCuments in Java.... Ex: "C:\\Docs\\document.docx" Watermarker...relative path to your document. Ex: "C:\\Docs\\document.docx" Watermarker...

    docs.groupdocs.com/watermark/java/protecting-wo...
  2. Generate QR code on GroupDocs Blog | Document A...

    Generate QR Code on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Generate QR Code on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java De......ดูตัวอย่างการสร้างโค้ด QR ด้วยตัวอย่างโค้ด C# และ Java Recent content in Generate...

    blog.groupdocs.com/th/tag/generate-qr-code/inde...
  3. In-Table List in HTML Document | GroupDocs

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-Table List report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table List in HTML DoCument Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent the information of the Customers and the total order priCes with the following key requirements:...Sum ( c => c.Price )]>><</ foreach >> Total:...<<[Sum( m => m.Order.Sum ( c => c.Price ))]>> Tip For detailed...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  4. Indexing metadata of documents | GroupDocs

    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....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  5. Render web documents as PDF, PNG, and JPEG file...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert web doCuments to PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...output image size in pixels. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-web-docume...
  6. Render PowerPoint presentations as HTML, PDF, a...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert PowerPoint presentations to HTML, PDF, PNG, and JPEG formats.... C# using GroupDocs.Viewer ; using...resources The resource URL format C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/render-presentati...
  7. How to Edit CSV File | GroupDocs

    This guide demonstrates how to edit CSV, TSV, Comma-separated values, and other text files with different settings and many other powerful features of GroupDoCs.Editor for Node.js via Java....file path const inputCsvPath = "C://input//spreadsheet.csv" ; //...file path const inputCsvPath = "C://input//spreadsheet.csv" ; //...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  8. How to run examples | GroupDocs

    You Can build a projeCt from sCratCh using Visual Studio .NET CLI. We will step you through both Cases....following lines to the Main method C# using GroupDocs.Viewer ; using...dotnet run . Check the output in C:\\output\\ directory. Build project...

    docs.groupdocs.com/viewer/net/how-to-run-examples/
  9. Synonym search | GroupDocs

    This artiCle shows that how synonym searCh allows you to find not only the words speCified in the searCh query, but also the synonyms, words that means the same....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/synonym-search/
  10. Get file info | GroupDocs

    This artiCle explains how to deteCt doCument file type, size and CalCulate pages Count when annotate doCuments or images with GroupDoCs.Comparison....for the file from local disk C# using System ; using GroupDocs...info for the file from stream C# using System ; using GroupDocs...

    docs.groupdocs.com/comparison/net/get-file-info/