Sort Score
Result 10 results
Languages All
Labels All
Results 1 - 10 of 50 for

pdf comment full name

(0.04 sec)
  1. The name 'Groupdocs' does not exist in the curr...

    hi i developed asp.net site using groupdocs api but i have problem Error CS0103 The Name ‘Groupdocs’ does not exist in the current context i call Groupdocs package using consle <span style=“color: rgb(226, 226, 226…...The name 'Groupdocs' does not exist in the current context GroupDocs...have problem Error CS0103 The name ‘Groupdocs’ does not exist in...

    forum.groupdocs.com/t/the-name-groupdocs-does-n...
  2. 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.... Comment ); Console . WriteLine ( root...Console . WriteLine ( file . Name ); Console . WriteLine ( file...

    docs.groupdocs.com/metadata/net/working-with-zi...
  3. Working with metadata in Spreadsheets | Documen...

    GroupDocs.Metadata for .NET 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 FileType property to obtain file format information AdvancedUsage.... For the full list of supported document formats...WriteLine ( "{0} = {1}" , property . Name , property . Value ); } // Extract...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IExif.getExifPackage method....the confusing definition and name of the format, EXIF is just...where a picture was taken, the name of the camera owner, camera...

    docs.groupdocs.com/metadata/java/working-with-e...
  5. Working with metadata in Presentations | Docume...

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the Full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... For the full list of supported presentation...WriteLine ( "{0} = {1}" , property . Name , property . Value ); } } As...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression....documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...XLSX and others. See full list at article. GroupDocs.Redactions...

    docs.groupdocs.com/redaction/net/metadata-redac...
  7. Working with EXIF metadata | Documentation

    This article explains how to access EXIF metadata in a file of any supported format....the confusing definition and name of the format, EXIF is just...where a picture was taken, the name of the camera owner, camera...

    docs.groupdocs.com/metadata/net/working-with-ex...
  8. 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); // .... Comments ); Console . WriteLine ( root...CadPackage . SetProperties ( p => p . Name == "Author" , new PropertyValue...

    docs.groupdocs.com/metadata/net/working-with-ca...
  9. Working with TORRENT files | Documentation

    In the BitTorrent file distribution system, a torrent file or METAINFO is a computer file that contains metadata about files and folders to be distributed, and usually also a list of the network locations of trackers, which are computers that help participants in the system find each other and form efficient distribution groups called swarms. A torrent file does not contain the content to be distributed; it only contains information about those files, such as their Names, sizes, folder structure, and cryptographic hash values for verifying file integrity....those files, such as their names, sizes, folder structure, and...( root . TorrentPackage . Comment ); Console . WriteLine ( root...

    docs.groupdocs.com/metadata/net/working-with-to...
  10. Alignment and font issues in the generated PDF ...

    We have a docx file in which Arial MT, Times New Roman fonts are used but upon conversion to Pdf we see the following issues : everything is coming in Arial font and not Arial MT The header has correct font but it has …...font issues in the generated PDF GroupDocs.Conversion Product...used but upon conversion to pdf we see the following issues :...

    forum.groupdocs.com/t/alignment-and-font-issues...