Sort Score
Result 10 results
Languages All
Labels All
Results 9,521 - 9,530 of 222,975 for

new

(0.1 sec)
  1. Converting a DICOM file to PDF using Android vi...

    Sample code on Java for DICOM to PDF conversion. Use example code for batch DICOM to PDF conversion in Android...Initialize document object document = new Document (); Page page = document...Image image = new Image (); File imgFileName = new File ( fileStorage...

    products.aspose.com/pdf/android-java/conversion...
  2. 以编程方式保存 Visio 文档|Documentation

    本页介绍如何将 Visio 文档保存到文件,使用 Aspose.Diagram 库进行流式传输。...VSDX diagram Diagram diagram = new Diagram ( dataDir + "Drawing1...DiagramSaveOptions options = new DiagramSaveOptions ( SaveFileFormat...

    docs.aspose.com/diagram/zh/net/save-visio-docum...
  3. Landray RDM MKR-102614 Convert Effect - Free Su...

    cells source code: src.zip (1.6 KB) origin cells: 12345654321.xlsx.zip (159.4 KB) before converted: image.jpg (197.3 KB) after converted: image.png (488.7 KB) Please have a check....Excel file Workbook workbook = new Workbook("path/to/your/file.xlsx");...ImageOrPrintOptions options = new ImageOrPrintOptions(); options...

    forum.aspose.com/t/landray-rdm-mkr-102614-conve...
  4. Convert data tag type to Plain text type with r...

    Hi Team, We want to convert date-type tags to plain text. If revisions are present in the document tags, we need to preserve those revisions in the plain-text version. We also need to support the reverse conversion (pla…... Document doc = new Document("input.docx"); // Iterate...Insert plain text node Run run = new Run(doc, content); parent.InsertBefore(run...

    forum.aspose.com/t/convert-data-tag-type-to-pla...
  5. 通过Node.js与C++签署和验证数字签名|Documentation

    使用Aspose.Cells for Node.js via C++对Excel文件进行数字签名和验证。保护工作簿内容的真实性。...signatures needed to sign const dsc = new AsposeCells . DigitalSignatureColl...certificate collection. const cert = new AsposeCells . DigitalSignature...

    docs.aspose.com/cells/zh/nodejs-cpp/assign-and-...
  6. 在 Java 中自定义演示文稿形状|Aspose.Slides 文档

    使用 Aspose.Slides for Java 在 PowerPoint 演示文稿中创建和自定义形状:几何路径、曲线角、复合形状。...代码展示了如何向形状添加自定义点: Presentation pres = new Presentation (); try { GeometryShape...代码展示了如何从形状中移除点: Presentation pres = new Presentation (); try { GeometryShape...

    docs.aspose.com/slides/zh/java/custom-shape/
  7. 使用C++通过JavaScript将JSON转换为Excel文件|Documentation

    学习如何使用C++和Aspose.Cells for JavaScript将JSON转换为Excel文件。...file (JSON) const wb = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  8. Issue with Missing Radio Button Values in Final...

    We are encountering an issue where radio button values are missing in the final PDF after appending multiple PDF files using the Aspose.Pdf.Document class. The issue occurs specifically when appending editable PDF files …...Document pdfDocument = new Aspose.Pdf.Document(OutputFile))...Aspose.Pdf.Document tempPdf = new Aspose.Pdf.Document(InputFile);...

    forum.aspose.com/t/issue-with-missing-radio-but...
  9. Converting Excel file to PPT file - Free Suppor...

    Hello, I am trying to convert an Excel file to a PPT file using Aspose Cells and Aspose PDF components. I keep getting this error "This file's format is not supported or you don't specify a correct format.". I am…...License license = new Aspose.Grid.Web.License(); license...//Create a new Workbook. Aspose.Cells.Workbook wb = new Aspose.Cells...

    forum.aspose.com/t/converting-excel-file-to-ppt...
  10. Word to HTML Conversion Produces Wrong Bullet L...

    Hi Aspose Team, We are using the Aspose.Words Word to HTML conversion API, and during one of the document conversions we encountered an incorrect bullet sequence in the HTML output. I have uploaded images showing: Th…...the document Document doc = new Document(@"input.docx"); // Configure...options HtmlSaveOptions htmlOpts = new HtmlSaveOptions { // Force the...

    forum.aspose.com/t/word-to-html-conversion-prod...