Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 723 for

printing annotations

(0.17 sec)
  1. Add Watermark to DOC Online

    Insert watermark in DOC. Apply text or image watermarks with various settings. Protect and mark your DOC with our tool....links, pages, page formatting, print settings and a lot others. Read...apps GroupDocs apps Viewer Annotation Conversion Comparison Signature...

    products.groupdocs.app/watermark/doc
  2. Load file from stream | GroupDocs

    This article explains how to load PDF, Word, Excel, PowerPoint documents from a stream when using GroupDocs.Comparison for Python via .NET....Annotation Product Solution GroupDocs...message with the output file path print ( f " \n Documents compared...

    docs.groupdocs.com/comparison/python-net/load-f...
  3. Add Text Watermark to XLSX Using Python

    Learn how to add text watermark to XLSX using Python. This tutorial shows how to embed watermark text into XLSX spreadsheets with custom font, color, and alignment....Annotation Product Family GroupDocs...displaying consistently in print, preview, or shared copies....

    kb.groupdocs.com/watermark/python/add-text-wate...
  4. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....Annotation Product Solution GroupDocs...SearchResult s in sr ) { // Print an index and found text: Console...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  5. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....Annotation Product Solution GroupDocs...SearchResult s : sr ) { // Print an index and found text: System...

    docs.groupdocs.com/parser/java/search-text-in-m...
  6. Shapes in spreadsheet document | GroupDocs

    Inspect, modify, and remove shapes in Excel documents using Python via .NET....Annotation Product Solution GroupDocs...iterates all worksheets and prints shape metadata, text, positioning...

    docs.groupdocs.com/watermark/python-net/shapes-...
  7. Get supported file types | GroupDocs

    This article explains how to obtain supported file formats list when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents with GroupDocs.Merger within your Java applications....Annotation Product Solution GroupDocs...fileTypes ) { System . out . print ( fileType . getExtension ());...

    docs.groupdocs.com/merger/java/get-supported-fi...
  8. Extract text from Microsoft Office PowerPoint p...

    This article explains that how to extract text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the presentation...

    docs.groupdocs.com/parser/net/extract-text-from...
  9. Working with IPTC IIM metadata | GroupDocs

    Access, read, update, and remove IPTC IIM metadata using GroupDocs.Metadata for Python via .NET....Annotation Product Solution GroupDocs...envelope_record is not None : print ( root . iptc_package . envelope_record...

    docs.groupdocs.com/metadata/python-net/working-...
  10. Extract text from Microsoft Office PowerPoint p...

    To extract a text from Microsoft Office PowerPoint presentations getText and getText(int) method is used. These methods allow to extract a text from the entire presentation or a text from the selected slide. Here are the steps to extract a text from Microsoft Office PowerPoint presentations: Instantiate Parser object for the initial presentation; Call getText method and obtain TextReader object; Read a text from reader. Warning getText method returns null value if text extraction isn’t supported for the document....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the presentation...

    docs.groupdocs.com/parser/java/extract-text-fro...