Sort Score
Result 10 results
Languages All
Labels All
Results 6,791 - 6,800 of 213,190 for

new

(0.4 sec)
  1. 将 PDF 转换为不同的图像格式在 C#|Aspose.PDF for .NET

    本主题向您展示如何使用 Aspose.PDF 将 PDF 转换为各种图像格式,例如 TIFF、BMP、EMF、JPEG、PNG、GIF、SVG,只需几行代码。...document using ( var document = new Aspose . Pdf . Document ( dataDir...Resolution object var resolution = new Aspose . Pdf . Devices . Resolution...

    docs.aspose.com/pdf/zh/net/convert-pdf-to-image...
  2. I use apache.poi create doc, use aspose.words t...

    in local windows dev, the font is not missing; this is my code public static void streamToDocX1(String docFilePath, OutputStream stream) throws Exception { document = New Document(docFilePath); docume…...throws Exception { document = new Document(docFilePath); document...catch (Exception e) { throw new RuntimeException(e); } } });...

    forum.aspose.com/t/i-use-apache-poi-create-doc-...
  3. Convert Word, PDF And Many Other File Formats U...

    Convert documents programmatically in C# between various file formats: DOC, DOCX, PDF, RTF, ODT, TXT, MOBI, HTML, JPG, PNG and many more....Words; var doc = new Document( "Input.docx" ); doc...using Aspose.Words; var doc = new Document("Input.docx"); doc.Save("Output...

    products.aspose.com/words/net/conversion/
  4. Page Setup Features with C++|Documentation

    Learn how to configure page setup features in Excel files using Aspose.Cells with C++....SetPageMargins () { // Create a new workbook Workbook workbook ;...SetPrintArea () { // Create a new workbook Workbook workbook ;...

    docs.aspose.com/cells/cpp/page-setup-features/
  5. Spilt array formulas are not restored - Free Su...

    Hi, We use Spill Formula, but it doesn’t recover after RefreshDynamicArrayFormulas and CalculateFormula We have two sheets: Sheet3 → Contains table Table1 it contains the data Sheet4 → User function =@MY_FUNC(1) whic…...xlsx"; var workbook = new Workbook(input); // CHANGING...workbook.RefreshDynamicArrayF(true, new CalculationOptions { Recursive...

    forum.aspose.com/t/spilt-array-formulas-are-not...
  6. How to Resize Document During Conversion from H...

    Learn how to resize HTML documents with Aspose.HTML for .NET by setting rendering options when converting to PDF, XPS, DOCX, and image formats....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/net/resize-document/
  7. ChartSeriesGroupCollection.add method | Aspose....

    ChartSeriesGroupCollection.add method. Adds a New series group of the specified series type to this collection....method add(series_type) Adds a new series group of the specified...group, also of the line type. new_series_group = chart . series_groups...

    reference.aspose.com/words/python-net/aspose.wo...
  8. Design Tables in Word using C#

    Follow this article to design tables in Word using C#. It contains the environment settings, a list of steps, and a sample code to customize MS Word table design using C#....using the table index Create a new table style using the TableStyle...conditional styling Set this new style in the Table using the...

    kb.aspose.com/words/net/design-tables-in-word-u...
  9. 用 Java 将 HTML 转换为图像 – PNG、JPG、BMP、GIF、TIFF

    使用 Aspose.HTML for Java 将 HTML 转换为 JPG、PNG、GIF、TIFF 和 BMP 等图像。使用 ImageSaveOptions 可获得精确和可定制的输出结果。...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/html/zh/java/convert-html-to-im...
  10. Add Slides to Presentations in Java|Aspose.Slid...

    Easily add slides to your PowerPoint and OpenDocument presentations using Aspose.Slides for Java—seamless, efficient slide insertion in seconds....presentation file Presentation pres = new Presentation (); try { // Instantiate...dispose (); } FAQ Can I insert a new slide at a specific position...

    docs.aspose.com/slides/java/add-slide-to-presen...