Sort Score
Result 10 results
Languages All
Labels All
Results 3,711 - 3,720 of 15,927 for

file

(0.62 sec)
  1. 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-...
  2. GroupDocs.Annotation 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....annotate and review most popular file formats from a web-browser.... So, annotate PDF or other files online and enjoy the benefits...

    blog.groupdocs.com/categories/groupdocs.annotat...
  3. Convert PDF to XPS using Java

    Quickly convert PDF to XPS using Java with our comprehensive guide. Furthermore, we'll provide you with a code example to export PDF to XPS using Java....(Portable Document Format) files to XPS (XML Paper Specification)...for Java for exporting PDF files to the XPS format Instantiate...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  4. 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...
  5. 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/
  6. How to Add Digital Signature to PDF in C#

    Review the process to add digital signature to PDF in C# and follow the detailed instructions to use a digital signature in C# with a few API calls....class and pass the output PDF file along with the DigitalSignOptions...class and pass the certificate file. Finally, add a digital signature...

    kb.groupdocs.com/signature/net/how-to-add-digit...
  7. Implement Page Rotation when Converting to PDF

    Its time to augment your document conversion experience. You will be pleased to hear the new features, improvements and bug fixes that we’r going to elaborate in this blog post. Did you ever think of converting and rotating a document at the same time? We make your wish come true with this month’s release of GroupDocs.Conversion for Java 19.4. You can now set page rotation angle when converting to a PDF or Image format.... More File Formats and Font Substitution...option when converting from .one file. Measure Conversion Time # Can...

    blog.groupdocs.com/conversion/implement-page-ro...
  8. How to Add Redaction Annotation to PDF using C#

    Learn the necessary steps to add redaction annotation to PDF using C#, and easily leverage APIs to gain ability to incorporate redaction annotation in PDF using C#....providing the path of the PDF file as an argument to its constructor...annotation library and updated the file paths for input and output,...

    kb.groupdocs.com/annotation/net/how-to-add-reda...
  9. Convert PDF to XLSX using Java

    Efficiently grasp the knowledge of how to convert PDF to XLSX using Java. Additionally, we'll furnish you with a code example to export PDF to XLSX using Java....for Java for exporting PDF files to XLSX format Instantiate an...Converter class by providing the PDF file path to its constructor Instantiate...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  10. Announcing Hotfix release of GroupDocs.Conversi...

    This blog post covers the hotfix introduced in GroupDocs.Conversion for Java 17.7.1. In previous version of the API there were formatting issues in DOCX to PDF conversion on different platforms/environments. But now API permits developers to get font directories where they can add fonts and expel formatting issues in the output document. We would recommend you to explore the release and enhance your document conversion experience for multiple platforms....- Bug Fixes # Single source file DOCX different outputs PDF on...

    blog.groupdocs.com/conversion/announcing-hotfix...