Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 8,301 for

document annotation

(0.09 sec)
  1. Basic Usage | GroupDocs

    Quick Start section for GroupDocs.Metadata API Manage metadata in your Documents fast and easy with our intuitive and powerful API just with a few lines of code. Let’s review common usage scenarios when Documents are stored in a local drive and you want to manage them using GroupDocs.Metadata API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/basic-usage/
  2. How to Convert Excel to PDF in C#

    Let's look at how to convert Excel to PDF in C# and how to use the C# Excel to PDF sample code to convert a workbook, selected sheets, or any cell range to PDF....Annotation Product Family GroupDocs...widely used document formats for sharing documents. This tutorial...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Load from local disk | GroupDocs

    This article explains how to load from local disk while using GroupDocs. Watermarks API....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Watermark Product...

    docs.groupdocs.com/watermark/net/load-from-loca...
  4. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the Document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use Document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Redaction Product...

    docs.groupdocs.com/redaction/java/save-in-raste...
  5. How to Extract Text from HTML in C#

    This tutorial focuses on the procedure to extract Text from HTML in C# and how to follow this guide for implementing the C# extract Text from HTML functionality....Annotation Product Family GroupDocs...requires you to provide the HTML document for extracting text by consuming...

    kb.groupdocs.com/parser/net/how-to-extract-text...
  6. How to Sign RTF with Stamp Signature using Java

    This article is here to assist you to sign RTF with stamp signature using Java. Additionally, we will furnish you with a code example to embed stamp signature into RTF using Java....Annotation Product Family GroupDocs...stamp signature into your RTF documents hold greater importance. A...

    kb.groupdocs.com/signature/java/how-to-sign-rtf...
  7. How to Convert MPP to PDF in C#

    This short tutorial describes the procedure to convert MPP to PDF in C# and how to use this guide to create the convert MS Project to PDF using C# capability....Annotation Product Family GroupDocs...simple API calls of the popular document conversion library. You just...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Convert DOT to PDF in Java

    Easily convert DOT to PDF in Java using one of the best Document conversion library and learn how to write code for Java DOT to PDF converter application....Annotation Product Family GroupDocs...PDF using one of the popular document conversion library and provides...

    kb.groupdocs.com/conversion/java/how-to-convert...
  9. GroupDocs.Conversion for .NET | GroupDocs

    GroupDocs.Conversion for .NET is an advanced Document conversion API developed to convert files of different formats from within C# applications....Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Conversion Product...

    docs.groupdocs.com/conversion/net/
  10. Reorder pages | GroupDocs

    Reorder pages when rendering Documents to PDF with GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/java/reorder-pages/