Sort Score
Result 10 results
Languages All
Labels All
Results 1,301 - 1,310 of 1,749 for

image to pdf

(0.09 sec)
  1. Composing signature with linear gradient brush ...

     This article explains how To fill signature background with linear gradient brush... Image ); // sign document to file...Apps. You are welcome to eSign PDF, Word, Excel, PowerPoint documents...

    docs.groupdocs.com/signature/java/composing-sig...
  2. Composing signature with solid brush background...

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

    docs.groupdocs.com/signature/java/composing-sig...
  3. Use OCR Connector | Documentation

    This article explains how To integrate OCR solution To GroupDocs.Parser...to extract a text from images and PDFs / Use OCR Connector Use...text recognition from images and scanned PDFs in English. This requires...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  4. Export annotations and retrieve document pages ...

    post. Tagged with net, annotaTor, api, Image....while annotating documents or images on .NET platform. Other highlights...JSON file and export them to a PDF document: // Create instance...

    dev.to/groupdocs/export-annotations-and-retriev...
  5. Composing signature with linear gradient brush ...

     This article explains how To fill signature background with linear gradient brush... Image }; // sign document to file...powerful free online apps. To sign PDF, Word, Excel, PowerPoint, and...

    docs.groupdocs.com/signature/net/composing-sign...
  6. 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/
  7. Search in XLA Online

    Free online document search. Secure and easy To use full text online search in XLA....Regex search in XLA Reverse image search XLA Search app is a full-text...HTML MHT MHTML XHTML XML ONE PDF PPT PPTX PPS PPSX ODP POT PPTM...

    products.groupdocs.app/search/xla
  8. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...extracted from a document, video, image, etc. GroupDocs.Metadata represents...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  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....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...
  10. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...extracted from a document, video, image, etc. GroupDocs.Metadata represents...metadata of PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX, emails, images and...

    docs.groupdocs.com/metadata/net/traverse-a-whol...