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

numbers

(0.09 sec)
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. تبدیل PDF به HTML به صورت برنامه نویسی با استفا...

    بیایید یک سند PDF را با استفاده از چند خط کد به HTML تبدیل کنیم. تبدیل PDF را در برنامه .NET به صورت خودکار انجام دهید تا کل سند یا صفحات انتخاب شده را تبدیل کنید....را با استفاده از Pages، Page Number، PageCount، Zoom و سایر ویژگی...

    blog.groupdocs.com/fa/conversion/convert-a-pdf-...
  6. Question about big xlsx files (>1MB) after tile...

    Hey, I’ve noticed after full regression testing that big XLSX files could cause troubles during tile watermarking process. The whole topic is about XLSX files from 1MB to 100MB in size. That’s the code snippet which we’…...when document contains a large number of shapes. Currently, with...

    forum.groupdocs.com/t/question-about-big-xlsx-f...
  7. แทรกวัตถุ OLE ใน Word, Excel, PowerPoint ด้วย Java

    ฝังเอกสารเป็นวัตถุ OLE ลงในเอกสาร Word, Excel สเปรดชีต, งานนำเสนอ Powerpoint โดยทางโปรแกรมใน Java โดยใช้ GroupDocs.Merger API...setRowIndex(2); // Set row & column number of Spreasheet to embedded document...

    blog.groupdocs.com/th/merger/insert-ole-objects...
  8. Inserir objetos OLE no Word, Excel, PowerPoint ...

    Incorpore documentos como objetos OLE em outros documentos do Word, planilhas do Excel, apresentações do Powerpoint programaticamente em Java usando a API GroupDocs.Merger....setRowIndex(2); // Set row & column number of Spreasheet to embedded document...

    blog.groupdocs.com/pt/merger/insert-ole-objects...
  9. GroupDocs.Viewer for Node.js 25.12 – 최신 업데이트 및 ...

    GroupDocs.Viewer for Node.js 25.12의 새로운 기능을 살펴보세요. 이제 NuGet 및 GroupDocs 웹사이트에서 이용 가능합니다....pattern where {0} is the page number. const viewOptions = HtmlViewOptions...

    blog.groupdocs.com/ko/viewer/groupdocs-viewer-f...
  10. Extrahieren Sie RIFF-INFO und Metadaten von WAV...

    Extrahieren Sie Metadaten und RIFF-INFO von WAV-Audiodateien in Java. Die Metadaten-API ermöglicht die Verwaltung von Metadaten innerhalb Ihrer Java-Anwendungen....Align: 4 Byte Rate: 176400 Number of Channels: 2 Audio Format:...

    blog.groupdocs.com/de/metadata/extract-riff-inf...