Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 1,594 for

numbers

(0.1 sec)
  1. Tutorial sulla firma digitale Python: firma PDF...

    Tutorial passo-passo completo per creare firme elettroniche sicure nei documenti utilizzando Python e GroupDocs.Signature - perfetto per gli sviluppatori che costruiscono applicazioni di firma di documenti... page_number = 1 # Quale pagina firmare...sulla pagina options . page_number = 1 # Quale foglio firmare...

    blog.groupdocs.com/it/signature/sign-documents-...
  2. Evaluation Limitations and Licensing | Document...

    free watermark api version is available to evaluate the API which will be similar as licensed but with few limitations....details such as the product name, number of developers it is licensed...

    docs.groupdocs.com/watermark/java/evaluation-li...
  3. Get default ConvertOptions for specific target ...

    Learn this article and check how to obtain default convert options for specific conversion format with GroupDocs.Conversion for Java API. ..., page number, page size, margin, DPI settings)...

    docs.groupdocs.com/conversion/java/get-default-...
  4. Редагувати PDF і відскановані документи в Java ...

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

    blog.groupdocs.com/uk/redaction/redact-text-and...
  5. تبدیل اسناد PDF به HTML در Java | همه و صفحات ا...

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

    blog.groupdocs.com/fa/conversion/convert-pdf-to...
  6. Redact PDF dan Dokumen yang Dipindai di Java | ...

    Sunting teks dalam PDF dan dokumen lain menggunakan Java di aplikasi Anda. Sunting dokumen untuk menghilangkan teks dan juga teks di dalam gambar yang disematkan....RegexRedaction("\\d{4}", marker) // card number parts }; RedactorChangeLog...

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