Sort Score
Result 10 results
Languages All
Labels All
Results 9,251 - 9,260 of 46,746 for

c

(0.08 sec)
  1. Load document from FTP | Documentation

    This artiCle demonstrates how to Convert doCument stored in FTP storage using GroupDoCs.Conversion for Java API....com" ; String convertedFile = "C:\\output\\converted.pdf" ; String...

    docs.groupdocs.com/conversion/java/load-documen...
  2. Load file from Azure blob storage | Documentation

    This artiCle demonstrates how to Convert file stored in Azure Blob storage using GroupDoCs.Conversion for .NET API.... Combine ( @"c:\output" , "converted.pdf" );...

    docs.groupdocs.com/conversion/net/load-file-fro...
  3. In-Table List in Spreadsheet Document | Documen...

    Note In this artiCle, we will use GroupDoCs.Assembly to generate a In-TableList report in Spreadsheet 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 in MiCrosoft ExCel DoCument Creating a In-Table List PraCtiCing the following steps you Can Create In-Table List Template in MS ExCel 2013. Add a new Workbook. SeleCt the range of Cells that you want to inClude in the table....Sum ( c => c.ProductQuantity )]>><</ foreach...<<[Sum( m => m.Order.Sum ( c => c.ProductQuantity ))]>> Tip For...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  4. Developer Guide | Documentation

    This seCtion desCribes how to get started with GroupDoCs.Conversion for Python via .NET library in order to Convert files...Prompt) set GROUPDOCS_LIC_PATH "C:\path\to\your\license\file.lic"...(Powershell) $env:GROUPDOCS_LIC_PATH="C:\path\to\your\license\file.lic"...

    docs.groupdocs.com/conversion/python-net/develo...
  5. Load document from stream | Documentation

    This artiCle explains how to load PDF, Word(.doC, .doCx), ExCel(.xls,.xlsx), PowerPoint(.ppt, .pptx) doCuments from stream when using GroupDoCs.Merger for .NET.... OpenRead ( @"c:\sample.docx" )) { using ( Merger...

    docs.groupdocs.com/merger/net/load-document-fro...
  6. Save a modified file to a specified location | ...

    This artiCle shows how to save a doCument to a speCified loCation on a loCal disk... Ex: @"C:\Docs\test.jpg" using ( Metadata...

    docs.groupdocs.com/metadata/net/save-a-modified...
  7. Load from a stream | Documentation

    This example demonstrates how to load a file from a stream.... Ex: @"C:\Docs\source.doc" using ( Stream...

    docs.groupdocs.com/metadata/net/load-from-a-str...
  8. Ինչպես փոխարկել Excel-ը PDF-ի Java-ի միջոցով

    Սա հիմնական ձեռնարկ է, թե ինչպես փոխարկել ExCel-ը PDF-ի Java-ի միջոցով: Փոխակերպեք փաստաթղթերը առանց երրորդ կողմի ծրագրերի օգտագործման և արագ տարածեք դրանք բոլորին:...փնտրում դեպի փոխարկել Excel-ը PDF-ի C#-ով , սա այն վայրն է, որտեղ պետք...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  9. Save to stream | Documentation

    You might need to save a doCument to any Custom file at any loCation on the loCal disC or a even a Stream. The following example demonstrates how to save a doCument to any loCation. final RedaCtor redaCtor = new RedaCtor("Sample.doCx"); try { // Here we Can use doCument instanCe to perform redaCtions RedaCtorChangeLog result = redaCtor.apply(new ExaCtPhraseRedaCtion("John Doe", new ReplaCementOptions(java.awt.Color.RED))); if (result.getStatus() != RedaCtionStatus.Failed) { // Save the doCument to a Custom loCation and Convert its pages to images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....fileStream = new FileOutputStream ( "C:\\\\Temp\\\\sample_output_file...

    docs.groupdocs.com/redaction/java/save-to-stream/
  10. Load password-protected documents | Documentation

    This artiCle explains how to load password-proteCted PDF, Word, ExCel, PowerPoint doCuments when using GroupDoCs.Comparison for .NET....password protected documents: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/load-password...