Sort Score
Result 10 results
Languages All
Labels All
Results 1,771 - 1,780 of 15,839 for

annotation pdf

(0.04 sec)
  1. Use advanced rasterization options | Documentation

    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...
  2. Save signed Spreadsheet with different output f...

    This article explains how to save signed Spreadsheet document with various file formats by GroupDocs.Signature API....Annotation Product Solution GroupDocs...setFileFormat ( SpreadsheetSaveFileF . Pdf ); saveOptions . setOverwriteExisting...

    docs.groupdocs.com/signature/java/save-signed-s...
  3. Ինչպես փոխարկել DOCX-ը HTML-ի Java-ում

    Այս ձեռնարկը ձեզ ուղղորդում է, թե ինչպես փոխարկել DOCX-ը Java-ի HTML-ի: Հեշտությամբ կիրառեք Java DOCX-ի HTML ֆունկցիոնալությունը և հարմարեցրեք ելքային ֆայլը՝ սահմանելով տարբեր հատկություններ:...Annotation Product Family GroupDocs...հրապարակեցինք հոդված TIFF-ից PDF-ի փոխակերպման համար: Լրացուցիչ...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  4. 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-...
  5. Load Note document with options | Documentation

    Learn this article and check how to load and convert Microsoft OneNote documents with advanced options using GroupDocs.Conversion for Java API....Annotation Product Solution GroupDocs...over conversion to formats like PDF, PNG, or DOCX. The following...

    docs.groupdocs.com/conversion/java/load-note-do...
  6. Ինչպես փոխարկել HTML-ը Markdown-ի Java-ի միջոցով

    Այս հոդվածը ձեզ ցույց է տալիս Java-ի միջոցով HTML-ը Markdown-ի փոխարկելու ամբողջական գործընթացը և ցույց է տալիս, թե ինչպես ստեղծել Java HTML-ից MD փոխարկիչի հնարավորությունը:...Annotation Product Family GroupDocs...մենք հրապարակեցինք հոդված MPP-ի PDF-ի վերածելու մասին Java-ի միջոցով:...

    kb.groupdocs.com/hy/conversion/java/how-to-conv...
  7. 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-...
  8. Set image size limits | Documentation

    Control image size in Pdf output: set width, height, or maximum dimensions....Annotation Product Solution GroupDocs...Render documents / Render to PDF / Set image size limits Set image...

    docs.groupdocs.com/viewer/python-net/set-image-...
  9. Search for Image e-signatures | Documentation

    This article explains how to search for Image electronic signatures with GroupDocs.Signature API....Annotation Product Solution GroupDocs...signature = new Signature ( sample . pdf ); // setup search options ImageSearchOptions...

    docs.groupdocs.com/signature/java/search-for-im...
  10. Pre-rasterize | Documentation

    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/