Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 12,293 for

new

(0.37 sec)
  1. GroupDocs.Conversion for Python 25.12 – Latest ...

    Explore what’s New in GroupDocs.Conversion for Python 25.12. Available now on NuGet and GroupDocs website.... Table of Contents What’s new in this release Fixes and enhancements...What’s new in this release # Feature Description Issue [New feature]...

    blog.groupdocs.com/conversion/groupdocs-convers...
  2. 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.... In this release new file format “ Webp ” is added...just download the new release and use the new exciting features...

    blog.groupdocs.com/conversion/groupdocs.convers...
  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(); }...Consulting Blog Knowledge Base New Releases Status Websites aspose...file: final Redactor redactor = new Redactor ( Constants . SAMPLE_DOCX...

    docs.groupdocs.com/redaction/java/save-in-raste...
  4. Versioning of annotated documents | GroupDocs

    The page describes how to manage different versions of document using GroupDocs.Annotation for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose...try ( Annotator annotator = new Annotator ( "input.pdf" )) {...

    docs.groupdocs.com/annotation/java/versioning-o...
  5. Load custom fonts. | GroupDocs

    The page describes how to load custom fonts....Consulting Blog Knowledge Base New Releases Status Websites aspose...Annotator annotator = new Annotator ( fs , new LoadOptions { FontDirectories...

    docs.groupdocs.com/annotation/net/loading-custo...
  6. Generate document pages preview | GroupDocs

    Following this guide you will learn how to generate PDF, Word (DOC, DOCX), Excel(XLS, XLSX), PowerPoint(PPT, PPTX) documents thumbnails and preview document pages using GroupDocs.Merger for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose...with GroupDocs.Merger: Create new instance of class and pass source...

    docs.groupdocs.com/merger/net/generate-document...
  7. Introducing more simplified and improved GroupD...

    GroupDocs.Merger for .NET allows you to merge or manipulate document structure across a wide range of file formats. Those who are New to this API, you can join several documents into one, split single document to multiple documents, reorder or replace document pages, change page orientation and manage document password. Version 19.9 is a major release. We totally restructured the API and below are the reasons to migrate: Merger class introduced as a single entry point to manage the document processing of any supported file format API is improved to decrease memory usage Easy to instantiate proper options class and control over document structure manipulation processes Those who are already using the API, let us share the code difference.... Those who are new to this API, you can join several...join documents using old and new API. That’s how we were joining...

    blog.groupdocs.com/merger/introducing-more-simp...
  8. GroupDocs.Assembly for .NET 25.12 – 最新更新和修复(202...

    探索 GroupDocs.Assembly for .NET 25.12 的新功能。现已在 NuGet 和 GroupDocs 网站上提供。...OOXML compliance var options = new LoadSaveOptions(FileFormat.Docx);...var dataSourceInfo = new DataSourceInfo( new JsonDataSource(data));...

    blog.groupdocs.com/zh/assembly/groupdocs-assemb...
  9. Put Text Signature into Form Fields Using Group...

    Team GroupDocs is delighted to announce the regular monthly release of GroupDocs.Signature for .NET version 17.05.0. The latest release comes up with a couple of enhancements along with a number of New features. The API has not only implemented the ability to put text signature in form fields of a document but it also provides its users with the functionality to verify those signatures. GroupDocs.Signature for .NET 17.5.0 also allows signing text signature on a document as watermark....enhancements along with a number of new features. The API has not only...for .NET API - New FeaturesThe following new features have been...

    blog.groupdocs.com/signature/groupdocs.signatur...
  10. Render images as HTML, PDF, PNG, and JPEG files...

    This topic describes how to use the GroupDocs.Viewer Java API to convert images to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "vector-image.svg" ))...

    docs.groupdocs.com/viewer/java/render-images/