Sort Score
Result 10 results
Languages All
Labels All
Results 1,521 - 1,530 of 1,882 for

numbers

(0.18 sec)
  1. Extract hyperlinks from document | GroupDocs

    Learn how to extract hyperlinks from documents using GroupDocs.Parser for Python via .NET. Extract links with text and URLs from PDF, Word, Excel.... url } " ) # Print page number print ( f "Page: { hyperlink...hyperlink including text, URL, page number, and position coordinates....

    docs.groupdocs.com/parser/python-net/extract-hy...
  2. Python 數字簽名教程:輕鬆電子簽署 PDF、Word 和 Excel 文件

    使用 Python 和 GroupDocs.Signature 創建安全電子簽名的完整逐步教程 - 適合構建文件簽名應用程序的開發人員... page_number = 1 # 要簽署的頁面 options . password...# 頁面上的 Y 位置 options . page_number = 1 # 要簽署的工作表(第一個工作表) options...

    blog.groupdocs.com/zh-hant/signature/sign-docum...
  3. Python 数字签名教程:轻松电子签署 PDF、Word 和 Excel 文档

    使用 Python 和 GroupDocs.Signature 创建安全电子签名的完整分步教程 - 适合构建文档签名应用程序的开发人员... page_number = 1 # 要签署的页面 options . password...# 页面上的 Y 位置 options . page_number = 1 # 要签署的工作表(第一个工作表) options...

    blog.groupdocs.com/zh/signature/sign-documents-...
  4. Python 디지털 서명 튜토리얼: PDF, Word 및 Excel 문서 쉽게 전자 서명

    Python과 GroupDocs.Signature를 사용하여 문서에 안전한 전자 서명을 만드는 단계별 튜토리얼 - 문서 서명 애플리케이션을 구축하는 개발자에게 적합... page_number = 1 # 서명할 페이지 options . password...# 페이지의 Y 위치 options . page_number = 1 # 서명할 시트(첫 번째 시트) options...

    blog.groupdocs.com/ko/signature/sign-documents-...
  5. Руководство по цифровой подписи на Python: легк...

    Полное пошаговое руководство по созданию безопасных электронных подписей в документах с использованием Python и GroupDocs.Signature - идеально для разработчиков, создающих приложения для подписи документов... page_number = 1 # Номер страницы для подписи...на странице options . page_number = 1 # Номер листа для подписи...

    blog.groupdocs.com/ru/signature/sign-documents-...
  6. 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...
  7. Handling the ID3v1 tag | GroupDocs

    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...
  8. 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...
  9. Extract text from EPUB eBooks | GroupDocs

    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. 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...