Sort Score
Result 10 results
Languages All
Labels All
Results 2,091 - 2,100 of 7,061 for

page

(0.45 sec)
  1. Character replacements | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Character replacements using Java....character replacement, see the page. The method allows you to get...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/search/java/character-replac...
  2. Convert to HTML with advanced options | Documen...

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java.... Show page borders when converting to fixed...your specific needs. Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/conversion/java/convert-to-h...
  3. Composing signature with radial gradient brush ...

     This article explains how to fill signature background with radial gradient brush...signature implementation on document page options . setSignatureImplemen...free to use online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/signature/java/composing-sig...
  4. Get document info | Documentation

    This article shows how to get the basic document info....document pages. The total number of document raw pages.. The size...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/parser/java/get-document-info/
  5. Cache results | Documentation

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....refer to the following pages: Was this page helpful? Not really...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  6. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document.... format ( "Number of pages: %s" , info . getPageCount ()));...with our free online . Was this page helpful? Not really Yes, thanks...

    docs.groupdocs.com/metadata/java/get-document-i...
  7. Business Case of Manager-Client Contract System...

    Note This business case has been conceived for the demonstration purpose and serves well for a typical manager-client system. There may be simpler or complex scenarios in real life businesses. Business Case There are many managers offering their services. There are multiple clients in the market. A manager can sign multiple contracts and start working. A contract may contain multiple clients. The data is fetched from custom objects and report is generated.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/java/business-case-...
  8. Working with GroupDocs.Assembly Engine | Docume...

    About this section The articles in this section will be talking about technical concepts to be considered when creating document templates in order to generate your required reports. After going through this section, hopefully you will understand the template syntax, composing expressions and other C# syntax supported programming elements. Additionally, we’ll also discuss how GroupDocs.Assembly engine reads the syntax, evaluates the expressions to populate with assigned data and then generates your desired report according to your business needs....Assembly Engine APIs Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/assembly/net/working-with-gr...
  9. HTML | Documentation

    This article explains that how to extract HTML formatted text from document Page in Java.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/parser/java/html/
  10. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs.... Was this page helpful? Not really Yes, thanks...tell us how we can improve this page. Skip Send Thank you for your...

    docs.groupdocs.com/metadata/net/working-with-me...