Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 5,796 for

file conversion

(0.11 sec)
  1. 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....Conversion Product Solution GroupDocs...sample.pdf The following sample file is used in this example: Expected...

    docs.groupdocs.com/parser/python-net/search-text/
  2. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for .NET version 25.11 - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format...Conversion Product Solution GroupDocs...and are basically the text files, they have no worksheets, so...

    docs.groupdocs.com/editor/net/deleting-workshee...
  3. output.zip

    converted_1.html From:Dovlet Mamenov Sent:Thursday, August 2, 2018 6:15 AM To:testgroupdv01@gmail.com Subject:Test email message Attachments:calibre.docx, sample.jpg This is a test email with two a......test email with two attachment files converted_10.html From:Natalia...the DOCX conversion in action, simply add this file to calibre...

    docs.groupdocs.com/conversion/java/_sample_file...
  4. Running in Docker | GroupDocs

    Learn how to run GroupDocs.Total for Python via .NET inside Docker containers with examples, troubleshooting tips, and best practices....Conversion Product Solution GroupDocs...demonstrates how to merge tow DOCX files using GroupDocs.Merger in Docker...

    docs.groupdocs.com/total/python-net/running-in-...
  5. Features Overview | GroupDocs

    Features Overview GroupDocs.Assembly for Java is an API that allows you to generate documents in popular office and email File formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, text, image, date-time, chart elements Conditional formatting of template text elements Linq-based template syntax Change format of assembled File using explicit specifications or File extension Auto-removal of empty paragraphs Generate various report types, e....Conversion Product Solution GroupDocs...in popular office and email file formats based upon template...

    docs.groupdocs.com/assembly/java/features-overv...
  6. Password-protected documents | GroupDocs

    Learn how to open and process password-protected PDF and Office documents. Includes error handling examples and supported encryption types....Conversion Product Solution GroupDocs...and password-protected Office files (DOCX, XLSX, PPTX). Supported...

    docs.groupdocs.com/parser/net/password-protecte...
  7. Scan QR Code from PPTX using C#

    This guide offers an in-depth explanation of how to scan QR Code from PPTX using C#. It also includes code example to help you extract QR Code from PPTX in C#....Conversion Product Family GroupDocs...directly from PowerPoint ( PPTX ) files can be a useful feature, especially...

    kb.groupdocs.com/parser/net/scan-qrcode-from-pp...
  8. Scan QR Code from DOCM using C#

    In this article, you will laern how to scan QR Code from DOCM using C#. A code example will be provided to extract QR Code from DOCM in C# without using extra tool....Conversion Product Family GroupDocs...document types, such as DOCM files, can significantly enhance data...

    kb.groupdocs.com/parser/net/scan-qrcode-from-do...
  9. Working with slide backgrounds | GroupDocs

    Extracting information about all slide backgrounds The API allows you to extract information about all the slide backgrounds in a PowerPoint document as shown in the following code sample using method getBackgroundImage() of PresentationSlide.getImageFillFormat(). advanced_usage.add_watermarks_to_presentations.PresentationGetSlideBackgroundsInformation PresentationLoadOptions loadOptions = new PresentationLoadOptions(); // Specify an absolute or relative path to your document. Ex: "C:\\Docs\\presentation.pptx" Watermarker watermarker = new Watermarker("presentation.pptx", loadOptions); PresentationContent content = watermarker.getContent(PresentationContent.class); for (PresentationSlide slide : content.getSlides()) { if (slide....Conversion Product Solution GroupDocs... get_Item ( 0 ); File imageFile = new File ( "background.png"...

    docs.groupdocs.com/watermark/java/working-with-...
  10. Remove Image Watermark from DOCX Using Python

    Learn how to remove image watermark from DOCX using Python. This tutorial shows how to detect and delete image watermarks in DOCX documents programmatically....Conversion Product Family GroupDocs...watermark removal across multiple files or batches. Steps to Remove...

    kb.groupdocs.com/watermark/python/remove-image-...