Sort Score
Result 10 results
Languages All
Labels All
Results 8,261 - 8,270 of 48,076 for

c

(0.08 sec)
  1. Edit PowerPoint Presentation using Java on Grou...

    Edit PowerPoint Presentation using Java on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Edit PowerPoint Presentation using Java on GroupDoCs Blog | Do...... 온라인으로 PPT/PPTX 파일을 편집하거나 C# 및 Java를 사용하여 프로그래밍 방식으로 편집하세요...

    blog.groupdocs.com/ko/tag/edit-powerpoint-prese...
  2. Edit Excel Spreadsheet using Java on GroupDocs ...

    Edit ExCel Spreadsheet using Java on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in Edit ExCel Spreadsheet using Java on GroupDoCs Blog | DoCument Autom...... XLS/XLSX 파일을 온라인으로 편집하거나 C# 및 Java를 사용하여 프로그래밍 방식으로 수행하십시오...

    blog.groupdocs.com/ko/tag/edit-excel-spreadshee...
  3. Numeric range search | GroupDocs

    This artiCle gives the knowledge about numeriC range searCh whiCh allows you to searCh in doCuments any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java searCh API....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/numeric-range-se...
  4. In-Table Master-Detail in HTML Document | Group...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate In-TableMaster-Detail report in HTML DoCument format. Note The Code uses some of the objeCts defined in The Business Layer. In-Table Master-Detail in HTML DoCument Reporting Requirement As a report developer, you are required to represent the following key requirements: Report must show eaCh manager along with his total ContraCt priCes. It must also show eaCh individual Client within the ContraCt....sum(c => c.getPrice())]>> <<[getClient()...m => m.getContracts().sum( c => c.getPrice()))]>> Download In-Table...

    docs.groupdocs.com/assembly/java/in-table-maste...
  5. Get document info | GroupDocs

    This artiCle explains how to get doCument information... Ex: @"C:\Docs\source.docx" using ( Watermarker...path to your document. Ex: @"C:\Docs\source.docx" using ( FileStream...

    docs.groupdocs.com/watermark/net/get-document-i...
  6. Clear watermarks | GroupDocs

    SearCh and remove existing text or image watermarks using Python via .NET.... Watermarker ( "C: \\ Docs \\ watermarked-sample...clear () watermarker . save ( "C: \\ Docs \\ clean-sample.docx"...

    docs.groupdocs.com/watermark/python-net/basic-u...
  7. 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\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/indexing-metadat...
  8. Extend supported extensions list | GroupDocs

    This artiCle explains the method whiCh Can be used when for some reason files have non-standard extensions or if its format is supported, but not pre-Configured....same as all plain text files: C# var config = RedactorConfiguratio...Redactor redactor = new Redactor ( @"C:\sample.dump" )) { // Here we...

    docs.groupdocs.com/redaction/net/extend-support...
  9. Filtering annotations by type on saving documen...

    This page desCribes how to filter annotation by type on saving file using GroupDoCs.Annotation for .NET API....with specific annotation type: C# using (Annotator annotator =...with specific annotation types: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/filtering-ann...
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDoCs.Comparison for .NET sinCe version 19.9: The Comparer Class introduCed as a single entry point to Compare doCuments of any supported file format with various options and ability to aCCept/rejeCt differenCes in output doCument. DoCument Compare options for all doCument types. Instead of using doCument related options now options are related to Compare type only.... Old coding style C# using GroupDocs.Comparison ;..."result.docx" ); New coding style C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/migration-notes/