Sort Score
Result 10 results
Languages All
Labels All
Results 3,331 - 3,340 of 214,303 for

new

(0.39 sec)
  1. Convert WORD To TIFF Java

    Convert a Word document to TIFF format in Java code. Save a Word document as TIFF using Java....*; Document doc = new Document ( "Input.docx" ); ImageSaveOptions...ImageSaveOptions saveOptions = new ImageSaveOptions (SaveFormat...

    products.aspose.com/words/java/conversion/word-...
  2. Export JasperReport to HTML|Documentation

    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....ASHtml5CanvasExporte html5CanvasExporter = new ASHtml5CanvasExporte (); ASHtmlExportConfigur...ASHtmlExportConfigur htmlExportConfigurat = new ASHtmlExportConfigur (); htmlExportConfigurat...

    docs.aspose.com/imaging/jasperreports/export-ja...
  3. Export JasperReport to PSD|CAD Documentation

    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....ASPsdExporter psdExporter = new ASPsdExporter (); ASPsdExportConfigura...ASPsdExportConfigura psdExportConfigurati = new ASPsdExportConfigura (); psdExportConfigurati...

    docs.aspose.com/cad/jasperreports/export-jasper...
  4. ChartSeriesGroupCollection | Aspose.Words for Java

    Represents a collection of ChartSeriesGroup objects in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); String[] categories = new String[] { "Category 1", "Category...

    reference.aspose.com/words/java/com.aspose.word...
  5. Սեղմել JPG Ը C# Ում

    Սեղմեք JPG ը C# ում՝ առանց որակի կորստի: Օպտիմալացրեք JPG բովանդակությունը, հեշտությամբ կրճատեք ֆայլի չափը:...Words; var doc = new Document(); var builder = new DocumentBuilder(doc);..."Input.jpg" ); var saveOptions = new ImageSaveOptions(SaveFormat.Jpeg)...

    products.aspose.com/words/hy/net/compress/jpg/
  6. Unclear margin behavior when stamping with a Cr...

    Using Aspose.Pdf 8.4.1, I'm seeing an odd behavior when attempting to add text stamps to a PDF page that has a CropBox defined. Using the code below, only the version using offsets to compensate for the crop box (includ…...pdf”; using (var outputStream = new MemoryStream()) { string placeHolderText...MARGIN TEST”; var pdfBuilder = new Pdf(outputStream); var pdfSection...

    forum.aspose.com/t/unclear-margin-behavior-when...
  7. 通过 JavaScript 使用 C++ 设置字体。|Documentation

    Aspose.Cells 是一个用于操作电子表格文件的JavaScript库。它支持设置单元格的字体设置,允许用户自定义单元格的字体样式和属性。本文将介绍如何使用 Aspose.Cells 库设置单元格字体设置。...Instantiate a new Workbook object const workbook = new Workbook ();...(); // Adding a new worksheet to the Excel object const i = workbook...

    docs.aspose.com/cells/zh/javascript-cpp/cells-f...
  8. Bookmarking all the static text inside a docume...

    Hello Team, I will be uploading an document which will contain static text and aspose syntax in it and I want tp iterate through each and every line even for table… example prop.check = <<[prop.check]>> prop.example…...templatePath); Document doc = new Document(path); // Remove all...Remove(); } FindReplaceOptions opt = new FindReplaceOptions(); opt.UseSubstitutions...

    forum.aspose.com/t/bookmarking-all-the-static-t...
  9. ImportFormatOptions.AppendDocumentWithNewPage |...

    Control document merging by forcing imported sections to start on a New page when appending documents in Aspose.Words....Document dstDoc = new Document (); Document srcDoc = new Document ();...ImportFormatOptions options = new ImportFormatOptions { AppendDocumentWithNe...

    reference.aspose.com/words/net/aspose.words/imp...
  10. Concatenate PDF Files in PHP|Aspose.PDF for Java

    Learn how to concatenate multiple PDF files into a single document in PHP using Aspose.PDF for easier document management....the target document $pdf1 = new Document ( $dataDir . 'input1...the source document $pdf2 = new Document ( $dataDir . 'input2...

    docs.aspose.com/pdf/java/concatenate-pdf-files-...