Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 830 for

pdf to image conversion error

(0.13 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. Generate document preview | GroupDocs

    You are welcome To view and edit metadata of Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, Images and more....Conversion Product Solution GroupDocs...it can be useful to generate image previews for a document the...

    docs.groupdocs.com/metadata/java/generate-docum...
  5. eSign document with Digital signature | GroupDocs

    This article explains how digitally esign documents with certificates using GroupDocs.Signature API...Conversion Product Solution GroupDocs...appearance on document pages. PDF document format supports digital...

    docs.groupdocs.com/signature/java/esign-documen...
  6. 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/
  7. OCR Usage Basics | GroupDocs

    This article explains how To use OCR....Conversion Product Solution GroupDocs...to extract a text from images and PDFs / OCR Usage Basics OCR...

    docs.groupdocs.com/parser/net/ocr-usage-basics/
  8. Supported file formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more...Conversion Product Solution GroupDocs...GroupDocs.Conversion Product Family / GroupDocs.Conversion for Java...

    docs.groupdocs.com/conversion/java/supported-fi...
  9. Generate signature preview | GroupDocs

    This Topic explains how To get signature preview with the SignOptions by GroupDocs.Signature API....Conversion Product Solution GroupDocs...creation (see interface ); image preview format - PNG / JPG /...

    docs.groupdocs.com/signature/java/generate-sign...
  10. 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...