Sort Score
Result 10 results
Languages All
Labels All
Results 4,071 - 4,080 of 214,313 for

new

(0.15 sec)
  1. LINQ Reporting Engine – How to Join Two Arrays ...

    Hi Aspose Team, I’m using Aspose.Words with the LINQ Reporting Engine, and I have a JSON data source with two separate arrays: one contains person names and IDs, and the other contains addresses and person IDs. I want t…...<</foreach>> JsonDataSource ds = new JsonDataSource(@"C:\Temp\data...a.json"); Document doc = new Document(@"C:\Temp\in.docx"); ReportingEngine...

    forum.aspose.com/t/linq-reporting-engine-how-to...
  2. Convert OTG files|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....ImageOptionsBase [] options = { new PngOptions (), new PdfOptions () }; for...OtgRasterizationOpti otgRasterizationOpti = new OtgRasterizationOpti (); otgRasterizationOpti...

    docs.aspose.com/imaging/java/convert-otg-files/
  3. PdfDigitalSignatureDetails.HashAlgorithm | Aspo...

    Discover the PdfDigitalSignatureDetails HashAlgorithm property—efficiently manage and customize your hash algorithms for enhanced digital security....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...PDF. PdfSaveOptions options = new PdfSaveOptions (); // Configure...

    reference.aspose.com/words/net/aspose.words.sav...
  4. com.aspose.pdf.internal.ms.System.lh: Culture N...

    We use Aspose library for transformation from one format to other format documents. As part of docx to pdf transformation , while loading license , we get the following error and transformation request got failed. Our cu…...setLocale(new Locale(“en”, “US”)); java.lang...Aspose call) Locale.setDefault(new Locale("en", "US")); // or any...

    forum.aspose.com/t/com-aspose-pdf-internal-ms-s...
  5. 新增工作表并激活工作表|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.... Application excelApp = new Excel . ApplicationClass ();...Worksheet newWorksheet ; //Add 5 new worksheets to the workbook and...

    docs.aspose.com/cells/zh/net/adding-new-workshe...
  6. Split Word Document into Sections with Python

    Follow this article to split Word document into sections with Python. It has the IDE details, steps, and a sample code to divide Word document into sections with Python....section into a new Section object Create a new Word file and clear...sections in it Import the new section into the new Word file and add...

    kb.aspose.com/words/python/split-word-document-...
  7. Need help in creating the hyperlink style for u...

    Hi Team, We are using Aspose words for document generation. We have a document which is having some paragraphs and paragraphs contains some url text. We want to create hyperlink style and color for them but not able to.…...options = new FindReplaceOptions { ReplacingCallback = new UrlReplacingCallback()...= false }; doc.Range.Replace(new Regex(UrlPattern, RegexOptions...

    forum.aspose.com/t/need-help-in-creating-the-hy...
  8. Aspose.PSD for Java 23.9 - 发行说明|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.... equals ( actual )) { throw new IllegalArgumentExcep ( message...); image . save ( outputPng , new PngOptions ()); } ** PSDJAVA-529...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  9. Installing and Using Aspose Project Wizard for ...

    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 in New Project wizard and Aspose Example in New File wizard...application when creating a new project. Select New Project . Select Aspose...

    docs.aspose.com/total/java/installing-and-using...
  10. FieldSection | Aspose.Words for Java

    Implements the SECTION field in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PAGE_BREAK); // We can insert a new section with the document builder...

    reference.aspose.com/words/java/com.aspose.word...