Sort Score
Result 10 results
Languages All
Labels All
Results 661 - 670 of 781 for

printing annotations

(0.04 sec)
  1. Add watermarks to word processing documents | G...

    Add watermarks in headers and footers of any section using Python via .NET....Annotation Product Solution GroupDocs...gwc_wp . WordProcessingConten ) print ( content . sections [ 0 ] ...

    docs.groupdocs.com/watermark/python-net/add-wat...
  2. Search for embedded object with custom encrypti...

     This article explains how to search for embedded electronic signatures with custom encryption in QR-code electronic signatures. This topic contains example of custom encryption, class definition and search for encrypted objects in the QR-codes with GroupDocs.Signature....Annotation Product Solution GroupDocs... options ); System . out . print ( "\nSource document contains...

    docs.groupdocs.com/signature/java/search-embed-...
  3. Generate signatures preview | GroupDocs

    This topic explains how to generate document signature preview in Python with various options by GroupDocs.Signature for Python via .NET....Annotation Product Solution GroupDocs..."GeneratePreviewFolde" , image_name ) print ( f "Image file { image_file_path...

    docs.groupdocs.com/signature/python-net/generat...
  4. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Annotation Product Solution GroupDocs...2: Print each supported format for fmt in formats : print ( fmt...

    docs.groupdocs.com/markdown/python-net/load-a-f...
  5. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Annotation Product Solution GroupDocs...output_file_name , compare_options ) print ( f " \n Folders compared successfully...

    docs.groupdocs.com/comparison/python-net/compar...
  6. Detect file type of container item | GroupDocs

    This article explains that how to detect file type of container item....Annotation Product Solution GroupDocs...FileTypeDetectionMod . Default ); // Print the name and file type System...

    docs.groupdocs.com/parser/java/detect-file-type...
  7. Extract metadata from documents | GroupDocs

    Learn how to extract metadata from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Get document properties like author, title, creation date in C#....Annotation Product Solution GroupDocs...MetadataItem item in metadata ) { // Print an item name and value Console...

    docs.groupdocs.com/parser/net/extract-metadata-...
  8. Extract metadata from PDF documents | GroupDocs

    To extract metadata from PDF documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the presentation. subject The subject of the presentation. keywords The keyword of the presentation. author The name of the presentation’s author. application The name of the application. application-version The version number of the application that created the presentation. created-time The time of the presentation creation. last-saved-time The time of the the presentation when it was last saved....Annotation Product Solution GroupDocs...MetadataItem item : metadata ) { // Print an item name and value System...

    docs.groupdocs.com/parser/java/extract-metadata...
  9. Extract metadata from EPUB eBook | GroupDocs

    This article explains that how to extract metadata from EPUB e-books getMetadata method is used....Annotation Product Solution GroupDocs...MetadataItem item : metadata ) { // Print an item name and value System...

    docs.groupdocs.com/parser/java/extract-metadata...
  10. Extract hyperlinks from Microsoft Office Word d...

    This article explains that how to extract hyperlinks from Microsoft Office Word (.doc, .docx) documents...Annotation Product Solution GroupDocs...Name == "hyperlink" ) { // Print the link attribute Console ...

    docs.groupdocs.com/parser/net/extract-hyperlink...