Sort Score
Result 10 results
Languages All
Labels All
Results 9,311 - 9,320 of 46,749 for

c

(0.15 sec)
  1. Load document from Azure Blob Storage | Documen...

    The page desCribes how to load PDF, Word, ExCel, PowerPoint doCuments from Azure Blob storage when using GroupDoCs.Annotation for .NET.... C# string blobName = "sample.pdf"...

    docs.groupdocs.com/annotation/net/load-document...
  2. GroupDocs.Comparison Product Family

    DoCument Automation APIs to enriCh .NET and Java appliCations to view, edit, annotate, Convert, Compare, e-sign, parse, split, merge, redaCt, or Classify doCuments of almost all the popular file formats....time, let us compare images in C# using the [.NET API for document...Comparison for .NET][1] is a C# library which allows you to compare...

    blog.groupdocs.com/categories/groupdocs.compari...
  3. Edit document | Documentation

    Follow this guide and learn how to edit text doCuments, spreadsheets and presentations using GroupDoCs.Editor for .NET API features.... string inputFilePath = "C:\\input_path\\document.docx" ;...below. string inputXlsxPath = "C://input/spreadsheet.xlsx" ; Editor...

    docs.groupdocs.com/editor/net/edit-document/
  4. Render XML documents as HTML, PDF, PNG, and JPE...

    This topiC desCribes how to use the GroupDoCs.Viewer .NET API (C#) to Convert XML doCuments to HTML (with and without pagination), PDF doCuments, PNG, and JPEG raster formats....below shows all possible ways: C# // 1. Specify by filename string...class, as it is shown below: C# LoadOptions loadOpts = new LoadOptions...

    docs.groupdocs.com/viewer/net/render-xml-docume...
  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...