Sort Score
Result 10 results
Languages All
Labels All
Results 1,741 - 1,750 of 10,189 for

image

(0.13 sec)
  1. Editor Config does not loads - Free Support For...

    We are trying to load our editor on our server (which is windows server) and we are getting error of “Could not find editor config” We are getting following error ( check attached Image ). Can anyone help what can be wr…...following error ( check attached image ). Can anyone help what can...can be wrong here ? image_2022_01_31T17_22_27_979Z.png (136.2 KB)...

    forum.groupdocs.com/t/editor-config-does-not-lo...
  2. Edit Watermark Objects in Word Documents using ...

    We are pleased to announce the release of version 18.2 of GroupDocs.Watermark for .NET. The latest version allows you to edit the objects that can be considered as watermark in Word documents. Following are the features that are introduced in GroupDocs.Watermark for .NET 18.2. Editing Watermark Objects in Word Documents Replacing text for particular shapesWe have added the support of replacing text for particular shapes in a Word document. Following code sample shows how to use this feature....added the feature of replacing image of the shape in a Word document...sample shows how to set the image of a shape. # using (WordsDocument...

    blog.groupdocs.com/watermark/edit-watermark-obj...
  3. Scan QR Code from PNG using C#

    Easily discover how to scan QR Code from PNG using C# without need for additional software installations along with code example to extract QR Code from PNG in C#....using C# Scanning QR codes from images, especially in the PNG format...extraction of this data from PNG images can streamline various business...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pn...
  4. Existing objects in PDF document | GroupDocs

    Inspect, modify, and remove existing PDF page objects — XObjects, artifacts, and annotations — using GroupDocs.Watermark for Python via .NET....Each object exposes text , image , x , y , width , height , and...replace its image by assigning bytes to obj.image_data , and add...

    docs.groupdocs.com/watermark/python-net/existin...
  5. Rasterize document or page | GroupDocs

    The watermark can be removed from the PDF documents using third-party tools. However, if you want to remove a watermark that is almost impossible to remove, you can rasterize pdf documents. GroupDocs.Watermark provides the feature to convert all the pages of a PDF document to raster Images with only one line of code....of a PDF document to raster images with only one line of code...loadOptions )) { // Initialize image or text watermark TextWatermark...

    docs.groupdocs.com/watermark/net/rasterize-docu...
  6. Render to PDF | GroupDocs

    Rendering files to PDF with GroupDocs.Viewer for Python via .NET. It means that you can embed PDF in websites or applications by using this .NET API...document Specify the JPEG image quality Set image size limits Optimize...

    docs.groupdocs.com/viewer/python-net/rendering-...
  7. Annotate PDF, Word and Other Files in TextPatte...

    TextPattern users have a reason to get excited - we have launched GroupDocs’ annotation plugin for TextPattern. Embed documents to TextPattern pages and use our tool to annotate PDF, Microsoft Word, or other files easily. GroupDocs Annotation makes document reviewing and collaboration simple and its powerful set of annotation options scores high with our users. Our annotation plugin lets you share documents online with global teams and help them engage in group tasks....annotation , for image files, it does image annotation. Installation...online Word annotation, online image annotation among other names...

    blog.groupdocs.com/annotation/annotate-pdf-word...
  8. Aspose

    From: mlemos@acm.org on behalf of "mlemos" Sent: Saturday, April 30, 2005 10:28 PM To: Manuel Lemos Subject: Testing Manuel Lemos' MIME E-mail composing and sending PHP class: HTML...... Here is an image embedded in a message as a separate...

    docs.groupdocs.com/conversion/java/_sample_file...
  9. Working with metadata in GIF images | GroupDocs

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF Image and extract some additional file format information. Load a GIF Image Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....formats / Images / Working with metadata in GIF images Working...Working with metadata in GIF images Leave feedback Detecting the GIF...

    docs.groupdocs.com/metadata/net/working-with-me...
  10. Render DOCX to JPG using Node.js

    This topic explains how to render DOCX to JPG using Node.js with code example. There is no need to install any extra softwares to render DOCX to JPG in Node.js....previewing, or sharing content as images, this solution eliminates the...render the DOCX file into JPG images using your configured options...

    kb.groupdocs.com/viewer/nodejs/render-docx-to-j...