Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 1,995 for

properties

(0.04 sec)
  1. Set image size limits | Documentation

    Set image size limits when rendering image to PDF...The class has the following properties to set the image width or/and...pixels. ''' </summary> Public Property ImageMaxWidth As Integer '''...

    docs.groupdocs.com/viewer/net/set-image-size-li...
  2. Extract metadata from EPUB using C#

    In this article, we will detail the steps required to extract metadata from EPUB using C#. Also, a sample of the EPUB metadata extraction C# code will be provided....for adding read EPUB file properties C# feature to applications...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  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....titles, authors, and other properties during the conversion process...

    docs.groupdocs.com/conversion/java/load-options...
  4. Working with formats | Documentation

    This article explains document formats and format families supported by GroupDocs.Editor for Java and how to operate them in Java code....structs, all of them have text properties, which reflect their names...

    docs.groupdocs.com/editor/java/working-with-for...
  5. Minify HTML | Documentation

    Learn how to minify HTML and CSS when rendering of documents into HTML and make your HTML documents load faster with GroupDocs.Viewer.... Removal of all HTML tag properties. Removal of protocol declarations...Removal of quotes around tag property values (except inline events)...

    docs.groupdocs.com/viewer/java/minify-html/
  6. 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()); // ....allows updating metadata properties in a DXF drawing. Please...

    docs.groupdocs.com/metadata/java/working-with-c...
  7. Accept or Reject revisions | Documentation

    Following this guide, you will learn how to apply or discard revisions found during document comparison using built-in Microsoft Word functionality.... Call the property of the object to be changed...( , or ) values. The main properties of the class are as follows:...

    docs.groupdocs.com/comparison/java/accept-or-re...
  8. 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....redaction policy XML file (code properties mapping is obvious): RedactionPolicy...

    docs.groupdocs.com/redaction/java/use-redaction...
  9. Sign Documents with Encrypted Custom Objects

    Hello guys! It’s been a while since my last post about GroupDocs.Signature for Java. So, our Java community might have been waiting for something new regarding our e-signature API. Well, we have recently released version 19.7 of GroupDocs.Signature for Java and today, I shall give you an overview of something interesting that we have introduced in our latest release. In the last couple of months, we introduced a quite valuable feature in the ....use the built-in metadata properties of the documents. This is...

    blog.groupdocs.com/signature/sign-documents-wit...
  10. Convert SVG to JPG using C# - Vector Graphics t...

    Convert SVG vector graphics to JPG images using C#. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted JPG using .NET API....following are some of the properties that you can tweak while...

    blog.groupdocs.com/conversion/convert-svg-to-jp...