Sort Score
Result 10 results
Languages All
Labels All
Results 9,501 - 9,510 of 49,087 for

c

(1.02 sec)
  1. GroupDocs.Parser for .NET 25.11 – Latest Update...

    Explore what’s new in GroupDoCs.Parser for .NET 25.11. Available now on NuGet and GroupDoCs website....com/c/parser/...

    blog.groupdocs.com/parser/groupdocs-parser-for-...
  2. GroupDocs.Viewer for .NET 25.12 – Latest Update...

    Explore what’s new in GroupDoCs.Viewer for .NET 25.12. Available now on NuGet and GroupDoCs website....com/c/viewer/9...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  3. Heading level offset | GroupDocs

    Shift all heading levels in the Markdown output... Example C# using GroupDocs.Markdown ; var...

    docs.groupdocs.com/markdown/net/heading-offset/
  4. Load document from stream | GroupDocs

    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...
  5. Ինչպես փոխարկել Excel-ը PDF-ի Java-ի միջոցով

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

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  6. Load file from stream | GroupDocs

    Pass a FileStream or any System.IO.Stream direCtly to the Comparer ConstruCtor and Add() method to Compare doCuments without saving them to disk first in GroupDoCs.Comparison for .NET....how to load file from stream: C# using GroupDocs.Comparison ;...

    docs.groupdocs.com/comparison/net/load-file-fro...
  7. 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...
  8. Load from a stream | GroupDocs

    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...
  9. Save to stream | GroupDocs

    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 | GroupDocs

    Compare password-proteCted PDF, Word, ExCel, or PowerPoint files by passing LoadOptions.Password for both sourCe and target doCuments in GroupDoCs.Comparison for .NET....password protected documents: C# using GroupDocs.Comparison ;...

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