Sort Score
Result 10 results
Languages All
Labels All
Results 721 - 730 of 897 for

printing annotations

(0.07 sec)
  1. Find metadata properties | GroupDocs

    With GroupDocs.Metadata for Python via .NET you can search metadata and extract the properties you need from PDF, DOCX, PPTX, XLSX, images, audio, video and many other file types using simple Python predicates....Annotation Product Solution GroupDocs...) for prop in properties : print ( f "Property name: { prop ...

    docs.groupdocs.com/metadata/python-net/find-met...
  2. Get text coordinates | GroupDocs

    Learn how to obtain text coordinates when rendering your documents with Image Viewer by GroupDocs and place text over rendered document page image....Annotation Product Solution GroupDocs...snippet shows how to retrieve and print out text ( / / ) on each document...

    docs.groupdocs.com/viewer/net/image-viewer-get-...
  3. Extract images from documents | GroupDocs

    Learn how to extract images from PDF, Word, Excel, PowerPoint and 50+ document formats using GroupDocs.Parser for .NET. Extract images with position data, coordinates, and save to files in C#....Annotation Product Solution GroupDocs...PageImageArea image in images ) { // Print page index and image type Console...

    docs.groupdocs.com/parser/net/extract-images-fr...
  4. Extract tables from document page | GroupDocs

    Learn how to extract tables from a specific document page using GroupDocs.Parser for .NET. Extract tables from Excel, Word, PDF pages by page index in C#....Annotation Product Solution GroupDocs...PageCount ; pageIndex ++) { // Print a page number Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-tables-fr...
  5. YAML front matter | GroupDocs

    Generate YAML front matter from document metadata for static site generators...Annotation Product Solution GroupDocs...convert_options = options ) # Step 3: Print the result -- YAML front matter...

    docs.groupdocs.com/markdown/python-net/front-ma...
  6. How to edit XML file | GroupDocs

    This article demonstrates how to edit XML files and XML documents using the Python programming language....Annotation Product Solution GroupDocs...= editable . get_content () print ( "Generated HTML content length:"...

    docs.groupdocs.com/editor/python-net/edit-xml/
  7. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Parser for Java since version 19.11: Parser class is introduced as a single entry point to extract data from the document. Data extraction was unified for all data types. The overall document related classes were unified to common. Product architecture was redesigned from scratch in order to simplify passing options and classes to manipulate data....Annotation Product Solution GroupDocs...String []{ "keyword" })); // Print search results for ( SearchResult...

    docs.groupdocs.com/parser/java/migration-notes/
  8. Edit PDF | GroupDocs

    This guide demonstrates how to edit the content of PDF files like common text documents using GroupDocs.Editor for Python via .NET....Annotation Product Solution GroupDocs...= editable . get_content () print ( "Generated HTML content length:"...

    docs.groupdocs.com/editor/python-net/edit-pdf/
  9. Detect encoding | GroupDocs

    This article explains that how to detect encoding of a plain text file in java....Annotation Product Solution GroupDocs...document" ); return ; } // Print the encoding System . out ....

    docs.groupdocs.com/parser/java/detect-encoding/
  10. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Annotation Product Solution GroupDocs...PageImageArea i : images ) { // Print the type of image System . out...

    docs.groupdocs.com/parser/java/handle-loading-o...