Sort Score
Result 10 results
Languages All
Labels All
Results 1,601 - 1,610 of 2,375 for

image to pdf

(0.94 sec)
  1. Command Line Interface | GroupDocs

    Convert documents straight from the terminal with the groupdocs-conversion command-line Tool — no Python script required. Inspect documents, list supported formats, and apply a license, all from the shell....pdf # Override the format when the...business-plan.docx output.bin --format pdf # Convert a single page (1-indexed)...

    docs.groupdocs.com/conversion/python-net/gettin...
  2. Create custom format handler | GroupDocs

    This article shows how To implement one or several interfaces for the document's features and required redaction....document as a PDF with page images) Required for raster image format...various document formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/net/create-custom-...
  3. Word Documents as HTML Responsive Pages in Java...

    Render Word documents To view as responsive HTML pages in Java. Convert DOC, DOCX files To HTML responsive pages using document viewer Java API....well as embedded resources, an Image Viewer by rendering as JPG and...and PNG, and also the PDF Viewer that could be best for printing...

    blog.groupdocs.com/viewer/view-word-documents-a...
  4. Get the format family and the additional inform...

    This article explains how To get the format family and the additional information using Java with GroupDocs.Viewer for Node.js....collection of folders (see ); PDF documents - a flag that indicates...viewer = new Viewer ( "resume.pdf" ) // Get file information. const...

    docs.groupdocs.com/viewer/nodejs-java/how-to-ge...
  5. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how To use Microsoft Azure Computer Vision API...Usage / Using OCR to redact image documents / Use Microsoft Azure...Cognitive Services consider this image as wrong: " + ex . toString...

    docs.groupdocs.com/redaction/java/use-microsoft...
  6. Get document page preview | GroupDocs

    This article shows the implementation of RedacTor class which supports the rendering of the document preview in JPEG, PNG and BMP....preview in on of these image formats: JPEG Image Portable Network Graphics...Graphics Bitmap Image File The following example demonstrates...

    docs.groupdocs.com/redaction/java/get-document-...
  7. 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...
  8. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers...that allows users to annotate PDF, Word, Excel and PowerPoint documents...document conversion, including image conversion, and why you’d want...

    blog.groupdocs.com/groupdocs.blog/page/105/
  9. Search for Multiple e-Signature Types | GroupDocs

    This article explains how To search for multiple electronic signature types within document pages using GroupDocs.Signature for Python via .NET API....types of signatures like text, image, digital, barcode, QR code,...document with Signature ( "sample.pdf" ) as signature : # Create search...

    docs.groupdocs.com/signature/python-net/search-...
  10. Get file info | GroupDocs

    Read file type, page count, file size, and page dimensions before comparison using IDocumentInfo from GroupDocs.Comparison for .NET....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/