Sort Score
Result 10 results
Languages All
Labels All
Results 3,361 - 3,370 of 4,833 for

groupdocs.signature,

(0.07 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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // ....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.getCadPackage method. The following code snippet reads metadata associated with a CAD file. advanced_usage.managing_metadata_for_specific_formats.cad.CadReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputDxf)) { CadRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getCadPackage().getAcadVersion()); System.out.println(root.getCadPackage().getAuthor()); System.out.println(root.getCadPackage().getComments()); System.out.println(root.getCadPackage().getCreatedDateTime()); System.out.println(root.getCadPackage().getHyperlinkBase()); System.out.println(root.getCadPackage().getKeywords()); System.out.println(root.getCadPackage().getLastSavedBy()); System.out.println(root.getCadPackage().getTitle()); // .

    docs.groupdocs.com/metadata/java/working-with-c...
  2. Convert page layout formats | Documentation

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET.

    docs.groupdocs.com/conversion/net/convert/page-...
  3. Load options for different document types | Doc...

    This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API....This article demonstrates how to load and convert PDF. Word, Excel, PowerPoint documents and Images using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/java/load-options...
  4. Convert eBook formats | Documentation

    In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java....In this article, you will learn how to convert eBook formats with GroupDocs.Conversion for Java.

    docs.groupdocs.com/conversion/java/convert/ebook/
  5. Convert specific pages | Documentation

    This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Java API....This article demonstrates how to convert specific document pages by page number using GroupDocs.Conversion for Java API.

    docs.groupdocs.com/conversion/java/convert-spec...
  6. Rasterize document or page | Documentation

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code....The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster images with only one line of code.

    docs.groupdocs.com/watermark/java/rasterize-doc...
  7. Working with worksheet backgrounds | Documentation

    This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API...This article explains how to work with worksheet backgrounds while using GroupDocs watermarking API

    docs.groupdocs.com/watermark/net/working-with-w...
  8. How to Run Examples | Documentation

    This article describes how to run GroupDocs.Merger for .NET code examples....This article describes how to run GroupDocs.Merger for .NET code examples.

    docs.groupdocs.com/merger/net/how-to-run-examples/
  9. How to merge images to JPEG using C# | Document...

    Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in C# language using GroupDocs.Merger for .NET library....Learn how to merge images to JPEG file, combine images into one JPEG file programmatically in C# language using GroupDocs.Merger for .NET library.

    docs.groupdocs.com/merger/net/getting-started/u...
  10. How to run examples | Documentation

    Learn how to run C# examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples....Learn how to run C# examples which contain creating a watermark, removing watermark, adding watermark to photos, removing watermark from photo and many more examples.

    docs.groupdocs.com/watermark/net/how-to-run-exa...