Sort Score
Result 10 results
Languages All
Labels All
Results 3,791 - 3,800 of 15,927 for

file

(0.96 sec)
  1. Sign PDF with Digital Signature Certificate usi...

    Master the art of digitally signing PDFs with certificates in Java. Customize signatures and build your own application using Digital Signature API....guarantees the authenticity of your files. Let’s embark on a Java-powered...as we delve into signing PDF files with ease. In this article,...

    blog.groupdocs.com/signature/sign-pdf-with-cert...
  2. GroupDocs.Assembly for Python 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/python-net/product-...
  3. Working with metadata in AVI files | GroupDocs

    Reading AVI header properties The GroupDocs.Metadata API supports extracting format-specific information from AVI File headers. The following are the steps to read the header of an AVI File. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....metadata in AVI files Working with metadata in AVI files Leave feedback...format-specific information from AVI file headers. The following are the...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....Old coding style // Load the file Document doc = Redactor . load...New coding style // Load the file Redactor redactor = new Redactor...

    docs.groupdocs.com/redaction/java/migration-notes/
  5. How to Add Image Signature to DOCX using Java

    This topic will provide knowledge on how to add image signature to DOCX using Java. Also, a code example will be provided to insert image signature into DOCX using Java....electronic documents, including DOCX files. This article will provide you...class by providing the DOCX file path as a parameter to its constructor...

    kb.groupdocs.com/signature/java/how-to-add-imag...
  6. Add Image Watermark to PPTX Using Python

    Easily add image watermark to PPTX using Python to brand presentations. This tutorial explains how to apply watermark to PowerPoint in Python across all slides consistently....viewers quickly recognize the file’s purpose, ownership, or confidentiality...image watermark to your Excel files is a helpful way to apply branding...

    kb.groupdocs.com/watermark/python/add-image-wat...
  7. Render HTML as Image using Python

    Learn how to render HTML as image using Python. This tutorial explains how to convert html to image in python with custom dimensions for static web previews....as Image using Python HTML files are widely used to structure...with block to load the HTML file and manage resources automatically...

    kb.groupdocs.com/viewer/python/render-html-as-i...
  8. 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-...
  9. 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...
  10. 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...