Sort Score
Result 10 results
Languages All
Labels All
Results 8,941 - 8,950 of 223,147 for

new

(0.84 sec)
  1. DocumentBuilder.InsertOnlineVideo | Aspose.Word...

    Effortlessly add and scale online videos in your documents with DocumentBuilder's InsertOnlineVideo method for enhanced engagement and creativity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/doc...
  2. 从PDF文档页面中搜索和获取文本|Aspose.PDF for Java

    本文解释了如何使用各种工具从PDF文档中搜索和获取文本。我们可以从特定或整个页面使用正则表达式进行搜索。...打开文档 Document pdfDocument = new Document ( "input.pdf" ); //...TextFragmentAbsorber textFragmentAbsorber = new TextFragmentAbsorber ( "sample"...

    docs.aspose.com/pdf/zh/java/search-and-get-text...
  3. Setting Margins with JavaScript via C++|Documen...

    In this article, you will learn how to set the margins of an Excel worksheet using sample code. You will also learn how to programmatically set margins for page center, header, and footer using the JavaScript API via C++....length ) { // Proceed with a new empty workbook if no file is...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/setting-ma...
  4. Aspose.HTML HTML converted to DOCX no content n...

    We are currently leveraging the Converter.ConvertHTML to create a DOCX file from HTML content. // Use a MemoryStreamProvider to handle the in-memory conversion var streamProvider = New MemoryStreamProvider(); //…...conversion var streamProvider = new MemoryStreamProvider(); // Initialize...HTML document var document = new HTMLDocument(html.Model, ".");...

    forum.aspose.com/t/aspose-html-html-converted-t...
  5. How to Run Aspose.Diagram in Docker|Documentation

    Run Aspose.Diagram in a Docker container for Linux, Windows Server and any OS. ... Diagram diagram = new Aspose . Diagram . Diagram ();...add text to shape var txt = new Txt ( "Hello world!" ); shape...

    docs.aspose.com/diagram/net/how-to-run-aspose-d...
  6. Aspose.Cells 8.3.1中的公共API更改|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....Excel file Workbook workbook = new Workbook ( "sample.xlsx" ); //Access...Dim m_workbook As Workbook = New Workbook ( "sample.xlsx" ) '...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. PDF to PNG Merge using C# | Aspose.PDF

    Combine two or more PDF documents into one PNG single file programmatically with C# sample code using Aspose.PDF for .NET... Initialize a new Document, and run a loop for...add a new page to PNG document In loop: add PDF file to new page...

    products.aspose.com/pdf/net/merger/pdf-to-png/
  8. Insert Paragraph, Table, HMTL into existing Tex...

    We have docx files that have existing Text or Rich Text controls. Using java Aspose.words.2406, I can only append the Run to these existing Content Controls. For Paragraph or Table or using DocumentBuilder to insertHTM…...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...StructuredDocumentTa sdtRichText = new StructuredDocumentTa(doc, SdtType...

    forum.aspose.com/t/insert-paragraph-table-hmtl-...
  9. Extracted text changed when updating to a newer...

    Hello. We are upgrading some code that was using Aspose.PDF 23.10 to the latest release (26.1, but quick tested against 26.2 since I saw it was now available), and we are seeing some minor differences in text that is bei…...textAbsorber = new TextFragmentAbsorber { ExtractionOptions = new Text...MemorySaving), TextSearchOptions = new TextSearchOptions(false) { SearchInAnnotations...

    forum.aspose.com/t/extracted-text-changed-when-...
  10. Set DefaultFont property of PdfSaveOptions and ...

    Learn to prioritize font settings when saving documents with Aspose.Cells in C++....ImageOrPrintOptions to “Times New Roman” . We also set the CheckWorkbookDefault...cell is rendered with “Times New Roman” and does not use the workbook’s...

    docs.aspose.com/cells/cpp/set-defaultfont-prope...