Sort Score
Result 10 results
Languages All
Labels All
Results 9,241 - 9,250 of 46,667 for

(c )

(0.1 sec)
  1. Download and explore GroupDocs.Metadata librari...

    Visual Studio Plugin for GroupDocs.Metadata API for .NET Examples is an easy way for the users/developers to explore and investigate API examples. The plugin automatically downloads the examples from Github and the latest GroupDocs.Metadata library from NuGet. This provides a quick and comfortable way to view and run example projects without downloading everything manually. FeaturesFollowing are the features the plugin provides: Appears in File menu in Visual Studio Downloads source code automatically from Github Downloads GroupDocs....reference automatically Provides both C# and VB examples Supports Visual...

    blog.groupdocs.com/metadata/download-explore-gr...
  2. GroupDocs.Signature on GroupDocs Blog | Documen...

    GroupDocs.Signature on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Signature on GroupDocs Blog | Document Automation Solutions for .NET & J......Signatureと統合して、C#で安全な電子文書署名を作成します。外部デバイス用のカスタム...

    blog.groupdocs.com/ja/tag/groupdocs.signature/i...
  3. Export annotations | Documentation

    The page describes how to export annotation using GroupDocs.Annotation for .NET API....shows how to export annotations: C# using ( Annotator annotator =...

    docs.groupdocs.com/annotation/net/export-annota...
  4. Load document from stream | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from stream using GroupDocs.Annotation for .NET....load a document from a stream: C# using ( documentStream = File...

    docs.groupdocs.com/annotation/net/load-document...
  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...