Sort Score
Result 10 results
Languages All
Labels All
Results 9,211 - 9,220 of 222,967 for

new

(0.34 sec)
  1. Փոխարկել DOC RTF Java

    Փոխարկեք DOC ը RTF ձևաչափի Java կոդով: Պահեք DOC որպես RTF օգտագործելով Java:...*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/do...
  2. Փոխարկել DOC DOCX Java

    Փոխարկեք DOC ը DOCX ձևաչափի Java կոդով: Պահեք DOC որպես DOCX օգտագործելով Java:...*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.save("Output...

    products.aspose.com/words/hy/java/conversion/do...
  3. Aspose Diagrams Fonts not loaded correcly somet...

    I am using aspose diagrams on Java (running on unix) to convert a visio to a PDF. We are loading some custom fonts, however we noticed that for the same visio (and same application version) it works fine sometimes, but s…...code: InputStream visioStream = new ByteArrayInputStream(Base64.getDecoder()...ByteArrayOutputStrea image = new ByteArrayOutputStrea(); // Call...

    forum.aspose.com/t/aspose-diagrams-fonts-not-lo...
  4. Issue with tables having large number of rows w...

    I created a table in Excel with around 120 rows. When I insert this table back into Excel, all 120 rows are displayed correctly. However, when I insert the same table into Word, only the first 55 rows are visible initia…...sample code: Workbook workbook = new Workbook("e:\\test2\\Book_1758196616...DocxSaveOptions saveOptions = new DocxSaveOptions(); saveOptions...

    forum.aspose.com/t/issue-with-tables-having-lar...
  5. Chart.ToImage - the XAxis labels shown in Legen...

    Hello, We are trying to save chart to image, but the legend isn’t shown as expected. You can see the chart legend is “Test” in my uploaded excel file. I write the code to save it to image: using Aspose.Cells; var cu…...CurrentDirectory; var excel = new Workbook(currentDirectory + “\ChartStackedBar...CurrentDirectory; var excel = new Workbook(currentDirectory + "\\ChartStackedBar...

    forum.aspose.com/t/chart-toimage-the-xaxis-labe...
  6. Crop PDF using Java | Aspose.PDF

    Crop PDF without losing quality in Java programmatically with C# sample code using Aspose.PDF for Java...create new Box Rectagle Save the updated document to the new path...file: Document pdfDocument = new Document ( "crop_page.pdf" );...

    products.aspose.com/pdf/java/crop/
  7. Document.Protect | Aspose.Words for .NET

    Secure your documents effortlessly with Document Protect. Prevent unauthorized changes while keeping your existing password intact or using a random one....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...unprotect a document. Document doc = new Document (); doc . Protect (...

    reference.aspose.com/words/net/aspose.words/doc...
  8. 使用JavaScript通过C++为图表设置数据源|Documentation

    了解Aspose.Cells for Java脚本通过C++支持的各种数据源。我们的指南将带你了解可用的不同类型数据源,并示范如何连接和检索数据以填充你的工作表。...Instantiate a new Workbook const workbook = new Workbook (); //...// Adding a new worksheet to the Excel object const sheetIndex...

    docs.aspose.com/cells/zh/javascript-cpp/data-fo...
  9. NodeRendererBase | Aspose.Words for Java

    Base class for ShapeRenderer and OfficeMathRenderer in Java.... Document doc = new Document(getMyDir() + "Office...OfficeMathRenderer renderer = new OfficeMathRenderer(officeMath);...

    reference.aspose.com/words/java/com.aspose.word...
  10. Dynamic add a svg picture not work when convert...

    Hi, I am using aspose-20.12. I want to add a svg picture before save to html. but in the html, can not found the picture. Workbook workbook = New Workbook("excel-normal3.xlsx"); Worksheet worksheet = workbook.getWorksh…... Workbook workbook = new Workbook("excel-normal3.xlsx");...illustrate this: Workbook workbook = new Workbook("excel-normal3.xlsx");...

    forum.aspose.com/t/dynamic-add-a-svg-picture-no...