Sort Score
Result 10 results
Languages All
Labels All
Results 7,761 - 7,770 of 222,991 for

new

(0.15 sec)
  1. Merge HTML to Image in Java | products.aspose.com

    Merge HTML to image in Java. Use Java library API to combine HTML to image...to image Presentation pres = new Presentation (); try { pres ...getSlides (). addFromHtml ( new StreamReader ( "file1.html" ));...

    products.aspose.com/slides/zh-hant/java/merger/...
  2. Non-destructive crop and resize - Free Support ...

    Hi! How can I accomplish non-destructive operations? I tried the following code, but the smart object seems broken when I open the PSD in Photoshop… if I try to interact with the smart object I always get an error like …... using (var psd = new PsdImage(300, 100)) { psd.GlobalLayerResources...GlobalLayerResources = []; var graphics = new Graphics(psd); graphics.Clear(Color...

    forum.aspose.com/t/non-destructive-crop-and-res...
  3. Load custom fonts for barcode generation in Asp...

    How to Load custom fonts for barcode generation in Aspose.Barcode for .Net...Studio 2022 and select “Create a new project”. Select Console App...using ( Stream fontStream = new FileStream ( fontName , FileMode...

    docs.aspose.com/barcode/net/aspose-barcode-load...
  4. Issue in updating Page Size (Dimensions) - Free...

    Hi, I am trying to update page dimensions(Page size) from Letter-size(8.50" x 11.00") to A4-size(8.27" x 11.69") using the sample code provided you. AsposePDF.net is not updating the width of the document, but not upda…...document Document pdfDocument = new Document(“source.pdf”); // Get...Load HTML file Document doc = new Document(@"D:\Downloads\source...

    forum.aspose.com/t/issue-in-updating-page-size-...
  5. Optimizing Memory Usage while Working with Big ...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....to create a new one.</p>' ; // Allow creating a new workbook even...open it; otherwise create a new workbook let workbook ; if (...

    docs.aspose.com/cells/javascript-cpp/optimizing...
  6. Customize Pie Charts in Presentations in .NET|A...

    Learn how to create and customize pie charts in .NET with Aspose.Slides, exportable to PowerPoint, boosting your data storytelling in seconds....Presentation presentation = new Presentation (); // Add chart...and categories. Add new categories. Add new series. Write the modified...

    docs.aspose.com/slides/net/pie-chart/
  7. 将TIFF转换为PDF|Aspose.PDF for Android via Java

    Aspose.PDF for Android via Java 允许将多页或多帧TIFF图像转换为PDF应用程序。...convertTIFFtoPDF () { // 初始化文档对象 document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    docs.aspose.com/pdf/zh/androidjava/convert-tiff...
  8. Conversion from HTML to PDF is failing - Free S...

    Hi, I am using Aspose.pdf to convert HTML to PDF. For some HTML files it is failing to convert. I am attaching one of them including its CSS and IMAGES. Could you please let me know where is the issue? The version of th…...License license = new Aspose.Pdf.License(); license...Aspose.Pdf.Generator.Pdf pdf = new Aspose.Pdf.Generator.Pdf(); Aspose...

    forum.aspose.com/t/conversion-from-html-to-pdf-...
  9. CleanupOptions.unusedBuiltinStyles property | A...

    CleanupOptions.unusedBuiltinStyles property. Specifies that unused [Style.builtIn](../../style/builtIn/) styles should be removed from document.... let doc = new aw . Document (); doc . styles...them as "used". let builder = new aw . DocumentBuilder ( doc );...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. UserInformation class | Aspose.Words for Node.js

    Aspose.Words.Fields.UserInformation class. Specifies information about the user...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...information. let userInformation = new aw . Fields . UserInformation...

    reference.aspose.com/words/nodejs-net/aspose.wo...