Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 4,458 for

as

(0.09 sec)
  1. Save Document Comparison Results in Image Format

    Yes, you heard it right. We’ve implemented ability to save document comparison results in image format As well. In this blog post we’ll review the new feature and bug fixes introduced in monthly releAse of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in image format As well using ICompareResult....Yes, you heard it right. We’ve implemented ability to save document comparison results in image format as well. In this blog post we’ll review the new feature and bug fixes introduced in monthly release of GroupDocs.Comparison for .NET 19.3.1. Let’s talk about image representation of the document pages. The moment you save comparison results in your directory, you have a control to save results in image format as well using ICompareResult.

    blog.groupdocs.com/comparison/save-document-com...
  2. Set zoom level when converting to HTML using Gr...

    We are pleAsed to announce another monthly releAse of GroupDocs.Conversion for Java 17.7. This version of the API comes with number of new features such As setting zoom level, conversion from LaTex and getting extended document information. Aside this, multitude of improvements, bug fixes and some new document formats are introduced in this releAse. We would recommend you to download the new releAse and evaluate the exciting features to enhance document conversion experience....We are pleased to announce another monthly release of GroupDocs.Conversion for Java 17.7. This version of the API comes with number of new features such as setting zoom level, conversion from LaTex and getting extended document information. Aside this, multitude of improvements, bug fixes and some new document formats are introduced in this release. We would recommend you to download the new release and evaluate the exciting features to enhance document conversion experience.

    blog.groupdocs.com/conversion/releasing-documen...
  3. Announcing GroupDocs Viewer Plugin for Atlassia...

    We’re excited to announce the releAse of our new GroupDocs Viewer plugin (Version 1.0) for AtlAssian Confluence. The GroupDocs Viewer plugin is now available for download in the AtlAssian Marketplace or you can simply search and install it directly from your Confluence editor. [caption id=“attachment_1033” align=“alignnone” width=“552” caption=“Announcing GroupDocs Viewer plugin for AtlAssian Confluence”] [/caption] GroupDocs Viewer is an efficient online document viewer, which lets you view documents online using your browser....We’re excited to announce the release of our new GroupDocs Viewer plugin (Version 1.0) for Atlassian Confluence. The GroupDocs Viewer plugin is now available for download in the Atlassian Marketplace or you can simply search and install it directly from your Confluence editor. [caption id=“attachment_1033” align=“alignnone” width=“552” caption=“Announcing GroupDocs Viewer plugin for Atlassian Confluence”] [/caption] GroupDocs Viewer is an efficient online document viewer, which lets you view documents online using your browser.

    blog.groupdocs.com/viewer/announcing-groupdocs-...
  4. Change Target File Format using GroupDocs.Assem...

    We are delighted to announce a powerful new feature in the monthly releAse of GroupDocs.Assembly for .NET 18.9. Using the latest version, you can now change the target file format of an Assembled document using file extension or explicit specification. You can change the target file format when Assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install and use the latest version of the API....We are delighted to announce a powerful new feature in the monthly release of GroupDocs.Assembly for .NET 18.9. Using the latest version, you can now change the target file format of an assembled document using file extension or explicit specification. You can change the target file format when assembling Word Processing, Spreadsheet, Presentation, Email and Text file formats. We recommend you to install and use the latest version of the API.

    blog.groupdocs.com/assembly/change-target-file-...
  5. Update EPUB Metadata using C# – .NET Metadata E...

    Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#....Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific properties and Dublin Core items using C#.

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  6. Convert PDF to JPG using Node.js

    Learn how to convert PDF to JPG using Node.js with GroupDocs.Conversion. EAsily export PDF to JPG in Node.js application with simple steps and code example....Learn how to convert PDF to JPG using Node.js with GroupDocs.Conversion. Easily export PDF to JPG in Node.js application with simple steps and code example.

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  7. Merge GIF files using C#

    Let's learn how to merge GIF files using C#. We will provide you a simple code example to combine GIF files in C# without additional software installations....Let's learn how to merge GIF files using C#. We will provide you a simple code example to combine GIF files in C# without additional software installations.

    kb.groupdocs.com/merger/net/merge-gif-files-usi...
  8. Remove Metadata from ODT using Java

    Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java....Discover how to effectively remove metadata from ODT using Java. This guide provides a code snippet showing the process of how to delete metadata from ODT in Java.

    kb.groupdocs.com/metadata/java/remove-metadata-...
  9. 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...
  10. Save in rasterized PDF | Documentation

    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...