Sort Score
Result 10 results
Languages All
Labels All
Results 2,371 - 2,380 of 2,633 for

resource

(0.03 sec)
  1. Use advanced rasterization options | GroupDocs

    Use advanced rasterization options In order to use the advanced rasterization options you have to pass one of the options to Save method. In this case the document will be rasterized to PDF, but the scan-like effects will be applied to its pages. The following example demonstrates how to apply the AdvancedRasterizationOptions with default settings. C# using (Redactor redactor = new Redactor(@"sample.docx")) { // Save the document with advanced options (convert pages into images, and save PDF with scan-like pages) var so = new SaveOptions(); so.... Save ( so ); } More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  2. Redaction basics | GroupDocs

    This article shows that how C# developers can apply metadata, image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... Save (); }; } More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/net/redaction-basics/
  3. Sign document with Text signature - advanced | ...

     This article explains how to sign document with Text electronic signatures using advanced options with GroupDocs.Signature API.... getHeight ()); } More resources GitHub Examples You may easily...

    docs.groupdocs.com/signature/java/sign-document...
  4. Delete indexed documents | GroupDocs

    GroupDocs.Search for Node.js has the ability to remove individual documents from the index that are indexed from a stream or structure.... search ( query ); More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/delete-in...
  5. Character types | GroupDocs

    This page contains descriptions of all character types. Character types differ in how characters of these types are indexed.... More resources GitHub examples You may easily...

    docs.groupdocs.com/search/nodejs-java/character...
  6. Search results | GroupDocs

    This article shows that how to perform the operations on search results....TermSequencesOccurre [ k ]); } } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/search-results/
  7. Faceted search | GroupDocs

    This article gives the knowledge of the creation of faceted search queries using Java search API....RevisionNumber TotalEditingTime More resources GitHub examples You may easily...

    docs.groupdocs.com/search/java/faceted-search/
  8. Use redaction policies | GroupDocs

    Learn how to deal.If you have a corporate sensitive data removal policy as a list of redaction rules, you don't need to specify them in your code. You can specify an XML document with a list of pre-configured redactions....( stream_out , ro ) More resources GitHub examples You may easily...

    docs.groupdocs.com/redaction/python-net/use-red...
  9. Metadata redactions | GroupDocs

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular expression.... More resources Advanced usage topics To learn...

    docs.groupdocs.com/redaction/python-net/metadat...
  10. OCR support | GroupDocs

    This article demonstrates the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents...recognizedText ; } } } More resources GitHub examples You may easily...

    docs.groupdocs.com/search/net/ocr-support/