Sort Score
Result 10 results
Languages All
Labels All
Results 981 - 990 of 4,670 for

as

(0.04 sec)
  1. Merge TEX | GroupDocs

    Learn how to merge TEX files, combine TEX files into one file programmatically in C# language using GroupDocs.Merger for .NET library....Learn how to merge TEX files, combine TEX files into one file programmatically in C# language using GroupDocs.Merger for .NET library.

    docs.groupdocs.com/merger/net/merge/tex/
  2. Add Text Watermark to PNG using C#

    Explore the method how to add text watermark to PNG using C#. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in C#....Explore the method how to add text watermark to PNG using C#. Additionally, you'll be provided a code example illustrating how to insert text watermark to PNG in C#.

    kb.groupdocs.com/watermark/net/add-text-waterma...
  3. Convert DOCX to GIF using Python

    Discover how to convert DOCX to GIF using Python with clear steps. Effortlessly export DOCX to GIF using Python for lightweight, animated, or web-friendly output....Discover how to convert DOCX to GIF using Python with clear steps. Effortlessly export DOCX to GIF using Python for lightweight, animated, or web-friendly output.

    kb.groupdocs.com/conversion/python/convert-docx...
  4. Adding text watermarks | GroupDocs

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

    docs.groupdocs.com/watermark/java/adding-text-w...
  5. GroupDocs.Metadata for .NET 1.5.0 Released with...

    At GroupDocs, we are always keen to improve our products and enhance user experience. Hence, we are excited to announce GroupDocs.Metadata for .NET 1.5.0. The latest version of our metadata API provides many new features. PleAse see below for the list of features. GroupDocs.Metadata for .NET 1.5.0 – Features In this update new abilities for JP2/JPEG2000, JPEG and MS Visio File Formats have been added: Read & write XMP metadata of JP2 Format Detect bar-codes in JPEG Format Save changes into original document source (doc)....At GroupDocs, we are always keen to improve our products and enhance user experience. Hence, we are excited to announce GroupDocs.Metadata for .NET 1.5.0. The latest version of our metadata API provides many new features. Please see below for the list of features. GroupDocs.Metadata for .NET 1.5.0 – Features In this update new abilities for JP2/JPEG2000, JPEG and MS Visio File Formats have been added: Read & write XMP metadata of JP2 Format Detect bar-codes in JPEG Format Save changes into original document source (doc).

    blog.groupdocs.com/metadata/groupdocs-metadata-...
  6. Extract Data from Attachments and ZIP Archives ...

    Work with containers such As ZIP archives, email stores, and PDF portfolios using GroupDocs.Parser for Python via .NET....Work with containers such as ZIP archives, email stores, and PDF portfolios using GroupDocs.Parser for Python via .NET.

    docs.groupdocs.com/parser/python-net/extract-da...
  7. PDF is misaligned if we use Textboxes in the Wo...

    When we use Text Boxes in a Docx file . Generated PDF is totally misaligned. See the attached documents for reference TestDocument.docx (30.5 KB) TestDocument.pdf (26.6 KB)...When we use Text Boxes in a Docx file . Generated PDF is totally misaligned. See the attached documents for reference TestDocument.docx (30.5 KB) TestDocument.pdf (26.6 KB)

    forum.groupdocs.com/t/pdf-is-misaligned-if-we-u...
  8. Save Document | GroupDocs

    This article demonstrates how to save edited text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API....This article demonstrates how to save edited text documents, spreadsheets, and presentations with GroupDocs.Editor for Node.js via Java API.

    docs.groupdocs.com/editor/nodejs-java/save-docu...
  9. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with cAse sensitivity and whole word options....Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options.

    docs.groupdocs.com/parser/python-net/search-text/
  10. How to Convert TXT to XLSX using Java

    In this article, you will find a guide on how to convert TXT to XLSX using Java on common operating systems and code example to generate XLSX from TXT using Java....In this article, you will find a guide on how to convert TXT to XLSX using Java on common operating systems and code example to generate XLSX from TXT using Java.

    kb.groupdocs.com/conversion/java/how-to-convert...