Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 1,201 for

pdf to image conversion

(0.05 sec)
  1. Delete Signatures of the certain types | Docume...

    This article explains how To delete electronic signatures of the certain types with GroupDocs.Signature API....Conversion Product Solution GroupDocs...signature = new Signature ( "signed.pdf" )) { // compose the list of...

    docs.groupdocs.com/signature/net/delete-signatu...
  2. Exclude fonts | Documentation

    Learn how To exclude system pre-installed fonts from HTML markup To reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Conversion Product Solution GroupDocs...Extension Portable Document Format PDF Microsoft Word DOC, DOCX, DOCM...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  3. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, Image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Conversion Product Solution GroupDocs...formats is supported, such as: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/python-net/redacti...
  4. Working with DICOM metadata | Documentation

    Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM Images. The following are the steps To read the native DICOM metadata. Load a DICOM Image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Conversion Product Solution GroupDocs...metadata for specific formats / Images / Working with DICOM metadata...

    docs.groupdocs.com/metadata/net/working-with-di...
  5. Delete Signatures of the certain types | Docume...

    This article explains how To delete electronic signatures of the certain types with GroupDocs.Signature API....Conversion Product Solution GroupDocs...signedTypes . add ( SignatureType . Image ); signedTypes . add ( SignatureType...

    docs.groupdocs.com/signature/java/delete-signat...
  6. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality To handle loading of HTML external resources. Here are the steps To handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how To handle loading of HTML external resources. // Create an instance of ParserSettings To pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class To generate spreadsheet page previews try (Parser parser = new Parser(Constants....Conversion Product Solution GroupDocs..., settings )) { // Extract images from HTML document Iterable...

    docs.groupdocs.com/parser/java/handle-loading-o...
  7. eSign document with Barcode signature | Documen...

    This article explains how To add Barcode signature on document page with various options like barcode type, barcode text, positioning, alignment and other visual settings with GroupDocs.Signature...Conversion Product Solution GroupDocs...Generally speaking, barcode is an image of rectangular form that consists...

    docs.groupdocs.com/signature/java/esign-documen...
  8. Composing signature with radial gradient brush ...

     This article explains how To fill signature background with radial gradient brush...Conversion Product Solution GroupDocs...signature = new Signature ( "sample.pdf" )) { TextSignOptions options...

    docs.groupdocs.com/signature/net/composing-sign...
  9. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG Images. The following are the steps To read the native PNG metadata. Load a PNG Image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.Image.png.PngReadTextChunks try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...

    docs.groupdocs.com/metadata/java/working-with-m...
  10. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how To use Microsoft Azure Computer Vision API...Conversion Product Solution GroupDocs...Usage / Using OCR to redact image documents / Use Microsoft Azure...

    docs.groupdocs.com/redaction/java/use-microsoft...