Sort Score
Result 10 results
Languages All
Labels All
Results 1,991 - 2,000 of 222,888 for

new

(0.17 sec)
  1. CustomXmlProperty.Value | Aspose.Words for .NET

    Discover the CustomXmlProperty Value feature to easily manage custom XML attributes and smart tag properties for enhanced data control....void Create () { Document doc = new Document (); // A smart tag appears...underline. SmartTag smartTag = new SmartTag ( doc ); // Smart tags...

    reference.aspose.com/words/net/aspose.words.mar...
  2. SdtListItem Class | Aspose.Words for .NET

    Discover the Aspose.Words.Markup.SdtListItem class, designed for efficient list item management in ComboBox and DropDownList structured documents....SdtListItem ( string ) Initializes a new instance of this class. SdtListItem...string, string ) Initializes a new instance of this class. Properties...

    reference.aspose.com/words/net/aspose.words.mar...
  3. Printing MS Word documents using Aspose PDF - F...

    Hello, We need to print MS Word documents using a .Net Core 8.0 background service. As Aspose Words does not have a Print capability, we are thinking of to converting the DOCX to a PDF and then use the PDFViewer from A…...xps"; using (var pdfDoc = new Document(pdfPath)) { // Optional:...save options var xpsOptions = new XpsSaveOptions { // Example:...

    forum.aspose.com/t/printing-ms-word-documents-u...
  4. PDF文本注释|Aspose.PDF for Java

    Aspose.PDF for Java 允许您添加、获取和删除PDF文档中的文本注释。...加载 PDF 文件 Document document = new Document ( _dataDir + "sample...get_Item ( 1 ); Rectangle rect = new Rectangle ( 200 , 750 , 400 ...

    docs.aspose.com/pdf/zh/java/text-annotation/
  5. Common Conversion Options | Aspose.Tasks Docume...

    A guide to common conversion options for Microsoft Project MPP files....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/common-conversions-op...
  6. Copy Worksheet|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....//Create a new Workbook from an Excel file path Workbook wb = new Workbook...Worksheets ; //Copy data to a new sheet from an existing sheet...

    docs.aspose.com/cells/net/copy-worksheet/
  7. 档案

    档案... Document docA = new Document(dataDir + "DocumentA..."DocumentA.doc"); Document docB = new Document(dataDir + "DocumentB.doc");...

    blog.aspose.com/zh/words/compare-ms-word-docume...
  8. 通过 JavaScript 结合 C++ 获取形状的连接点|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从 Excel 中的形状中检索连接点。...but the example operates on a new workbook): </ p > < input type...loaded a workbook but then used a new workbook) const file = fileInput...

    docs.aspose.com/cells/zh/javascript-cpp/get-con...
  9. PDF Conversion Solution using PHP | Aspose.PDF

    Convert PDF to DOCX, PPTX, XLS, XLSX, EPUB, TEX, MHTML, Markdown & more using Aspose.PDF for PHP via Java...lic" ; $licenceObject = new License (); $licenceObject ->...the PDF document $document = new Document ( $inputFile ); // Create...

    products.aspose.com/pdf/php-java/conversion/
  10. HtmlLoadOptions.PageInfo.AnyMargin does not wor...

    When I render PDF from HTML, PageInfo.AnyMargin does not seem to have any effect. This it the code I’m using private void CreatePdfDocument() { using var ms = New MemoryStream(Encoding.UTF8.GetBytes(_htmlDocument.H…...CreatePdfDocument() { using var ms = new MemoryStream(Encoding.UTF8.G...GetHtmlLoadOptions(); _pdfDocument = new Document(ms, options); } protected...

    forum.aspose.com/t/htmlloadoptions-pageinfo-any...