Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 1,282 for

word to image

(0.04 sec)
  1. GroupDocs.Watermark Product Family

    Document AuTomation APIs To enrich .NET and Java applications To view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....supports setting the background image for charts in Excel and PowerPoint...watermark to a specific page of the Word document. Continue to read more...

    blog.groupdocs.com/categories/groupdocs.waterma...
  2. Optima LT Std font displayed incorrectly in pre...

    We’re converting a Word document with Optima LT Std font applied inside To Images using .Viewer, it’s properly displayed in the Word application, but in Image it’s a wrong font. Same happening if converted online: http…...12:39pm 1 We’re converting a Word document with Optima LT Std...Std font applied inside to images using .Viewer, it’s properly displayed...

    forum.groupdocs.com/t/optima-lt-std-font-displa...
  3. Iterative Digital signing of the PDF document |...

    This article explains how To iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....with custom appearance and image This example demonstrates how...the appearance and adding an image to each signature. See Here...

    docs.groupdocs.com/signature/net/iterative-digi...
  4. Sign documents with standard QR-code entries | ...

    This article explains how To create QR-code electronic signature with standard encoded entries like Address, Email, V-Card, MeCard, EPC/SEPA, Event etc...Address inside the QR-Code image This example shows how to esign...address inside the QR-code image. Signature signature = new Signature...

    docs.groupdocs.com/signature/java/sign-document...
  5. GroupDocs.Assembly Product Family on GroupDocs ...

    GroupDocs.Assembly Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Assembly Product Family on GroupDocs Blog | Document AuTom......C# Convert CSV to PDF & Word formats with templates using...converting CSV to PDF & Word formats using templates in Java...

    blog.groupdocs.com/categories/groupdocs.assembl...
  6. GroupDocs.Classification Product Family on Grou...

    GroupDocs.Classification Product Family on GroupDocs Blog | Document AuTomation Solutions for .NET & Java Developers Recent content in GroupDocs.Classification Product Family on GroupDocs Blog | Do...... Classify PDF, Word, & password-protected documents...taxonomies. Have a look at the image below: You can see how API classifies...

    blog.groupdocs.com/categories/groupdocs.classif...
  7. Convert HTML to TXT using Python

    Let's convert HTML To TXT using Python with clean extraction. Easily export HTML To TXT in Python To capture readable text for indexing, logs, and lightweight sTorage....readable content without markup, images, or complex layout. Using a...you to generate both editable Word documents and lightweight text...

    kb.groupdocs.com/conversion/python/convert-html...
  8. Extract ZIP Archives Data using Java | Extract ...

    Extract ZIP files data using document parsing Java API. Parse archives and extract whole text and Images within the enclosed files in Java.... you can extract the text, images, and even metadata from the...files data using Java. Extract Images from Files within ZIP files...

    blog.groupdocs.com/parser/extract-zip-files-dat...
  9. Big News! GroupDocs.Redaction has been released...

    Do you have To deal with a frequent exchange of the digital documents? Do your documents contain classified and sensitive information that needs To be protected? If they do, how do you process such documents To hide or remove some specific information before sending them outside your company? Well, these questions will definitely pop out the solution that you are currently using for protecting the sensitive content in your document....sensitive content & metadata from word processing documents, worksheets...presentations, PDF and raster image files in your Java applications...

    blog.groupdocs.com/redaction/groupdocs-redactio...
  10. Adding text watermarks | Documentation

    Following code snippet shows how To add text watermark To a document. If the document consists of multiple parts (pages, worksheets, slides, frames etc), the watermark will be added To all of them. advanced_usage.adding_text_watermarks.AddTextWatermark // Specify an absolute or relative path To your Image. Ex: "C:\\Docs\\Image.png" Watermarker watermarker = new Watermarker("Image.png"); // Initialize the font To be used for watermark Font font = new Font("Arial", 19, FontStyle.Bold | FontStyle.Italic); // Create the watermark object TextWatermark watermark = new TextWatermark("Test watermark", font); // Set watermark properties watermark....relative path to your image. Ex: "C:\\Docs\\image.png" Watermarker...watermarker = new Watermarker ( "image.png" ); // Initialize the font...

    docs.groupdocs.com/watermark/java/adding-text-w...