Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 12,838 for

new

(0.46 sec)
  1. Render Visio documents as HTML, PDF, and image ...

    This topic describes how to use the GroupDocs.Viewer .NET API (C#) to convert Visio diagrams to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... using ( var viewer = new Viewer ( "flowchart.vsdx" ))...

    docs.groupdocs.com/viewer/net/render-visio-docu...
  2. Insert Images Dynamically | GroupDocs

    Insert images into documents from file paths, URLs, or binary data sources during document assembly....Consulting Blog Knowledge Base New Releases Status Websites aspose...with image path var product = new Product { Name = "Laptop" , ImagePath...

    docs.groupdocs.com/assembly/net/basic-usage-gen...
  3. PDF Conversion with Arabic Content - renders co...

    I have a docx file with Hebrew Content. It renders content in Wrong Direction. Check the below Pics and also Attached Docx & PDF as well Also Attached Sample Code We use for Converting Docx to PDF import com.groupdocs…...WordProcessingLoadOp loadOptions = new WordProcessingLoadOp(); loadOptions...List<FontSubstitute> fontSubstitutes = new ArrayList<>(); fontSubstitutes...

    forum.groupdocs.com/t/pdf-conversion-with-arabi...
  4. GroupDocs.Total for .NET 25.12 – Latest Updates...

    Explore what’s New in GroupDocs.Total for .NET 25.12. Available now on NuGet and GroupDocs website....release highlights, including the new GroupDocs.Markdown component...January 2026 What’s new in this release New component – GroupDocs...

    blog.groupdocs.com/total/groupdocs-total-for-ne...
  5. Edit Watermark's Text and Image using GroupDocs...

    We are excited to announce that we have released version 18.3 of GroupDocs.Watermark for Java. The latest version supports replacing text and image for the found watermarks across all the supported formats. It also allows editing of the objects that can be considered as the watermark in PDF documents. Following are some salient features of GroupDocs.Watermark for Java 18.3 Replacing Text and Image for Found Watermarks The latest version allows replacing text and image for the found possible watermarks that we get in a search result....TextSearchCriteria searchCriteria = new TextSearchCriteria("test", false);...imageFile = new File(imagePath); byte[] imageBytes = new byte[(int)imageFile...

    blog.groupdocs.com/watermark/edit-watermark-tex...
  6. Pre-rasterize | GroupDocs

    This article shows how to pre-rasterize a document using the redaction API....Consulting Blog Knowledge Base New Releases Status Websites aspose...Redactor redactor = new Redactor ( @"sample.docx" ), new LoadOptions...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  7. Iterative Digital signing of the PDF document |...

    This article explains how to iteratively sign a PDF document with multiple digital certificates using advanced options with GroupDocs.Signature API....Consulting Blog Knowledge Base New Releases Status Websites aspose...documents will be saved. Create a new instance of the class and pass...

    docs.groupdocs.com/signature/net/iterative-digi...
  8. Render Excel and Apple Numbers spreadsheets as ...

    This topic describes how to use the GroupDocs.Viewer Java API to convert Excel workbooks and Apple Numbers spreadsheets to HTML, PDF, PNG, and JPEG formats....Consulting Blog Knowledge Base New Releases Status Websites aspose...// ... try ( Viewer viewer = new Viewer ( "invoice.xlsx" )) {...

    docs.groupdocs.com/viewer/java/render-excel-and...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...release comes up with multitude of new features. Now, you can manipulate....NET 18.9 with multitude of new features like ability to save...

    blog.groupdocs.com/groupdocs.blog/page/53/
  10. Save in rasterized PDF | GroupDocs

    This article demonstrates that how to save the document as a rasterized PDF file...Consulting Blog Knowledge Base New Releases Status Websites aspose...using ( Redactor redactor = new Redactor ( @"sample.docx" ))...

    docs.groupdocs.com/redaction/net/save-in-raster...