Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 834 for

pdf to image conversion error

(0.2 sec)
  1. Search index events | GroupDocs

    The OperationFinished event occurs when an index operation completes – indexing, updating, merging, or optimizing (segment merging)...Conversion Product Solution GroupDocs...occurs when an error happens in an index. Errors in an index can...

    docs.groupdocs.com/search/java/search-index-eve...
  2. Working with metadata in GIF images | GroupDocs

    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...
  3. OCR Usage Basics | GroupDocs

    This article explains that how To integrate any paid or free OCR solution in Java....Conversion Product Solution GroupDocs...Usage / Using OCR to redact image documents / OCR Usage Basics...

    docs.groupdocs.com/redaction/java/ocr-usage-bas...
  4. eSign document with multiple signatures | Group...

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

    docs.groupdocs.com/signature/net/esign-document...
  5. List attachments | GroupDocs

    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. Working with metadata in GIF images | GroupDocs

    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 getGifImageType method To obtain file format information advanced_usage.managing_metadata_for_specific_formats.Image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in GIF images Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Generate document pages preview | GroupDocs

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

    docs.groupdocs.com/signature/net/generate-docum...
  8. Save to stream | GroupDocs

    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/
  9. OCR Usage Basics | GroupDocs

    This article explains that how To integrate any paid or free OCR solution....Conversion Product Solution GroupDocs...usage / Using OCR to redact image documents / OCR Usage Basics...

    docs.groupdocs.com/redaction/net/ocr-usage-basics/
  10. Working with metadata in PSD images | GroupDocs

    Reading PhoToshop Metadata properties The GroupDocs Metadata API allows the user To read Adobe PhoToshop metadata associated with a PSD Image. For more information on the PhoToshop file format and metadata blocks 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 PSD Image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks advanced_usage....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in PSD images Working...

    docs.groupdocs.com/metadata/java/working-with-m...