Sort Score
Result 10 results
Languages All
Labels All
Results 1,361 - 1,370 of 1,599 for

numbers

(0.04 sec)
  1. 在 C# 中編輯 PDF 和掃描文檔 | PDF 中的遮光文字

    在 .NET 應用程序中使用 C# 編輯 PDF 和其他文檔中的文本。編輯文檔以塗黑文本以及嵌入圖像中的文本。...RegexRedaction(@"\d{4}", marker) // Card Number }; var result = redactor.Apply(redactions);...

    blog.groupdocs.com/zh-hant/redaction/redact-tex...
  2. Inserisci oggetti OLE in Word, Excel, PowerPoin...

    Incorpora documenti come oggetti OLE in altri documenti Word, fogli di calcolo Excel, presentazioni PowerPoint a livello di codice in Java utilizzando l'API GroupDocs.Merger....setRowIndex(2); // Set row & column number of Spreasheet to embedded document...

    blog.groupdocs.com/it/merger/insert-ole-objects...
  3. Java에서 PDF 및 스캔 문서 수정 | PDF의 블랙아웃 텍스트

    애플리케이션에서 Java를 사용하여 PDF 및 기타 문서의 텍스트를 수정합니다. 문서를 수정하여 텍스트와 포함된 이미지 내의 텍스트를 블랙아웃합니다....RegexRedaction("\\d{4}", marker) // card number parts }; RedactorChangeLog...

    blog.groupdocs.com/ko/redaction/redact-text-and...
  4. 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...
  5. Synonym dictionary | Documentation

    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...
  6. Extract text from EPUB eBooks | Documentation

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

    docs.groupdocs.com/metadata/java/working-with-c...
  8. Licensing and evaluation | Documentation

    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...
  9. Handling the ID3v1 tag | Documentation

    This article explains how to handle ID3v1 tag....title, artist, album, track number, etc.The ID3v1 standard was...

    docs.groupdocs.com/metadata/java/handling-the-i...
  10. Get Files of Specific Type using GroupDocs.Meta...

    In the modern times, the data is increasing dramatically. As a result, the large organizations may have maintained servers to store their organizational data in the form of files located in different directories. Very often, these organization may need to apply some filters to get files of a specific type i-e *.docx or *.txt etc. Filtering through a huge number files is not an easy job for the human beings and they might think if there is some automated system to achieve this.... Filtering through a huge number files is not an easy job for...

    blog.groupdocs.com/metadata/get-specific-file-t...