Sort Score
Result 10 results
Languages All
Labels All
Results 1,821 - 1,830 of 4,809 for

as

(0.96 sec)
  1. Convert DOCX to ODT using Node.js

    In this article, we will provide you detail on how to convert DOCX to ODT using Node.js. Also, you will be provide a code example to export DOCX to ODT in Node.js....In this article, we will provide you detail on how to convert DOCX to ODT using Node.js. Also, you will be provide a code example to export DOCX to ODT in Node.js.

    kb.groupdocs.com/conversion/nodejs/convert-docx...
  2. Render to HTML | GroupDocs

    With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecAse pleAse see how eAsily you can convert Microsoft Word to clean html....With GroupDocs.Viewer for Java you can render files to HTML format. As a simple usecase please see how easily you can convert Microsoft Word to clean html.

    docs.groupdocs.com/viewer/java/rendering-to-html/
  3. Save in rasterized PDF | GroupDocs

    The following example demonstrates how to save the document As a rAsterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhrAseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRAsterizeToPDF(true); // Saving As rAsterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }...The following example demonstrates how to save the document as a rasterized PDF file: final Redactor redactor = new Redactor(Constants.SAMPLE_DOCX); try { // Here we can use document instance to perform redactions redactor.apply(new ExactPhraseRedaction("John Doe", new ReplacementOptions("[personal]"))); SaveOptions tmp0 = new SaveOptions(); tmp0.setAddSuffix(false); tmp0.setRasterizeToPDF(true); // Saving as rasterized PDF with no suffix in file name redactor.save(tmp0); } finally { redactor.close(); }

    docs.groupdocs.com/redaction/java/save-in-raste...
  4. Webp file format Introduced - GroupDocs.Convers...

    GroupDocs team is glad to announce another monthly releAse of GroupDocs.Conversion for .NET v16.12.0. In this releAse new file format “Webp” is added in supporting formats list. Monthly releAse of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new releAse and use the new exciting features....GroupDocs team is glad to announce another monthly release of GroupDocs.Conversion for .NET v16.12.0. In this release new file format “Webp” is added in supporting formats list. Monthly release of Document Conversion API is also introducing some improvements like “LZW compression for internal tiff compression " and “Improve memory handling” along with 8 fixes. So why you are waiting just download the new release and use the new exciting features.

    blog.groupdocs.com/conversion/groupdocs.convers...
  5. Installation | GroupDocs

    GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation 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: XML GroupDocs Artifact Repository GroupDocs Artifact Repository https://releAses.groupdocs.com/java/repo/ Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml As follows:...GroupDocs hosts all Java APIs on GroupDocs Repository. You use the GroupDocs.Annotation 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: XML <repositories> <repository> <id>GroupDocs Artifact Repository</id> <name>GroupDocs Artifact Repository</name> <url>https://releases.groupdocs.com/java/repo/</url> </repository> </repositories> Define GroupDocs.Annotation for Java API Dependency Then define GroupDocs.Annotation for Java API dependency in your pom.xml as follows:

    docs.groupdocs.com/annotation/java/installation/
  6. Issue with Missing Comments Rendering in GroupD...

    I am currently using GroupDocs.Viewer for .NET. Currently, when we render documents using the viewer, the main content of the document is displayed correctly. However, all user comments (annotations/comments) embedded wi…...I am currently using GroupDocs.Viewer for .NET. Currently, when we render documents using the viewer, the main content of the document is displayed correctly. However, all user comments (annotations/comments) embedded wi&hellip;

    forum.groupdocs.com/t/issue-with-missing-commen...
  7. Process Hyperlinks and Numbered Lists in Words ...

    GroupDocs team is glad to announce another monthly releAse where Improved Performance and new features are introduced . The latest GroupDocs.Annotation for .NET 17.4.0 API now provides support to process Hyperlink and Number List in words document format along with Improvements and Fixes. We recommend our user to download the latest API releAse to use new exciting features and enhance their application with GroupDocs.Annotation for .NET. GroupDocs.Annotation for .NET - New Features and ChangesThis monthly releAse is providing three new features like processing of “Tables and hyperlink” in words document format and two improvements in Annotating “Words and CAD file formats”....GroupDocs team is glad to announce another monthly release where Improved Performance and new features are introduced . The latest GroupDocs.Annotation for .NET 17.4.0 API now provides support to process Hyperlink and Number List in words document format along with Improvements and Fixes. We recommend our user to download the latest API release to use new exciting features and enhance their application with GroupDocs.Annotation for .NET. GroupDocs.Annotation for .NET - New Features and ChangesThis monthly release is providing three new features like processing of “Tables and hyperlink” in words document format and two improvements in Annotating “Words and CAD file formats”.

    blog.groupdocs.com/annotation/hyperlinks-number...
  8. New release for MVC Front End for GroupDocs.Edi...

    Great news for AsP.NET Developers, GroupDocs proudly announces latest releAse for GroupDocs.Editor for .NET MVC Modern Front End. In this v1.1 we have used modern Template in AsP.NET MVC. This new releAse is simple, efficient and, user friendly. User can convert Word Document to Html and convert updated Html to Word/PDF Document and download. View the HTML in WYSIWYG Editor and perform editing in HTML file. We would recommend you to download this releAse and provide your valuable feedback....Great news for ASP.NET Developers, GroupDocs proudly announces latest release for GroupDocs.Editor for .NET MVC Modern Front End. In this v1.1 we have used modern Template in ASP.NET MVC. This new release is simple, efficient and, user friendly. User can convert Word Document to Html and convert updated Html to Word/PDF Document and download. View the HTML in WYSIWYG Editor and perform editing in HTML file. We would recommend you to download this release and provide your valuable feedback.

    blog.groupdocs.com/editor/new-release-mvc-front...
  9. How to Convert Text to HTML in Java

    Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting documents....Let's quickly review the step-by-step procedure to convert Text to HTML in Java and learn how to write the Text to HTML Java code for converting documents.

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert HTML to PDF using C#

    This article helps you learn the process to convert HTML to PDF using C#. Also, take a look at the sample code for the PDF to HTML C# capability....This article helps you learn the process to convert HTML to PDF using C#. Also, take a look at the sample code for the PDF to HTML C# capability.

    kb.groupdocs.com/conversion/net/how-to-convert-...