Sort Score
Result 10 results
Languages All
Labels All
Results 2,521 - 2,530 of 95,639 for

object

(0.47 sec)
  1. Convert PUB Files | Aspose.PUB for C++

    Convertion functionality of Publisher file using Aspose.PUB for C++ solution is described and demonstrated with the pseudocode in this article....initializes the library’s license object and sets the appropriate license...calling the method on the license object, passing the path to the license...

    docs.aspose.com/pub/cpp/convert-pub-files/
  2. Licensing – Aspose.SVG for .NET

    Licensing and Evaluation Version Requirements for SVG C# library and setting the license with file or stream and applying metered license....License using File or Stream Object The license can be loaded from...from a file or stream object . Aspose.SVG for .NET will try to...

    docs.aspose.com/svg/net/getting-started/licensing/
  3. Loading TeX from ZIP | .NET API Solution

    .NET API Solution to work with TeX. Learn on the example how to load a TeX file from ZIP with a few lines of C# code....archive C#: Create a stream object to read the ZIP archive to...directory. Create a stream object to write the ZIP archive to...

    products.aspose.com/tex/net/load-tex-from-zip/
  4. FieldLink.insertAsRtf property | Aspose.Words f...

    FieldLink.insertAsRtf property. Gets or sets whether to insert the linked Object in rich-text format (RTF)....whether to insert the linked object in rich-text format (RTF)....

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Issue with outputting sequential data (differen...

    I have an issue with outputting sequential data from an array with different items (each item has a different set of fields). I attached an archive with the template, JSON, log, and code. support.zip (12.1 KB)...List<Dictionary<string, object>> { new Dictionary<string, object> { { "Field1"...} }, new Dictionary<string, object> { { "FieldA", "ValueA" },...

    forum.aspose.com/t/issue-with-outputting-sequen...
  6. Convert PDF to Excel in C++|Aspose.PDF for C++

    Aspose.PDF for C++ allows you to convert PDF to Excel format using C++. During this, the individual pages of the PDF file are converted to Excel worksheets.... An object of the ExcelSaveOptions class...Create an instance of Document object with the source PDF document...

    docs.aspose.com/pdf/cpp/convert-pdf-to-excel/
  7. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....APIs just put the ReferredArea object into the “paramsList” when...the “contextObjects”. public object CalculateCustomFunct ( string...

    docs.aspose.com/cells/net/how-to-calculate-cust...
  8. How to Convert DWG to JPG using Java

    This brief tutorial guides on how to convert DWG to JPG using Java. It can be used to preview DWG file when you create JPG from DWG without needing to install any additional application or tool in any of the common operating systems like macOS, Ubuntu or MS Windows....file using the Image class object and then specify different...above code, the Image class object is used to load the source...

    kb.aspose.com/cad/java/how-to-convert-dwg-to-jp...
  9. How to Convert OBJ to PDF in C#

    This short tutorial explains how to convert OBJ to PDF in C#. It includes the steps to explain the algorithm, and a sample code to convert OBJ to 3D PDF in C#....to perform the conversion of Object files in your application....FromFile() function Initialize an object of PdfSaveOptions class Call...

    kb.aspose.com/3d/net/how-to-convert-obj-to-pdf-...
  10. Convert HTML to Excel using Java

    This article explains how to convert HTML to Excel using Java. It has the details for IDE settings, a list of steps, and sample code to develop a HTML to XLS converter using Java....HTML file into the Document object using the above load options...Excel using Java . Create an object of the HtmlLoadOptions class...

    kb.aspose.com/pdf/java/convert-html-to-excel-us...