Sort Score
Result 10 results
Languages All
Labels All
Results 1,891 - 1,900 of 16,853 for

annotation pdf

(0.77 sec)
  1. Convert JPG to XPS using C#

    This tutorial will show you how to convert JPG to XPS using C#. Also, code example will be provided to export JPG to XPS using C# without installing extra software....Annotation Product Family GroupDocs...manual for transforming JPG to PDF. For a more in-depth understanding...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  2. 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...
  3. How to Run Examples | GroupDocs

    Clone the runnable GroupDocs.Viewer for Python via .NET examples repository, configure a virtual environment, apply a license, and execute every documented scenario locally or in Docker....Annotation Product Solution GroupDocs...rendering documents to HTML, PDF, PNG, and JPEG , working with...

    docs.groupdocs.com/viewer/python-net/getting-st...
  4. Migration notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Conversion for Java...Annotation Product Solution GroupDocs...how to convert a document into PDF format using old API and new...

    docs.groupdocs.com/conversion/java/migration-no...
  5. GroupDocs.Watermark Product Family

    查找有关在任何平台上使用代码处理不同文件中的文本和图像水印的答案。...Annotation Product Family GroupDocs...将图像水印添加到 DOCX 使用 C# 添加文本水印到 PDF 使用 C# 将文本水印添加到 DOCX «« « 1 2...

    kb.groupdocs.com/zh/watermark/page/2/
  6. Load a file of a specific format | GroupDocs

    This example demonstrates how to load a file of some particular format....Annotation Product Solution GroupDocs...Xlsm , Csv , Tsv , Ods , Ots PDF Pdf E-book Epub , Mobi Text Txt...

    docs.groupdocs.com/markdown/net/load-a-file-of-...
  7. Command Line Interface | GroupDocs

    Convert documents straight from the terminal with the groupdocs-conversion command-line tool — no Python script required. Inspect documents, list supported formats, and apply a license, all from the shell....Annotation Product Solution GroupDocs...business-plan.docx business-plan.pdf # Override the format when the...

    docs.groupdocs.com/conversion/python-net/gettin...
  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/