Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 2,144 for

numbers

(0.45 sec)
  1. 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...
  2. 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...
  3. GroupDocs.Viewer para Node.js 25.12 – Últimas a...

    Explora lo nuevo en GroupDocs.Viewer para Node.js 25.12. Disponible ahora en NuGet y en el sitio web de GroupDocs....pattern where {0} is the page number. const viewOptions = HtmlViewOptions...

    blog.groupdocs.com/es/viewer/groupdocs-viewer-f...
  4. Redige PDF e documenti scansionati in C# | Test...

    Redigere testo in PDF e altri documenti utilizzando C# nelle applicazioni .NET. Redigere i documenti per oscurare il testo e anche il testo all'interno delle immagini incorporate....RegexRedaction(@"\d{4}", marker) // Card Number }; var result = redactor.Apply(redactions);...

    blog.groupdocs.com/it/redaction/redact-text-and...
  5. GroupDocs.Viewer برای Node.js 25.12 – آخرین به ...

    کشف کنید چه جدیدی در GroupDocs.Viewer برای Node.js 25.12 موجود است. هم‌اکنون بر روی NuGet و وب‌سایت GroupDocs در دسترس است....pattern where {0} is the page number. const viewOptions = HtmlViewOptions...

    blog.groupdocs.com/fa/viewer/groupdocs-viewer-f...
  6. 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/th/viewer/groupdocs-viewer-f...
  7. แก้ไข PDF และเอกสารที่สแกนใน C# | ข้อความปิดทึบ...

    แก้ไขข้อความใน PDF และเอกสารอื่นๆ โดยใช้ C# ในแอปพลิเคชัน .NET ของคุณ ทำซ้ำเอกสารเพื่อปิดข้อความและข้อความภายในภาพที่ฝังไว้...RegexRedaction(@"\d{4}", marker) // Card Number }; var result = redactor.Apply(redactions);...

    blog.groupdocs.com/th/redaction/redact-text-and...
  8. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Processing documents Support number formatting features missing...

    blog.groupdocs.com/categories/groupdocs.assembl...
  9. Extracting document metainfo | GroupDocs

    Following this guide you will learn how to obtain basic document metadata like pages count, size, file type before editing it with GroupDocs.Editor for Java API.... This is a positive number, that returns page count for...

    docs.groupdocs.com/editor/java/extracting-docum...
  10. Extract text from Microsoft Office Word documen...

    Learn how to extract text from Word documents (.doc, .docx) using GroupDocs.Parser for .NET. Extract text from entire documents or specific pages with error handling in C#....PageCount ; p ++) { // Print a page number Console . WriteLine ( string...

    docs.groupdocs.com/parser/net/extract-text-from...