Sort Score
Result 10 results
Languages All
Labels All
Results 621 - 630 of 4,540 for

packaging

(0.07 sec)
  1. Compare Shapes and Watermark Text Style With Gr...

    We are excited to announce another monthly release of GroupDocs.Comparison for .NET 16.12.0 API new features, Improvements and fixes are introduced in this release. Major changes are done for Spreadsheet and PDF document formats. This monthly release is also introduced enhanced Support for Visual Basic Scripts handling and detection of shapes for Spreadsheet format and watermark text style for PDF document format.In this monthly release 2 new feature are introduced along with 4 improvements and 2 Bug fixes....Downloads -MSI Package and Zipped DLLs Nuget Package -NuGet Install...

    blog.groupdocs.com/comparison/groupdocs.compari...
  2. GroupDocs.Conversion throws with Out of Memory ...

    Sometimes, we may encounter corrupted files, or files with unknown extensions. Will be good if GroupDocs.Conversion can fail gracefully when it encounters such situations. Attached is a simple text file with filename “…...6:58am 8 Removing all Nuget packages and adding only GroupDocs...exception. Removing all Nuget packages and adding only GroupDocs...

    forum.groupdocs.com/t/groupdocs-conversion-thro...
  3. Working with metadata in Spreadsheets | GroupDocs

    GroupDocs.Metadata for Java provides functionality that allows working with different kinds of spreadsheet formats such as XLS, XLSX, ODS, etc. For the full list of supported document formats please refer to Supported document formats. Detecting the exact type of a document The following sample of code will help you to detect the exact type of a loaded spreadsheet and extract some additional file format information. Load a Spreadsheet document Extract the root metadata package Use the getSpreadsheetType method to obtain file format information advanced_usage....Extract the root metadata package Use the method to obtain file...method for a certain metadata package (instance of the class), the...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. GroupDocs.Total 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.... Lets start by creating a package from the GroupDocs JavaScript...full SDK package from GitHub and a minimal SDK package. Creating...

    blog.groupdocs.com/categories/groupdocs.total-p...
  5. GroupDocs.Conversion pour .NET 25.8 – Dernières...

    Explore les nouveautés de GroupDocs.Conversion pour .NET v25.8. Disponible dès maintenant sur NuGet et le site Web de GroupDocs....Mettez à jour vers le dernier package GroupDocs.Conversion for .NET...NET via NuGet. Choisissez le package correspondant à votre plateforme...

    blog.groupdocs.com/fr/conversion/groupdocs-conv...
  6. Jpg viewer - order of loading pages is ascendin...

    Hi, we use jpg viewer. page preload count is set to 2 by default. Viewer loads first 2 pages initially. Now if user scrolls to say page no. 200, then viewer attempts to load pages from 3 to 200, sequentially, which lea…...Thank you for sharing the package versions. I’m able to reproduce...version of GroupDocs.Viewer.UI package. This change was introduced...

    forum.groupdocs.com/t/jpg-viewer-order-of-loadi...
  7. Redact PDF and Scanned Documents in C# | Blacko...

    Redact text in PDF and other documents using C# in your .NET applications. Redact documents to blackout text and also the text within the embedded images....Install via Package Manager Console # PM> Install-Package GroupDocs...Redaction Install via NuGet Package Manager # Redact PDF Text and...

    blog.groupdocs.com/redaction/redact-text-and-sc...
  8. Clean metadata | GroupDocs

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....remove all detected metadata packages/properties. a file to clean...the actual number of removed packages/properties the changes basic_usage...

    docs.groupdocs.com/metadata/java/clean-metadata/
  9. GroupDocs.Viewer for .NET 25.8 – Pembaruan Terb...

    Jelajahi apa yang baru di GroupDocs.Viewer untuk .NET 25.8. Tersedia sekarang di NuGet dan situs web GroupDocs....NET 6 Package atau Windows-only .NET Framework...Framework 4.6.2 and .NET 6 Package Direct Download – Unduh assembly...

    blog.groupdocs.com/id/viewer/groupdocs-viewer-f...
  10. Working with metadata in PDF documents | GroupDocs

    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...