Sort Score
Result 10 results
Languages All
Labels All
Results 8,471 - 8,480 of 11,075 for

document assembly

(0.08 sec)
  1. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-ca...
  2. Use redaction policies | Documentation

    If you have a corporate sensitive data removal policy as a list of redaction rules, you don’t need to specify them in your code. You can specify an XML Document with a list of pre-configured redactions. Below is an example of redaction policy XML file (code properties mapping is obvious): RedactionPolicy.xml You can use RedactionPolicy....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/use-redaction...
  3. Working with ZIP archives | Documentation

    Get ZIP format metadata The API allows detecting ZIP archives and reading format metadata. The following steps are needed to be followed: Load a ZIP archive Get the root metadata package Extract the native metadata package using ZipRootPackage.ZipPackage Read the ZIP archive properties Loop through ZipPackage.Files to extract information about archived files The following code snippet shows how to get metadata from a ZIP archive. AdvancedUsage.ManagingMetadataForSpecificFormats.Archive.ZipReadNativeMetadataProperties Encoding encoding = Encoding....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-zi...
  4. Query language specification | Documentation

    This article gives the knowledge about the complete specification of the search query DSL used in text queries....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/net/query-language-sp...
  5. Working with metadata in AVI files | Documentation

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using AviRootPackage.Header Read the AVI header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Avi.AviReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputAvi)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.Header.AviHeaderFlags); Console.WriteLine(root.Header.Height); Console.WriteLine(root.Header.Width); Console.WriteLine(root.Header.TotalFrames); Console.WriteLine(root.Header.InitialFrames); Console.WriteLine(root.Header.MaxBytesPerSec); Console.WriteLine(root.Header.PaddingGranularity); Console.WriteLine(root.Header.Streams); // ....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Enumerable.GroupBy Method (System.Linq) | Micro...

    Groups the elements of a sequence....Linq Assembly: System.Linq.dll Assembly: System.Core...Core.dll Assembly: netstandard.dll Important Some information relates...

    learn.microsoft.com/en-us/dotnet/api/system.lin...
  7. Install GroupDocs.Total for Java | Documentation

    This topic describes how to install GroupDocs.Total for Java....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Total Product...

    docs.groupdocs.com/total/java/installation/
  8. Handling metadata in WAV files | Documentation

    This article explains about the API supports extracting metadata from WAV files...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/handling-metad...
  9. GroupDocs.Conversion for Java 21.7 Release Note...

    Note This page contains release notes for GroupDocs.Conversion for Java 21.7 Major Features There are 20+ features, improvements and bug-fixes in this release, most notable are: Now can set page margins when converting to wordprocessing Documents Improved email to pdf conversions Conversions from/to Tga Specified watermark font style (bold, italic) now respected Fixed issue with custom fonts folders Wordprocessing conversion issue under linux and windows core Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET-4443 Feature Option to set page margins when converting to wordprocesing CONVERSIONNET-4444 Feature Conversion from Email to Pdf to respect page size and margins from convert options CONVERSIONNET-4521 Feature Implement conversion from/to Tga CONVERSIONNET-4448 Improvement Make GetPossibleConversions case insensitive for provided file extension CONVERSIONNET-4220 Bug Webp conversion issue CONVERSIONNET-4265 Bug Change page size or line break when converting EML to PDF CONVERSIONNET-4268 Bug Resultant PDF isn’t opening properly in Adobe Acrobat CONVERSIONNET-4341 Bug Visio to PDF conversion issue CONVERSIONNET-4373 Bug No table of contents entries found CONVERSIONNET-4429 Bug Html to XLS conversion issue CONVERSIONNET-4435 Bug Tsv to Xls exception: Invalid row index CONVERSIONNET-4437 Bug Pdf to Csv - only the first pdf page is converted CONVERSIONNET-4452 Bug Transparency lost when converting from psd CONVERSIONNET-1785 Bug Docx to PDF conversion characters issue CONVERSIONNET-4489 Bug Improper conversion from Mbox CONVERSIONNET-4493 Bug Options equality comparison not working properly when the class contains arrays CONVERSIONNET-4519 Bug Exception when trying to convert WordML Document stream to PDF CONVERSIONNET-4546 Bug Converting using ConverterSettings....Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/java/groupdocs-co...
  10. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Assembly Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/indexing-...