Sort Score
Result 10 results
Languages All
Labels All
Results 1,611 - 1,620 of 3,159 for

file format conversion

(0.63 sec)
  1. How to Sign PDF with Text Signature using C#

    This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....Conversion Product Family GroupDocs...Signature class using the input PDF file’s path as an argument for its...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  2. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document Formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document inFormation and preview generation procedures were simplified....Conversion Product Solution GroupDocs...for all supported document formats. Product architecture was redesigned...

    docs.groupdocs.com/watermark/net/migration-notes/
  3. Get document information | GroupDocs

    This article explains how to detect document File type and calculate pages count when merge PDF, Word(DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) Files with GroupDocs.Merger for Node.js via Java....Conversion Product Solution GroupDocs...console . log ( `Document info file format: ${ documentType . getFileFormat...

    docs.groupdocs.com/merger/nodejs-java/get-docum...
  4. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_Formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with BMP...

    docs.groupdocs.com/metadata/java/working-with-b...
  5. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...presentations, emails, EPUB & ZIP file formats. What’s new in the API v2...optimization. An ‘attachment’ is a file such as a document or a photo...

    blog.groupdocs.com/groupdocs.blog/page/40/
  6. Working with BMP metadata | GroupDocs

    Reading BMP header properties The GroupDocs.Metadata API supports extracting Format-specific inFormation from BMP File headers. The following are the steps to read the header of a BMP File. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Conversion Product Solution GroupDocs...Managing metadata for specific formats / Images / Working with BMP...

    docs.groupdocs.com/metadata/net/working-with-bm...
  7. GroupDocs.Redaction Overview | GroupDocs

    Learn what redaction is and how it works. Redaction refers to editing a document to remove or hide confidential or sensitive inFormation....Conversion Product Solution GroupDocs...sensitive content from various file formats, including PDF, Microsoft...

    docs.groupdocs.com/redaction/python-net/groupdo...
  8. GroupDocs.Parser Product Family on GroupDocs Bl...

    GroupDocs.Parser Product Family on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Parser Product Family on GroupDocs Blog | Document Automatio......to extract images from PDF files using C# within your .NET applications...applications. Extract images from PDF files or from any specific page using...

    blog.groupdocs.com/categories/groupdocs.parser-...
  9. 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....Conversion Product Solution GroupDocs...following actions: Multiple data formats support Use formulae & perform...

    docs.groupdocs.com/assembly/python-net/product-...
  10. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which Files/folders were deleted, added or modified....Conversion Product Solution GroupDocs...processing result in the resulting file are described below. Instantiate...

    docs.groupdocs.com/comparison/net/compare-folders/