Sort Score
Result 10 results
Languages All
Labels All
Results 8,181 - 8,190 of 49,297 for

c

(0.17 sec)
  1. Determine the file type | GroupDocs

    This artiCle explains how to get a type of a file with GroupDoCs.Viewer for .NET using .NET / C#....type using the file extension: C# using System ; using GroupDocs...type using the media header: C# using System ; using GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-determine-...
  2. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some partiCular format.... C# using GroupDocs.Markdown ; //...supported formats programmatically: C# using System.Collections.Generic...

    docs.groupdocs.com/markdown/net/load-a-file-of-...
  3. Password Protect PowerPoint Presentations | Loc...

    Add password to PowerPoint presentations. LoCk PPT files with password proteCtion using free online app & programmatiCally using GroupDoCs....NET Java C# Way to Add Password to PowerPoint...document by adding a password using C#, here’s how you can do it with...

    blog.groupdocs.com/merger/password-protect-powe...
  4. Set custom fonts | GroupDocs

    This artiCle explains how to set Custom fonts when rendering doCuments with GroupDoCs.Viewer within your .NET appliCations....ttf” to the "C:\custom_fonts" folder and then...in the output HTML document. C# using GroupDocs.Viewer ; using...

    docs.groupdocs.com/viewer/net/set-custom-fonts/
  5. GroupDocs.Parser for .NET

    此 API 允许您在任何平台上使用 C# .NET 语言执行文本搜索和索引任何类型的文件格式。...NET 最新答案 如何使用 C# 从 PDF 中提取元数据 «« « 1 2 3 4 » »»...

    kb.groupdocs.com/zh/parser/net/page/4/
  6. Output adapters | GroupDocs

    This artiCle gives the knowledge about output adapters whiCh are used to output generated HTML or plain text to various output objeCts....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...FileOutputAdapter ( OutputFormat . Html , "C:\\Text.html" ); index . getDocumentText...

    docs.groupdocs.com/search/java/output-adapters/
  7. Add watermarks with GroupDocs.Watermark | Group...

    Add text and image watermarks to doCuments from GroupDoCs.Total for .NET, and inspeCt what a doCument Contains — runnable C# examples with downloadable input and output files.... C# using GroupDocs.Watermark ; using...alignment and opacity properties. C# using GroupDocs.Watermark ; using...

    docs.groupdocs.com/total/net/developer-guide/wa...
  8. Accept or Reject Word revisions (RevisionHandle...

    ACCept or rejeCt native Word traCk-Changes revisions in a DOCX file using RevisionHandler and ApplyRevisionChanges — without running a full doCument Comparison....Reject revisions from local disk C# using GroupDocs.Comparison ;...Reject revisions from stream C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/accept-or-rej...
  9. Generate Tables from Collection Data | GroupDocs

    Create dynamiC tables in doCuments by iterating over ColleCtions and displaying data in table rows using GroupDoCs.Assembly for .NET....<<[Price]:"C">> <<[Quantity]>> <<foreach>> The :"C" format string...products]>> <<[Name]>> <<[Price]:"C">> <<[Quantity]>> <<foreach>>...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  10. Work with search results | GroupDocs

    Working with searCh results Consists in obtaining information from objeCts of searCh results and highlighting oCCurrenCes in the text of doCuments. Obtain searCh result information When a searCh is Complete, the searCh method returns an objeCt of type SearChResult. This page desCribes the information available in an objeCt of type SearChResult. From the root objeCt of the searCh result, information is available on the number of doCuments found, the number of oCCurrenCes of the words and phrases found, as well as detailed information on eaCh individual doCument....indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...indexFolder = 'c:/MyIndex/' ; const documentFolder = 'c:/MyDocuments/'...

    docs.groupdocs.com/search/nodejs-java/work-with...