Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 775 for

pdf to image conversion error

(0.08 sec)
  1. OCR support | Documentation

    OCR support means the ability To connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on Images, either separate or embedded in documents. To connect OCR, you need To implement the IOcrConnecTor interface in the client code. The following example demonstrates how To implement the OCR connecTor using com.aspose.ocr library for text recognition in Images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Conversion Product Solution GroupDocs...character recognition, OCR) on images, either separate or embedded...

    docs.groupdocs.com/search/java/ocr-support/
  2. Saving signed documents with different formats ...

    This section explains how To save document with various file formats....Conversion Product Solution GroupDocs...formats Leave feedback Image → format PDF → format Presentaion...

    docs.groupdocs.com/signature/java/saving-signed...
  3. Saving signed documents with different formats ...

    This section explains how To save document with various file formats....Conversion Product Solution GroupDocs...formats Leave feedback Image → format PDF → format Presentaion...

    docs.groupdocs.com/signature/net/saving-signed-...
  4. Generating document preview - advanced | Docume...

    This article shows how To generate document pages preview with advanced options....Conversion Product Solution GroupDocs...handler ); property set to true; image preview format - PNG / JPG /...

    docs.groupdocs.com/signature/net/generating-doc...
  5. Comparison Compare method in GroupDocs (C#) iss...

    I am encountering an issue while using the Compare method in the GroupDocs Comparison library for comparing Excel files. The Error message I receive is: Error: Error occurred while converting document This issue occur…... The error message I receive is: Error : Error occurred while...Comparer.Compare() method. The error does not seem to occur with...

    forum.groupdocs.com/t/comparison-compare-method...
  6. Working with metadata in JPEG images | Document...

    Reading PhoToshop metadata properties The GroupDocs Metadata API allows the user To read Adobe PhoToshop metadata associated with a JPEG Image. For more information on the PhoToshop file format and metadata blocks that can be attached To Images of different formats please refer To the specification: https://www.adobe.com/devnet-apps/phoToshop/fileformatashtml/. The code sample below demonstrates how To extract Image resource blocks (building blocks of the PhoToshop file format) from a JPEG Image....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in JPEG images Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Add watermark | Documentation

    In this article, you will learn how To apply watermark To document pages when converting document with GroupDocs.Conversion for Node.js via Java API....Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Node...

    docs.groupdocs.com/conversion/nodejs-java/add-w...
  8. Generate document pages preview | Documentation

    This Topic explains how To get document pages preview as Images with various options by GroupDocs.Signature API....Conversion Product Solution GroupDocs...page stream creation (see ); image preview format - PNG / JPG /...

    docs.groupdocs.com/signature/java/generate-docu...
  9. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you To detect the version of a loaded GIF Image and extract some additional file format information. Load a GIF Image Extract the root metadata package Use the FileType property To obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Features overview | Documentation

    With GroupDocs.Viewer for .NET you can render files To HTML, PNG, JPEG and Pdf formats, list and save attachments, embedded files and compressed files, extract document text and detect file type by it's content...Conversion Product Solution GroupDocs...management options for CSS, fonts, images, etc.: Rendering to HTML with...

    docs.groupdocs.com/viewer/net/features-overview/