Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 1,201 for

pdf to image conversion

(0.05 sec)
  1. Adding text watermarks | Documentation

    The GroupDocs.Watermark allows To add text watermarks To documents which may consists of pages, worksheets, slides or frames....Conversion Product Solution GroupDocs...document. Ex: @"C:\Docs\sample.pdf" using ( Watermarker watermarker...

    docs.groupdocs.com/watermark/net/adding-text-wa...
  2. Add watermark | Documentation

    In this article, you will learn how To apply watermark To document pages when convert document with GroupDocs.Conversion for .NET API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for .NET...

    docs.groupdocs.com/conversion/net/add-watermark/
  3. eSign document with multiple signatures | Docum...

    This article explains how To sign document with multiple signatures of various type by GroupDocs.Signature API...Conversion Product Solution GroupDocs...Form-field signatures; - for Image signatures; - for Metadata signatures;...

    docs.groupdocs.com/signature/java/esign-documen...
  4. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how To use Microsoft Azure Computer Vision API...Conversion Product Solution GroupDocs...usage / Using OCR to redact image documents / Use Microsoft Azure...

    docs.groupdocs.com/redaction/net/use-microsoft-...
  5. List attachments | Documentation

    Retrieve a list of document attachments from your emails, Outlook data files, archives and Pdf documents with GroupDocs.Viewer for Java...Conversion Product Solution GroupDocs...Outlook data files, archives, and PDF documents. Java import com.groupdocs...

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  6. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Conversion Product Solution GroupDocs...recognize text in separate image files. The default value is...

    docs.groupdocs.com/search/java/indexing-options/
  7. GroupDocs.Annotation for Java | Documentation

    API To annotate text or Images in your documents using Java. It supports Pdf, Microsoft Word DOCX, Excel XLSX and PowerPoint. PPTX...Conversion Product Solution GroupDocs...ability to annotate text or images in a document within your applications...

    docs.groupdocs.com/annotation/java/
  8. Get the format family and the additional inform...

    This article explains how To get the format family and the additional information using .NET / C# with GroupDocs.Viewer for .NET....Conversion Product Solution GroupDocs...collection of folders (see ); PDF documents - a flag that indicates...

    docs.groupdocs.com/viewer/net/how-to-get-file-t...
  9. Working with IPTC IIM metadata | Documentation

    This article explains how To access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....Conversion Product Solution GroupDocs...that can be applied to text, images, and other media types. The...

    docs.groupdocs.com/metadata/java/working-with-i...
  10. Save to stream | Documentation

    You might need To save a document To any cusTom file at any location on the local disc or a even a Stream. The following example demonstrates how To save a document To any location. final RedacTor redacTor = new RedacTor("Sample.docx"); try { // Here we can use document instance To perform redactions RedacTorChangeLog result = redacTor.apply(new ExactPhraseRedaction("John Doe", new ReplacemenToptions(java.awt.Color.RED))); if (result.getStatus() != RedactionStatus.Failed) { // Save the document To a cusTom location and convert its pages To Images final FileOutputStream fileStream = new FileOutputStream("C:\\\\Temp\\\\sample_output_file....Conversion Product Solution GroupDocs...location and convert its pages to images final FileOutputStream fileStream...

    docs.groupdocs.com/redaction/java/save-to-stream/