Sort Score
Result 10 results
Languages All
Labels All
Results 1,241 - 1,250 of 1,508 for

numbers

(0.08 sec)
  1. Schwärzen Sie PDF- und gescannte Dokumente in C...

    Schwärzen Sie Text in PDF- und anderen Dokumenten mit C# in Ihren .NET-Anwendungen. Schwärzen Sie Dokumente, um Text und auch den Text in den eingebetteten Bildern zu schwärzen....RegexRedaction(@"\d{4}", marker) // Card Number }; var result = redactor.Apply(redactions);...

    blog.groupdocs.com/de/redaction/redact-text-and...
  2. Redaguj PDF i zeskanowane dokumenty w Javie | Z...

    Redaguj tekst w plikach PDF i innych dokumentach, używając języka Java w swoich aplikacjach. Redaguj dokumenty, aby zaciemnić tekst, a także tekst w osadzonych obrazach....RegexRedaction("\\d{4}", marker) // card number parts }; RedactorChangeLog...

    blog.groupdocs.com/pl/redaction/redact-text-and...
  3. Gộp và tách tệp EPUB trong C# - GroupDocs.Merger

    Học cách gộp và tách các tệp EPUB bằng C# với GroupDocs.Merger for .NET. Thử nghiệm các tính năng mạnh mẽ để quản lý tài liệu EPUB của bạn....example, split by chapter numbers) SplitOptions splitOptions...// specify chapters or page numbers // Load the EPUB and split...

    blog.groupdocs.com/vi/merger/merge-and-split-ep...
  4. تبدیل PDF به HTML به صورت برنامه نویسی با استفا...

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

    blog.groupdocs.com/fa/conversion/convert-a-pdf-...
  5. 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...
  6. 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...
  7. 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...
  8. Редактировать PDF и отсканированные документы в...

    Редактируйте текст в PDF и других документах, используя Java в своих приложениях. Редактируйте документы, чтобы затемнить текст, а также текст во встроенных изображениях....RegexRedaction("\\d{4}", marker) // card number parts }; RedactorChangeLog...

    blog.groupdocs.com/ru/redaction/redact-text-and...
  9. 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...
  10. 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...