Sort Score
Result 10 results
Languages All
Labels All
Results 3,451 - 3,460 of 16,572 for

file

(0.5 sec)
  1. How to Add Squiggly Annotation in PDF using C#

    This brief writing provides guidance how to add squiggly annotation in PDF using C# along with instructions and code to insert squiggly annotation to PDF in C#....passing the path of the PDF file as an argument to its constructor...wavy annotations into a PDF file, no further software needs to...

    kb.groupdocs.com/annotation/net/how-to-add-squi...
  2. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way to highlight certain words of document, when converting it to HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...options)); Here are a few output files form Viewer we were using: output...could do it in Viewer. For which file types do you need the highlight...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  3. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....RTF ) files can be converted to plain text (TXT) files for a...Converter class by providing the RTF file path as an argument to its constructor...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Setting the Author of Changes | GroupDocs

    Set a custom revision-author name on tracked changes in the Word comparison result via revision_author_name on CompareOptions in GroupDocs.Comparison for Python via .NET....docx is the source file used in this example. Click...docx target.docx is the target file used in this example. Click...

    docs.groupdocs.com/comparison/python-net/develo...
  5. Get Extended Information on the Summary Page | ...

    Generate a summary page with extended statistics (per-section counts, page metrics) for the comparison result using GroupDocs.Comparison for Python via .NET....docx is the source file used in this example. Click...docx target.docx is the target file used in this example. Click...

    docs.groupdocs.com/comparison/python-net/develo...
  6. Convert to WordProcessing with advanced options...

    Follow this guide and learn how to convert documents to Word and Open Document formats like DOC, DOCX, ODT, OTT formats with height, width, DPI and other customizations using GroupDocs.Conversion for Java....protection for the converted file, requiring a specified password...convert a PDF document to an ODT file using advanced conversion options:...

    docs.groupdocs.com/conversion/java/convert-to-w...
  7. Traverse a whole metadata tree | GroupDocs

    This article explains that the GroupDocs.Metadata for Java represents any loaded File as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Metadata represents any loaded file as a tree consisting of metadata...using the code snippet below: a file to examine Obtain the instance...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  8. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional File format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain File format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....and extract some additional file format information. a GIF image...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. Install GroupDocs.Markdown for .NET | GroupDocs

    How to install GroupDocs.Markdown for .NET using NuGet, .NET CLI, or from the official website....csproj file: <PackageReference Include=...the desired version. Extract files (ZIP) or run the installer (MSI)...

    docs.groupdocs.com/markdown/net/installation/
  10. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the feature of the GroupDocs.Editor for Python via .NET - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...and are basically the text files, they have no worksheets, so...instance, and output stream or file path for writing to the method...

    docs.groupdocs.com/editor/python-net/deleting-w...