Sort Score
Result 10 results
Languages All
Labels All
Results 471 - 480 of 593 for

printing annotations

(0.24 sec)
  1. Tags

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....Changes 2 Add Annotations in Java 1 Add annotations in PDF 1 add...add annotations in PDF using csharp 1 add annotations in PDF using...

    blog.groupdocs.com/pl/tags/
  2. Extract text from documents | Documentation

    This article shows how to extract text with GroupDocs.Parser from PDF, Emails, Ebooks (EPUB, FB2, CHM), Microsoft Office formats: Word (DOC, DOCX), PowerPoint (PPT, PPTX), Excel (XLS, XLSX), LibreOffice formats and many others....Annotation Product Solution GroupDocs...= parser . GetText ()) { // Print a text from the document //...

    docs.groupdocs.com/parser/net/extract-text-from...
  3. HTML | Documentation

    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/
  4. Get text coordinates | Documentation

    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...
  5. 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...
  6. Detect encoding | Documentation

    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/
  7. Detect file type of container item | Documentation

    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...
  8. Comparing Folders | Documentation

    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...
  9. Extract highlights | Documentation

    This article explains that how to extract highlights from documents in Java....Annotation Product Solution GroupDocs...supported" ); return ; } // Print an extracted highlight System...

    docs.groupdocs.com/parser/java/extract-highlights/
  10. Extract highlights | Documentation

    This article explains that how to extract highlights from documents....Annotation Product Solution GroupDocs...supported" ); return ; } // Print an extracted highlight Console...

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