Sort Score
Result 10 results
Languages All
Labels All
Results 9,881 - 9,890 of 222,982 for

new

(0.57 sec)
  1. Get all the text in all the slides|Aspose.Slide...

    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....presentationDocument == null ) { throw new ArgumentNullExceptio ( "presentationDocument"...StringBuilder paragraphText = new StringBuilder (); // Get the...

    docs.aspose.com/slides/net/get-all-the-text-in-...
  2. Measure the Width and Height of the Cell Value ...

    Learn how to Measure the Width and Height of the Cell Value in Unit of Pixels through the Aspose.Cells for JavaScript via C++....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Access first...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  3. Setting ScaleCrop and LinksUpToDate properties ...

    Learn how to set ScaleCrop and LinksUpToDate properties of built-in document properties using Aspose.Cells for JavaScript via C++....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Accessing BuiltIn...

    docs.aspose.com/cells/javascript-cpp/setting-sc...
  4. FieldGreetingLine.GetFieldNames | Aspose.Words ...

    Discover the GetFieldNames method in FieldGreetingLine, which efficiently retrieves a collection of mail merge field names for seamless data integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...result. field . LanguageId = new CultureInfo ( "en-US" ). LCID...

    reference.aspose.com/words/net/aspose.words.fie...
  5. MappedDataFieldCollection.Item | Aspose.Words f...

    Discover the MappedDataFieldCollection Item property to easily manage field names in your data source for seamless mail merge integration....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... () { DataTable dataTable = new DataTable ( "MyTable" ); dataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  6. Aspose PDF Exception: Operand value is not a na...

    Hello, My team is using the Aspose.PDF library for . NET to extract text from PDF files. We ran into the following exception while using the TextAbsorber to extract text page by page: Aspose.Pdf.PdfException: Operand v…...sourceBytes) { using (var inputStream = new MemoryStream(sourceBytes)) {...{ using (var document = new Aspose.Pdf.Document(inputStream))...

    forum.aspose.com/t/aspose-pdf-exception-operand...
  7. PageSetup.LeftMargin | Aspose.Words for .NET

    Discover the PageSetup LeftMargin property to easily adjust the left margin in points, enhancing your document's layout and readability....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/pag...
  8. Merge XPS files using .NET | Aspose.PDF

    Merge XPS files programmatically with C# sample code using Aspose.PDF for .NET...options = new (); Aspose . Pdf . Document pdfDocument1 = new ( inputFile1...Pdf . Document pdfDocument2 = new ( inputFile2 , options ); pdfDocument1...

    products.aspose.com/pdf/net/merger/xps/
  9. Dml3DEffectsRenderingMode | Aspose.Words for Java

    Specifies how 3D shape effects are rendered in Java.... Document doc = new Document(getMyDir() + "DrawingML...RenderCallback warningCallback = new RenderCallback(); doc.setWar...

    reference.aspose.com/words/java/com.aspose.word...
  10. Hyperlinks do not work when exporting from HTML...

    Hi, I am trying to export from HTML to PDF and want to encrypt the document. Hyperlinks work fine in the exported PDF if the encryption is NOT used. However, they cannot be clicked if PDF is encrypted. I need the links…...void test() { InputStream is = new ByteArrayInputStream("<html><body><a...getBytes()); Document doc = new Document(is, new HtmlLoadOptions(""));...

    forum.aspose.com/t/hyperlinks-do-not-work-when-...