Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 3,720 for

packaging

(0.05 sec)
  1. How to Convert RTF to PDF using C#

    Convert documents using an easy-to-use library and learn how to convert RTF to PDF using C#. Look over the sample code for C# RTF to PDF functionality....NET package from the NuGet in your project...installing the necessary NuGet.org package and adding a reference to the...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Remove Annotation Reply from PDF using C#

    The intention of this tutorial is to teach you how to remove annotation reply from PDF using C# with all steps and code example to delete reply annotation using C# from PDF....how to configure annotation package along with sample code example...GroupDocs.Annotation for .NET package can be installed from NuGet...

    kb.groupdocs.com/annotation/net/how-to-remove-a...
  3. Come convertire un documento di Word in HTML us...

    Questo articolo ti aiuta a convertire il documento di Word in HTML usando C#. Genera HTML da DOCX usando C# seguendo la guida passo passo ed esegui la conversione del documento....NET from the NuGet package manager Add a reference to...and install the appropriate package from NuGet, then reference...

    kb.groupdocs.com/it/conversion/net/how-to-conve...
  4. Strikeout Option and PNG, BMP Formats - introdu...

    We are glad to announce another monthly release of GroupDocs.Comparison for .NET 17.5.0 API with Three new features like adding Strikeout option for deleted/style change in words format, also adding support for PNG, JPG and BMP file formats.This monthly release is adding Six improvements like “Improve comparison of Text & Imaging formats” and ” Add styles change detection for Comparison.Imaging (height, width)” along with fixes. Detailed information is listed below....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/strikeout-option-...
  5. GroupDocs.Comparison for .NET 16.10.0 Supports ...

    We are as GroupDocs team member glad to see that our users community is growing with each and every day. We are also receiving many feedback and suggestions from users therefore we always try to provide new and enhanced solutions to our valuable customers to fulfill their requirements and incorporate their valuable suggestions. In this regard we are happy to announce another monthly release of GroupDocs.Comparison for .NET 16.10.0 API....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/groupdocs-compari...
  6. Releasing Improved ASP.NET MVC Front End

    GroupDocs team is happy to release another version of ASP.NET MVC Front End with a bunch of new features that were demanded by the customers. Not only this but most of the reported issues have also been resolved in the latest ASP.NET MVC Front End. We recommend you to download and try this version of the application to get a much better experience. Let’s have a look at the list of enhancements, fixes, and improvements....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Installation...

    blog.groupdocs.com/viewer/asp-net-mvc-front-end...
  7. Clone Passwords and Style Settings are Introduc...

    GroupDocs team is glad to announce another monthly release of .NET Document Comparison API v17.7.0 with advanced features like Cloning passwords and Cloning Metadata for all major file formats and adding support for new style settings. This monthly release is also including improvements like IComparisonStyle interface in cells file format along with fixes. Major Changes are done for HTML, PDF, Cells, Emails and Words document formats. Detailed information is listed below....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/document.comparis...
  8. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....Extract the root metadata package Use the property to obtain...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/net/working-with-me...
  9. How to Convert HTML to PDF using C#

    This article helps you learn the process to convert HTML to PDF using C#. Also, take a look at the sample code for the PDF to HTML C# capability....NET from the NuGet package manager into the project Add...by installing the required package and then loading the source...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. How to Compare PDF Files using C#

    This short tutorial explains the process in detail to compare PDF files using C# and guides you to develop the functionality to compare two PDF files using C#....NET package from the NuGet website in the...required document comparison package and then reference the essential...

    kb.groupdocs.com/comparison/net/how-to-compare-...