Sort Score
Result 10 results
Languages All
Labels All
Results 4,581 - 4,590 of 15,413 for

file

(0.09 sec)
  1. How to Highlight Text in PDF using C#

    In this article, you will learn how to highlight text in PDF using C#. We will also provide you step-by-step instructions and code to highlight text using C# in PDF....annotation library and configured the file paths, it’s effortless to incorporate...

    kb.groupdocs.com/annotation/net/how-to-highligh...
  2. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which Files/folders were deleted, added or modified....processing result in the resulting file are described below. Instantiate...

    docs.groupdocs.com/comparison/net/compare-folders/
  3. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which Files/folders were deleted, added or modified....processing result in the resulting file are described below. Instantiate...

    docs.groupdocs.com/comparison/java/compare-fold...
  4. How to save document with password | GroupDocs

    This article explains how to save document with password protection....false }; // sign document to file signature . Sign ( "SignedProtected...

    docs.groupdocs.com/signature/net/save-signed-do...
  5. Sign VBA macroses with Digital signature | Grou...

    This article explains how to e-sign VBA macros in the excel document using .Net C# with GroupDocs.Signature API....digitalVBA ); // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-vba-macro...
  6. Load from stream | GroupDocs

    This article explains how to load a document from a Stream with GroupDocs.Viewer within your .NET applications....stream without saving it as a file on a disk. You can use this...

    docs.groupdocs.com/viewer/net/load-document-fro...
  7. Signing specific pages in the multipage documen...

    This article explains how to sign specific pages in the multipage documents...3 } } }; // sign document to file SignResult signResult = signature...

    docs.groupdocs.com/signature/net/sign-specific_...
  8. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional File format information. Load a presentation Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage....and extract some additional file format information. a presentation...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. render_docx_to_png.zip

    demo-app/render_docx_to_png.py import os from groupdocs.viewer import License, Viewer from groupdocs.viewer.options import PngViewOptions def render_docx_to_png(): # Get license File absolute path ......render_docx_to_png(): # Get license file absolute path license_path =...set_license(license_path) # Load DOCX file with Viewer("./sample.docx")...

    docs.groupdocs.com/viewer/python-net/_sample_fi...
  10. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....)) { // Make changes to the file as a rasterized PDF, e.g. uisng...

    docs.groupdocs.com/redaction/net/pre-rasterize/