Sort Score
Result 10 results
Languages All
Labels All
Results 1,311 - 1,320 of 1,783 for

image to pdf

(0.04 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.... Image ); signedTypes . add ( SignatureType...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

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

    Learn how To handle loading of external resources...., settings )) { // Extract images from HTML document IEnumerable...IEnumerable < PageImageArea > images = parser . GetImages (); // Iterate...

    docs.groupdocs.com/parser/net/handle-loading-of...
  3. 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....formats / Images / Working with metadata in PNG images Working...Working with metadata in PNG images Leave feedback Reading PNG metadata...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Get file info | Documentation

    This article explains how To detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Comparison....represents the document file type (PDF, Word document, Excel spreadsheet...PowerPoint presentation or image etc.). represents count of document...

    docs.groupdocs.com/comparison/java/get-file-info/
  5. Composing signature with radial gradient brush ...

     This article explains how To fill signature background with radial gradient brush...pdf" )) { TextSignOptions options...SignatureImplementat = TextSignatureImpleme . Image }; // sign document to file...

    docs.groupdocs.com/signature/net/composing-sign...
  6. Composing signature with solid brush background...

     This article explains how To fill signature background with solid brush...pdf" )) { TextSignOptions options...SignatureImplementat = TextSignatureImpleme . Image }; // sign document to file...

    docs.groupdocs.com/signature/net/composing-sign...
  7. Publishing Modern SharePoint Web-Part for Group...

    GroupDocs team is proudly announcing new **Modern Web-Part **for SharePoint Developers for GroupDocs.Viewer for .NET API. Using this release SharePoint developers can not only integrate GroupDocs.Viewer in their SharePoint site, but they can also cusTomize it according To their needs. This new release is simple, efficient and, user friendly. Please download and investigate this new Web-Part. Let’s explore key highlights in this new user interface. Modern Look-and-FeelThe look and feel has been completely revamped using Material Design....very quickly as compared to image-based rendering. This also enables...document. You can also download a PDF of document, which can be later...

    blog.groupdocs.com/viewer/publishing-modern-sha...
  8. Delete Signatures of the certain types | Docume...

    This article explains how To delete electronic signatures of the certain types with GroupDocs.Signature API....pdf" )) { // compose the list of...SignatureType . Text , SignatureType . Image , SignatureType . Barcode ,...

    docs.groupdocs.com/signature/net/delete-signatu...
  9. Get file info | Documentation

    This article explains how To detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Comparison....represents the document file type (PDF, Word document, Excel spreadsheet...PowerPoint presentation or image etc.). represents count of document...

    docs.groupdocs.com/comparison/net/get-file-info/
  10. 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...., settings )) { // Extract images from HTML document Iterable...Iterable < PageImageArea > images = parser . getImages (); // Iterate...

    docs.groupdocs.com/parser/java/handle-loading-o...