Sort Score
Result 10 results
Languages All
Labels All
Results 421 - 430 of 1,012 for

printing annotations

(0.07 sec)
  1. How to get the names of the worksheets | Docume...

    This article explains how to get names of the worksheets from Excel files with GroupDocs.Viewer within your Java applications....Annotation Product Solution GroupDocs...sample shows how to get and print out the names of the worksheets...

    docs.groupdocs.com/viewer/java/how-to-get-the-n...
  2. A Year of Great Achievements: 2012 in Review

    For GroupDocs, 2012 was a significant year marked by milestones; we’re proud and grateful to end a busy year with great achievements. With constant enhancements, we were able to prove that we’re an integral part of the document management world. In 2012, we have introduced enhanced versions of our apps with added features from time to time; created a variety of plugins for multiple platforms; integrated many different storage options with GroupDocs; introduced flexible API SDKs to help you integrate our apps to your existing applications; and were able build a strong base of valuable customers, ranging from small to mid to enterprise levels; amongst many others....GroupDocs Signature GroupDocs Annotation GroupDocs Assembly GroupDocs...options to export, download, print the manipulated document; addition...

    blog.groupdocs.com/viewer/a-year-of-great-achie...
  3. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Annotation Product Solution GroupDocs...= parser . getText ()) { // Print a text from the section System...

    docs.groupdocs.com/parser/java/extract-text-fro...
  4. Extract metadata from Microsoft Office Word doc...

    To extract metadata from Microsoft Office Word documents getMetadata method is used. This method allows to extract the following metadata: Name Description title The title of the document. subject The subject of the document. keywords The keyword of the document. comments The comments of the document. content-status The content status of the document. category The category of the document. company The company of the document. manager The manager of the document....Annotation Product Solution GroupDocs...when it was last saved. last-printed-time The time of the document...

    docs.groupdocs.com/parser/java/extract-metadata...
  5. GroupDocs.Parser for .NET 20.6.1 Release Notes ...

    Note This page contains release notes for GroupDocs.Parser for .NET 20.6.1 Full List of Issues Covering all Changes in this Release Key Summary Category PARSERNET-1555 Misspelling in GetHyperlinks method name Bug Public API and Backward Incompatible Changes Misspelling in GetHyperlinks method name Description This hot-fix fixes misspelling in GetHyperlinks methods name in Parser class. Public API changes GroupDocs.Parser.Parser public class was updated with changes as follows: Renamed GetHyperlinks method Renamed GetHyperlinks(Int32) method Renamed GetHyperlinks(PageAreaOptions) method Renamed GetHyperlinks(Int32, PageAreaOptions) method Usage The following example shows how to extract hyperlinks from the document page area:...Annotation Product Solution GroupDocs...PageHyperlinkArea h in hyperlinks ) { // Print the hyperlink text Console ...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  6. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....Annotation Product Solution GroupDocs...description ) { System . out . print ( description . getRedactionType...

    docs.groupdocs.com/redaction/java/use-redaction...
  7. Sign documents with extra Digital Signature pro...

     This article explains how to use extended Digital electronic signatures options and adjustment on document page....Annotation Product Solution GroupDocs...analyzing result System . out . print ( "List of newly created signatures:"...

    docs.groupdocs.com/signature/java/sign-document...
  8. Extract barcodes from document page | Documenta...

    This article explains that how to extract barcodes from document page....Annotation Product Solution GroupDocs...barcode in barcodes ) { // Print the page index Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-barcodes-...
  9. Extract hyperlinks from document | Documentation

    This article explains that how to extract hyperlinks from documents....Annotation Product Solution GroupDocs...PageHyperlinkArea h : hyperlinks ) { // Print the hyperlink text System ....

    docs.groupdocs.com/parser/java/extract-hyperlin...
  10. GroupDocs.Conversion for .NET 17.12 Release Not...

    Note This page contains release notes for GroupDocs.Conversion for .NET 17.12 Major Features There are 5+ new features, improvements and fixes in this regular monthly release. The most notable are: Conversion from/to Jpeg 2000 Option to convert one sheet per page depending from print area when converting Cells to PDF Option to optimize resulting PDF to minimum file size Improved image to SVG conversion Improved word to GIF conversion Bug fixes Full List of Issues Covering all Changes in this Release Key Summary Category CONVERSIONNET‑2277 Implement conversion from/to Jpeg2000 New Feature CONVERSIONNET‑2257 Implement possibility to convert one sheet per page or depending on print area when converting Cells to Pdf Improvement CONVERSIONNET‑2258 Implement possibility to optimize target Pdf for minimum file size when converting Cells to Pdf Improvement CONVERSIONNET‑2262 Image to SVG conversion improvement Improvement CONVERSIONNET‑2266 Words to Gif conversion improvement Improvement CONVERSIONNET‑2240 PDF to TIF conversion, InvalidValueFormatException Fix CONVERSIONNET‑2234 Index was outside the bounds of the array, while Converting ....Annotation Product Solution GroupDocs...sheet per page depending from print area when converting Cells to...

    docs.groupdocs.com/conversion/net/groupdocs-con...