Sort Score
Result 10 results
Languages All
Labels All
Results 7,201 - 7,210 of 215,938 for

new

(0.21 sec)
  1. Aspose PDF compare report with strike for added...

    We are using Aspose pdf latest version in .net code as below for PDF compare Code.png (70.6 KB) Expected as if text is added it should show in green or blue color and if deleted if should strike out in red as below ima…...PDF documents Document pdf1 = new Document("Input1-AsposePDF.pdf");...pdf"); Document pdf2 = new Document("Input2-AsposePDF.pdf"); //...

    forum.aspose.com/t/aspose-pdf-compare-report-wi...
  2. Adding Attachments and HTML Text to Outlook Msg...

    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.... Application objOutlook = new Outlook . Application (); //Create...MailMessage MailMessage msg = new MailMessage (); // Set properties...

    docs.aspose.com/email/net/adding-attachments-an...
  3. Installing and Using Aspose.BarCode for Intelli...

    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....this plugin will introduce a new project type – Aspose.BarCode...under “New” menu (using Right Click -> New OR File menu->New) – Aspose...

    docs.aspose.com/barcode/java/installing-and-usi...
  4. 公共 API Aspose.Diagram 5.8.0 的变化|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....object HTMLSaveOptions opts = new HTMLSaveOptions (); // set save...HTMLSaveOptions class object Dim opts As New HTMLSaveOptions () ' set save...

    docs.aspose.com/diagram/zh/net/public-api-chang...
  5. 使用C++ via Node.js为图表工作表创建PdfBookmarkEntry|Docum...

    了解如何使用Aspose.Cells for Node.js via C++为图表工作表创建PdfBookmarkEntry。...Excel file const workbook = new AsposeCells . Workbook ( filePath...Entry for Sheet1 const ent1 = new AsposeCells . PdfBookmarkEntry...

    docs.aspose.com/cells/zh/nodejs-cpp/create-pdfb...
  6. 在演示文稿中使用 PHP 管理 OLE|Aspose.Slides for PHP 文档

    使用 Aspose.Slides for PHP via Java 优化在 PowerPoint 和 OpenDocument 文件中的 OLE 对象管理。实现 OLE 内容的无缝嵌入、更新和导出。... $presentation = new Presentation (); $slideSize =...( "book.xlsx" ); $dataInfo = new OleEmbeddedDataInfo ( $fileData...

    docs.aspose.com/slides/zh/php-java/manage-ole/
  7. 转换幻灯片|Aspose.Slides for PHP 文档

    将PowerPoint幻灯片转换为图像(位图、PNG或JPG)在PHP中...位图对象,然后将图像以PNG格式保存: $pres = new Presentation ( "Presentation...方法将演示文稿的第一张幻灯片转换为位图对象: $pres = new Presentation ( "Presentation...

    docs.aspose.com/slides/zh/php-java/convert-slide/
  8. Problems with title and legend when saving as P...

    I am encountering issues while using Aspose.Words to convert a word document into a PDF. Aspose.Words Version : 25.6.0 When i use the code to convert “test.docx” to “test.pdf”: var testDoc = New Document("D:\\test.doc…...pdf”: var testDoc = new Document("D:\\test.docx"); testDoc...Load the document var testDoc = new Document("D:\\test.docx"); //...

    forum.aspose.com/t/problems-with-title-and-lege...
  9. PDF Printing Stuck on Size A4? - Free Support F...

    Hi All, I am attempting to print a document with specific sizes (configurable by customer). NOTE: In testing I am printing to a virtual printer. I have tried both Postscript and Microsoft Print to PDF and have seen the…...PdfPrinterSettings printerSettings = new PdfPrinterSettings(); printerSettings...PrintPageSettings pageSettings = new PrintPageSettings(printerSettings);...

    forum.aspose.com/t/pdf-printing-stuck-on-size-a...
  10. Customize PowerPoint Fonts on Android|Aspose.Sl...

    Customize fonts in PowerPoint slides with Aspose.Slides for Android via Java to keep your presentations sharp and consistent across any device.... String [] fontFolders = new String [] { externalFontFolder1...null ; try { presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/androidjava/custom-font/