Sort Score
Result 10 results
Languages All
Labels All
Results 1,801 - 1,810 of 16,415 for

pdf annotation

(0.08 sec)
  1. Get the format family and the additional inform...

    Get format family details & extra info about files using GroupDocs.Viewer for Python....Annotation Product Solution GroupDocs...collection of folders (see ); PDF documents - a flag that indicates...

    docs.groupdocs.com/viewer/python-net/how-to-get...
  2. How to verify signatures with predicate functio...

    This article explains how to verify signatures using predicate functions (Func) with GroupDocs.Signature API to filter signatures before verification, optimizing performance by skipping unnecessary verification operations....Annotation Product Solution GroupDocs...to the PDF file. string filePath = Constants . SAMPLE_PDF ; string...

    docs.groupdocs.com/signature/net/verify-signatu...
  3. How to Convert TSV to Excel using Java

    Let's easily transform spreadsheet documents and learn how to convert TSV to Excel using Java. Also, review how to write the code for Java TSV to Excel converter....Annotation Product Family GroupDocs...article on converting Text to PDF using Java, take a look at how...

    kb.groupdocs.com/conversion/java/how-to-convert...
  4. How to Convert XLSX to DOCX using Java

    This article will provide you instructions on how to convert XLSX to DOCX using Java. It also contains a code example to explain how to export XLSX to DOCX in Java....Annotation Product Family GroupDocs...article on converting XLSX to PDF file, and if you require additional...

    kb.groupdocs.com/conversion/java/how-to-convert...
  5. Merge DOCX files using Java

    Gain expertise in how to merge DOCX files using Java. We will provide sample code example to combine DOCX files in Java without requiring additional installations....Annotation Product Family GroupDocs...we walked you through merging PDF files with Java. To deepen your...

    kb.groupdocs.com/merger/java/merge-docx-files-u...
  6. 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....Annotation Product Solution GroupDocs...document will be rasterized to PDF, but the scan-like effects will...

    docs.groupdocs.com/redaction/net/use-advanced-r...
  7. GroupDocs.Merger Product Family

    Find answers about merging various types of file formats using code on any platform....Annotation Product Family GroupDocs...DOCX files using Java Merge PDF files using Java Merge EPUB files...

    kb.groupdocs.com/merger/
  8. How to Convert EPUB to Word in C#

    This short tutorial provides the stepwise instructions to convert EPUB to Word in C# and a sample code for the C# EPUB to Word converter application....Annotation Product Family GroupDocs...to PDF using C#, have a look at how to convert ODT to PDF in...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. How to Convert Excel to CSV in C#

    Convert documents quickly and learn how to convert Excel to CSV in C#. Examine the sample code to convert Excel to CSV in C# and modify it to fit your needs....Annotation Product Family GroupDocs...The feature of converting a PDF to HTML in C# was discussed in...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  10. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Annotation Product Solution GroupDocs...to the file as a rasterized PDF, e.g. uisng ImageAreaRedaction:...

    docs.groupdocs.com/redaction/net/pre-rasterize/