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

pdf to image conversion error

(0.17 sec)
  1. 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...
  2. 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/java/features-over...
  3. Latest topics - Free Support Forum - groupdocs.com

    Get FREE technical support for GroupDocs APIs from our developers using free support forum....Converting to PDF - Embed Fonts GroupDocs.Conversion Product Family...MSG to .PDF Conversion in .NET GroupDocs.Conversion Product Family...

    forum.groupdocs.com/latest
  4. 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/
  5. 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...
  6. 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 AdvancedUsage....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in PSD images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. 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...
  8. GroupDocs.Viewer for Java overview | GroupDocs

    GroupDocs.Viewer for Java enables you To convert files To HTML, PNG, JPEG, Pdf file formats, and save attachments without relying on third-party applications. GroupDocs.Viewer for Java is cross-platform class library....Conversion Product Solution GroupDocs...documents in the (DOCX, XLSX, PPTX, PDF, DWG, PSD, HTML, ZIP, and more)...

    docs.groupdocs.com/viewer/java/product-overview/
  9. 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...
  10. 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/