Sort Score
Result 10 results
Languages All
Labels All
Results 2,181 - 2,190 of 4,690 for

as

(0.06 sec)
  1. Convert XLSX to DOCX using Python

    Convert XLSX to DOCX using Python to automate document generation. Learn how to export XLSX to DOCX in Python while retaining structured layout and formatting....Convert XLSX to DOCX using Python to automate document generation. Learn how to export XLSX to DOCX in Python while retaining structured layout and formatting.

    kb.groupdocs.com/conversion/python/convert-xlsx...
  2. How to Sign RTF with QR Code using C#

    In this topic, we will guide you on how to sign RTF with QR Code using C#. We will also provide a code example to create QR Code in RTF using C#....In this topic, we will guide you on how to sign RTF with QR Code using C#. We will also provide a code example to create QR Code in RTF using C#.

    kb.groupdocs.com/signature/net/how-to-sign-rtf-...
  3. eSign Word Processing document with Metadata si...

    This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature....This article explains how to sign Word Processing document with metadata signatures by GroupDocs.Signature.

    docs.groupdocs.com/signature/python-net/esign-w...
  4. eSign Spreadsheet with Metadata signature | Gro...

    This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature...This article explains how to add metadata signatures to Spreadsheet document with GroupDocs.Signature

    docs.groupdocs.com/signature/python-net/esign-s...
  5. Announcing box.com Integration with GroupDocs' ...

    Good news from GroupDocs to all box.com users. We’ve integrated box.com with GroupDocs. Now, you can access all your box.com files and folders from within your GroupDocs account. Use your box.com documents with GroupDocs’ document management apps suite to take your document management experience to new heights. [caption id=“attachment_1130” align=“alignnone” width=“600” caption=“Announcing box.com integration with GroupDocs’ document management apps suite”] [/caption] Integration is super simple. Simply use the Box.com button in the Integration area of the My Account page and log in to box....Good news from GroupDocs to all box.com users. We’ve integrated box.com with GroupDocs. Now, you can access all your box.com files and folders from within your GroupDocs account. Use your box.com documents with GroupDocs’ document management apps suite to take your document management experience to new heights. [caption id=“attachment_1130” align=“alignnone” width=“600” caption=“Announcing box.com integration with GroupDocs’ document management apps suite”] [/caption] Integration is super simple. Simply use the Box.com button in the Integration area of the My Account page and log in to box.

    blog.groupdocs.com/viewer/announcing-box-com-in...
  6. GroupDocs.Assembly for .NET 20.4 Release Notes ...

    Major Features Provided an option to fit an image within textbox bounds while maintaining ratio. Full List of Features Covering all Changes in this ReleAse Key Summary Category AsSEMBLYNET-149  Provide an option to fit an image within textbox bounds while maintaining ratio for Word Processing documents  Feature  AsSEMBLYNET-150  Provide an option to fit an image within textbox bounds while maintaining ratio for emails with RTF bodies  Feature  AsSEMBLYNET-151  Provide an option to fit an image within textbox bounds while maintaining ratio for Spreadsheet documents  Feature  AsSEMBLYNET-152  Provide an option to fit an image within textbox bounds while maintaining ratio for Presentation documents  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Major Features Provided an option to fit an image within textbox bounds while maintaining ratio. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-149  Provide an option to fit an image within textbox bounds while maintaining ratio for Word Processing documents  Feature  ASSEMBLYNET-150  Provide an option to fit an image within textbox bounds while maintaining ratio for emails with RTF bodies  Feature  ASSEMBLYNET-151  Provide an option to fit an image within textbox bounds while maintaining ratio for Spreadsheet documents  Feature  ASSEMBLYNET-152  Provide an option to fit an image within textbox bounds while maintaining ratio for Presentation documents  Feature  Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs.

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  7. GroupDocs Merger not working with .msg files - ...

    I am splitting the files and on each page I am extracting text using GroupDocs Parser, now the problem is when I am trying to do the same with .msg file I am getting the error “Unsupported file Type”. below is my code u…...I am splitting the files and on each page I am extracting text using GroupDocs Parser, now the problem is when I am trying to do the same with .msg file I am getting the error “Unsupported file Type”. below is my code u…

    forum.groupdocs.com/t/groupdocs-merger-not-work...
  8. Div to Pdf - Free Support Forum - groupdocs.com

    Hi everyone, I’m new to GroupDocs and interested in trying it out for my use cAse (converting HTML div to PDF). Can anyone here give me a hint or some guidance? I’m looking to perform this conversion in a background proc…...Hi everyone, I’m new to GroupDocs and interested in trying it out for my use case (converting HTML div to PDF). Can anyone here give me a hint or some guidance? I’m looking to perform this conversion in a background proc…

    forum.groupdocs.com/t/div-to-pdf/16491
  9. Saving to HTML with External Resource Files | G...

    Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an Assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an Assembled document to an HTML file, by default, external resource files are stored to a folder having the same name As the HTML file without extension plus the “_files” suffix....Note This feature is supported by version 19.5. or greater Note The code uses some of the objects defined in The Business Layer. Saving to HTML with External Resource Files Since version 19.5, The GroupDocs.Assembly provides a great feature which is saving of external resource files while an assembled document loaded from a non-HTML format is being saved to HTML. From now on, when saving an assembled document to an HTML file, by default, external resource files are stored to a folder having the same name as the HTML file without extension plus the “_files” suffix.

    docs.groupdocs.com/assembly/java/saving-to-html...
  10. Installation | GroupDocs

    Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can eAsily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml As follows: GroupDocsJavaAPI GroupDocs Java API https://releAses.groupdocs.com/java/repo/ Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom....Installation from GroupDocs Repository using Maven GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Parser for Java API directly in your Maven projects with simple configurations. Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: <repositories> <repository> <id>GroupDocsJavaAPI</id> <name>GroupDocs Java API</name> <url>https://releases.groupdocs.com/java/repo/</url> </repository> </repositories> Define GroupDocs.Parser for Java API Dependency Then define GroupDocs.Parser for Java API dependency in your pom.

    docs.groupdocs.com/parser/java/installation/