Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 1,891 for

numbers

(0.12 sec)
  1. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...new file formats as well as a number of bug fixes. So in this post...

    blog.groupdocs.com/groupdocs.blog/page/40/
  2. sample.docx

    GroupDocs.Signature Guiding Your Business to Success INVOICE 42 High Street London, SW1A 1AA Phone +44 20 7946 1234 accounts@brightpath.co.uk | www.brightpath.co.uk INVOICE # BP-2025-1042 DATE 22 O......Sort Code 40-12-34 Account Number 12345678 IBAN GB00HBUK401234123456...

    docs.groupdocs.com/signature/python-net/_sample...
  3. Verify Text Signatures in Document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature for Python via .NET API.... page_numbers = [ 1 , 2 ] # verify on pages...

    docs.groupdocs.com/signature/python-net/verify-...
  4. Extract hyperlinks from document page | GroupDocs

    This article explains that how to extract hyperlinks from document page....pageIndex ++) { // Print a page number System . out . println ( String...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  5. Handling the APEv2 tag | GroupDocs

    This article explains how to handle APEv2 tag....the title, artist, or track number, to digital audio files. The...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  6. Extract text from EPUB eBooks | GroupDocs

    To extract text from EPUB e-books getText and getText(pageIndex) methods is used. These methods allow to extract text from the entire document or a text from the selected page. Raw mode is not supported for EPUB....(); p ++) { // Print a page number System . out . println ( String...

    docs.groupdocs.com/parser/java/extract-text-fro...
  7. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....(); p ++) { // Print a page number System . out . println ( String...

    docs.groupdocs.com/parser/java/extract-text-fro...
  8. Synonym dictionary | GroupDocs

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java.... To get the number of synonyms in the dictionary...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  9. Licensing and evaluation | GroupDocs

    GroupDocs.Merger for Node.js provides different plans for purchase or offers a Free Trial and a 30-day Temporary License for evaluation....Note Note that there are a number of general policies and practices...

    docs.groupdocs.com/merger/nodejs-java/licensing...
  10. Working with CAD metadata | GroupDocs

    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()); // ....PropertyValue ( "test revision number" )); root . getCadPackage ()...

    docs.groupdocs.com/metadata/java/working-with-c...