Sort Score
Result 10 results
Languages All
Labels All
Results 411 - 420 of 813 for

pdf to image conversion error

(0.06 sec)
  1. Save a modified file to a specified location | ...

    This article shows how To save a document To a specified location on a local disk in Java...Conversion Product Solution GroupDocs...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/save-a-modifie...
  2. Get file info | GroupDocs

    This article explains how To detect document file type, size and calculate pages count with GroupDocs.Watermark....Conversion Product Solution GroupDocs...represents the document file type (PDF, Word document, Excel spreadsheet...

    docs.groupdocs.com/watermark/nodejs-java/get-fi...
  3. 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...
  4. Sign documents with standard QR-code entries | ...

    This article explains how To create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...Conversion Product Solution GroupDocs...instance and pass to it. Sign PDF with email QR-code object This...

    docs.groupdocs.com/signature/java/sign-document...
  5. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, Pdf, PPT, JPG, PNG, HTML, EML and many more....Conversion Product Solution GroupDocs...OpenDocument Presentation , Tagged Image File Format (TIFF) Joint Photographic...

    docs.groupdocs.com/annotation/net/supported-doc...
  6. Features Overview | GroupDocs

    Redacted meaning is that a process of modifying or editing a document To remove the confidential information before publishing it. With GroupDocs.Redaction Tool you can redact Pdf and save redacted document, redact sensitive and classified information from MS Word (DOC, DOCX and more..), Excel (XLS, XLSX and more..), PowerPoint(PPT, PPTX and more) documents and Images (JPG, PNG, BMP, GIF and more..)....Conversion Product Solution GroupDocs...from the PDF, Word, Excel, PowerPoint documents and images, including...

    docs.groupdocs.com/redaction/net/features-overv...
  7. Features overview | GroupDocs

    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/
  8. 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...
  9. OCR support | GroupDocs

    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. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Conversion Product Solution GroupDocs...character recognition, OCR) on images, either separate or embedded...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  10. Determine the file type | GroupDocs

    This article explains how To get a type of a file with GroupDocs.Viewer for Java using Java....Conversion Product Solution GroupDocs...Microsoft Word (.docx) and Adobe PDF (.pdf) are two different file types...

    docs.groupdocs.com/viewer/java/how-to-determine...