Sort Score
Result 10 results
Languages All
Labels All
Results 2,071 - 2,080 of 15,772 for

pdf annotation

(0.05 sec)
  1. How to Convert XML to CSV in C#

    This short article briefly explains the process to convert XML to CSV in C#. Review sample code to convert XML to CSV using C# and use it as a template for projects....Annotation Product Family GroupDocs...an article on how to convert PDF to Excel using C# ; take a look...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. Load password-protected document | Documentation

    This article explains how to load password protected document with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Signature ( "sampleProtected.pdf" ); QrCodeSignOptions options...

    docs.groupdocs.com/signature/java/load-password...
  3. Clean metadata | Documentation

    Sometimes you may need to just remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method....Annotation Product Solution GroupDocs...document. Ex: @"C:\Docs\source.pdf" try ( Metadata metadata = new...

    docs.groupdocs.com/metadata/java/clean-metadata/
  4. Fluent syntax | Documentation

    Following this guide you will learn how to use fluent syntax of GroupDocs.Merger for .NET API....Annotation Product Solution GroupDocs...new Merger ( @"c:\document1.pdf" )) { merger . Join ( @"c:\document2...

    docs.groupdocs.com/merger/net/fluent-syntax/
  5. Check if a file is encrypted | Documentation

    This article explains how to check if a file is encrypted using Java with GroupDocs.Viewer for Java....Annotation Product Solution GroupDocs...viewer = new Viewer ( "protected.pdf" )) { FileInfo fileInfo = viewer...

    docs.groupdocs.com/viewer/java/how-to-check-if-...
  6. How to search for Image signatures | Documentation

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...document. string fileName = "sample.pdf" ; using ( Signature signature...

    docs.groupdocs.com/signature/net/search-for-ima...
  7. How to load password-protected document | Docum...

    This article explains how to load password protected document with GroupDocs.Signature API....Annotation Product Solution GroupDocs...Signature ( "sampleProtected.pdf" , loadOptions )) { QrCodeSignOptions...

    docs.groupdocs.com/signature/net/load-password-...
  8. GroupDocs.Assembly for .NET | Documentation

    Release notes Package repository GroupDocs.Assembly for Net - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Net reporting API intelligently assembles the given data with the defined template document and generates an output document based on the data source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, presentations, Pdf files, email messages, and images....Annotation Product Solution GroupDocs...spreadsheets, presentations, PDF files, email messages, and images...

    docs.groupdocs.com/assembly/net/
  9. Search flow | Documentation

    This article shows the internal stages of each search operation using Java search API....Annotation Product Solution GroupDocs...welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/search/nodejs-java/search-flow/
  10. Using OCR to redact image documents | Documenta...

    GroupDocs.Redaction supports both types of image documents for Optical Character Recognition (OCR): image files, such as printed document scans (PNG, JPG, etc.) embedded images within office documents (Pdf, DOCX, etc.) You have to implement IOcrConnector interface and pass the instance to RedactorSettings constructor. For more details, see OCR Usage Basics article. OCR usage limitations There are the following limitations of the OCR with GroupDocs.Redaction for Java v21.6: textual replacements are not supported, so you have to use color box replacements to redact text in images....Annotation Product Solution GroupDocs...images within office documents (PDF, DOCX, etc.) You have to implement...

    docs.groupdocs.com/redaction/java/using-ocr/