Sort Score
Result 10 results
Languages All
Labels All
Results 3,311 - 3,320 of 7,061 for

page

(0.06 sec)
  1. Numbered List in Word Processing Document | Doc...

    Note In this article, we will use GroupDocs.Assembly to generate a Numbered List report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Numbered List in Microsoft Word Document Creating a Numbered List Practising the following steps you can create Numbered List Template in MS Word 2013. In your document, write a sentence like “We provide support for the following clients:”....JSON Data examples) 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/numbered-list-...
  2. Extract data from databases | Documentation

    This article demonstrate that how to extract data from databases via JDBC... 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/extract-data-fro...
  3. Deleting Image signatures - advanced | Document...

    This article shows how to delete Image electronic signatures different ways with GroupDocs.Signature API.... 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/signature/java/deleting-imag...
  4. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage.... 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-op...
  5. Comparison pdf view bold characters - Free Supp...

    hello, im using your Comparison .Net Ui product, when i try to compare two pdf’s it appears that the text’s are written by bold characters image.png (22.0 KB) here’s the files that i used for comparison 95592.pdf (20.…...is opened on the comparison page, it appears in bold text. There...follows: It renders each document page as an image on the backend,...

    forum.groupdocs.com/t/comparison-pdf-view-bold-...
  6. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....results Leave feedback This page describes how to highlight search...adapters are presented on the page . If after generation the text...

    docs.groupdocs.com/search/java/highlighting-sea...
  7. Highlighting search results | Documentation

    This article gives knowledge on how to highlight search results in the text of a document....results Leave feedback This page describes how to highlight search...adapters are presented on the page . If after generation the text...

    docs.groupdocs.com/search/net/highlighting-sear...
  8. Introduction | Documentation

    This is an introduction into edit document techniques explanation like main stages of document opening, editing and saving results within Java applications....Introduction Leave feedback On this page This article explains the most...format; Document size; Number of pages (tabs); Text encoding, if document...

    docs.groupdocs.com/editor/java/introduction/
  9. Integrating GroupDocs.Viewer for Java into a PH...

    Recently, we posted a guide describing how to integrate the GroupDocs.Viewer for .NET library into a PHP app. This time I’d like show you how to do the same thing with the Java version of the viewer. GroupDocs.Viewer is the foundation of most of the other GroupDocs applications. It is a high-fidelity HTML5 document viewer that allows you to display almost 50 types of documents within your own app or website....convenient UI for navigating multi-page documents. If you are developing...

    blog.groupdocs.com/viewer/integrating-groupdocs...
  10. Convert a JPEG file to PSD programmatically in C#

    You can convert an image file (e.g. JPEG, JPG, PNG) to PSD format and redesign it as per your requirements using GroupDocs.Conversion for .NET. All you have to do is to integrate this DLL in your web, desktop or console application. Implementation Pass source document path as a constructor parameter to the instance of Converter class Instantiate ImageConvertOptions Specify resultant image format using Format property of ImageConvertOptions class Declare SavePageStream delegate, which should proved a stream where each document Page will be stored Call Convert method of Converter class instance and pass the declared SavePageStream delegate and the instance of ImageConvertOptions from the previous two steps [gist id=“27d0573878a8342d2a30b0c9ac04a8d9” name=“jpegtopsd....a stream where each document page will be stored Call Convert...

    blog.groupdocs.com/conversion/convert-a-jpeg-fi...