Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 706 for

printing annotations

(0.13 sec)
  1. Extract table of contents | GroupDocs

    Learn how to extract table of contents (TOC) from Word documents, PDF files, and eBooks using GroupDocs.Parser for .NET. Extract TOC items with page numbers and depth levels in C#....Annotation Product Solution GroupDocs...foreach ( TocItem i in toc ) { // Print the Toc text Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-table-of-...
  2. Removing found watermarks | GroupDocs

    Find and remove text, image, and hyperlink watermarks using Python via .NET....Annotation Product Solution GroupDocs...gws . HyperlinkPossibleWat ): print ( possible [ i ] . text ) possible...

    docs.groupdocs.com/watermark/python-net/removin...
  3. 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/java/image-viewer-get...
  4. 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...
  5. 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/
  6. Extract text from documents | GroupDocs

    Learn how to extract text from PDF, Word, Excel, PowerPoint, and 50+ document formats using GroupDocs.Parser for .NET. Simple C# code examples for extract text from PDF C# scenarios....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/extract-text-from...
  7. HTML | GroupDocs

    This article explains that how to extract HTML formatted text from document page....Annotation Product Solution GroupDocs...FormattedTextMode . Html ))) { // Print a formatted text from the document...

    docs.groupdocs.com/parser/net/html/
  8. Load page description language document with op...

    Learn how to load and convert page description language documents (XPS, SVG, EPS, PS, TEX, PCL) with advanced options using GroupDocs.Conversion for .NET API....Annotation Product Solution GroupDocs...converter = new Converter ( "print-file.ps" , getLoadOptions ))...

    docs.groupdocs.com/conversion/net/load-page-des...
  9. Add watermarks to PDF documents | GroupDocs

    Add watermarks to PDF pages, images, and attachments using Python via .NET....Annotation Product Solution GroupDocs...PdfContent ) print ( pdf_content . pages [ 0 ] . width ) print ( pdf_content...

    docs.groupdocs.com/watermark/python-net/add-wat...
  10. Load personal storage PST or OST with options |...

    Learn this article and check how to load and convert PST/OST documents with advanced options using GroupDocs.Conversion for Java API....Annotation Product Solution GroupDocs...documentInfo ; System . out . print ( ostInfo . getRootFolderName...

    docs.groupdocs.com/conversion/java/load-persona...