Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 603 for

printing annotations

(0.21 sec)
  1. 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...
  2. Save to Stream | Documentation

    This article demonstrates that how to save a document to any custom file at any location on the local disc or a even a Stream...Annotation Product Solution GroupDocs.... save ( stream_out , ro ) print ( f "Document redacted successfully...

    docs.groupdocs.com/redaction/python-net/save-to...
  3. Deleting Text signatures - advanced | Documenta...

    This article shows how to delete Text electronic signatures different ways with GroupDocs.Signature API....Annotation Product Solution GroupDocs... size ()) { System . out . print ( "All signatures were successfully...

    docs.groupdocs.com/signature/java/deleting-text...
  4. Extract text from Microsoft Office Excel spread...

    To extract a text from Microsoft Office Excel spreadsheets getText and getText(int) method is used. These methods allow to extract a text from the entire document or a text from the selected page. Here are the steps to extract a text from Microsoft Office Excel spreadsheets: Instantiate Parser object for the initial spreadsheet; 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 spreadsheet...

    docs.groupdocs.com/parser/java/extract-text-fro...
  5. Extract text from ZIP archive files | Documenta...

    This article explains that how to extract text from ZIP archive files...Annotation Product Solution GroupDocs...item in attachments ) { // Print the file path Console . WriteLine...

    docs.groupdocs.com/parser/net/extract-text-from...
  6. Extract barcodes from document page area | Docu...

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

    docs.groupdocs.com/parser/net/extract-barcodes-...
  7. Select specific pages for rasterized PDF | Docu...

    This article demonstrates that how you can specify starting page index (zero based) and the number of pages from this index to save a rasterized PDF...Annotation Product Solution GroupDocs...result_path = redactor . save ( so ) print ( f "Document redacted successfully...

    docs.groupdocs.com/redaction/python-net/select-...
  8. Extract barcodes from document page area | Docu...

    This article explains that how to extract barcodes from document page area....Annotation Product Solution GroupDocs...PageBarcodeArea barcode : barcodes ) { // Print the page index System . out...

    docs.groupdocs.com/parser/java/extract-barcodes...
  9. Extract text by table of contents item | Docume...

    This article explains that how to extract text by table of contents item."...Annotation Product Solution GroupDocs...is extracted by method: // Print the text of the chapter try...

    docs.groupdocs.com/parser/java/extract-text-by-...
  10. Scan QR Code | Documentation

    This article shows how to scan QR Code in .Net with GroupDocs.Parser with few lines of code from image, document or other file format like PDF, Email, Ebook, Words, and others....Annotation Product Solution GroupDocs...PageBarcodeArea qrcode in qrcodes ) { // Print the page index Console . WriteLine...

    docs.groupdocs.com/parser/net/scan-qr-code/