Sort Score
Result 10 results
Languages All
Labels All
Results 7,621 - 7,630 of 47,281 for

c

(0.12 sec)
  1. GroupDocs.Signature for .NET on GroupDocs Blog ...

    GroupDoCs.Signature for .NET on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in GroupDoCs.Signature for .NET on GroupDoCs Blog | DoCument Automation Solu......パスワードを追加し、ユーザー権限を設定し、ドキュメントへのアクセスを制御して保護を強化します C#を使用してドキュメントのデジタル署名を確認する 電子署名API、GroupDocs...電子署名API、GroupDocs.Signature for .NETを使用して、C#のデジタル署名されたPDF、Word、およびExcelドキ...

    blog.groupdocs.com/ja/tag/groupdocs.signature-f...
  2. Redact Text in Image on GroupDocs Blog | Docume...

    RedaCt Text in Image on GroupDoCs Blog | DoCument Automation Solutions for .NET & Java Developers ReCent Content in RedaCt Text in Image on GroupDoCs Blog | DoCument Automation Solutions for .NET &...... PDFスキャンされたドキュメントをC#で編集する .NETアプリケーションでC#を使用して、PDFやその他のドキュメ...

    blog.groupdocs.com/ja/tag/redact-text-in-image/...
  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).... C# string indexFolder = @"c:\MyIndex\" ; string...string documentsFolder = @"c:\MyDocuments\" ; // Creating an index...

    docs.groupdocs.com/search/net/numeric-range-sea...
  4. Working with slide backgrounds | GroupDocs

    ExtraCting information about all slide baCkgrounds The API allows you to extraCt information about all the slide baCkgrounds in a PowerPoint doCument as shown in the following Code sample using method getBaCkgroundImage() of PresentationSlide.getImageFillFormat(). advanCed_usage.add_watermarks_to_presentations.PresentationGetSlideBaCkgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // SpeCify an absolute or relative path to your doCument. Ex: "C:\\DoCs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent Content = watermarker.getContent(PresentationContent.Class); for (PresentationSlide slide : Content.getSlides()) { if (slide.... Ex: "C:\\Docs\\presentation.pptx" Watermarker...relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker...

    docs.groupdocs.com/watermark/java/working-with-...
  5. Bubble Chart in Spreadsheet Document | GroupDocs

    Note The Code uses some of the objeCts defined in The Business Layer. Bubble Chart in MiCrosoft ExCel DoCument Creating a Bubble Chart Please follow below steps to Create a Bubble Chart in MS ExCel 2013: Add a new Workbook. CliCk on the workbook where you want to insert the Chart, CliCk the “Insert” tab, and then CliCk “Insert SCatter Chart ICon” in the Charts group. A drop-down with Charts will appear, seleCt the “Bubble” and press “OK” to insert the Chart.... GroupBy ( c => c . OrderDate . Month )]>><<..."Orders Prices by Months<<y [Sum(c=> c.Price)]>><<size [Count()]>>"...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  6. Merge HTML | GroupDocs

    Learn how to merge HTML files, Combine HTML files into one file programmatiCally in C# language using GroupDoCs.Merger for .NET library....Merger merger = new Merger ( @"c:\sample1.html" )) { // Add another...file to merge merger . Join ( @"c:\sample2.html" ); // Merge HTML...

    docs.groupdocs.com/merger/net/merge/html/
  7. Merge PowerPoint Presentations | GroupDocs

    This artiCle demonstrates how to merge PowerPoint presentation files of PPT, PPTX, ODP and may other formats with Couple java Code lines and GroupDoCs.Merger for Node.js via Java.... Merger ( 'c:/sample1.ppsx' ); merger . join ( 'c:/sample2.ppsx'...ppsx' ); merger . save ( 'c:/merged.ppsx' ); Code Examples Please...

    docs.groupdocs.com/merger/nodejs-java/merge/pow...
  8. Merge images | GroupDocs

    Learn how to merge image files, Combine image files into one file programmatiCally in Node.js via Java language using GroupDoCs.Merger for Node.js via Java library.... Merger ( 'c:/sample1.jpg' ); const imageJoinModeVertica...imageJoinModeVertica ); merger . join ( 'c:/sample2.jpg' , imageJoinOptions...

    docs.groupdocs.com/merger/nodejs-java/merge/ima...
  9. Search for text containing special characters |...

    This artiCle shows how to handle searCh queries if they Contain speCial CharaCters and separator CharaCters....indexFolder = 'c:/MyIndex/' ; const documentsFolder = 'c:/MyDocuments/'...- 1 ; i >= 0 ; i -- ) { const c = result . charAt ( i ); if (...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  10. Getting indexed documents | GroupDocs

    This artiCle explains how to get a list of indexed doCuments from an index, and how to get the text of indexed doCuments in HTML or plain text format....indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...indexFolder = "c:\\MyIndex\\" ; String documentsFolder = "c:\\MyDocuments\\"...

    docs.groupdocs.com/search/java/getting-indexed-...