Sort Score
Result 10 results
Languages All
Labels All
Results 9,471 - 9,480 of 213,960 for

new

(0.23 sec)
  1. 使用C++通过JavaScript将图表转为日本地区图片|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++设置图表的日语配置。我们的指南将演示如何配置支持日语字符和格式,包括字体、大小、文本方向等。...properties/methods const settings = new ChartJapaneseSetting (); // Example:...modifications) const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  2. Failure to open .xlsm error: System.IndexOutOfR...

    Here is the code I am running: namespace Aspose.Cells public class Workbook : IDisposable { public Workbook(string file) } New Aspose.Cells.Workbook("attached excel file”) When I run this code against the attach…...public Workbook(string file) } new Aspose.Cells.Workbook("attached...workbook LoadOptions loadOptions = new LoadOptions(LoadFormat.Xlsm);...

    forum.aspose.com/t/failure-to-open-xlsm-error-s...
  3. PPTX to PDF in Java: Grey Lines Appear at the B...

    Hi Team, we are facing issue while converting ppt file into pdf using aspose. Issue : table on page 10 of the PDF preview has grey lines that are not visible in the original PowerPoint file and the PDF generated by Acro…...(Presentation presentation = new Presentation("input.pptx")) {...{ PdfOptions pdfOptions = new PdfOptions(); pdfOptions.SetSa...

    forum.aspose.com/t/pptx-to-pdf-in-java-grey-lin...
  4. PDF document getting scrambled when printing - ...

    Hi We currently get PDF documents supplied by third parties which we push on to a printer selected by the user end user. This is currently working fine in all cases except for documents from this one party (sample attac…...code is: PdfViewer viewer = new PdfViewer(); viewer.OpenPdfFile(pdfData...DefaultPageSettings; pageSettings.Margins = new System.Drawing.Printing.Margins(0...

    forum.aspose.com/t/pdf-document-getting-scrambl...
  5. Change Password of PDF File|Aspose.PDF for .NET

    Explore how to modify the password of a PDF document in .NET to improve file security with Aspose.PDF....existing owner password and new user and owner passwords to the...(); using ( var pdfFileInfo = new Aspose . Pdf . Facades . PdfFileInfo...

    docs.aspose.com/pdf/net/change-password/
  6. Export PivotTable as image: source language not...

    Hello, I am using Aspose.Cells to export a pivot table to a PNG image. This works well, but some labels added automatically by Excel are not exported in the same language to the image. Here is my Excel source pivot ta…... We will release the new version 25.10 in the first half...7:15am 25 Hi, I have tested the new version, and I now have the result...

    forum.aspose.com/t/export-pivottable-as-image-s...
  7. LoadOptions.encoding property | Aspose.Words fo...

    LoadOptions.encoding property. Gets or sets the encoding that will be used to load an HTML, TXT, or CHM document if the encoding is not specified inside the document... let loadOptions = new aw . Loading . LoadOptions ();...document's contents. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ParagraphFormat.linesToDrop property | Aspose.W...

    ParagraphFormat.linesToDrop property. Gets or sets the number of lines of the paragraph text used to calculate the drop cap height....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldTitle class | Aspose.Words for Python

    aspose.words.fields.FieldTitle class. Implements the TITLE field...corresponding built-in property with the new value. builder . writeln () field...as_field_title () field . text = 'My New Title' field . update () self...

    reference.aspose.com/words/python-net/aspose.wo...
  10. Adding Javascript actions to existing PDF file|...

    Learn how to add JavaScript actions to PDF documents in Java with Aspose.PDF for enhanced document interactivity....{ PdfContentEditor editor = new PdfContentEditor (); editor ...java . awt . Rectangle rect = new java . awt . Rectangle ( 50 ...

    docs.aspose.com/pdf/java/adding-javascript-acti...