Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 3,731 for

packaging

(0.03 sec)
  1. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....encountered in a particular package. a file to examine Get a collection...instances for any desired metadata package Iterate through the extracted...

    docs.groupdocs.com/metadata/java/getting-known-...
  2. Kết xuất tài liệu Word dưới dạng HTML sạch bằng...

    Kết xuất tài liệu Word DOC/DOCX thành HTML rút gọn bằng C#. Chuyển đổi các tệp Word bằng các tài nguyên được nhúng hoặc bên ngoài trong ứng dụng .NET....org/packages/groupdocs.viewer). PM> Install-Package GroupDocs...

    blog.groupdocs.com/vi/viewer/render-word-docume...
  3. How to merge WAV files using C# | Documentation

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library....installer, or NuGet package: PM> Install-Package GroupDocs.Merger...

    docs.groupdocs.com/merger/net/getting-started/u...
  4. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....metadata package Extract the native metadata package using Read...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. groupDocs.Parser.GetDocumentInfo() taking very ...

    Hi, I have a .pdf document only 1 page long. When calling GetDocumentInfo() on the parser created with the stream of this document it takes at least 5 minutes to do this. This makes the whole implementation very ineffic…...Parser NuGet package, as newer versions contain...if needed – run dotnet add package GroupDocs.Parser --version...

    forum.groupdocs.com/t/groupdocs-parser-getdocum...
  6. 25 percent off GroupDocs.Total - groupdocs.com ...

    Share this issue: Monthly Newsletter December 2019 25% off GroupDocs.Total Get 25% off GroupDocs.Total for .NET and Java. Quote HOLOFF2019 when placing your order. This offer is only available on new GroupDocs.Total purchases and cannot be used in conjunction with other offers, renewals or upgrades. Only available directly from groupdocs.com, not through third parties or resellers. Ts&Cs Apply. Product News Upcoming .NET API to classify your documents or text with IAB-2 or document taxonomies The GroupDocs....NET APIs packaged into one product suite. GroupDocs...versions of GroupDocs Java APIs packaged into one product suite. Check...

    blog.groupdocs.com/total/25-percent-off-groupdo...
  7. Support of Setting Output Page Size when Render...

    We have released version 18.5 of GroupDocs.Viewer for .NET with a couple of new features as well as 12 improvements and bug fixes. The latest version includes the feature of setting output page size when rendering email messages as image and PDF. Furthermore, you can now change the field labels in the header of the email messages. The feature of rendering password protected documents has also been extended for ODT and OTT formats....Download - MSI Package and Zipped DLLs NuGet Package - NuGet Installation...

    blog.groupdocs.com/viewer/support-of-setting-ou...
  8. 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....compatibilité améliorée, une taille de package plus petite, des économies...

    blog.groupdocs.com/fr/categories/groupdocs.tota...
  9. Releasing e-Signing Front End using GroupDocs.S...

    Experience the basics of GroupDocs e-Signing API through an open source ASP.NET MVC front end. This front end demonstrates essential functionalities provided by GroupDocs.Signature for .NET API, the easy to grasp UI permits .NET developers to develop their own front end or extend the existing one. We would recommend you to clone/download and explore the front end. e-Signature Front End - Features Type Signature Draw Signature, apply different colors Upload image signature Download signed document Print signed document Pagination Development Environment FrameworkMicrosoft ....NET : # Download - MSI Package as well as Zipped DLLs NuGet...

    blog.groupdocs.com/signature/releasing-esignatu...
  10. Remove Comments in ZIP Format using GroupDocs.M...

    We always keep on adding new features in our APIs for better user experience. Therefore, today we are proudly announcing version 17.12 of GroupDocs.Metadata for .NET API. Using the latest release, you can now remove **comments **in ZIPformat and read **thumbnail of JPEG **format from EXIF segment. We recommend you to download and use the latest version of the API. GroupDocs.Metadata for .NET 17.12 - New Features Following are the new features introduced in version 17.... Download - MSI Package as well as Zipped DLLs NuGet...

    blog.groupdocs.com/metadata/remove-comments-in-...