Sort Score
Result 10 results
Languages All
Labels All
Results 5,011 - 5,020 of 214,357 for

new

(0.32 sec)
  1. Convert PPT and PPTX to PDF in Java [Advanced F...

    Convert PowerPoint PPT/PPTX to high-quality, searchable PDFs in Java using Aspose.Slides, with fast code examples and advanced conversion options....Presentation presentation = new Presentation ( "PowerPoint.ppt"...class. PdfOptions pdfOptions = new PdfOptions (); // Set the quality...

    docs.aspose.com/slides/java/convert-powerpoint-...
  2. Print big pdf - Free Support Forum - aspose.com

    Hi, I want print big PDF files. My test file is 180 pages, but I have and documents with 2000 pages. I use following code: PdfViewer viewer = New PdfViewer(); viewer.setAutoResize(true); // Print the file with…...following code: PdfViewer viewer = new PdfViewer(); viewer.setAutoResize(true);...PdfPrinterSettings printerSettings = new PdfPrinterSettings(); PrintPageSettings...

    forum.aspose.com/t/print-big-pdf/319302
  3. Rare Chinese Characters display incorrectly - F...

    When I try to generate pdf which contains rare chinese characters,the chars displayed incorrectly which means some parts are beyond cell boundaries.The font has been installed correctly on system.And these rare chars can…...Document doc = new Document(); Table table = new Table(); table...table.setDefaultCellBorder(new com.aspose.pdf.BorderInfo(com.aspose...

    forum.aspose.com/t/rare-chinese-characters-disp...
  4. BorderCollection.bottom property | Aspose.Words...

    BorderCollection.bottom property. Gets the bottom border....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...custom border thickness for all new cells created by the builder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Convert Worksheet to Image - Remove whitespace ...

    Learn how to convert Microsoft Excel worksheets to images and remove whitespace around data using Aspose.Cells for JavaScript via C++....loadOptions = new LoadOptions (); loadOptions . loadFilter = new LoadFilter...options const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/convert-wo...
  6. Export Word bookmarks to PDF with valid actions...

    I created a Word document and added bookmarks using the native Word feature: Insert → Bookmark. Then, I process the document with Aspose.Words and save it as a PDF. Here’s the code I’m using: var reportBuildOptions = …...InlineErrorMessages; ReportingEngine engine = new ReportingEngine(); engine.Options...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions { SaveFormat =...

    forum.aspose.com/t/export-word-bookmarks-to-pdf...
  7. Access Presentation Slides in Java|Aspose.Slide...

    Learn how to access and manage slides in PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Boost productivity with code examples....presentation file Presentation pres = new Presentation ( "demo.pptx" );...presentation file Presentation pres = new Presentation ( "demo.pptx" );...

    docs.aspose.com/slides/java/access-slide-in-pre...
  8. Access Presentation Slides on Android|Aspose.Sl...

    Learn how to access and manage slides in PowerPoint and OpenDocument presentations with Aspose.Slides for Android. Boost productivity with Java code examples....presentation file Presentation pres = new Presentation ( "demo.pptx" );...presentation file Presentation pres = new Presentation ( "demo.pptx" );...

    docs.aspose.com/slides/androidjava/access-slide...
  9. 使用 JavaScript 及 C++ 添加数字签名到已签名的 Excel 文件|Docume...

    本文介绍如何用 JavaScript 及 Aspose.Cells for JavaScript 通过 C++ 在已签名的 Excel 文件中添加数字签名...file const workbook = new Workbook ( new Uint8Array ( excelArrayBuffer...dsCollection = new DigitalSignatureColl (); // Create new digital signature...

    docs.aspose.com/cells/zh/javascript-cpp/add-dig...
  10. ChartDataLabelCollection.format property | Aspo...

    ChartDataLabelCollection.format property. Provides access to fill and line formatting of the data labels....let doc = new aw . Document (); let builder = new aw . DocumentBuilder.... series . clear (); // Add new series. let series = chart ....

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