Sort Score
Result 10 results
Languages All
Labels All
Results 1,511 - 1,520 of 2,145 for

image to pdf

(0.23 sec)
  1. Embedded picture in Excel cell was not correclt...

    Hello, We are a software publisher using your library for our Web application. We are encountering a problem when previewing a Excel file, which a cell contains embedded picture. Here, we can found the document in th…...the screen of preview file image.jpg (83.3 KB) Here’s the code...the balise. Original css : image.png (3.7 KB) My modified css...

    forum.groupdocs.com/t/embedded-picture-in-excel...
  2. High CPU Usage After Adopting Your .NET Library...

    Hey, After integrating your library, we’ve observed a significant increase in CPU usage across our services. Previously, we were using another vendor’s solution — it handled .docx files well but not Pdfs. We switched t…...but not PDFs . We switched to your library to improve PDF support... so we stopped using it for PDFs. However, even when using it...

    forum.groupdocs.com/t/high-cpu-usage-after-adop...
  3. Quick Start Guide | GroupDocs

    This quick start guide shows how To extract text, Images, and metadata from documents using GroupDocs.Parser for Python via .NET....pdf" ) as parser : # Extract text...extract_text_from_document () sample.pdf The following sample file is...

    docs.groupdocs.com/parser/python-net/quick-start/
  4. Get file info | GroupDocs

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

    docs.groupdocs.com/comparison/python-net/get-fi...
  5. Modifying found watermark properties | GroupDocs

    Search and update existing text or Image watermarks using Python via .NET....Watermark lets you replace text or images in watermarks that already...gw . Watermarker ( "document.pdf" ) as watermarker : criteria...

    docs.groupdocs.com/watermark/python-net/modifyi...
  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. Convert files to various formats | GroupDocs

    This page explains how To convert a file To Pdf, Word, Excel, PowerPoint, Email, JPG, PNG, TIFF, and many other formats with just a couple of lines of С# code....change page orientation, set images height/width or resolution...to the most popular formats: PDFs Word processing documents Spreadsheets...

    docs.groupdocs.com/conversion/net/convert/
  8. Use OCR Connector | GroupDocs

    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 built-in...

    docs.groupdocs.com/parser/net/use-ocr-connector/
  9. Working with metadata in PNG images | GroupDocs

    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.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...formats / Images / Working with metadata in PNG images Working...Working with metadata in PNG images Leave feedback Reading PNG metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. List of supported files for GetText function in...

    Hi, I’m trying To use “GetText” function from GroupDocs.Parser, To extract text from various files. Parser generally seems To support a lot of formats: But “GetText” specifically seems To be more limited. Is there …... DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and... DOT, DOTX, ODT, RTF, TXT PDF: PDF (Portable Document Format)...

    forum.groupdocs.com/t/list-of-supported-files-f...