Sort Score
Result 10 results
Languages All
Labels All
Results 3,661 - 3,670 of 15,515 for

file

(0.09 sec)
  1. Add Text Watermark to XLSX Using Python

    Learn how to add text watermark to XLSX using Python. This tutorial shows how to embed watermark text into XLSX spreadsheets with custom font, color, and alignment....the watermark Load the XLSX file with the Watermarker class inside...worksheet is marked Save the Excel file with watermarker.save() to generate...

    kb.groupdocs.com/watermark/python/add-text-wate...
  2. How to Convert MSG to PDF using C#

    In this topic, you will learn how to convert MSG to PDF using C# without installing third-party softwares. Also, we will provide code to export MSG to PDF in C#....instances when converting these MSG files to the widely accessible PDF...Converter class using the MSG file path as an argument for its...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. Remove Text Watermark from DOCX Using Python

    You can remove text watermark from DOCX using Python with simple code. This guide also shows how to delete watermark in DOCX using Python for clean output....formatting and structure of your files. Steps to Remove Text Watermark...results Save the updated DOCX file through watermarker.save() to...

    kb.groupdocs.com/watermark/python/remove-text-w...
  4. Edit Word Documents in Java | Build your own Ja...

    Editing Word documents is explained with Java examples to edit DOC, DOCX, ODT Files within your applications using document editing Java API....widely in-use word-processing file formats. Microsoft Word and...Configure # You may download the JAR file from the downloads section ...

    blog.groupdocs.com/editor/edit-word-documents-i...
  5. 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....and extract some additional file format information. a GIF image...package Use the property to obtain file format information AdvancedUsage...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. How to Convert DOCX to HTML using Java

    In this topic, you will explore how to convert DOCX to HTML using Java. Moreover, we will provide a code example to export DOCX to HTML in Java without using extra tools....successfully converted a DOCX file to HTML format using Java with...any required modifications to file paths, incorporating the code...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. Add Search Text Annotation to PDF using C#

    Quickly learn how to add search text annotation to PDF using C# without using extra tool. We also provide code to insert search text annotation in PDF using C#....search text annotations into PDF files using the versatility of C#...Annotator class by supplying the PDF file path as a parameter to its constructor...

    kb.groupdocs.com/annotation/net/add-search-text...
  8. Digitally Sign Word Documents with Java

    Master the art of digitally signing Word documents with certificates in Java. Customize signatures and build your own application using Digital Signature API....integrity and authenticity of your files. Downloading and Integrating...Java release. Download the JAR file(s) or include the latest repository...

    blog.groupdocs.com/signature/sign-word-files-wi...
  9. Compare Word Documents - Online and Free Word F...

    Compare Word Files using the free online comparison tool. Developers can use .NET, Java, and Cloud API to build a document comparison application....and drop or upload your Word file in the designated Source document...the Word file comparison result. Why Compare Word Files? # There...

    blog.groupdocs.com/comparison/compare-word-docu...
  10. GroupDocs.Assembly for Java overview | GroupDocs

    A assembly is a document automation and reports generation API designed to create custom documents from templates. With its powerful and straightforward API, you can execute the following actions: 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....assembled file using explicit specifications or file extension...

    docs.groupdocs.com/assembly/java/product-overview/